@charset "UTF-8";

/*
common
-------------------------------------------------------------------------------*/

body { 
	margin: 0;
	padding: 0;
	color: #423430;
	font-size: 62.5%;
	line-height: 100%;
	font-family: "Lucida Grande","Verdana","Hiragino Kaku Gothic Pro","qMmpS Pro W3","lr oSVbN", Osaka,"lr oSVbN",sans-serif;
	background: url(../img/common/bg.gif);
}

div,pre,form,fieldset,p,blockquote { 
	margin: 0;
	padding: 0;
	text-align: left;	line-height: 1.5;
}

p,pre,blockquote,table {
	margin: 0;
	padding: 0;
	text-align: left;	line-height: 1.5;
}

input,textarea {
	margin: 0;
	padding: 1px;	line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-weight: normal;
	text-align: left;
}

dl,ul { 
	margin: 0;
	padding: 0;
}

dt,dd {
	margin: 0;
	padding: 0;	line-height: 1.5;
}

ul li {
	margin: 0;
	padding: 0;	line-height: 1.5;
list-style:none;
}

ol li {
	margin: 0 0 0 20px;
	padding: 0;	line-height: 1.5;
list-style:none;
}

table {
	margin: 0;
	padding: 0;
}

th,td {	line-height: 1.5;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

fieldset,img {
	border: 0;
}

abbr,acronym {
	border: 0;
}

.left {
	float: left;
}

img .left {
	float: left;
	display: block;
}

.right {
	float: right;
}

img .right {
	float: right;
	display: block;
}

.topSpace {
	padding-top: 20px;
}

.topSpaceSmall {
	padding-top: 10px;
}

.goTop {
	width: 100%;
	padding: 15px 0 0;
	text-align: right;
}

.clear {
	clear: both;
}

.clearFix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearFix {
	zoom: 100%;
}

/*
Link
-------------------------------------------------------------------------------*/

a:link 		{ color: #423430; text-decoration: underline; }
a:active 	{ color: #423430; text-decoration: underline; }
a:visited 	{ color: #423430; text-decoration: underline; }
a:hover 	{ color: #CA3030; text-decoration: underline; }


/*
text
-------------------------------------------------------------------------------*/

.smallTxt {
	font-size: 0.8em; }

.bigTxt {
	font-size: 1.2em;
}

.normalTxt {
	font-weight: normal;
}

.boldTxt {
	font-weight: bold;
}

.txtLeft {
	text-align: left;
}

.txtRight {
	text-align: right;
}

.txtCenter {
	text-align: center;
}


/*
color
-------------------------------------------------------------------------------*/

.red {
	color: #e60000;
}


/*
container
-------------------------------------------------------------------------------*/

div#container {
	width: 950px;
	margin: 0 auto;
	font-size: 1.2em;
	background-color: #fff;
}


/*
header
-------------------------------------------------------------------------------*/

div#header {
	width: 910px;
	margin: 0 auto;
	padding: 10px 20px 20px;
	background: url(../img/common/head_bottom.gif) no-repeat 0 bottom;
}

div#logoSet {
	width: 245px;
	height: 49px;
	float:left;
	overflow: hidden;
	position: relative;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
}

p#contact {
	width: auto;
	margin: 15px 0 0;
	padding: 5px 0 10px 40px;
	float: right;
	background: url(../img/common/inquiry.gif) no-repeat;
}

/*
mainMenu
-------------------------------------------------------------------------------*/

ul#mainMenu {
	width: 950px;
	height: 38px;
	margin-top: 10px;
	position: relative;
}

ul#mainMenu li {
	width: 190px;
	height: 38px;
	overflow: hedden;
	float: left;
	position: relative;
}

ul#mainMenu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
* html #nav ul { line-height: 0; } /* IE6 "fix" */

ul#mainMenu ul a { zoom: 1; } /* IE6/7 fix */

ul#mainMenu ul ul {
	top: 0;
}

ul#mainMenu li a {
	display: block;
	width: 190px;
	height: 38px;
	text-indent: -9999px;
	overflow: hedden;
}

ul#mainMenu li#btn01 a {
	background: url(../img/common/menu.gif) no-repeat 0 0;
}

ul#mainMenu li#btn01 a:hover {
	background: url(../img/common/menu.gif) no-repeat 0 -39px;
}

ul#mainMenu li#btn02 a {
	background: url(../img/common/menu.gif) no-repeat -190px 0;
}

ul#mainMenu li#btn02 a:hover {
	background: url(../img/common/menu.gif) no-repeat -190px -39px;
}

ul#mainMenu li#btn03 a {
	background: url(../img/common/menu.gif) no-repeat -380px 0;
}

ul#mainMenu li#btn03 a:hover {
	background: url(../img/common/menu.gif) no-repeat -380px -39px;
}

ul#mainMenu li#btn04 a {
	background: url(../img/common/menu.gif) no-repeat -570px 0;
}

ul#mainMenu li#btn04 a:hover {
	background: url(../img/common/menu.gif) no-repeat -570px -39px;
}

ul#mainMenu li#btn05 a {
	background: url(../img/common/menu.gif) no-repeat -760px 0;
}

ul#mainMenu li#btn05 a:hover {
	background: url(../img/common/menu.gif) no-repeat -760px -39px;
}

ul#mainMenu ul#subMenu li {
	width: 190px;
	height: 30px;
	float: none;
}

ul#mainMenu ul#subMenu li a {
	width: 170px;
	height: 20px;
	padding: 5px 10px;
	background-image:none;
	background-color: #f3f3f3;
	border: 1px solid #bbb;
	text-indent: 0;
	
}

ul#mainMenu ul#subMenu li a:hover {
	width: 170px;
	height: 20px;
	padding-top: 5px;
	text-indent: 0;
	background-image:none;	
	background-color: #0FBCB5;
	border: 1px solid #bbb;
	text-indent: 0;
	color: #fff;
}



/*
contents
------------------------------------------------------------------------------*/

div#contents {
	width: 910px;
	padding: 20px;
}


.titleStyle {
	width: 870px;
	margin: 30px auto 15px;
	padding: 5px 0 5px 10px;
	background-color: #F3F3F3;
	border-top: 1px solid #E1E1E1;
	border-left: 7px solid #009890;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	font-size: 1.2em;
	font-weight: bold;	
}

div.cntDetailBox {
	width: 830px;
	margin: 0 20px;
}

div.infoCnt {
	width: 870px;
	margin: 0 auto;
	padding: 25px 0 0;
}

div.infoCntNoSpace {
	width: 870px;
	margin: 0 auto;
	padding: 10px 0 0;
}


/*
footer
------------------------------------------------------------------------------*/

div#footer {
	width: 950px;
	margin-top: 20px;
	border-top: 1px solid #009890;
}

div#footer div#footMenu {
	background-color: #f3f3f3;
	padding: 10px 0;
	border-bottom: 5px solid #C6C6C6;
}

div#footer div#footMenu .rightBorder {
	border-right: 3px solid #fff;
}

div#footer div#footMenu p {
	width: auto;
	height: 150px;
	overflow: visible;
	float: left;
	margin-left: 25px;
	padding-left: 10px;
	background: url(../img/common/arrow.gif) no-repeat 0 4px;
	padding-right: 25px;
}

div#footer div#footMenu dl {
	width: auto;
	float: left;
	height: 150px;
	overflow: visible;
	margin-left: 25px;
	padding-left: 10px;
	padding-right: 25px;
}

div#footer div#footMenu dl dt {
	padding-left: 10px;
	background: url(../img/common/arrow.gif) no-repeat 0 4px;
}

div#footer div#footMenu dl dd {
	padding-left: 10px;
}

div#footer address {
	padding: 10px 0;
	background-color: #040404;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
}
