@charset "UTF-8"; 
/* トップページCSS */

#center {
	width: 970px;
	height: 290px;
	text-align: center;
	background-image:  url(../images/bg_center.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#center img {
	margin: 3px 0px 0px 0px;
}

#main_content {
	background-image:  url(../images/bg_main_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 942px;
	margin: 0 auto;
	padding: 0 4px;
}


#left {
	float: left;
	width: 469px;
	height: 100%;
	padding-bottom: 11px;
	background-color: #ffffff;
	border-top: solid 4px #A8C8E5;
}

#right {
	float: right;
	width: 469px;
	height: 100%;
	padding-bottom: 11px;
	background-color: #ffffff;
	border-top: solid 4px #A8C8E5;
}

#left p {
	margin: 5px 0px 10px 0px;
	padding-right: 21px;
	padding-left: 25px;
	font-size: 90%;
	line-height: 150%;
	position: inherit;
	top: -100px;
}

#right table {
	width: 432px;
	margin-right: auto;
	margin-left: auto;
}

#right table th,td {
	vertical-align: top;
	border-bottom: dashed 1px #bfbfbf;
}

#right table th {
	padding-top: 10px;
}

#right table td {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 90%;
}

#right table td img{
	vertical-align: middle;
}

#right a {
	line-height: 150%;
}

#right p {
	text-align: right;
	margin-top: 11px;
	margin-right: 10px;
	line-height: 150%;
}