@charset "euc-jp";
/* CSS Document */

/*
リンク---------------------------------------
*/



a:link {
	color: #66f;
	text-decoration: underline;
}

a:visited {
	color: #66f;
	text-decoration: underline;
}

a:hover {
	color: #30c;
	text-decoration: none;
}

a:active {
	color: #009;
	text-decoration: underline;
}


/*
コンテンツ---------------------------------------
*/


#all{
	line-height: 1.5;
	font-size: 12px;
	width: 700px;
	background: url(../backgraund.jpg) top center repeat-y;
}

#lead{
	width: 480px;
	height: 122px;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 60px 0 160px;
	background: url(../lead.jpg) top center repeat-y;
}

#ct2Box{
	width: 580px;
	height: 250px;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 60px 0 60px;
	background: url(../c2Box.jpg) top center repeat-y;
	color: #371200;
}


#ct3Box{
	width: 550px;
	height: 271px;
	line-height: 1.5;
	font-size: 12px;
	margin: 0 auto;
	padding: 40px 10px 5px 20px;
	color: #371200;
	background: #d2e7ff;
	background: url(../c3Box.jpg) top center repeat-y;
}

.ct2imgBox{
	width: 495px;
	margin: 0;
	padding: 5px;
	border: solid 1px #000;
	background: #deceb8;
}

.leftBox{
	width: 35px;
	float: left;
}

.rightBox{
	width: 455px;
	float: left;
	padding-left: 5px;
}

strong{
	font-weight: bold;
}

table{
	border-collapse: collapse;
}

td{
	vertical-align: top;
	padding: 5px;
}

table.ct3_2 td{
	border: solid 1px #1c4e68;
}

table.ct3_2 td.icon{
	vertical-align: middle;
	text-align: center;
	background: #9d9d9d;
}

.ClearDiv{
	clear: both;
	margin: 0;
	padding: 0;
}

.backW{
	text-align: center;
	vertical-align: middle;
}

