@charset "utf-8";
/* CSS Document */



* {
margin: 0px auto 0px;
padding: 0px;
}



body{

text-align: center;
background-color: #EEEEEE;
font-family: sans-serif;


}

#main{
	width:700px;
	margin: 0px auto 20px;
	padding-right:20px;
	padding-left:20px;
	background-color: #FFFFFF;
	overflow:auto;
}
img {
border-style:none;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
/*ヘッダー部分*/


#header{
	height:50px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #372d8d;
}

h1{
margin-top:15px;
float:left;
}

#headerRight{
margin-top:30px;
float:right;
}


#headerRight ul li{
	list-style-type: none;
float:left;
margin-right:5px;
}

/*グローバルナビ部分*/


.glovalNavi ul li{
	list-style-type: none;
float:left;
}




/*フッダー部分*/
#footer{
clear:both;
width:100%;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #372d8d;
}
#copyright{
display:inline; /* for WINIE6 */
padding:10px 10px;
float:right;
}

/*カテゴリー部分*/

h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 333399;
	padding-bottom:3px;
}


h2 img{
	background-image: url(../topimages/sidebar.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:10px;
	color: #666666;
}

.guide{
	margin-top:30px;
}

.section{
	display:inline; /* for WINIE6 */
	font-size:12px;
	text-align:left;
	width:150px;
	float:left;
	margin-left:20px;
	margin-top:20px;
	padding-bottom:10px;
}

.section ul{
	list-style-type: none;
margin-top:10px;

}

.section ul li{
margin-top:5px;

}



.section ul li a{
height:20px;
	background-image: url(../local_navi/arrow.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:10px;
	margin-left:5px;
	color: #666666;}

.business{
font-size:11px;}

.section ul li a:hover{
text-decoration:none;}


