@charset "utf-8";

/* CSS Document */
/*=======================================*/
/*  基本css*/
/*=======================================*/

* {
	margin:0;
	padding:0;
	line-height:1.6;
	font-family:"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka,  "MS PGothic", sans-serif;
	color:#666;
	font-size:small;
	list-style-type:none;
	
}

img {
	border:none;
}

table{
    border-collapse:collapse;border-spacing:0;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}



img  {vertical-align: top;}<!--画像と画像の隙間を消す-->

/*========================================*/
/*ツールバーの有無による横揺れの防止*/
/*========================================*/

html{
	overflow-y:scroll;
	}


/*=======================================*/
/*  リンクcss*/
/*=======================================*/
a{
	text-decoration:none;
	color:#003;
}

a:hover {
	color:#00C;
}


/*=======================================*/
/*  左右指定css*/
/*=======================================*/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.right_1{
	text-align:right;
}

/*=======================================*/
/*  大枠box  */
/*========================================*/

body {
	font-size:small;
	text-align:center;
	background-color:#C7EAFB;
			
}

#wrapper {
	width:850px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}

#header{
	width:850px;
	padding-top:15px;
	border-bottom:#009 solid 6px;
}

#header span{
	font-size:80%;
}

#header img{
	vertical-align:bottom;
}
	

#header_2{
	width:850px;
	height:30px;
	font-size:110%;
	color:#009;
}

#header_3{
	width:850px;
	margin-bottom:15px;
}

#header_2 p{
	color:#009;
	text-align:center;
}
	

#header_2 img{
	vertical-align:middle;
}

#header_3{
	width:850px;
}

#navi{
	width:205px;
	float:left;
	display:inline;
	margin-bottom:20px;
			
}
.conte{
	margin-bottom:10px;
	
}

.address{
	text-align:center;
	margin-bottom:10px;
}
#navi ul li{
	background-image:url(../images/icon_grey.gif);
	background-repeat:no-repeat;
	background-position:10px;
	text-indent:2em;
	color:#009;
	margin-bottom:8px;
	border-bottom:#03F dotted 2px;
}



#maincontents{
	width:630px;
	float:right;
	margin-bottom:20px;


}


#footer{
	width:850px;
	height:20px;
	background-color:#039;
	margin-top:50px;
	clear:both;
	text-align:center;
	color:#FFF;

}
