*{
margin:0em;
padding:0;
}
body{
	text-align:center;
	font-size:12px; /*フォントサイズを指定*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif; /*文字種を指定*/
	line-height:1.4; /*行間を指定*/
	color:#212121; /*文字色を指定*/
	background-color:#ffffff;
}
a{
	text-decoration:none;
}
a:hover{
	color:#09aa04;
}
a:visited{
	color:#3366cc;
}
#wrapper{
	margin:0 auto;
	width:800px; /*幅の指定*/
}
#header{
	padding:10px;/*パディングの指定*/
	height:60px;
	background:#7c99ff url(images/logo_bg2.jpg) left top no-repeat;/*背景画像の指定*/
}
#header img{
	border:0px;
	float:left;
}
#header p{
	padding-top:5px;
	padding-left:550px;
}
#header a{
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
}
#pan{
	text-align:left; /*リストを左揃えに指定*/
	padding-left:10px;/*パンくずリストのパディング指定*/
	padding-bottom:2px;
	padding-top:0px;
	border-bottom:1px solid #dddddd;
}
/*左のポップアップメニュー設定*/
#t2-left{
	text-align:left;
	width:640px;
	padding-top:4px;
}
/*右のポップアップメニュー設定*/
#t2-right{
	text-align:right;
	padding-top:4px;
}
#container{
	float:left; /*ボックスを左寄せに指定*/
	width:100%; /*ボックスの幅を変更*/
}
#primary{
	float:right; /*ボックスを右寄せに指定*/
	width:100%; /*ボックスの幅を変更*/
}
#content{
	padding:4px;
	text-align:left;
}
#content p{
	margin:10px;
	line-height:1.6em;
	padding-left:2em;
}
img{
	border:none;
}
h1{
	margin-top:10px;
	color:#ffffff;
	font-size:110%;
	background-color:#6f90ff;
	padding:4px;
	border-left:12px solid #ffcc00;
}
h2{
	margin-top:10px;
	font-size:105%;
	color:#ffffff;
	background-color:#6f90ff;
	padding:4px;
	border-left:12px solid #88e02e;
	border-right:12px solid #88e02e;
}
h3{
	font-size:105%;
	color:#333333;
	background-color:#ffcc00;
	padding:4px 4px 4px 10px;
	margin-bottom:10px;
}
#content .maru{
	padding:10px 6px 10px 2em;
	background-image:url(images/maru.gif);
	background-position:4px 15px;
	background-repeat:no-repeat;
}
#content table{
	padding:10px 0 10px 40px;
}
table td{
	padding:3px;
}
table .nore{
	width:200px;
}
#content .nuri{
	background-color:#eeeeee;
}
#content .line{
	border-bottom:1px dotted #333333;
	padding-bottom:10px;
}
#omousikomi{
	margin-bottom:20px;
}
#omousikomi table{
	margin-left:200px;
	width:400px;
}
#omousikomi td{
	border:1px solid #ffffff;
	padding:4px;
}
#omousikomi .nuri3{
	background-color:#6f90ff;
	color:#ffffff;
	font-weight:bold;
}
#omousikomi .naka{
	text-align:center;
}
#omousikomi .naka2{
	text-align:center;
	color:#6f90ff;
}
#omousikomi .naka3{
	text-align:center;
	background-color:#eeeeee;
}
#omousikomi .center{
	text-align:center;
}
#e a{
	background-image:url(images/omousikomi01.gif);
	background-position:100px 0px;
	background-repeat:no-repeat;
	display:block;
	height:22px;
	text-indent:-9999px;
}
#e a:hover{
	background-image:url(images/omousikomi02.gif);
}
#content .to_top{
	text-align:right;
}
#footer{
	clear:both; /*回り込みを解除*/
	background-color:#6f90ff;
	/*height:14px;*/
	padding:6px;
}
