﻿@charset "utf-8";

/*セミオリジナルテンプレート用設定項目*/
/*1.全体背景色:*/
body {background-color:#bdb76b;}
/*2.全体枠線色*/
/*レイアウトの都合上、不要*/
/*3.メイン画像背景色*/
/*レイアウトの都合上、(1)と同じ*/
/*4.メイン画像*/
body {background-image:url(img/bg.jpg);}
/*5.コンテンツ部背景色*/
.content {background-color:#FFF;}
/*6.コンテンツ部枠線色*/
/*レイアウトの都合上、(2)と同じ*/
/*7.上部メニュー画像*/
#menu {background-image:url(img/menu.png);}
/*8.上部メニュー画像（マウスオーバー時）*/
#menu li:hover, #menu li.cntmenu_over {background-image:url(img/menu-hover.png);}
/*9.上部メニュー文字色*/
#menu li a {color:#333;}
/*10.上部メニュー文字色（マウスオーバー時）*/
#menu ul li a:hover, #menu li.cntmenu_over a {color:#655241;}
/*11.左部親ページメニュー画像*/
#side #sn_company>ul>li>a {background-image:url(img/side1-trans.png);}
/*12.左部親ページメニュー画像（マウスオーバー時）*/
#side #sn_company ul li a.sn_01:hover, #side #sn_company>ul>li>a.sn_01_over{background-image:url(img/side1-hover-trans.png);}
/*13.左部子ページメニュー画像*/
#side #sn_company>ul>li>ul>li a {background-image:url(img/side2-trans.png);}
/*14.左部子ページメニュー画像（マウスオーバー時）*/
#side #sn_company ul li a.sn_01_01:hover, #side #sn_company>ul>li>ul>li a.sn_01_01_over{background-image:url(img/side2-hover-trans.png);}
/*15.左部メニュー文字色*/
#side #sn_company li a {color:#333;}
/*16.左部メニュー文字色（マウスオーバー時）*/
#side #sn_company li a:hover, #side #sn_company li a.sn_01_01_over, #side #sn_company li>a.sn_01_over {color:#655241;}

/*html body*/
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	background-position:center 0;
	background-repeat:no-repeat;
}

/*common*/
img {
	border:0px;
}

/*page*/
#page {
	margin:0 auto;
	padding:0 0 10px 0;
	width:930px;
	text-align:left;
}

/*header*/
#header {
	margin:0 auto;
	padding:5px 0px;
	width:928px;
}

/*menu*/
#menu {
	margin:0;
	padding:0;
	width:930px;
	background-position:0 0;
	background-repeat:repeat;
	letter-spacing:0.01em;
	font-size:85%;
	line-height:2.0em;
}
#menu ul{
	margin:0;
	padding:0;
	width:930px;
	list-style:none;
	overflow:hidden;
}
#menu ul li{
	margin:0 0 10px 0;
	padding:0;
	display:block;
	float:left;
	width:186px;
	height:40px;
	line-height:1em;
	background-position:-186px 0;
}
#menu li:nth-child(5n):hover , #menu li.cntmenu_over:nth-child(5n) {
	background-position:-744px 0;
}
#menu li:nth-child(5n+1):hover , #menu li.cntmenu_over:nth-child(5n+1) {
	background-position:0 0;
}
#menu ul li a{
	margin:0;
	padding:14px 0 6px 0;
	display:block;
	width:186px;
	height:20px;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}
#menu li span {
	margin:0;
	padding:0;
}

/*main*/
#main {
	margin:0;
	width:658px;
	float:left;
	overflow:auto;
}

#main-top{
	float:left;
	margin:0;
	padding:0;
	width:658px;
	height:10px;
	background:url(img/main-top-trans.png) 0 0 no-repeat;
	overflow: hidden;
}

#main-content{
	float:left;
	margin:0;
	padding:9px;
	width:640px;
	overflow:auto;
}
#main-bottom{
	float:left;
	margin:0;
	padding:0 0 10px 0;
	width:658px;
	height:10px;
	background:url(img/main-bottom-trans.png) 0 0 no-repeat;
	overflow: hidden;
}
#main #mobile, #cnt_btmbt{
	padding:0 0 0 555px;
	width:75px;
}
#main #mobile a, #cnt_btmbt a{
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	width:75px;
	height:24px;
	background:url(img/mobile.gif) 0 0 no-repeat;
}

/*side*/
#side {
	padding:0 0 0 9px;
	margin:0;
	width:258px;
	float:left;
	overflow:auto;
}

#side-top{
	float:left;
	padding:0;
	width:258px;
	height:10px;
	background:url(img/side-top-trans.png) 0 0 no-repeat;
	overflow: hidden;
}
#side-content {
	padding:9px;
	width:240px;
	float:left;
	overflow:auto;
}
#side-bottom{
	float:left;
	padding:0 0 10px 0;
	width:258px;
	height:10px;
	background:url(img/side-bottom-trans.png) 0 0 no-repeat;
	overflow: hidden;
}
#side ul{
	margin:0;
	padding:0;
}
#side #sn_company>ul>li{
	margin:0 0 5px 0;
	padding:0;
	width:240px;
	list-style:none;
	letter-spacing:0.01em;
	font-size:85%;
	line-height:2.0em;
}
#side #sn_company>ul>li>a{
	display:block;
	margin:0;
	padding:15px 0 5px 20px;
	width:220px;
	height:20px;
	line-height:1em;
	text-decoration:none;
	background-position:0 0;
	background-repeat:no-repeat;
}
#side #sn_company>ul>li>a:hover, #side #sn_company>ul>li>a.sn_01_over {
	font-weight:bold;
}
#side #sn_company>ul>li>ul{
	margin:0 0 0 20px;
	padding:0;
	width:220px;
}
#side #sn_company>ul>li>ul>li{
	margin:0;
	padding:0;
	width:220px;
	height:35px;
	list-style:none;
}
#side #sn_company>ul>li>ul>li a{
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	margin:5px 0 0 0;
	padding:12px 0 8px 20px;
	width:200px;
	height:15px;
	line-height:1em;
	text-decoration:none;
	overflow:hidden;
}
#side #sn_company>ul>li>ul>li a:hover , #side #sn_company>ul>li>ul>li a.sn_01_01_over{
	font-weight:bold;
}

/*footer*/
#footer-top{
	float:left;
	margin:0;
	padding:0;
	width:928px;
	height:10px;
	background:url(img/footer-top-trans.png) 0 0 no-repeat;
	overflow: hidden;
}
#footer{
	margin:0;
	padding:9px;
	width:910px;
	text-align:left;
	clear:both;
}
#footer-bottom{
	float:left;
	margin:0;
	padding:10px;
	width:928px;
	height:10px;
	background:url(img/footer-bottom-trans.png) 0 0 no-repeat;
	overflow: hidden;
}
