@charset "utf-8";
/* CSS Document */

* img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.attention {
	color: #F00;
}

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.both {
	clear: both;
}

body {
	background-color: #EEEEEE;
}


/*ヘッダー*/

#header {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/index/header_back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
}
#header .logo {
	float: left;
	height: 100px;
	width: 200px;
}
#header .pan_navi {
	margin-top: 72px;
	margin-left: 60px;
	float: left;
	color: #666;
	height: 20px;
	width: 500px;
}
#header .pan_navi li {
	float: left;
	list-style-type: none;
}
#header .pan_navi li a {
	color: #666;
	text-decoration: none;
}
.main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.main .menu {
	float: left;
	width: 186px;
	padding-top: 5px;
	clear: left;
}
.main .menu .menu_main {
	background-image: url(images/index/menu_back.gif);
	background-repeat: repeat-y;
}
.main .menu .menu_main p {
	text-align: center;
}


.main .menu .menu_main ul li:first-child {
	margin-top: 0px;
}

.main .menu .menu_main ul li {
	height: 27px;
	width: 154px;
	list-style-type: none;
	background-image: url(images/index/menu_btn.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-size: 14px;
	padding-top: 13px;
	padding-left: 20px;
}
.main .menu .menu_main ul li:hover {
	background-image: url(images/index/menu_btn_o.gif);
}
.main .menu .menu_main ul li a {
	display: block;
	text-decoration: none;
}
.main .menu .menu_main .form li {
	background-image: none;
	list-style-type: none;
}

.main .menu .footer {
	margin-bottom: 5px;
}
.main .contents {
	float: left;
	width: 610px;
	_width/**/: 600px;
	padding-top: 5px;
	padding-left: 4px;
}
.main .contents .contents_header {
	background-image: url(images/index/contents_header.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 610px;
}
.main .contents .contents_header h2,.main .contents .contents_header h1 {
	color: #FFF;
	font-size: 16px;
	padding-top: 12px;
	padding-left: 15px;
}

.main .contents .contents_main {
	background-image: url(images/index/contents_back.gif);
	background-repeat: repeat-y;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 590px;
}
.main .contents .contents_footer {
	background-image: url(images/index/contents_footer.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 610px;
	margin-bottom: 5px;
	clear: both;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/index/footer.jpg);
	height: 50px;
}
#footer ul li {
	float: left;
	padding-left: 15px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 15px;
	margin-top: 5px;
}
#footer ul li a {
	text-decoration: none;
}
#mitsumori .form tr td #question {
	height: 250px;
	width: 350px;
}

