@charset "Shift_JIS";

/* 初期化 */
/* メインカラー #000099 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,blockquote{
	margin: 0px;
	padding: 0px;
}
 
h1,h2,h3,h4,h5,h6,p,div{
	font-weight: normal;
	line-height: normal;
}

img{
	border: 0px;
	vertical-align: bottom;
}

li{
	list-style-type: none;
}

/*共通設定 */

body{
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	color: #333333;
	background-color: #9999ff;
	text-align: center;
}

a:link{
	color: #0000ff;
}

a:visited{
	color: #800080;
}

a:hover{
	color: #ff0000;
}


#navi a:link,#footer a:link{
	color: #ffffff;
	text-decoration: none;
}

#navi a:visited,#footer a:visited{
	color: #ffffff;
	text-decoration: none;
}

#navi a:hover,#footer a:hover{
	color:#ffff00;
	text-decoration: underline;
}

/* 左寄せ+下空白20px */
.f_left{
	float: left;
	margin-bottom: 20px;
}

/* 右寄せ＋下空白20px */
.f_right{
	float: right;
	padding-right: 20px;
	margin-bottom: 20px;
}

.clear{
	clear: both;
}

/* フォント設定クラス */
.b{
	font-weight: bold;
}

.navy{
	color: #000099;
}

.navy_b{
	color: #000099;
	font-weight: bold;
}

.yellow{
	color:#FFFF00;
}

.yellow_b{
	color:#ffff00;
	font-weight:bold;
}

.blue_yellow{
	color:#0033ff;
	background-color:#FFFF00;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
}

.back_yellow{
	background-color:#ffff99;
}

.red_l{
	color:#CC3300;
	font-size:110%;
	font-weight:bold;
}

.red_b{
	color:#cc3300;
	font-weight:bold;
}

.midasi {
	width:550px;
	background-color: #0033ff;
	padding: 3px 0px 2px 3px;
	color: #FFFFFF;
	font-size: 110%;
	margin-bottom: 18px;
	font-weight:bold;
}


/* wrap 〜全体の幅＋センタリング〜 */
#wrap{
	width: 792px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	text-align: left;
	border-top: solid #0033ff 1px;
}

/* h1+sitemap */

h1{
	float: left;
	width: 400px;
	padding: 5px 0px 3px 5px;
	text-align: left;
	color: #000099;
	font-size: 13px;
	border-left: solid #0033ff 1px;
}

#sitemap{
	float: right;
	width: 290px;
	font-size: 13px;
	padding: 5px 0px 3px 5px;
	border-right: solid #0033ff 1px;
}

#sitemap li{
	float: left;
}

/* container 〜headerからfooterまで包む〜 */
#container{
	clear: both;
	text-align: center;
	width: 790px;
	border: solid #0033ff 1px;
}


/* header */
#header{
	clear: both;
	width: 790px;
	height: 57px;
	padding-top: 3px;
	border-top: solid #0033ff 2px;
	border-right: solid #0033ff 1px;
	border-left: solid #0033ff 1px;	
}

/* navi */
#navi{
	height: 19px;
	color: #ffffff;
	background-color: #000099;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 15px;
}

#navi li{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}

#main{
	clear: both;
	float: right;
	width: 580px;
	margin-left: 10px;
	margin-top: 20px;
	text-align: left;
}

.gohome{
	clear:both;
	text-align: right;
	font-size: 90%;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#side{
	float: left;
	width: 180px;
	text-align: left;
	padding-top: 10px;
	padding-left:10px;
	font-size:13px;
}

/* side見出し */
#side p{
	margin: 0px;
	padding: 3px 0px 2px 5px;
	background-color: #000099;
	font-size: 15px;
	color: #ffffff;
}

#side ul{
	margin-bottom: 15px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;
}

#side li{
	padding:5px 0px 7px 0px;
	margin-left: 15px;
}

.ssl_img{
	margin-bottom: 10px;
	margin-left: 30px;
}

.ssl_text{
	margin-left: 0px;
	margin-bottom: 15px;
}


#footer{
	clear: both;
	border-top: solid #0033ff 1px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #000099;
	font-size:12px;
	color: #ffffff;
}
