@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:#FFFFFF;
	text-align:justify;
}div#container{
	width:660px;
	margin:0 auto;
}div#container h1{
	font-size:11px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin:3px auto 0 auto;
}
/*-------------------------------------------------------------------
id="wrapper"関係のスタイル
--------------------------------------------------------------------*/
div#wrapper{
	background:url(../img/container.png) repeat-y center top;
}
/*-------------------------------------------------------------------
id="Main"関係のスタイル
--------------------------------------------------------------------*/
div#Main{
	margin:0 auto;
	width:560px;
}div#Main h3{
	color:#CC0000;
	font-size:14px;
	margin:30px 0 0 0;
}div#Main p{
	font-size:13px;
	color:#333333;
	line-height:135%;
	margin:10px 10px 17px 0;
}div#Main h2{
	color:#CC0000;
	font-size:22px;
	line-height:140%;
	text-align:center;
	margin-bottom:30px;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	background:#FFFFFF url(../img/footer.png) no-repeat center top;
}div#footer address{
	text-align:center;
	padding-top:35px;
	padding-right:10px;
	font-size:12px;
	color:#666666;
	font-style:normal;
	line-height:150%;
}div#footer address a{
	color:#666666;
	text-decoration:none;
}

/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/
.red{color:#CC0000;}
.redBold{color:#CC0000;}