﻿body { 
	text-align:center;
}  

#wrap {
	width:830px;
	text-align:left;
	margin:0 auto;
}

/*ヘッダー*/
#header {
	width:830px;
	height:190px;
	margin:0 auto;
}

#title_bar {
	width:503px;
	height:105px;
	margin:20px 2px 15px 5px;
	background-image:url("img/title.png");
	float:left;
}

#info_bar {
	width:290px;
	height:93px;
	margin:20px 5px 20px 0px;
	padding:7px 0px 0px 10px;
	background-image:url("img/info.png");
	float:right;
	font-size:15px;
	color:#333333;
	font-family: 'メイリオ','MSPゴシック',Meiryo;
}

/*メインスペース*/
#mainWrap {
	width:640px;
	float:right;
	color:#000000;
	height:100%;
}

#mainphoto {
	background-image:url("img/top_photo.png");
	width:605px;
	height:250px;
	margin:5px 10px 5px 20px;
}

#mainphoto2 {
	background-image:url("img/top_photo2.png");
	width:605px;
	height:125px;
	margin:5px 10px 5px 20px;
}

#mainTopics {
	color: #666666;
	background-image:url("img/topics_bar.png");
	width:590px;
	height:30px;
	margin:10px 5px 10px 20px;
	font-size:16px;
	font-weight:bold;
	padding:10px 0px 0px 20px;
}

/*text編集*/
#textbox {
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-left:40px;
	font-size:14px;
}

.text_Right {
	margin:0px 0px 0px 350px;
}

.text_Center {
	margin:0px 0px 0px 130px;
}

/*更新履歴*/
#history {
	margin-top:20px;
	margin-right:30px;
	margin-bottom:10px;
	margin-left:30px;
	overflow-y:scroll;
	width:590px;
	height:200px;
	font-size:13px;
	line-height:170%;
}

#history span {
	display: inline-block;
	width: 90px;
}
	

/*サイドバー*/
#sideWrap {
	width:190px;
	float:left;
	text-align:center;
}

/*プルダウンメニュー*/

.menu_sb1 ul{
	margin:10px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height:30px;
}

.menu_sb1 ul li{
	position: relative;
	margin:5px 5px 5px 5px;
}

.menu_sb1 ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #666666;
	text-decoration: none;
	padding:5px 2px 5px 10px;
	text-indent: 10px;
}

.menu_sb1 ul li a:link, .menu_sb1 ul li a:visited, .menu_sb1 ul li a:active{
	background-image:url(img/side_button.png); /* ボタンの画像 */
}

.menu_sb1 ul li a:hover{
	background-image:url(img/side_button2.png);/*マウスがボタンの上に来た時変わる画像*/
	color: #ffffff;
}

.menu_sb1 ul li ul{
	position: absolute;
	width: 195px; /* ボタンの幅 */
	top: -15px;
	visibility: hidden;
}

/*矢印ありのメニュー*/
#menu_sb2:link, .menu_sb2:visited, .menu_sb2:active {
	background-image:url(img/slidebar_01.png); 
}

#menu_sb2:hover{
	background-image:url(img/slidebar_02.png); 
}

/*フッター*/
#footer {
	text-align:center;
	font-size: 13px;
	border-top: 1px dotted #666666;
	padding-top: 15px;
	width:830px;
	bottom:0px;
	height: 50px;
	float:right;
}
