@charset "utf-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) 2013 Kiyonobu Horita @ WEBPLUS Inc.            */
/*--------------------------------------------------------------*/


/* ---------------------------------------------------------------------
　global setting
--------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

/* ---------------------------------------------------------------------
　body
--------------------------------------------------------------------- */
body {
	margin:0px auto;
	width:100%;
	background:url(../images/bg_body.png) 0 0 repeat-x;
	color:#333;
	font:12px "メイリオ", Meiryo, "Meiryo UI", "ＭＳ Ｐゴシック", Osaka, "平成角ゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:1.4em;
}

.wrap {
	margin:0 auto;
	width:980px;
}

/* ---------------------------------------------------------------------
　default link color
--------------------------------------------------------------------- */
a, a:visited {
	color:#333;
	text-decoration:none;
	transition:color 500ms ease 0;
	-moz-transition:color 500ms ease 0;
	-webkit-transition:color 500ms ease 0;
	-o-transition:color 500ms ease 0;
	-ms-transition:color 500ms ease 0;
}

a:hover {
	color:#F60;
}

a:active {
	color:#F30;
}

/* ---------------------------------------------------------------------
　.scrolltop
--------------------------------------------------------------------- */
img.scrollup {
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	-o-opacity:0.7;
	-ms-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

img.scrollup:hover {
	opacity:1.0;
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
	-o-opacity:1.0;
	-ms-opacity:1.0;
	-khtml-opacity:1.0;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* ---------------------------------------------------------------------
　header
--------------------------------------------------------------------- */
header {
	position:relative;
	margin:0 auto;
	width:980px;
	height:172px;
	text-align:left;
}

header a:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	-o-opacity:0.7;
	-ms-opacity:0.7;
	-khtml-opacity:0.7;
	filter:alpha(opacity=70);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/*　h1(logo)
/*-------------------------------------------*/
header h1 {
	position:absolute;
	top:33px;
	left:0;
}

header h1 a {
	display:block;
	width:102px;
	height:57px;
	background:url(../images/logo.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*　h2(description)
/*-------------------------------------------*/
header h2 {
	position:absolute;
	top:50px;
	left:130px;
	width:320px;
	font-size:12px;
	font-weight:normal;
}

/*　contact area
/*-------------------------------------------*/
header .contact ul {
	position:absolute;
	top:0;
	right:0;
	width:290px;
	height:100px;
	background:#0077B3;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
	-moz-border-bottomleft-radius:6px;
	-moz-border-bottomright-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-o-border-left-radius:6px;
	-o-border-right-radius:6px;
	-ms-border-left-radius:6px;
	-ms-border-right-radius:6px;
}  

header .contact ul {
	padding-top:15px;
}

header .contact li {
	margin:-5px 0 0 20px;
	padding:0;
	list-style:none;
}

/* ---------------------------------------------------------------------
　nav
--------------------------------------------------------------------- */
header nav {
	position:absolute;
	top:118px;
	left:0;
	width:983px;
	height:54px;
	text-align:left;
}

header nav li {
	position:relative;
	float:left;
	list-style:none;
	cursor:pointer;
}

header nav li li {
	float:inherit;
}
 
/* droppy.js setting */
header .drop li {
	z-index:400;
}

header .drop li ul {
	clear:both;
	display:none;
	position:absolute;
	top:54px;
	left:10px;
	box-shadow:2px 2px 2px 0 #333;
	-moz-box-shadow:2px 2px 2px 0 #999;
	-webkit-box-shadow:2px 2px 2px 0 #999;
	-o-box-shadow:2px 2px 2px #999;
	-ms-box-shadow:2px 2px 2px 0 #999;
}

header .drop li ul li {
	margin:0;
	padding:0;
	width:180px;
	height:auto;
	border:none;
}

header .drop li ul li a {
	display:block;
	padding:0 10px;
	width:180px;
	height:40px;
	background:#FFF;
	line-height:42px;
	opacity:0.9;
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	-o-opacity:0.9;
	-ms-opacity:0.9;
	-khtml-opacity:0.9;
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}

header .drop li ul li a:hover {
	text-decoration:none;
	opacity:1.0;
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
	-o-opacity:1.0;
	-ms-opacity:1.0;
	-khtml-opacity:1.0;
	filter:alpha(opacity=100);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

/* ---------------------------------------------------------------------
　footer
--------------------------------------------------------------------- */
footer {
	clear:both;
	margin:100px auto 0;
	width:100%;
	height:300px;
	background:url(../images/bg_footer.png) 0 0 repeat-x;
	text-align:left;
}

footer .wrap {
	position:relative;
	background:url(../images/bg_footer_wrap.png) 0 0 no-repeat;
}

/*　company data
/*-------------------------------------------*/
footer .companyData {
	position:absolute;
	top:27px;
	left:20px;
	width:320px;
	height:240px;
	background:url(../images/companydata.png) 0 0 no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

/*　footer nav
/*-------------------------------------------*/
footer .sitemap {
	height:300px;
}

footer .menu01 {
	position:absolute;
	top:50px;
	left:380px;
}

footer .menu02 {
	position:absolute;
	top:50px;
	left:610px;
}

footer .menu03 {
	position:absolute;
	top:50px;
	left:820px;
}

footer .sitemap ul {
	list-style:none;
}

footer .sitemap li {
	margin-bottom:0.5em;
	padding-left:10px;
	background:url(../images/arrow/arrow_a.png) 0 2px no-repeat;
}

footer .sitemap .ttl {
	margin:0 0 15px -10px;
	padding-left:0;
	background:none;
	color:#0077B3;
	font-size:14px;
	font-weight:bold;
}

/* ---------------------------------------------------------------------
　copyright
--------------------------------------------------------------------- */
footer aside {
	width:100%;
	background:url(../images/bg_copyright.png) 0 0 repeat-x;
}

footer aside .wrap {
	height:52px;
	background:none;
}

footer aside a {
	display:block;
	width:980px;
	height:52px;
	background:url(../images/copyright_out.png) center top no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

footer aside a:hover {
	background:url(../images/copyright_over.png) center top no-repeat;
}




/*--------------------　▲　end of file　▲　*/
