/*template.css*/

@charset "utf-8";
/*Start Template*/
html{margin:0px;padding:0px;}
body,
div.leftmenu{
  height: 100%; /* 「div.background」に対してはmin-heightに対応していないブラウザ用 */
}
body {
	margin:0 auto;
	padding:0;
	font-family:"メイリオ", Meiryo,Arial, Helvetica, sans-serif;
	font-size:0.9em;
	-webkit-text-size-adjust: 100%;
}
body > #leftmenu {height:auto;}
#contentsWrapper {
	float:left;
	margin:8px auto 30px;
	margin-left:10px;
	width:785px;
}

#top_main{
	width:960px;
	margin: auto;

}

img { border:none;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*********************************************************************/
/* 「ページトップへ」リンク */
#pageTop_scroll{
	background-color: #E80005;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop_scroll:hover{
	background:#EEE;
	}

/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* clearfix End */
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*新header*/

#site-description {
	background-color: #efefef;
	color: #242424;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 0;
	margin:0;
	width:100%;
	line-height:1;
	text-align:center;
	position:relative;
}

header#header {
	width:960px;
	height:78px;
	margin: auto;
	overflow: hidden;
	padding:0 10 5 10;
	background-color:#FFFFFF;	
}

	#site-id{
		float: left;
		width: 80px;
		padding-top: 3px;
		margin-right: 5px;
	}
	div#catchphrase {
		float: left;
		color: #f13c00;
		line-height: 1.3em;
		font-weight:bold;
		padding-top: 8px;
		width: 170px;
		margin-left: 10px;
		margin-right: 10px;
	}
	section#header_info {
		float: left;
		width: 458px;
		margin-left: 16px;
	}
		div#eigyojikan {
			font-size: 0.8em;
			padding-top: 1px;
			padding-left:10px;
			color: #242424;
		}
		div#header_tel {
			font-size: 2.2em;
			float: left;
			background-image: url(../templates/img/header/icon_tel.png);
			background-repeat: no-repeat;
			padding-left: 30px;
			margin-top:8px;
			line-height: 1em;
		}
		div#header_mail {
			font-size: 1.1em;
			font-weight: bold;
			height: 30px;
			float: left;
			padding-top:10px;
			line-height: 1.2em;
		}
		nav#header_menu {
			float: left;
			height:17px;
		}
			nav#header_menu ul{
				margin:0;
				padding:0;
				list-style:none;
			}
				#header_menu li {
					float: left;
				}
				#header_menu li a{
					font-size: 1em;
					background: url(../templates/img/header/ico_link.png) no-repeat;
					padding-left: 15px;
					font-weight: bold;
					color: #0c3158;
					text-decoration: none;
					margin-right:15px;
				}
				#header_menu li a:hover{
					background-position: 0 -17px;
					color: #f00;
				}
		section#header_mailfax {
			float: left;
			margin-top: 5px;
			margin-right:5px;
		}
			#header_mailbtn a:link{
				background-image:url(../templates/img/header/h_m_btn.png);
				background-repeat:no-repeat;
				width:42px;
				height:57px;
				text-indent:-99999px;
				display:block;
			}
			#header_mailbtn a:hover{
				background-image:url(../templates/img/header/h_m_btn.png);
			}
			#header_faxbtn a:link{
				background-image:url(../templates/img/header/btn_fax.png);
				background-repeat:no-repeat;
				width:42px;
				height:57px;
				text-indent:-99999px;
				display:block;
			}
			#header_faxbtn a:hover{
				opacity: 0.6;	
			}
		section#header_orderbtn {
			float: left;
			margin-top: 5px;
			margin-right:5px;
			margin-left:30px;
			}
			#header_orderbtn a:link{
				background-image:url(../templates/img/header/btn_order.png);
				background-repeat:no-repeat;
				width:75px;
				height:56px;
				text-indent:-99999px;
				display:block;
			}
			#header_orderbtn a:hover{
				background-image:url(../templates/img/header/btn_order_a.png);
				filter:alpha(opacity=50);
				 -moz-opacity: 0.5;
				opacity: 0.5;
				-webkit-transition: all 0.4s ease;
				-moz-transition: all 0.4s ease;
				-o-transition: all 0.4s ease;
				transition: all  0.4s ease; 
				background-color:#ff7200;
			}

/**************
/*問い合わせ*/
#header_odr_btn {
	background-color: #ff7200;
	display: inline-block;
			width: 250px;
			height: 45px;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	-moz-border-radius: 5px;    /* Firefox */
    -webkit-border-radius: 5px; /* Safari,Chrome */
    border-radius: 5px;         /* CSS3 */
}

#header_odr_btn a{
	color: #fff;
	font-size:17px;
	text-decoration: none;
}

#header_odr_btn a:linked{
	color: #fff;
}

#.header_odr_btn a:visited{
	color: #fff;
}

#header_odr_btn::before,
#header_odr_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#header_odr_btn,
#header_odr_btn::before,
#header_odr_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#header_odr_btn:hover {
	background-color: #ff9a55;
	color: #fff;
}

/*新header*/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*TOPメニュー　ドロップダウン*/
#topmenu_wrapper{
	/*width:100%;*/
	width:960px;
	margin:0 auto;
	text-align:center;
	background-color:#242424;
}

#topmenu{
	list-style-type: none;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
	#topmenu li{
		position: relative;
		float: left;
		z-index: 100;
		margin: auto;
		padding: 0;
		text-align: center;
	}
	#topmenu li a{
		display: block;
		width: 191px;
		margin: 0;
		padding: 12px 0 11px;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
		background-color:#242424;
		transition: 0.4s;
	}
	#topmenu li:hover > a{
		background-color:#ff7200;
		color: #FFFFFF;
		text-shadow:0px 0px 5px #9D6002;
	}
	#topmenu > li:hover > a{
	}
	#topmenu li ul{
		list-style: none;
		position: absolute;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 0;
		border-radius: 0 0 3px 3px;
		width: 100%;
	}
	#topmenu li ul li{
		overflow: hidden;
		width: 100%;
		height: 0;
		color: #333;
		-moz-transition: .2s;
		-webkit-transition: .2s;
		-o-transition: .2s;
		-ms-transition: .2s;
		transition: .2s;
		z-index:100;
	}
	#topmenu li ul li a{
		padding: 13px 0px 13px 0px;
		background: #ffe4a0;
		text-align: left;
		font-size: 12px;
		color:#333333;
	}
	#topmenu li:hover ul li{
		overflow: visible;
		height: 34px;
		border-top: 1px solid  #FFFFFF;
		border-bottom: 1px solid #DB9B24;
	
	}
	#topmenu li:hover ul li:first-child{
		border-top: 0;
	}
	#topmenu li:hover ul li:last-child{
		border-bottom: 0;
	}
	#topmenu li:hover ul li:last-child a{
		border-radius: 0 0 5px 5px;
	}
/*********************************************************************/
/*新leftmenu*/
div#leftmenu {
    width:165px;
	float:left;
	background-color:#FFFFFF;
	}
	section#leftmenu {
		float: left;
		width: 165px;
		padding: 0px;
	}
		aside#leftmenu {
			margin-top:1px;
		}
			div#leftmenu_gallery_top a{
				background-image: url(../templates/img/left_menu/leftmenu_gallery.png);
				background-repeat: no-repeat;
				text-indent: -9999px;
				height: 117px;
				width: 140px;
				display: block;
			}
			div#leftmenu_gallery_top a:hover{
				background-position:0 -117px;
			}
			div.leftmenu_gallery a{
				display:block;
				background-repeat: no-repeat;
				padding-left: 8px;
				font-size: 0.9em;
				margin-bottom: 1px;
				width: 156px;
				height: 30px;
				line-height: 2.7em;
				text-decoration:none;
				color: #000000;
				transition: 0.4s;
			}
			div.leftmenu_gallery a:hover{
				background-color:#ff7200;
			}
			div#leftmenu_whyishou a{
				background-image: url(../templates/img/left_menu/leftmenu_why.png);
				background-repeat: no-repeat;
				text-indent: -9999px;
				height: 117px;
				width: 165px;
				display: block;
			}
			div#leftmenu_whyishou a:hover{
				background-position:0 -117px;
			}
			div#leftmenu_aruyo a{
				background-image: url(../templates/img/left_menu/aruyo.png);
				background-repeat: no-repeat;
				text-indent: -9999px;
				height: 41px;
				width: 160px;
				display: block;
				padding-left:5px;
			}
			div#leftmenu_aruyo a:hover{
				background-image: url(../templates/img/left_menu/aruyo_a.png);
			}
			div#leftmenu_catalog a{
				background-image: url(../templates/img/left_menu/leftmenu_catalog13n.png);
				background-repeat: no-repeat;
				text-indent: -9999px;
				height: 110px;
				width: 165px;
				display: block;
				padding-left:5px;
			    -webkit-transition: all 0.4s ease;
    			-moz-transition: all 0.4s ease;
    			-o-transition: all 0.4s ease;
    			transition: all  0.4s ease;
			}

			div#leftmenu_catalog a:hover {  
    			opacity: 0.5;  
    			filter: alpha(opacity=60);  
			}  
			div#leftmenu_illuminations a:hover{
				background-image: url(../templates/img/left_menu/illuminations_a.png);
			}
			div#leftmenu_konnichiha a{
				text-indent: -9999px;
				height: 70px;
				width: 165px;
				display: block;
				color: #000000;
			}
			div.leftmenu_konnichiha a:hover{
				background-color: #ff7200;
				color: #000000;
				transition: 0.4s;
			}
			div.leftmenu_konnichiha a:link{
				color: #000000;
				margin-bottom: 1px;
				display: block;
				outline: 0;
				height: 26px;
				width: 157px;
				text-decoration: none;
				padding-left: 8px;
				padding-top: 5px;
				font-size: 13px;
				color: #000000;
				border-bottom: 1px #6a6a6a dashed;
			}
			div.leftmenu_konnichiha a:visited{
				color: #000000;
				margin-bottom: 1px;
				display: block;
				outline: 0;
				height: 26px;
				width: 157px;
				text-decoration: none;
				padding-left: 8px;
				padding-top: 5px;
				font-size: 13px;
				font-weight: bold;
			}

			div.leftmenu_sub {
				background-image: url(../templates/img/left_menu/left_sub.png);
				background-repeat: no-repeat;
				font-size: 0.9em;
				margin-bottom: 1px;
				padding-top:1px;
				padding-left: 22px;
				width: 142px;
				height: 20px;
				text-decoration:none;
				color: #ffffff;
				border-top: 1px #7c7c7c solid;
			}
/*End 新leftmenu*/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*Footer*/
.footer_text {
	text-align: center;
	font-size: x-small;
	padding:10px 0 0 0;
	height:20px;
}
.tenyou {
	color: #242424;
	font-size: 12px;
	margin:10px 0 5px 10px;
	height:20px;
}
#footer_body{
	width:100%;
	background-color: #efefef;
	padding-top:5px;
	text-align:center;
	margin:0 auto;
	color: #242424;
}

#footer a:link { color: #242424; }
#footer a:visited { color: #242424; }
#footer a:hover { color: #242424; }
#footer a:active { color: #ff7200; }

#google{
	width:300px;
}
