@charset "utf-8";
/* CSS Document */

/*タグの初期化*/
*{
	margin:0;
  	padding:0
}

/*全体要素*/
#wrap {
	height: auto;
	width: 800px;
	border: 1px groove #999999;
	background: #DDEDF3 url(image/bgheader.gif) no-repeat scroll left top;
}
/*ヘッダー部*/
#header {
	height: 160px;
	width: 800px;
	padding:0px;
	border-bottom: 1px solid #A8E0F2;
}
#wrap #header h1 {
	text-indent: -1000px;
	padding: 0px;
}

/*コンテンツ部*/
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*メインコンテンツ　コンテンツ部　*/
#contents #main {
	float: right;
	width: 620px;
	padding: 0px;
	margin-right: 15px;
	margin-top: 37px;
	background: url(image/kadomaru_bar.gif) no-repeat scroll left top;
	height: auto;
}
#contents #main #main_head {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 620px;
}
#contents #main #main_footer {
	height: 25px;
	background: url(image/kadomaru_bar_down.gif) no-repeat scroll left top;
	margin: 0px;
	padding: 0px;
}

#contents #main #main_content {
	margin: 0px;
	padding: 8px 15px 15px;
	background: #FFFFFF;
	clear: both;
}
#contents #main #main_head .cyousei_h2 {
	padding-top: 4px;
	padding-left: 12px;
}



#contents #main ul {
	padding-top: 10px;
	list-style: square;
	padding-left: 30px;
	line-height: 140%;
}


/*メニュー部　コンテンツ部　*/


#contents #sub {
	float: left;
	width: 130px;
	margin: 10px;
	padding: 0px;

}

#wrap #contents #sub li {
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
}

/*#wrap #contents #sub ul {
	list-style: url(none);
	padding-top: 10px;
}*/

#contents #sub li {
	padding-top: 10px;
	margin-bottom: 20px;
	list-style: none;
	margin-right: 30px;
	background: url(image/botan.png) no-repeat scroll left top;
	height: 40px;
	width: 101px;
}

#wrap #contents #sub a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	padding-left: 33px;
	display: block;
	padding-top: 6px;
}
#wrap #contents #sub .mojikan1 {
	letter-spacing: 0.5em;
}

#wrap #contents #sub a:hover {
	color: #FF9900;
}


/*フッター部*/
#footer {
	clear: both;
	background: #CCCCCC;
	height: 15px;
	text-align: right;
	margin: 0px;
}

#footer address {
	margin-right: 10px;
	vertical-align: bottom;
}

/*各種タグの設定*/

h1 {
	font: bold 17px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h3 {
	font-size: 13px;
	font-weight: bold;
	border-left: 5px solid #79CFEC;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	font-size: 12px;
	line-height: 150%;
	padding-top: 10px;
	padding-left: 10px;
	text-indent: 1em;
}
h2 {
	font: bold 15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:hover {
	color: #FF9900;
}



body {
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(image/bg.gif) repeat-x fixed left top;
	color: #666666;
}
