@charset "utf-8";
/*====================================
	全ページ共通スタイル
=====================================*/
html {
	margin:0px;
	padding:0px;
}

body {
	color:#333;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:90%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",meiryo,"メイリオ",Osaka,sans-serif;
	line-height:1.4;
	background:url(../images/common/body_bg.png) left 150px repeat-x;
}

img {
	border:none;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6,
table,tr,td,th,
ol,ul,li,
dl,dt,dd,
p {
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:100%;
	list-style:none;
}

/*=================================
	フォント・装飾
==================================*/
/* -- sub_title ---------------- */
.sub_title01 {
	width:710px;
	height:40px;
	line-height:40px;
	color:#555;
	font-size:110%;
	font-weight:bold;
	background:url(../images/common/sub_title_bg.gif) no-repeat;
	padding:0 0 0 15px;
}

.sub_title02 {
	width:710px;
	height:40px;
	line-height:40px;
	color:#555;
	font-size:110%;
	padding:0 0 0 15px;
	border-left:5px solid #555;
	border-bottom:1px solid #555;
}

/* -- font ---------------- */
strong,
em,
.bold {font-weight:bold;}

.red {color:#ff0000; font-weight:bold; font-size:150%;}

p.attention,
ul.attention li {
	text-indent:-1.0em;
	padding-left:1.0em;
}

a:link,
a:visited,
a:active {
	color:#555;
	outline:none;
}
a:hover {
	color:#555;
	text-decoration:none;
	outline:none;
}

/* =========================================================
header
========================================================= */
#header {
	width:100%;
	overflow:hidden;
	background:#FFF;
	border-top:12px solid #f1e6c5;
}

#header #h_con{
	width:960px;
	height:98px;
	margin:0 auto;
}

#header #h_con h1 a#logo{
	width:131px;
	height:31px;
	background:url(../images/common/logo.png) no-repeat;
	display:block;
	text-indent:150%;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:25px 0 0 20px;
}
#header #h_con h1 a#logo:hover {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

#header #h_con #h_tel {
	width:199px;
	height:44px;
	background:url(../images/common/tel.png) no-repeat;
	display:block;
	text-indent:150%;
	overflow:hidden;
	white-space:nowrap;
	float:right;
	margin-top:20px;
}

#glovalNavi {
	width:100%;
	height:40px;
	margin:0 auto;
	background:url(../images/common/globalnavi_bg.gif) repeat-x;
	overflow:hidden;
}

#glovalNavi ul{
	width:960px;
	height:40px;
	overflow:hidden;
	margin:0 auto;
}

#glovalNavi ul li {
	float:left;
}

#glovalNavi ul li a {
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:115%;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	display:block;
	text-indent:150%;
	overflow: hidden;
	white-space:nowrap;
	background:url(../images/common/globalnavi.gif) no-repeat;
}

	#glovalNavi ul li.c1 a{
		width:160px;
		background-position:0 0;		
	}
	#glovalNavi ul li.c1 a:hover,
	#glovalNavi ul li.c1 a.ov{ 
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
	
	
	#glovalNavi ul li.c2 a{ 
		width:200px;
		background-position:-160px 0;
	}
	#glovalNavi ul li.c2 a:hover,
	#glovalNavi ul li.c2 a.ov{ 
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
	
	
	#glovalNavi ul li.c3 a{ 
		width:200px;
		background-position:-360px 0;
	}
	#glovalNavi ul li.c3 a:hover,
	#glovalNavi ul li.c3 a.ov{ 
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
	
	
	#glovalNavi ul li.c4 a{
		width:200px;
		background-position:-560px 0;
	}
	#glovalNavi ul li.c4 a:hover,
	#glovalNavi ul li.c4 a.ov{ 
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
	
	
	#glovalNavi ul li.c5 a{
		width:200px;
		background-position:-760px 0;
	}
	#glovalNavi ul li.c5 a:hover,
	#glovalNavi ul li.c5 a.ov{ 
		-moz-opacity:0.8;
		opacity:0.8;
		filter: alpha(opacity=80);
	}
	
/* =========================================================
container
========================================================= */
#container {
	width:960px;
	margin:15px auto 0 auto;
	overflow:hidden;
	position:relative;
}

/* =========================================================
パンくず
========================================================= */
#directory{
	margin:0 0 15px 0;
	font-size:95%;
}


/* =========================================================
contents
========================================================= */
#contents{
	width:710px;
	float:right;
	overflow:hidden;
}

/* =========================================================
sidenavi
========================================================= */
#sidenavi {
	width:230px;
	float:left;
}

/* ラインナップ */
#s_lineup{
	width:230px;
	margin-bottom:20px;
	position: relative;
}
#s_lineup dt{
	width:230px;
	height:40px;
	background:url(../images/common/lineup_title.gif) no-repeat;
	display:block;
	text-indent:150%;
	overflow:hidden;
	white-space:nowrap;
}
#s_lineup dd{
	width:208px;
	background:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:15px 10px;
}
#s_lineup dd ul li{
	background:url(../images/common/s_lineup_icon.gif) left center no-repeat;
	padding-left:18px;
	margin-bottom:10px;
}
#s_lineup dd ul li:nth-last-child(1){
	margin-bottom:0;
}
#s_lineup dd ul li a:link,
#s_lineup dd ul li a:visited,
#s_lineup dd ul li a:active {
	color:#555;
	font-weight:bold;
	outline:none;
}
#s_lineup dd ul li a:hover {
	color:#555;
	text-decoration:none;
	outline:none;
}


/* トピックス */
#sidenavi #s_topics{
	width:230px;
	margin-bottom:20px;
	position:relative;
}
#sidenavi #s_topics dl dt{
	width:230px;
	height:40px;
	background:url(../images/common/topics_title.gif) no-repeat;
	display:block;
	text-indent:150%;
	overflow:hidden;
	white-space:nowrap;
}
#sidenavi #s_topics dl dd{
	width:208px;
	background:#FFF;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:15px 10px;
	overflow:auto;
}
#sidenavi #s_topics dl dd p{
	padding-bottom:20px;
}
#sidenavi #s_topics dl dd p:nth-last-child(1){
	padding-bottom:15px;
}

#sidenavi #s_topics #detail a{
	width:76px;
	height:24px;
	background:url(../images/common/s_detail.png) no-repeat;
	display:block;
	text-indent:150%;
	overflow:hidden;
	white-space:nowrap;
	position:absolute;
	top:6px;
	right:10px;
}
#sidenavi #s_topics #detail a:hover {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*before:左側の影*/
.shadow:before{
  z-index: -1;
  position: absolute;
  content:'';
  bottom: 10px;
  left: 10px;
  width: 55%;
  top: 80%;
  max-width:643px;
  background: #989898;
  -webkit-box-shadow: 0 15px 5px #989898;
  -moz-box-shadow: 0 15px 5px #989898;
  box-shadow: 0 15px 5px #989898;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*after:右側の影*/
.shadow:after{
  z-index: -1;
  position: absolute;
  content:'';
  bottom: 10px;
  right: 10px;
  width: 55%;
  top: 80%;
  max-width:643px;
  background: #989898;
  -webkit-box-shadow: 0 15px 5px #989898;
  -moz-box-shadow: 0 15px 5px #989898;
  box-shadow: 0 15px 5px #989898;	
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform:rotate(3deg);

}

/* =========================================================
info
========================================================= */
#info a{
	width:960px;
	height:148px;
	background:url(../images/common/footer_info.jpg) no-repeat;
	display:block; 
	text-indent: 150%;
	overflow: hidden;
	white-space: nowrap;
	margin:40px auto 0 auto;
}
#info a:hover{
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* =========================================================
scroller
========================================================= */
#scroller {
	width:960px;
	margin:30px auto 22px auto;
	overflow:hidden;
}

#scroller a {
	width:107px;
	height:12px;
	background:url(../images/common/scroller.png) no-repeat;
	display:block;
	text-indent:150%;
	overflow:hidden;
	white-space:nowrap;
	float:right;
	margin:0 8px 0 0;
}

#scroller a:hover{
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* =========================================================
footer
========================================================= */
#footer {
	width:100%;
	height:140px;
	background:#ebdcae;
	border-top:1px solid #ab9331;
	overflow:hidden;
}

#footer #f_con {
	width:960px;
	margin:35px auto 0 auto;
}

#footer #f_con #f_glovalNavi {
	width:505px;
	color:#3d3102;
	margin:0 auto 10px auto;
	font-size:95%;
}
#footer #f_con #f_glovalNavi li {
	display:inline;
	border-right:1px solid #3d3102;
	padding:0 10px 0 5px;
}
#footer #f_con #f_glovalNavi li:nth-last-child(1) {
	border-right:0;
	padding-right:0;
}

#footer #f_con #f_glovalNavi li a:link,
#footer #f_con #f_glovalNavi li a:visited,
#footer #f_con #f_glovalNavi li a:active {
	color:#3d3102;
	outline:none;
}
#footer #f_con #f_glovalNavi li a:hover {
	color:#3d3102;
	text-decoration:none;
	outline:none;
}

#footer #f_con address{
	color:#3d3102;
	font-size:small;
	text-align:center;
	font-style:normal;
}


/*=================================
	clearfix
==================================*/
/* For modern browsers */

.cf {
	overflow:hidden;
}

.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}
 
.cf:after {
    clear:both;
}

.cf {
    zoom:1;
}
