*{
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;
}
img{
	border:0px;
}
#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:4px;
	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;
}
h1{
	text-align:center;
	font-size:140%;
	padding:4px;
	color:#ffffff;
	background-color:#6f90ff;
	border-left:12px solid #ffcc00;
}
h2{
	padding:6px;
	color:#212121;
	font-size:110%;
	font-weight:bold;
}
li{
	list-style-position:inside;
	padding:6px;
	color:#212121;
	font-size:110%;
	font-weight:bold;
}
#content .sage{
	text-indent:1em;
	padding-left:2em;
}
#content .matome{
	padding-left:2em;
}
#content .to_top{
	text-align:right;
}
#footer{
	clear:both; /*回り込みを解除*/
	background-color:#6f90ff;
	/*height:14px;*/
	padding:6px;
}
