@charset "utf-8";
/*==========================================================
bace
==========================================================*/

/* body
--------------------------------------------------------- */
html,body{
     height:100%;
}
body,td,th {
	font-family: メイリオ,Meiryo,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #333;
	line-height:20px;
	background:#fff;
	letter-spacing: 0.2em;
}
body {
	margin: 0;
	padding: 0;
}

/* link
--------------------------------------------------------- */
a, a:link,a:visited {
    color:#333;
	text-decoration:none;
}
a:hover {
    color:#999;
    text-decoration:underline;
}
a:active {
    text-decoration:none;
}
img {
    vertical-align:middle;
    border:0;
}
a:hover img{
    opacity:0.7;
    filter:alpha(opacity=70);
    -ms-filter:"alpha( opacity=70 )";
    background:none!important;
}

/* layout
--------------------------------------------------------- */
header, #main {
     width: 1000px;
	 margin:0 auto;
}


/* header
--------------------------------------------------------- */
header {
	height:110px;
}
header h1 {
	background:url(../img/title.jpg) no-repeat left 50%;
	width:350px;
	height:110px;
	text-indent:-9999px;
	float:left;
}
	header h1 a {
		display:block;
		width:350px;
		height:110px;
	}
#header_right {
	float:right;
	padding-top:10px;
	text-align:right;
}
	.top_tel {
		text-align:right;
	}
	#header_right ul {
		margin-top:15px;
	}
	#header_right li {
		float:left;
	}


/* main_visual
--------------------------------------------------------- */
#main_visual {
	clear:both;
	width:100%;
	border-top:1px solid #88703c;
	border-bottom:1px solid #88703c;
	background-color:#f9f9f9;
}
	.slider_box {
		width:1000px;
		margin:0 auto;
	}


/* main
--------------------------------------------------------- */
#main {
	clear:both;
	margin-top:50px;
}

#left_nav {
	width:230px;
	float:left;
	margin-right:40px;
	margin-bottom:50px;
}
#left_nav ul {
}
	.menu_nav {
		width:200px;
		border-bottom:1px solid #ddd;
		margin-left:30px;
		background:url(../img/arrow.jpg) no-repeat;
		background-position:left 53%;
	}
	.menu_nav a {
		display:block;
		padding:20px 0 15px 25px;
	}
.menu_nav_a {
	width:200px;
	border-bottom:1px solid #ddd;
	margin-left:30px;
	background:url(../img/arrow.jpg) no-repeat;
	background-position:left 23%;
}
	.left_sub {
		margin-left:20px;
	}
	.menu_nav_a a {
		display:block;
		padding:20px 0 0 25px;
	}
	.sub_menu {
		background:url(../img/arrow02.jpg) no-repeat;
		background-position:left 52%;
		margin-bottom:5px;
	}
	.sub_menu a {
		display:block;
		padding:10px 0 5px 25px;
	}
#left_nav iframe {
	margin-top:50px;
}

#main_contents {
	width:730px;
	float:right;
}

#news {
	background:url(../img/news_bg.jpg) no-repeat;
	width:730px;
	height:106px;
	padding-top:6px;
	letter-spacing: 0.1em;
}
	.news_text {
		width:580px;
		height:100px;
		margin-left:145px;
		overflow:auto;
	}
	.news_day {
		color:#999;
		font-size:12px;
		margin-right:15px;
	}
	.news_text p {
		padding-bottom:10px;
	}
	.comment {
		width:550px;
		margin-left:10px;
		margin-top:-5px;
	}
#top_contents_btn {
	margin-top:50px;
}
	#contents_btn {
		width:350px;
		float:left;
		margin-bottom:30px;
	}
		#contents_btn1 {
			width:350px;
			float:right;
			margin-bottom:30px;
		}


/* footer
--------------------------------------------------------- */
footer{
	clear:both;
	background:url(../img/footer_bg.jpg) repeat-x;
	height:60px;
	letter-spacing: 0.1em;
}
	.footer_title {
		background:url(../img/footer_title.png) no-repeat;
		margin:20px 0 0 20px;
		width:142px;
		height:30px;
		text-indent:-9999px;
		float:left;
	}
	.footer_title a {
		display:block;
		width:142px;
		height:30px;
	}
.copy {
	text-align:right;
	color:#FFF;
	font-size:11px;
	padding-top:15px;
	padding-right:10px;
}
small {
	font-size:10px;
}

