@charset "UTF-8";

/* ========BASIC======== */

html {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS Pゴシック",sans-serif;
	background: #caf0fc;
	color: #3a3a3a;
}


*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}

*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

body {
overflow-y:scroll;
background-color:#fff;
margin:0 auto;
padding:0;
background-image:url(../images/back_01.jpg);
background-repeat:repeat-x;
min-width:1030px;
}



br {
   letter-spacing:normal;
}

a {
   color: #0668b2;
   text-decoration:none;
   outline:none;
}

strong {
	color: #333333;
	font-weight: bold;
}


a:hover {
	color: #6bbbf8;
	text-decoration: underline;
}


img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.empty {
	line-height: 17px;
	color:#a1a1a1;
}


/* ========TEMPLATE LAYOUT======== */

div#top{
	position:relative;
	width:1000px;
	margin:0 auto;
}


div#header {
	width:1000px;
	height: 115px;
	margin:0;
	padding:0;
}


div#header01 {
	float: left;
	width: 791px;
	margin: 0 0 0 0;
}

div#header02 {
	float: right;
	width: 209px;
	height: 115px;
	background-image:url(../images/hd_back.jpg);
	margin: 0;
}


div#header .logo01 {
	margin:0;
	padding: 4px 0 0 0;
}



div#g_menu {
	width:1000px;
	height:23px;
	margin: 20px 0 10px 14px;
}

div#links {
	width: 500px;
	margin: 50px auto 0px;
}

div#links_in01 {
	width: 732px;
	margin: 0 auto;
}

div#links_in02 {
	width: 494px;
	margin: 0 auto;
}

.links01 {
	float: left;
	margin: 18px 0 0 20px;
}

/* ========MENU CUSTOMIZE======== */

div#g_menu img {
	float:left;
	margin-right: 27px;
}

div#g_menu a:hover img {
opacity: .9;
-webkit-opacity: .9;
-moz-opacity: .9;
filter: alpha(opacity=90);	/* IE lt 8 */
-ms-filter: "alpha(opacity=90)"; /* IE 8 */
}

/* ========menubox CUSTOMIZE======== */

div#map {
	width: 1000px;
	height: 838px;
	background:url(../images/map.jpg) 250px 36px no-repeat;
}


div#menu_box01 {
	float: left;
	width: 230px;
	height: 254px;
	margin:36px 0 0 0;
	background:url(../images/m01_tl.jpg) 0px 0px no-repeat;
}

div#menu_box02 {
	float: left;
	width: 230px;
	height: 254px;
	margin:36px 0 0 0;
	background:url(../images/m02_tl.jpg) 0px 0px no-repeat;
}

div#menu_box03 {
	float: left;
	width: 230px;
	height: 254px;
	margin:36px 0 0 0;
	background:url(../images/m03_tl.jpg) 0px 0px no-repeat;
}

div#menu_box04 {
	float: left;
	width: 230px;
	height: 254px;
	margin:36px 0 0 20px;
	background:url(../images/m04_tl.jpg) 0px 0px no-repeat;
}

div#menu_box05 {
	float: right;
	width: 230px;
	height: 254px;
	margin:36px 0 0 0;
	background:url(../images/m05_tl.jpg) 0px 0px no-repeat;
}


div#menu_box06 {
	float: right;
	width: 230px;
	height: 254px;
	margin:36px 0 0 0;
	background:url(../images/m06_tl.jpg) 0px 0px no-repeat;
}


div#menu_box07 {
	float: right;
	width: 230px;
	height: 254px;
	margin:36px 0 0 0;
	background:url(../images/m07_tl.jpg) 0px 0px no-repeat;
}



.menu_n01{	
   margin:77px 0 0 7px;
   padding:0;
}

.menu_n02{
   margin:4px 0 0 7px;
   padding:0;
}

.menu_n03{	
   margin:93px 0 0 7px;
   padding:0;
}




div#links_in01 a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

div#links_in02 a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

a img {
-webkit-transition: opacity .3s ease-out;
-moz-transition: opacity .3s ease-out;
-ms-transition: opacity .3s ease-out;
transition: opacity .3s ease-out;
}



/* ========footer CUSTOMIZE========= */


div#footer_st {
	width: 100%;
	height: 102px;
	background:url(../images/ft_back.gif) 0px 0px repeat-x;
}

div#footer {
	width: 1000px;
	margin: 20px auto;
	padding: 17px 0 0 0;
}


