﻿@charset "UTF-8";

/* reset
----------------------------------------------- */

* {
	font-size:100%;
	margin:0;
	padding:0;
	}

html,body,div,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ul,ol,li,
span,address,
table,thead,tfoot,tbody,th,td,
form,fieldset,
blockquote,pre,object,param {
	margin:0px;
	padding:0px;
	background:transparent;
	font-family:
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		"メイリオ",
		Meiryo,
		Osaka,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		sans-serif;
	}



/* base styles
----------------------------------------------- */

body {
	margin:0 auto;
	padding:0;
	background:#fff url(../img/bg_sub.gif) repeat-x top;
	text-align:center;
	color:#333;
	font-size:12px;
	line-height:1.65;
	}

body#top {
	background:#fff url(../img/bg.gif) repeat-x top;
	}



/* Win IE7 */
*:first-child+html body { 
	font-size:75%;
	}
*:first-child+html table { 
	font-size:100%;
	}

*:first-child+html * {
	lette-spacing: 0;
	zoom:1;
	}

/* Win IE6 & 6以前 */
* html body { 
	font-size:75%;
	}
* html table { 
	font-size:100%;
	}



/* links
----------------------------------------------- */

a img {
	border-width:0;
	}

a {
	color:#325e9f;
	text-decoration:none;
	}

a:link {
	color:#325e9f;
	}

a:visited {
	color:#325e9f;
	}

a:hover, a:focus, a:active {
	color:#f94f7b;
	text-decoration:none;
	}



/* class
----------------------------------------------- */

ul {list-style-type:none;}
.small { font-size:smaller;}
.bold	{ font-weight:bold;}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
	}
.clearfix {
  min-height: 1px;
	}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
	}
.clear {
	height:0;
	line-height:0;
	clear:both;
	font-size:0;
	}
.posi_r { position:relative;}
.posi_a { position:absolute;}
.rollover {}
hr {
	display:none;
	}
.aster {
	margin:0 0 0 1em;
	text-indent:-1em;
	}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}


.mgB30 { margin-bottom:30px;}
.mgB20 { margin-bottom:20px;}
.mgB15 { margin-bottom:15px;}
.mgB10 { margin-bottom:10px;}
.mgB05 { margin-bottom:5px;}
.mgT20 { margin-top:20px;}
.mgL10 { margin-left:10px;}
.mgR10 { margin-right:10px;}
.mgR13 { margin-right:13px;}
.point { color:#336dca; font-weight:bold;}
.point2 { color:#0a2371; font-weight:bold;}


/* wrap
----------------------------------------------- */

#wrap {
	margin:0 auto;
	width:954px;
	text-align:center;
	}



/* header
----------------------------------------------- */

a#pageTop {
	font-size:0;
}

#header {
	position:relative;
	margin:0 auto;
	width:954px;
	height:100px;
	text-align:left;
	background:url(../img/hmenu_bg.gif) top no-repeat;
	}

#header h1 {
	display:block;
	position:absolute;
	top:27px;
	left:62px;
	font-size:11px;
	font-weight:normal;
	color:#becde7;
	background-color:transparent;
	z-index:2;
	}

#header h2 a {
	display:block;
	position:absolute;
	top:11px;
	left:0;
	width:396px;
	height:78px;
	z-index:1;
	}

#header ul {
	position:absolute;
	top:11px;
	left:597px;
	height:39px;
	}

#header ul,#header li {
	float:left;
	}

#header li a {
	display:block;
	}

#header li#hMenu_1 img {
	width:66px;
	height:39px;
	}

#header li#hMenu_2 img {
	width:72px;
	height:39px;
	}

#header li#hMenu_3 img {
	width:94px;
	height:39px;
	}

#header li#hMenu_4 img {
	width:125px;
	height:39px;
	}

#header p#hOpen {
	position:absolute;
	top:58px;
	left:494px;
	width:299px;
	height:31px;
	}

#header p#hTel {
	position:absolute;
	top:58px;
	left:793px;
	width:161px;
	height:31px;
	}



/* globalNavi
----------------------------------------------- */

#globalNavi {
	position:relative;
	width:954px;
	height:66px;
	background:url(../img/gnavi_bg.gif) no-repeat bottom;
	}

#globalNavi ul {
	position:absolute;
	top:0;
	left:0;
	}

#globalNavi li img {
	position:absolute;
	}

#globalNavi li#gNavi_1 img {
	top:0;
	left:0;
	width:182px;
	height:59px;
	}

#globalNavi li#gNavi_2 img {
	top:0;
	left:182px;
	width:229px;
	height:59px;
	}

#globalNavi li#gNavi_3 img {
	top:0;
	left:411px;
	width:160px;
	height:59px;
	}

#globalNavi li#gNavi_4 img {
	top:0;
	left:571px;
	width:140px;
	height:59px;
	}

#globalNavi li#gNavi_5 img {
	top:0;
	left:711px;
	width:243px;
	height:59px;
	}



/* topicPath
----------------------------------------------- */

div#topicPath {
	clear:both;
	margin:0 auto;
	width:954px;
	height:24px;
	text-align:right;
	}

div#topicPath ul {
	float:right;
	}

div#topicPath li {
	float:left;
	font-size:83%;
	padding-top:1px;
	padding-right:6px;
	}



/* contentsArea
----------------------------------------------- */

#contentsArea {
	clear:both;
	margin:0 auto;
	width:950px;
	text-align:left;
	}



/* container
----------------------------------------------- */

div#container {
	margin-top:0;
	}

div#container div.leftCol {
	float:left;
	width:227px;
	}

div#container div.rightCol {
	float:left;
	padding-left:30px;
	width:693px;
	}

div#container div.centerCol3 {
	float:left;
	padding:0 30px;
	width:442px;
	}

div#container div.rightCol3 {
	float:left;
	width:221px;
	}



/* h3
----------------------------------------------- */

div#container h3 img {
	width:693px;
	height:61px;
	}



/* h4
----------------------------------------------- */

div#container h4 {
	margin-top:30px;
	margin-bottom:20px;
	}

div#container h4 img {
	width:683px;
	height:37px;
	}



/* contactBan
----------------------------------------------- */

div#contactBan {
	position:relative;
	width:683px;
	height:95px;
	}

div#contactBan p#tel img {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:683px;
	height:95px;
	}

div#contactBan p#button img {
	position:absolute;
	display:block;
	top:12px;
	left:414px;
	width:257px;
	height:71px;
	}



/* aboutAC
----------------------------------------------- */

#aboutAC dt,#aboutAC dd,
#aboutAC ul,#aboutAC li {
	float:left;
	width:227px;
	}

#aboutAC dt img,#aboutAC dt a {
	display:block;
	}

#aboutAC dt img {
	width:227px;
	height:80px;
	}

#aboutAC dd {
	width:227px;
	padding-bottom:3px;
	background:url(../img/acmenu_bottom.gif) no-repeat bottom;
	}

#aboutAC li img,#aboutAC li a {
	display:block;
	}

#aboutAC li img {
	width:227px;
	height:43px;
	}

#aboutAC p.aboutAcBan {
	margin-top:5px;
	width:227px;
	height:77px;
	}



/* localMenu
----------------------------------------------- */

#localMenu{
	margin-bottom:10px;
}

#localMenu dt,#localMenu dd,
#localMenu ul,#localMenu li {
	float:left;
	width:227px;
	}

#localMenu dt img,#localMenu dt a {
	display:block;
	}

#localMenu dt img {
	width:227px;
	height:42px;
	}

#localMenu dd {
	width:227px;
	padding-bottom:3px;
	background:url(../img/acmenu_bottom.gif) no-repeat bottom;
	}

#localMenu li img,#localMenu li a {
	display:block;
	}

#localMenu li img {
	width:227px;
	height:43px;
	}



/* footer
----------------------------------------------- */

#footer {
	position:relative;
	margin:0 auto;
	width:950px;
	height:81px;
	text-align:left;
	background:url(../img/footer_bg.gif) top no-repeat;
	}

#footer p#copy img {
	position:absolute;
	top:31px;
	left:0;
	width:262px;
	height:50px;
	}

#footer ul {
	position:absolute;
	top:31px;
	left:689px;
	height:50px;
	}

#footer ul,#footer li {
	float:left;
	}

#footer li a {
	display:block;
	}

#footer li#fMenu_1 img {
	width:64px;
	height:50px;
	}

#footer li#fMenu_2 img {
	width:81px;
	height:50px;
	}

#footer li#fMenu_3 img {
	width:116px;
	height:50px;
	}

#footer p#goTop img {
	position:absolute;
	top:0;
	left:834px;
	width:116px;
	height:31px;
	}


