@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.contents_box {
	background: url("./image/con_bg.jpg") repeat-y;
	margin: 10px 0px 10px 0px;
}

.main_box {
	width: 710px;
	margin: 0px 20px 0px 20px;
}

.title_img {
	margin-bottom: 15px;
}

.txt_box {
	color: #666666;
	text-align: center;
	margin-bottom: 15px;
	line-height: 18px;
}

.japan_box {
	background-color: #DEEFC0;
	padding: 10px 10px 10px 10px;
	margin-bottom: 15px;
}

.coment_box {
	width: 254px;
	background: #FFFFFF url("./image/japa_head.gif") no-repeat;
	float:left;
}

.txt_box1 {
	width: 204px;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 25px 10px 25px;
	color: #FF0000;
}

.txt_box2 {
	width: 224px;
	margin: 0px 15px 0px 15px;
	line-height: 15px;
}

.squ_box {
	float:left;
}

.float_box {
	float: right;
	width: 352px;
}

.img_box {
	width: 341px;
	background: url("./image/bg.gif") no-repeat;
	text-align:center;
	padding: 6px 0px 6px 0px;
	float: left;
}

a.link:link {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:visited {
	text-decoration: underline;
	color: #003300;
	border: 0px;
}

a.link:active {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}

a.link:hover {
	text-decoration: underline;
	color: #558419;
	border: 0px;
}



