@charset "utf-8";
/* CSS Document */


/*-----------------------------------
 *	Layout
 *----------------------------------*/


/*	main
------------------------------------*/
#main {
	display:inline;
	float:right;
	margin:23px 20px 0 0;
}
#btn_box {
	text-align:center;
	margin:27px 0 48px 0;
}
#text_box {
	width:690px;
	padding:20px 0 63px 0;
}
#text_box .left {
	width:320px;
	font-size:14px;
	line-height:1.8;
}	

#nav_box {
	width:690px;
	background:url(../images/box_bg.jpg) repeat-y;
	font-size:14px;
	line-height:1.5;
	margin-bottom:28px;
}

#nav_box .inner {
	background: url(../images/box_top.jpg) no-repeat left top;
	}

.contents {
	padding: 10px 0;
	background: url(../images/box_bottom.jpg) no-repeat left bottom;
}


.text_box {
	display: inline;
	width: 218px;
	float: left;
}

.text_box p {
	padding: 10px 15px 0 15px;
}
.mlr18 {
	margin: 0 18px;
}

#nav_box .link {
	background:url(../images/icon.gif) no-repeat right center;
	text-align:right;
	padding-right:2em;
	margin:10px 15px 0 0;
}

#nav_box .link a {
	color: #ce0000;
	font-weight:bold;	
}
#nav_box .link a:hover {
	color: #0f407a;
}


#contact {
	width:690px;
	height:258px;
	background:url(../images/contact_bg.jpg) no-repeat;
	padding-top:20px;
}

#contact .inner {
	margin:0 40px 0 30px;
}
.inner a {
	color:#2680e6;
}

