@charset "utf-8";
/* CSS Document */


html{ 
    height: 100%; 
} 



body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height:1.25;
	font-size:12px;
	color: #333333;
	background-color: #FFFFFF;
}



input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	line-height:1.7;
}

a{
	color: #008aff;
	text-decoration:underline;
}
a:hover {
	color: #008aff;
	text-decoration:none;
}


/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height:1.7;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height:1.7;
}

/*--- module ---*/
.clearfix:after{
content:"";
clear:both;
display:block;
height:0;
}

.clearfix{
    min-height:1%;  /* for IE 7*/
}
.both {
	clear: both;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}


* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.fbold{
	font-weight:bold;
}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}


/*--- ### common ### ---*/

/*--- gungho ---*/
#gungho{
    background:url(../img/common/header_line.gif) repeat-x scroll 0 0 #fff;
    height: 36px;
    vertical-align: bottom;
    width: 100%;
}

#gungho p#ragnarok{
    background:url(../img/common/header_bg.gif) no-repeat scroll 100% 0 #FFFFFF;
    height: 30px;
    text-align: left;
    width: 100%;
}
#footer {
	background-image: url(../img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}



/* -- Footer --*/
#footerCopy {
	background-image: url(../img/common/logo_gungho.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	padding-left: 50px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height:35px;
	padding-top: 3px;
}
strong {
	font-weight: bold;
}
/*
.dot {
	background-image: url(../img/common/arrow_dot.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
}
.dotEntry {
	background-image: url(../img/common/arrow_dot_red.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
*/
.dot {
   background-image: url("../img/common/arrow_dot.gif");
   background-position: 10px 2px;
   background-repeat: no-repeat;
   padding-left: 30px;
}
td .dot {
   background-color: transparent!important;
   background-image: url("../img/common/arrow_dot.gif");
   background-position: 20px 2px;
   background-repeat: no-repeat;
   padding-left: 40px;
}
.dotEntry {
    background-image: url("../img/common/arrow_dot_red.gif");
    background-position: 19px 2px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.txtIndent {
	padding-left: 20px;
}

