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


/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#E9E9E9;
	font-size:74.5%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color:white;
	line-height:1.5;
}



p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height:1.3;
}

img,
fieldset {
	border:0;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#656363;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



/*-----------------------------------------------
 __3カラム
-----------------------------------------------*/

#my_navi_1 {
	float:left;
	width:203px;
	height:230px;
	background-color: #D4D4D4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B7B4B4;
	}

#my_navi_2 {
	float:right;
	width:217px;
	background:#FFF;
	height:220px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7B4B4;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

#my_contents {
	background:#FFF;
	height: 235px;
	margin: 0;
	padding-top: 5px;
	padding-left: 30px;
	overflow: auto;
	} 




/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	margin-bottom:0px;
}

#header h1 {
	padding:0px 0px 0px;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:948px;
	margin-bottom:50px;
	background:#fff;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #B7B4B4;
}

#footer ul {
	margin:0 auto 5px;
}

#footer ul li {
	display:inline;
	margin-right:2px;
	padding-left:2px;
	line-height:1.1;
	border-left:1px solid white;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer li#copyright {
	text-align:right;
	margin-bottom:0;
	font-size: 0.8em;
	color: #000;
}


#flash {
	margin-bottom:0px;
	border-bottom-width: 10px;
	border-bottom-style: inset;
	border-bottom-color: #000;
	margin-top: 0px;
	padding: 0px;
}
#flash h4{
	font-size: 12px;
	margin: 0px;
	padding: 0px;

}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:950px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-y;
}





/* __navi
------------------------------------------*/
#globalnavi{
	margin: 0;
	padding: 0;
    width: 950;
	height: 300px;
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
	text-indent: -9999px;
	float:left;
	margin: 0;
	padding: 0;
}

#globalnavi a{
	display: block;
	width: 100%;
	height: 300px;
}

#menu1 a{
	background-position: 0 0;
	background-image: url(img/nv_1.jpg);
	width: 300px;
}
#menu2 a{
	background-position: 0 0;
	background-image: url(img/nv_2.jpg);
	width: 205px;
}
#menu3 a{
	background-position: 0 0;
	background-image: url(img/nv_3.jpg);
	width: 248px;
}
#menu4 a{
	background-position: 0 0;
	background-image: url(img/nv_4.jpg);
	width: 197px;
}

#globalnavi a:hover{

  background-repeat: no-repeat;
}

#menu1 a:hover{
	background-position: 0 0px;
	background-image: url(img/nv_1.jpg);
}
#menu2 a:hover{
	background-position: 0;
	background-image: url(img/nv_2.jpg);

}
#menu3 a:hover{
	background-position: 0;
	background-image: url(img/nv_3.jpg);

}
#menu4 a:hover{
	background-position: 0;
	background-image: url(img/nv_4.jpg);

}

