/***********************************************************************
 * 名前   ：stylesheet.css
 * 概要   ：HTMLのレイアウトを定義するスタイルシート
 * 作成日 ：2006/09/05 新規作成
 * 改定日 ：
 ***********************************************************************
*/

/* html body */
html,body{margin:0;padding:0}
body{font: 76% arial,sans-serif;text-align:center}
p{margin:0 5px 15px}
//a{display:block;color: #981793;padding:10px}

//div#header h1{
//	height:80px;line-height:80px;margin:0;
//	padding-left:10px;background: #EEE;color: #79B30B
//}

div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}	/*RED=185,GREEN=202,BLUE=255*/
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#container{width:720px;margin:0 auto}
div#content{float:right;width:500px}
div#content2{float:right;width:700px}
div#navigation{float:left;width:200px}
div#extra{float:left;clear:left;width:200px}
div#footer{clear:both;width:100%}

/* トップメニューのスタイル設定 */
ul#topmenu{
	margin: 0;
	padding: 0.1em;
	line-height: 1.4em;
	list-style: none;
	text-align: center;
	color: #000000;
	background: #ff9900;
}

ul#topmenu li{
	display: inline;
}
ul#topmenu a{
	padding: 0.2em 0.6em;
}
#topmenu a:link, #topmenu a:visited{
	color: #ffffff;
	background: #ff9900;
}
#topmenu a:hover, #topmenu a:active{
	color: #000000;
	background: #ffffff;
}

/* What's Newを表示するエリアの定義 */
div#whatsnew{
	height:260px;
	overflow:scroll;
	border: 1px solid #BCCCCC;
}

/* 枠線 */
div#area {
	width:90%;
	padding: 10px;
	border: 1px dotted #999999;
	margin-left:10px;
}
li{margin-left:10px}

.sidemenu a{
	display: block;
	width: 150px;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	padding: 11px 0 11px 10px;
	line-height: 12px;
	margin-bottom: -3px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #1c7baf;
}

.sidemenu a:hover {
	background-image: url(img/button_o.jpg);
	color: #000066;
}

.sidemenu2 a{
	display: block;
	width: 150px;
	background-image: url(img/button2.jpg);
	background-repeat: no-repeat;
	padding: 11px 0 11px 10px;
	line-height: 12px;
	margin-bottom: -3px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #1c7baf;
}

.sidemenu2 a:hover {
	background-image: url(img/button2_o.jpg);
	color: #000066;
}
