@charset "shift_jis";
/*-------------------------------------------------------------------

このテンプレートの著作権は、制作者（ヒコ）にあります。
サイト：http://design.affiliatetek.net/

このファイルは、IE6以外に適応されるスタイルが含まれています。
一応、説明もつけていますが手を入れる場合は、十分注意してください。。


*以下の順でスタイルを書いています。

+全称セレクタ＆基本リンク
+Body
 +id="container"
  +id="header"
  +id="Main"
  +id="footer"
+その他のスタイル
	
--------------------------------------------------------------------*/																	

/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	font-family:'MS PGothic', Osaka, sans-serif;
	padding:0;
	margin:0;
}a:link{
	color:#0000FF;
	text-decoration:underline;
}a:visited{
	color:#800080;
}a:hover{
	color:#cc0000;
	background:#f5deb3;
}

/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	background:#fcfcfc;
	text-align:justify;
}div#container{
	width:700px;
	margin:0 auto;
	background:url(../img/container.png) repeat-y center top;
}
/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/
div#header{
	height:150px;
	background:url(../img/header.png) no-repeat center top;
}div#header h1 ,h2{
	font-size:11px;
	text-align:center;
	font-weight:normal;
	padding-top:2px;
	color:#666666;
}

div#header h2 img{
	border:0;
}div#header p{
	font-size:12px;
	color:#FFFFFF;
	padding-left:6px;
}
.top{
              float:right;
}
.main{ 
              float:left;
              margin:5px 10px 10px 0;
}
.main2{
              float:right;
              margin:0px 10px;
}
.m{ 
              float:left;
              margin:0px 10px 0 90px;
}
/*-------------------------------------------------------------------
id="Main"関係のスタイル
--------------------------------------------------------------------*/
div#Main{
	margin:0 auto;
	width:570px;
	font-size:14px;
}div#Main h3{
	color:#CC0000;
	font-size:15px;
	margin:25px 0 10 0;       
}
.back{
	background:url(../img/t1_label01.gif) no-repeat;
    	padding:0px 0 30px 40px;     
}

}div#Main h4{
	margin:30px 0 10 0;
}
div#Main p{
	font-size:14px;
	color:#333333;
	line-height:135%;
	margin:5px 0 15px 0;
}
div#Main .b{
	font-size:14px;
	color:#EA0000;
	line-height:135%;
	margin:5px 0 10px 0;
}
div#Main span{
	background:#fffacd;
}
div#menu {
	margin-top:50px;
	margin-bottom:30px;
 	font-size:12px;
}
div#Main dt{
	margin-top:15px;
	margin-bottom:7px;
	color:#348974;
　　　　　　　font-weight:bold;
　　　　　　　border-left:10px solid #FFC215;
　　　　　　　border-bottom:2px solid #348974;
}
div#Main dd{
	font-size:11px;
	margin-bottom:13px;
}



/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	height:70px;
	width:570px;
	background:url(../img/footer.png) no-repeat center top;
}div#footer address{
	padding-top:25px;
	font-size:12px;
	color:#666666;
	text-align:center;
	font-style:normal;
}div#footer address a{
	color:#666666;
	text-decoration:none;
	background:#fff;
}
div#footer address2 a{
	color:#666666;
	text-decoration:none;
	background:#fff;
}
div#footer h4{
	margin-top:20px;
	font-size:12px;
}
div#footer dd{
	font-size:10px;
}


.red{color:#CC0000;}
.redBold{color:#CC0000;}