@charset "UTF-8";

/*-------------------------------------
	Last Update：2010.08.03
------------------------------------*/
/*----------------------------------
	universal reset
-----------------------------------*/
*{
	margin: 0;
	padding: 0;
}

/*----------------------------------
	body and base setting
-----------------------------------*/

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 100%;
	line-height: 150%;
	vertical-align: baseline;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ","Meiryo",Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
	font-size: 75%; /* 12px */
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
	background:#000;
}

html,body { }

html>body { font-size: 12px; }

ul, ol, dl {
	list-style: none;
}

li {
	display: list-item;
}

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

th, td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}


img, a img {
	vertical-align: bottom;
	border: none;
	background: transparent;
}

object, embed {
	vertical-align: top;
}


input, textarea {
	font-size: 1em;
}

hr {
	border: none;
}

caption {
	text-align: left;
}

fieldset {
	border:0;
	clear: both;
}

map { margin: 0px;
	padding: 0px;
	}

/*----------------------------------
	default link
-----------------------------------*/
a:link {
	color: #f9ab2f;
	background: transparent;
	text-decoration: underline;
}

a:visited {
	color: #f9ab2f;
	background: transparent;
	text-decoration: underline;
}

a:hover {
	color: #f9ab2f;
	background: transparent;
	text-decoration: none;
}

a:active {
	color: #f9ab2f;
	background: transparent;
	text-decoration: none;
}

a:focus {
	outline: 0;
}



/*----------------------------------
	ページ全体
-----------------------------------*/

#wrapper {
	margin:0px auto;
	width:950px;
	text-align:left;
	padding:0px 41px;
	background: #7f0000 url(../common/bg.jpg) no-repeat;
}



.return {
	text-align:right;
	width:654px;
	clear:both;
	padding-top:10px;
}

br.cl {
	clear:both;
	}


/*----------------------------------
	header
-----------------------------------*/


#logo {
	width:716px;
	height:97px;
	float:left;
}

#logo h1 {
	display: block;
	text-indent: -9998px;
	width:716px;
	height:97px;
	background-image: url(../common/title.jpg);
	margin: 0px;
	padding: 0px;
}

#logo h1 a {
	display:block;
	width:716px;
	height:97px;
}


#logo h1 a:hover {
background-image: url(../common/title.jpg);
}


#logo h1 a:active {
background-image: url(../common/title.jpg);
}

#inquiry {
	float:right;
	width:234px;
}

/*----------------------------------
	navi
-----------------------------------*/
#navi {
	clear: both;
	width: 950px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat;
	margin-bottom:12px;
	clear:both;
}

ul#navi_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navi_list li {
	display: inline;
	text-indent: -9000px;
}

ul#navi_list li a {
	display: block;
	float: left;
}

ul#navi_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#navi_list li {
	display: inline;
	text-indent: -9000px;
}

ul#navi_list li a {
	display: block;
	float: left;
}

li#navi01 a, li#navi01 a:link, li#navi01 a:visited {
	width: 169px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat 0 0;
}

li#navi01 a:hover, li#navi01 a:active {
	width: 169px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat 0 -42px;
}

li#navi02 a, li#navi02 a:link, li#navi02 a:visited {
	width: 220px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -169px 0;
}

li#navi02 a:hover, li#navi02 a:active {
	width: 220px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -169px -42px;
}

li#navi03 a, li#navi03 a:link, li#navi03 a:visited {
	width: 203px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -389px 0;
}

li#navi03 a:hover, li#navi03 a:active {
	width: 203px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -389px -42px;
}

li#navi04 a, li#navi04 a:link, li#navi04 a:visited {
	width: 152px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -592px 0;
}

li#navi04 a:hover, li#navi04 a:active {
	width: 152px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -592px -42px;
}

li#navi05 a, li#navi05 a:link, li#navi05 a:visited {
	width: 206px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -744px 0;
}

li#navi05 a:hover, li#navi05 a:active {
	width: 206px;
	height: 42px;
	background: url(../common/menu.jpg) no-repeat -744px -42px;
}

/*----------------------------------
	main
-----------------------------------*/
#main {width:950px;}

/*----------------------------------
	left
-----------------------------------*/


#left {
	width:679px;
	float:left;
}

/*----------------------------------
	right
-----------------------------------*/
#right {
	float:right;
	width:233px;
}

#access {
	background:url(../common/access_map.png) no-repeat;
	padding-top:11px;
	width:233px;
	text-align:center;
	height:248px;
}


#access .place {
	font-size:16px;
	color:#FFFFFF;
}

.right_img {
	padding-top:15px;
}

#new {
	background-color:#000000;
	padding:12px;
}
#right span {
	color:#ffc20a;
}

#right a:link {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}

#right a:visited {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}

#right a:hover {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

#right a:active {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

#right a:focus {
	outline: 0;
}

#blog {
	background: url(../common/blog_bg.jpg) repeat-y;
	padding:8px 0px 8px 22px;
}

#blog_01 {
	background: url(../common/blog_01.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}

#blog_02 {
	background: url(../common/blog_02.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}

#blog_03 {
	background: url(../common/blog_03.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}

#blog_04 {
	background: url(../common/blog_04.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}
#blog_05 {
	background: url(../common/blog_05.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}
#blog_06 {
	background: url(../common/blog_06.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}
#blog_07 {
	background: url(../common/blog_07.jpg) no-repeat;
	height:48px;
	width:147px;
	padding:0px 0px 12px 48px;
	line-height:2;
}

/*----------------------------------
	footer
-----------------------------------*/
#footer_link {
	text-align:center;
	clear:both;
	width:950px;
	padding:12px 41px 6px 41px;
	margin:0 auto;
	background-color:#7f0000;
}
#footer {
	background-color:#3a0000;
	color:#9c9090;
	text-align:center;
	padding:6px 41px 50px 41px;
	width:950px;
	margin:0 auto;
}

#top {text-align:right;}
#top a { color:#FFFFFF;}



/*----------------------------------
	clearfix
-----------------------------------*/
.clearfix { display: inline-table; }

.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }

*:first-child+html .clearfix { height: 1%; }

.clearfix { display: block; }

/* End hide from IE-mac */

