body {
	background-color: ;
	background-image:url("../img/wall.gif");
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

/* id設定 */
#whole {
	width: 800px;
	border: 0px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: ;
}
#header {
	width: 800px;
	background-image:url("../img/title2.jpg");
	background-repeat:no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color: ;
	border: 0px solid #000000;
	height: 115px;
}
#top_image {
	width: 800px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	height: 271px;
}

#menubox {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 35px;
}

#mainbox {
	width: 800px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right: 0px solid #000000;
	border-left: 0px solid #000000;
	background-color: ;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	border:solid 0px #000000;
}
/*
#leftbox {
	width: 150px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	height: 500px;
	float: left; /* floatを入替えることで左右入替え可能 */
}
#rightbox {
	width: 580px;
	background-color: #FFFFFF;
	padding: 10px;
	height: 480px;
	float: left; /* floatを入替えることで左右入替え可能 */
}

#subbox {
	background-color: #FFFFFF;
	width: 600px;
	float: right;
}
*/
#centerbox {
	background-color: #ffffff;
	width: 780px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right: 0px solid #5D8AC1;
	border-left: 0px solid #5D8AC1;

}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	height: 20px;
	text-align: center;
	padding-top: 0px;
}

/* 構造化 */

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 5px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 5px;
}
.h2txt{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 5px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #7D7E7E;
	margin: 5px;
	text-align: center;
}
h4 {
	color: #FF9900;
}
h5 {
	color: #FFFFFF;
}
h6 {
	color: #FFFFFF;
}

/* リスト */
ul {
	padding-top: 0px;
	padding-left: 15px;
	margin: 0px;
	list-style-type: none;
}
li {
	padding-left: 0px;
	margin-top: 1px;
	margin-left: 0px;
	font-size: 14px;
}
li.menu2 {
	margin-top: 1px;
	margin-left: 1px;
	font-size: 12px;
	width: 100px;
	float: left;
	text-align: center;
}
/* テキストメニュー */
p.menu {
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
}
p.text{
margin: 0px 0px 0px 0px;
line-height:1.4em;
}
p.select{
	position: relative;
	left: 100px ;
	top: 48px ;

	display: block;
	height:25px;
	width:110px;
	color:#000000;
	font-size:13px;
	
	background-color: ;#F1FFB8
	padding:2px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*
	border-top: solid 1px #F1FFB8;
	border-bottom: solid 1px #F1FFB8;
	border-left: solid 1px #F1FFB8;
	border-right: solid 1px #F1FFB8;
*/
	background-image:url("../img/blog.gif");
}
div.blog{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/* リンク */
a.top_info { 
	display: block;
	height:25px;
	width:110px;
	text-decoration: none; 
	font-weight: normal;
	margin: 0px;
	padding:5px 0px 0px 6px;
	color: #000000;
}
a.top_info:link { 
	text-decoration: none; 
	font-weight: normal;
	margin: 0px;
	color: #000000;
}
a.top_info:visited { 
	text-decoration: none; 
	font-weight: normal;
	margin: 0px;
	color: #000000;
}
a.top_info:hover { 
	text-decoration: none; 
	font-weight: normal;
	margin: 0px;
	color: blue;
/*	background-color: #A1CAF1; */
}
a { 
	text-decoration: none; 
	font-weight: normal;
	margin: 0px;
}
a:link { 
	color: blue; 
}
a:visited { 
	color: #003300; 
}
a:hover { 
	color: red; 
	text-decoration: underline; 
}
a.navi1 {
	height: 24px;
	padding: 0px;
	margin: 0px;
	border: solid 0px #B0C0BB;
}
a.navi1:link { 
	color: #000000; 
}
a.navi1:visited { 
	color: #003300; 
}
a.navi1:hover { 
	color: blue; 
}

/* その他 */
form {
	margin: 0pt;
}
input {
	margin: 0pt;
}
img {
	margin: 0px;
}
