charset "Shift_JIS";

/*@group reset*/

* { margin: 0; padding: 0}

a { text-decoration: none}

ul, ol,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img { vertical-align: middle}

/*@end*/


html {
	font-family: verdana, sans-serif;
	line-height: 1.5
}

img {
	display: block;
	margin: 0 auto;
}

h1 {
	font-size: 40px;
	text-align: center;
}

h2 {
	font-size: 30px;
	text-align: center;
}

h3 {
	font-size: 20px;
	text-align: center;
}

hgroup h4,h5,h6 {
	font-size: 16px;
	text-align: center;
}


body {
	font-family: Helvetica, Verdana, sans-serif;
	background: url(http://ariake-yatsushiro.jp/ariake/heimen/heimen_hiduke/pe09_bg.gif);
}

#wrapper {
	position: relative;
	width: 980px;
	margin: auto;
}

#header {
	text-align: center;
	height: 120px;
	padding: 3px;
}


#container {
	margin-bottom: 20px;
	padding: 15px;
	background: #CBE5E2;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
	overflow: hidden;
	zoom: 1;
}


#main {
	float: right;
	width: 600px;
	padding: 15px;
	background: #E5F1F1;
	border-radius: 5px;																			
}

#main li {
	text-align: center;
}

#sidebar {
	float: left;
	width: 300px;
	background: #E5F1F1;
	box-shadow: 0 0 18px -8px #66666F;
	padding-bottom:5px;
	border-radius: 5px;
	padding-bottom: 20px;
}

/* 左側ナビゲーションバー　：　メニュー部分 */

ul#navi li {
	font-size: 85%;
	text-align: center;/*上側でテキストをセンタリング*/
}

ul#navi li p {
	width: 200px;
	height:30px;
	text-align: left;/*ここのみテキストを左端へ設定*/
	background: #CBE5E2 url(arrow_red_right_16_16.png) no-repeat left center;
	background-position:5px;
	border-bottom:1px dotted #95684D;
	padding: 10px 0 0 30px;
	margin: auto;
	border-radius: 5px;
	cursor: pointer;
}


/* 左側ナビゲーションバー　：　メニュー部分選択時 */
ul#navi li p.active {
	background: #99ccff url(arrow_blue_down_16_16.png) no-repeat left center;
	background-position:5px;
}

/* 左側ナビゲーションバー　：　サブメニューは通常非表示に */
ul#navi li ul {
	display:none;
}

/* 左側ナビゲーションバー　：　サブメニュー部分 */
ul#navi li ul li a  {
	display: block;
	width: 195px;
	height:25px;
	text-align: left;/*ここもテキストを左端へ設定*/
	background: #CBE5E2 url(arrow_green_right_15_15.png) no-repeat left center;
	background-position:15px;
	border-bottom:1px dotted #95684D;
	padding: 10px 0 0 36px;
	margin: auto;
	font-size: 90%;
}