@charset "UTF-8";

a{
	text-decoration: none;
}

a:link{
	color: black;
}

a:hover{
	color: blue;
	cursor: pointer;
}

img{
	border-style: none
;
}

li{
	list-style: none;
}

#container {
	width: 780px;
	height: 200%;
	margin-right: auto;
	margin-left: auto;
	background-color: #99ccff;
}

#content_left {
	float: left;
	width: 164px;
	height: auto;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 8px;
}

#content_left .box {
	background-color: #e0ffff;
	margin-bottom: 10px;
}

#content_left .box h4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #3399CC;
	font-weight: normal;
	font-size: 12px;
	height: 19px;
	padding-top: 6px;
}

#content_left .box p {
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
	text-align: left;
}

#content_left .box2 h5 {
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/subtitole01.jpg);
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 8px;
}

#content_right {
	float: right;
	width: 164px;
	height: auto;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 8px;
}

#content_right .box {
	background-color: #e0ffff;
	margin-bottom: 10px;
}

#content_right .box h4 {
	color: #FFFFFF;
	text-align: center;
	background-color: #3399CC;
	font-weight: normal;
	font-size: 12px;
	height: 19px;
	padding-top: 6px;
}

#content_right .box p {
	font-size: 11px;
	padding: 5px;
	line-height: 15px;
	text-align: left;
}

#content_right .a h3 {
	color: #0000ff;
	text-align: center;
	background-image: url("images/subtitole01.jpg");
	font-weight: normal;
	font-size: 12px;
	height: 20px;
	padding-top: 8px;
}

#content_center {
	height: auto;
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}

#content_center .box {
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content_center .box p {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

#content_center .box h5 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url("images/subtitole03.jpg");
	background-repeat: no-repeat;
}

#content_center .box h6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url("images/subtitole02.jpg");
	background-repeat: no-repeat;
}

#content_center .box h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 22px;
	background-image: url("images/subtitole04.jpg");
	background-repeat: no-repeat;
}
/*下記は使っていない
#content_center h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
}
#content_center img {
	float: left;
	margin-right: 10px;
}

*/