@charset "Shift_JIS";

/* 本来ならここでCSSの初期化とフォント設定を行う

@import "base.css";
@import "fonts.css";

*/

/* 後、EE通でも使用できる部刁E
------------------------------------------------------------------------*/

/* タグ */

h2 {
	width: 598px;
	height: 35px;
	text-indent: -9999em;
	margin: 0 0 20px;
	padding: 0;
}
h3 {
	width: 585px;
	height: 20px;
	text-indent: -9999em;
	margin: 0 0 5px 10px;
	padding: 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #047;
	margin: 0 0 5px;
	padding: 0;
}

/* チEスト裁E */

.bold { font-weight: bold; }
.red  { color: #f00; }

.left   { text-align: left;   }
.center { text-align: center; }
.right  { text-align: right;  }

/* float */

.floatL { float: left;  }
.floatR { float: right; }
.clear  { clear: both;  }

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* クラス */

div.section {
	margin: 0;
	padding: 0 9px 10px;
}

div.section p {
	margin: 0;
	padding: 0 .5em 1em;
	font-size: 12px;
	line-height: 1.4;
}
.totop {
	font-size: 12px;
	text-align: right;
	margin: 5px 0 10px;
	padding: 0;
}
.totop a { color: #666; }
.totop a:hover,.totop a:active { color: #bbb; }


/* help
------------------------------------------------------------------------*/

#help h2 { background: url(../img/help_h2.jpg) no-repeat 0 0; }
#help h3#h3_01 { background: url(../img/help_h3_01.jpg) no-repeat 0 0; }
#help h3#h3_02 { background: url(../img/help_h3_02.jpg) no-repeat 0 0; }
#help h3#h3_03 { background: url(../img/help_h3_03.jpg) no-repeat 0 0; }
#help h3#winXP { background: url(../img/help_h3_04.jpg) no-repeat 0 0; height: 25px; margin: 15px 0 20px 10px; }
#help h3#winVista { background: url(../img/help_h3_05.jpg) no-repeat 0 0; height: 25px; margin: 25px 0 20px 10px; }

#help p.anchor {
	margin: 10px 0 0;
	font-size: 100%;
	line-height: 1.7;
	font-weight: bold;
}

#help div.flow {
	width: 560px;
	margin: 0 0 0 10px;
}
#help h4.mg { margin: 20px 0 15px; }

#help h4.mg span { color: #f00; }



