@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: #fff;
}

body,
#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ","Meiryo","ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	line-height: 1.6;
	color: #333;
	background: #fff;
	word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	border: none;
}

a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

a,
a:visited {
	text-decoration: underline;
	color: #007f92;
	outline: none !important;
}

a:active,
a:hover,
a:focus {
	color: #003f49;
}

table{
	border-collapse:collapse;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/

header{
	margin-bottom: 30px;
}
#top{
	text-align: left;
}
p.catchPhrase{
	position: absolute;
	top: 10px;
}
#header{
	width: 950px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
p#siteTitle{
	position: absolute;
	top: 30px;
	left: 0;
}
p#siteTitle a{
	width:309px;
	height: 0;
	background: url(../img/common/site_title.png);
	display: block;
	overflow: hidden;
	padding-top: 81px;
}
ul.contact{
	width: 500px;
	position: absolute;
	top: 35px;
	right: 0;
	text-align: right;
}
ul.contact li{
	display: inline-block;
	padding-left: 10px;
}

#globalNav {
	background:#007f92;
	overflow: hidden;
}
#globalNav ul{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	height: 40px;
	border-left: solid 1px #fff;
}
#globalNav li{
	float: left;
}
#globalNav a:link,
#globalNav a:visited{
	width: 189px;
	display: block;
	color: #fff;
	line-height: 40px;
	background:#007f92;
	border-right: solid 1px #fff;
	text-align: center;
	text-decoration: none;
	}
#globalNav a:hover,
#globalNav a:active{
	background:#003f49;
	}

#globalNav .active a{
	background:#003f49;
	}
.contentsTemp h1#title{
	width:910px;
	background:url(../img/common/title.gif) no-repeat 0;
	height: 0;
	overflow: hidden;
	display: block;
	padding-top: 80px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto 10px;
	}

/*--------------------------------------
 * コンテンツ	
 * ---------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.contents{
	padding: 0 20px;
}
 
nav.breadcrumb{
	padding: 0 10px 20px;
	}
	
/*--------------------------------------
 * フッター
 * ---------------------------------------*/

footer {
	text-align: left;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.footerNav{
}
.footerNav ul{
	text-align: center;
}
.footerNav li{
	display: inline-block;
	padding: 0 5px;
}
.footerNav a{
	text-decoration: none;
}

.footerBanner{
	padding-bottom: 10px;
	}

.footerLink{
	padding: 10px 0;
	margin-bottom: 20px;
	background: #007F92;
	color: #fff;
	}

.footerLink a:link,
.footerLink a:visited{
	color: #fff;
	}


.address{
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.address ul{
	float: left;
	padding-right: 20px;
	overflow:hidden;
	font-size: 10px;
}

.campany{
	padding-bottom:5px;
}

.footer-info{
	float: left;
	padding-right: 20px;
	}
.footer-logo{
	float: left;
	padding-right: 10px;
}

.copyright{
	padding:10px 0;
	text-align: center;
	font-size: 10px;
}
