@charset "utf-8";
/* CSS Document */

@charset "utf-8";
html { overflow-y: scroll; }

h1,h2,h3,h4 {
    margin: 0 0 20px 0;
}
p {
    margin: 0 0 0 0;
}
dl,
menu,
ol,
ul,
dd {
    margin: 0 0 0 0;
}
menu,
ol,
ul {
    padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none !important;
}
img {
	vertical-align: bottom;
}
li {
	list-style: none;
}
strong {
	font-weight: normal;
}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: underline;

}
a:active {
	color: #333;
}

a:hover img{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

/* =============================================================================
   基本レイアウト
   ========================================================================== */
body {
	
	font: 12px/2 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

/* =============================================================================
   Header
   ========================================================================== */

#OverHeader {
	margin-bottom: 30px;
	background: url(../images/global/header_bg.png) repeat-x left top;
}

#Header {
	width: 1000px;
	height: 175px;
	min-height: 175px;
	height: auto !important;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#Header h1 {
	position: absolute;
	top: 15px;
	left: 45x;
}

.daikin {
	position:absolute;
	top: 0;
	right: 0;
}

.gNavi {
	position: absolute;
	bottom: 4px;
	left: 0;
}

.gNavi li {
	display: inline;
}

/*======================================================
	CLEARFIX  clearしたい親要素に加える
======================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size:0;
	line-height:0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

div {
	zoom: 100%;
}


/* =============================================================================
   Main
   ========================================================================== */

#Wrap {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}	

#Main {
	width: 720px;
	margin: 0 40px 50px 0;
	float: left;
}
	
#breadcrumb {
	margin-bottom: 15px;
	padding-left: 20px;
	background: url(../images/global/iconHome.png) no-repeat left center;
}

#breadcrumb span {
	text-decoration: underline;
}

#Main h1 {
	width: 690px;
	height: 44px;
	line-height: 44px;
	padding: 3px 0 0 30px;
	background: url(../images/global/bg_title.png) no-repeat left top;
	color: #09406c;
	font-size: 16px;
}

#contactPichonkun {
	border-top: 2px dotted #979797;
	padding-top: 30px;
	position: relative;
}

#contactPichonkun dd {
	position: absolute;
	bottom: 25px;
	right: 15px;
}


/* =============================================================================
   Side
   ========================================================================== */

#Side {
	width: 240px;
	margin-bottom: 50px;
	float: left;
}

.banners li {
	margin-bottom: 10px;
}

.Side_navi li {
	height: 36px;
	line-height: 36px;
	margin: 0;
	background: url(../images/global/side_li_bg.png) no-repeat 0 0;
}

.Side_navi li a {
	padding-left: 20px;
	color: #09406c;
}

#Side p {
	font-size: 12px;
}

/* =============================================================================
   Footer
   ========================================================================== */

#OverFooter {
	background: url(../images/global/footer_bg.png) repeat-x 0 0;
	height: 269px;
	background-color: #09406c;
}

#Footer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	overflow: hidden;
}

.Footer_L {
	width: 395px;
	height: 243px;
	margin-right: 50px;
	padding: 20px 0 0 20px;
	background: url(../images/global/footer_bg_line.png) no-repeat top right;
	float: left;
}

.Footer_L .footer_logo {
	margin-bottom: 10px;
}


#Footer .office {
	overflow: hidden;
}

#Footer .office dt {
	width: 40px;
	margin-right: 10px;
	float: left;
	clear: both;
}

#Footer .post {
	width: 75px;
	margin-right: 10px;
	float: left;
}

#Footer .address {
	width: 240px;
	margin-right: 10px;
	float: left;
}

#Footer .tel {
	margin: 5px 0;
}

#Footer .mailTxt{
	font-size:14px;
	color:#fff;
}


#Footer .Footer_R {
	width: 495px;
	float: left;
}

.Footer_R {
	margin-top: 35px;
}

#Footer li a {
	color: #fff;
}

#Footer .footerNavTitle{
	clear: both;
	height:20px;
	font-size:16px;
	font-weight:bold;
	background: url(../images/global/icoSitemap.png)no-repeat left 5px;
	padding-left:30px;
	margin-bottom:15px;
}

.Footer_naviL {
	width: 140px;
	margin-right: 50px;
	line-height: 28px;
	float: left;
}

.Footer_naviR {
	width: 140px;
	margin-right: 50px;
	line-height: 28px;
	float: left;
}

address {
	clear: both;
	text-align: right;
	color: #a7a7a7;
	font-style:normal;
}


