@charset "utf-8";

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

/*-------- 全体 --------*/
body {
	background-color: lightyellow;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width: 100%;
	background-color:lightyellow;
}

/*-------- ナビ --------*/
#navibar {
	width: 100%;
	text-align: center;
	padding-top: 2px;
}

#navibar a {
	background-image: url(../sozai/t_btn_up.jpg);
	height: 20px;
	width: 50px;      /*--86px;--*/
	display: block;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

#navibar a:hover {
	color: #0000FF;
	background-image: url(../sozai/t_btn_over.jpg);
}

#navibar2 {
	width: 100%;
	text-align: center;
	padding-top: 1px;
}

#navibar2 a {
	background-image: url(../sozai/tt_btn_up.jpg);
	height: 20px;
	width: 50px;      /*--86px;--*/
	display: block;
	padding-top: 7px;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}

#navibar2 a:hover {
	color: #0000FF;
	background-image: url(../sozai/tt_btn_over.jpg);
}

#seachbar {
	text-align: center;
	width: 100%;
	background-color: #f5deb3;
	height: 30px;
	padding-top: 5px;
}

/*-------- 左側 --------*/
#content_left {
	width: 80%;
	height: 100%;
	background-color: #f5deb3;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #cccccc;
	padding: 10px;
}

#content_left h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

/*-------- 左側メニュー --------*/
#sidemenu {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#sidemenu a {
	font-size: 12px;
	line-height: 24px;
	color: #000099;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#sidemenu a:hover {
	color: #0099FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}

/*-------- 右側 --------*/
#content_right {
	width: 85%;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	background-color: #f5deb3;
	padding: 10px;
	border: 1px solid #cccccc;
}

#content_right_i {
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #cccccc;
}

#content_right a {
	text-decoration:none;
}
/*-------- 中側 --------*/
#content_center {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: lightyellow;
}
#content_center a {
	text-decoration:none;
}
#content_center h1 {
	background-color: greenyellow;	
}
#content_center h2 {
	background-color: orange;	
}

/*-------- 中側左半分 --------*/
#content_centerL {
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
	font-size: 12px;
}
#content_centerL a {
	text-decoration:none;
}

/*-------- 中側右半分 --------*/
#content_centerR {
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: right;
	font-size: 12px;
}

/*-------- フッター --------*/
#footer {
	clear: both;
	width: 99.8%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 50px;
	background-color: #f5deb3;
	padding-top: 5px;
	border: 1px solid #cccccc;
}

#footer a {
	color: #119977;
	text-decoration:none;
}
