@charset "UTF-8";
/****************************************

共通

*****************************************/
body{
	margin: 0px;
	padding: 0px;
	background-image: url(../image/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #0CBAEF;
	font-size: 16px;
}
/*IE7ハック*/
*:first-child+html body{
	font-family: "メイリオ";
}
h1,h2,h3,h4,h5,h6,p,div,ul.ol,li,dt,dl,dd,
form,fieldset,input,textarea,button,table,embed,object,bgsound{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#shadow {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../image/shadow.gif);
}
#container {
	text-align: center;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	background-color: #FFFFFF;
}
#container a:hover{
	color: #ED6D00;
	text-decoration: underline;
}
#container a:active{
	color: #ED6D00;
	text-decoration: underline;
}
a:visited{
	color: #222;
}
a:link{
	color: #222;
}
a img{
	border:0;
}
/****************************************

ヘッダ

*****************************************/
#header .title {
	text-align: left;
	margin-bottom: 10px;
	color: #666666;
}
#header .title h1{
	font-size: 10px;
	font-weight:normal;
}
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
*:first-child+html #header {
	margin-bottom: 5px;
}
#header .head_menu {
	width: 800px;
}
#header .head_menu td {
	text-align: left;
	vertical-align: middle;
	width:190px;
}
#header .head_menu th {
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}
#header .head_menu th img{
	margin-right: 5px;
}
#header .main_menu {
	margin-top: 10px;
}
#list_pic {
	background-image: url(../image/list_pic.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
/****************************************

メインコンテンツ

*****************************************/
#contents {
	overflow:hidden;					/*floatで指定たはずのborderなどを指定する。*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
}
*html #contents {
	overflow:visible;				/*floatで指定たはずのborderなどを指定する。(IE6向け)*/
}
/*******************

右コンテンツ

*******************/
#main_contents {
	border: 1px solid #666666;
	width: 598px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 10px;
	height: auto;
}
#contents #right {
	width: 600px;
	float: right;
	display:inline;
	text-align: left;
}
#contents #right #inner-right {
	padding-bottom: 50px;
}
#contents .list_title {
	width: 600px;
}
#contents .list_title .bc {
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
}
#contents .list_title .bc span {
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: -3px;
}


#contents .list_title th {
	background-color: #0086D1;
	width: 7px;
	height: 28px;
}
#contents .list_title h2 {
	font-size: 16px;
}

#contents .list_title td {
	background-color: #BBE3F9;
	padding-left: 5px;
}
#contents .list_title .ideal {
	background-color: #FFFFFF;
	padding-top: 5px;
}
/*******************

左コンテンツ

*******************/
#contents #left {
	width: 180px;
	float: left;
	vertical-align: top;
	display: inline;
}
/*IE6ハック*/
* html #contents #left {
	margin-right: -40px;
}
/*end IE6*/

#contents #left ul {
	margin-top: 0px;
}

/*IE7ハック*/
*:first-child+html #contents #left ul {
	margin-top: 0px;
	margin-left: -2px;
}/*end IE7*/

/*IE6ハック*/
*html #contents #left ul {
	margin-top: 0px;
	margin-left: 40px;
}/*end IE6*/

#contents #left li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: -40px;
}

/*IE7ハック*/
*:first-child+html #contents #left li {
	list-style-type: none;
	margin-left: 2px;
	margin-bottom: 2px;
}
/*end IE7*/

#contents #left a{

}
/*******************

フッタ

*******************/
#footer {
	clear: both;
	width: 850px;
	font-size: 14px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#footer-menu {
	clear: both;
	float: right;
	overflow: hidden;
	text-align: right;
	width: 550px;
	padding-bottom:5px;
	padding-right: 22px;
}
#footer-menu ul {
	overflow: hidden;
	width: 550px;
	list-style-type: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer-menu ul li{
	float: left;
	margin-right:2px;
	list-style-type: none;
}
#footer .right {
	text-align: right;
	float: right;
	width: 400px;
	margin-right: 25px;
	display:inline;
}
#footer #inner-footer {
	clear: both;
	background-color: #FFFFFF;
	overflow:hidden					/*floatで指定たはずのborderなどを指定する。*/;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}
*html #footer #inner-footer {
	overflow:visible;				/*floatで指定たはずのborderなどを指定する。(IE6向け)*/
}
#footer .left {
	float: left;
	width: 400px;
	text-align: left;
	margin-left: 25px;
	display:inline;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
}
.dummy {
	clear: both;
}
