@charset "shift_jis";
/*-------------------------------------------------------------------

このテンプレートの著作権は、制作者（ヒコ）にあります。
サイト：http://design.affiliatetek.net/

このファイルは、IE6以外に適応されるスタイルが含まれています。
一応、説明もつけていますが手を入れる場合は、十分注意してください。。


--------------------------------------------------------------------*/																	

/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	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;
}

/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	background:#f9f2fa;
	text-align:justify;
}div#container{
	width:640px;
	margin:0 auto;
}
/*-------------------------------------------------------------------
id="Baner"関係のスタイル
--------------------------------------------------------------------*/
div#Baner{
	text-align:center;
	width:636px;
	margin:0 auto;
}div#Baner h1{
	font-size:12px;
	color:#999999;
	font-weight:normal;
	text-align:center;
	margin:2px auto;
}div#Baner img{
	border:0;
}
/*-------------------------------------------------------------------
id="BreadCrumb"関係のスタイル
--------------------------------------------------------------------*/
p#BreadCrumb{
	font-size:12px;
	color:#999999;
	margin:7px 0 0 8px;
	text-align:left;
	line-height:100%;
}
/*-------------------------------------------------------------------
id="wrapper"関係のスタイル
--------------------------------------------------------------------*/
div#wrapper{
	background:url(../img/container.png) repeat-y center top;
}
/*-------------------------------------------------------------------
id="Main"関係のスタイル
--------------------------------------------------------------------*/
div#Main{
	margin:0 auto;
	width:510px;
}div#Main h2{
	font-size:25px;
	color:#CC0000;
	margin:20px 0 30px 0;
	text-align:center;
}div#Main h3{
	color:#CC0000;
	font-size:14px;
	margin:30px 0 0 0;
}div#Main p{
	font-size:13px;
	color:#444444;
	line-height:135%;
	margin:10px 0 17px 0;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	height:107px;
	background:url(../img/footer.png) no-repeat center top;
}div#footer address{
	padding-top:11px;
	font-size:12px;
	color:#777777;
	text-align:center;
	font-style:normal;
}div#footer address a{
	color:#777777;
	text-decoration:none;
}

/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/
.red{color:#CC0000;}
.redBold{color:#CC0000;}