@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:#f4f1ea;
	text-align:justify;
}div#container{
	width:660px;
	margin:0 auto;
	text-align:center;
}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:20px;
	margin:30px 0 0 0;
}div#Main p{
	font-size:19px;
	margin:30px 0 0 0;
}div#Main h2{
	color:#CC0000;
	font-size:30px;
	line-height:140%;
	text-align:center;
	margin-bottom:30px;
}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	background:#f4f1ea url(../img/footer.png) no-repeat center top;
}div#footer address{
	text-align:center;
	padding-top:55px;
	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;}
.big{font-size : 40px;}
.bigred{color:#CC0000;
	font-size :40px;}
.redBold{color:#CC0000;}
.inyou{color : #A9A9A9;
	text-align : right;
	font-size : xx-small;
	text-decoration : none;}
.kyoucho{color :#dc143c;
	font-size : xx-small;
	text-align : left;
	font-weight : bold;}
.migisoroe{text-align : right;}
.migisoroex{text-align : right;
	font-size :xx-small;}