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

body{
	background-color: #def4f9;
	margin: 0px;
	font-size: 14px;
	line-height:22px;
}

#content{
	width:807px;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	margin:15px auto 15px auto;
}

#content_in{
	width:762px;
	margin:0px 0px 0px 20px;
	background-color:#FFF;
}

#content_box p{
	margin-left:30px;
	width:700px;
	text-align:left;
}
	
#content_box h3{width:734px;
margin:15px auto 15px auto;}

.right{text-align:right;}
.center{margin:0 auto 0 auto;
text-align:center;}

.right_img{float:right;
margin:15px 0 20px 40px;}

.left_img{float:left;
margin:0 30px 0 0;}

.clear{
	clear:both;
	height: 0px;
	line-height: 0px;
}

#tokuten{ display:block;
position:relative;
width:700px;
height:632px;
margin:0 auto 0 auto;
background-image:url(img/tokuten_back.jpg);
}

#tokuten .bi{
	display:block;
	position:absolute;
	top:46px;
	width:450px;
	height:238px;
	right: 3px;
}

#tokuten .do{
	display:block;
	position:absolute;
	top:346px;
	right: 3px;
	width:450px;
	height:220px;
}
#tokuten .bibt{
	display:block;
	position:absolute;
	width:165px;
	height:37px;
	top:293px;
	left:500px;
}
#tokuten .dobt{
	display:block;
	position:absolute;
	width:165px;
	height:37px;
	top:580px;
	left:500px;
}

#text3{
	margin-left:30px;
	width:705px;
	text-align:left;
}
#text3 .leftbox01{
	float:left;
	width:225px;
	height:80px;
	border: 1px solid #CCC;
	padding: 3px;
	font-size:12px;
	line-height:16px;
}
#text3 .rightbox02{
	float:left;
	width:220px;
	height:80px;
	border: 1px solid #CCC;
	padding: 3px;
	margin-left:5px;
	font-size:12px;
	line-height:16px;
}
#text3 .rightbox03{
	float:left;
	width:225px;
	height:80px;
	border: 1px solid #CCC;
	padding: 3px;
	margin-left:5px;
	font-size:12px;
	line-height:16px;
}

.red{color:#F00;}
.blue{color:#00F;}
.text16b{font-size: 16px;line-height:26px; font-weight:bold;}
.text16{font-size: 16px;line-height:26px;}
.text18{font-size: 18px;line-height:28px;}
.text19{font-size: 19px;line-height:29px;}
.text20{font-size: 20px;line-height:30px;}
.text24{font-size:24px;line-height:34px;}
.text24_b{font-size:24px;line-height:34px;color:#00F;}

a:hover img{
filter: alpha(opacity=70);
moz-opacity:0.70;
opacity:0.70;
}
.foot{width:700px;
margin:15px auto 15px auto;
padding:5px;
background-color:#369;
color:#FFF;
font-size:12px;
text-align:center;}

table{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;

}

td{	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #CCC;
	border-right-color: #CCC;}