@charset "shift_jis";																	

/*-------------------------------------------------------------------
全称セレクタやリンクの基本カラー
--------------------------------------------------------------------*/
* {
	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;
}
img{border:none}
/*-------------------------------------------------------------------
bodyとid="container"のスタイル
--------------------------------------------------------------------*/
body{
	background:#000066;
	text-align:justify;
}div#container{
	background:url(../img/container.png) repeat-y center top;
	width:760px;
	margin:0 auto;
}
/*-------------------------------------------------------------------
id="header"関係のスタイル
--------------------------------------------------------------------*/
div#header{
	padding-bottom:25px;
	text-align:center;
	background:url(../img/header.png) no-repeat center top;
}
div#header h1{
	font-size:11px;
	color:#333333;
	font-weight:normal;
	margin:3px auto 1px auto;
}
/*-------------------------------------------------------------------
id="main"関係のスタイル
--------------------------------------------------------------------*/
div#Main{
	margin:0 0 0 20px;
	width:560px;
	font-size:14px;
	line-height:150%;
	float:left;
}
div#Main h2{
	line-height:140%;
	font-size:26px;
	font-weight:bold;
	margin-bottom:30px;
}
div#Main h3{
	font-size:18px;
	margin:30px 0;
	border-bottom:#000066 1px solid;
	border-left:#000066 4px solid;
	padding-left:5px;
}
div#Main p{color:#333333;}
div#Main em{font-style:normal; font-weight:bold; background-color:#FFFF66}
div#Main ul li{
    text-align:left;
	list-style:circle;
	margin:8px 50px;
}
/*-------------------------------------------------------------------
id="side"関係のスタイル
--------------------------------------------------------------------*/
div#side{
	margin:0 10px 0 0;
	padding:1px;
	border:#AAD5FF 1px solid;
	width:160px;
	line-height:140%;
	font-size:12px;
	float:right;
}
div#side ul{
	line-height:150%;
	list-style:none;
	margin-left:2px;
	padding:3px;
}
div#side li{
	background:url(../img/arrow.gif) no-repeat left center;
	padding-left:15px;
}
div#side h4{
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-align:center;
	background:#AAD5FF;
}
div#side p{
	padding:3px;
	border-bottom:#AAD5FF 1px solid;
}

/*-------------------------------------------------------------------
id="footer"関係のスタイル
--------------------------------------------------------------------*/
div#footer{
	padding-top:30px;
	background:url(../img/footer.png) no-repeat center bottom;
	clear:both;
}div#footer address{
	text-align:center;
	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;}
.18 {font-size: 18px;}
.20 {font-size: 20px;}
.s { font-size:small}
.ss {font-size: x-small}
.green{color: #009900;}
.pink{color:#FF00FF;}