/* 全体の背景色 */
body { 
	background-color: #E0FFFF;
}  

/* リンクの色 */
a	{
	color: #fffff
}

/* コンテナ */
div#container	{
	background-color: #ffffff;
	width: 760px;
	margin:0 auto;
}

/* ヘッダー */
div#header {
	background-color: #ffffff;
	background-image: url(../header_field.png);
	height:230px;
}

/* メイン */
div#main	{width: 574px;
	float: left}

/* コンテンツ */
div#content	{width: 388px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #81ce48;
	background-image: url(../images/bar-green-upper.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(../images/bar-green.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}


/* サイドバー */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li b	{display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-color: #81ce48;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	color: #ffffff;
	background-color: #FF9900;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a.yellow	{display: block;
	line-height: 30px;
	color: #696969;
	background-color: #ffff66;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a.purple	{display: block;
	line-height: 30px;
	color: #ffffff;
	background-color: #FF6699;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover {background-color: #7FFFD4}


ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover {background-color: #7FFFD4}

/* センター指定パーツ　*/

div#official-parts  {width: 166px;
	float: left;
	margin-bottom: 25px}

/* リンクボタン */
p.link-button {postion:relative;
               top:30px;
               left:5px;
               margin-bottom: 10px;
               padding-top: 10px;
               padding-left: 5px}

p.link-button a {font-size: 0.75em;
           color: #000000;
           text-decoration: none;}

p.link-button img	{border: none;
	vertical-align: middle} 

/* カウンター */
p.counter {margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 35px;}

p.counter {font-size: 0.75em;
           color: #000000;
           text-decoration: none;}

p.counter img	{border: none;
	vertical-align: middle}


/* 右サイドバー */
div#sidebar-right	{width: 166px;
        padding-right: 5px;
	float: right}

div.info	{border: solid 1px #3399CC;
	margin-bottom: 20px}

div#sidebar-right h2	{background-color: #99CCFF;
	border-bottom: solid 1px #99CCFF;
	color: #ffffff;
	font-size: 0.75em;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	margin-bottom: 3px}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px 5px}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 3px;
	padding: 0;
        list-style-type: none}

div#sidebar-right ul li a	{
	background-color: #ffffff;
	color: #000000;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 7px;
        list-style-type: none}

div#sidebar-right ul li a:hover {background-color: #7FFFD4}

/* フッター */
div#footer	{background-image: url(../line-green.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.85em;
	font-style: normal;
	text-align: center;
        padding-top: 8px;}
