																

/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	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:#292e33;
	text-align:justify;
}div#container{
	width:750px;
	margin:0 auto;
}div#container h1{
	font-size:16px;
	color:#333333;
	font-weight:normal;
	text-align:center;
	margin:3px auto 0 auto;
text-decoration:underline;
}
/*-------------------------------------------------------------------
id="wrapper"関係のスタイル
--------------------------------------------------------------------*/
div#wrapper{
	background:#ffffff repeat-y center top;
}
/*-------------------------------------------------------------------
id="Main"関係のスタイル
--------------------------------------------------------------------*/
div#Main{
	margin:0 auto;
	width:650px;
}div#Main h3{
	color:#000000;
	font-size:15px;
	margin:30px 0 0 0;
}div#Main p{
	font-size:15px;
	color:#333333;
	line-height:135%;
	margin:10px 10px 17px 0;
}div#Main h2{
	color:#ff0000;
	font-size:18px;
	line-height:140%;
	text-align:center;
	margin-bottom:30px;
}
div#Main h4{
color:#ff0000;
font-size:16px;
line-height:135%;
background-color:#f0c795;
}


div#Main h5{
color:#ff0000;
font-size:16px;
line-height:135%;
background-color:#9ce3fe;
}

div#Main h6{
color:#ff0000;
font-size:16px;
line-height:135%;
background-color:#ffff00;
}
div#Main em{
color:#ffffff;
font-size:16px;
line-height:135%;
}
/*-------------------------------------------------------------------
id="border"関係のスタイル
--------------------------------------------------------------------*/
.test3 { border-style:outset;}
/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	background:#f4f1ea url no-repeat center top;
}div#footer address{
	text-align:center;
	padding-top:55px;
	padding-right:10px;
	font-size:14px;
	color;#999999;
	font-style:normal;
	line-height:150%;
}div#footer address a{
	color:#999999;
	text-decoration:none;
}

/*--------------------------------------------------------------------
文字装飾スタイル <span class="セレクタ名">こうして使います。</span>
---------------------------------------------------------------------*/
.red{color:#CC0000;}
.redBold{color:#CC0000;}