@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

html{
	height:100%;
}

a {
	color: #000;
	text-decoration:none;
}
a:hover
{
	text-decoration: underline; 

}
#footer a{
	color: #FFFFFF
}

img{
	border:none;
	vertical-align: top;
}
body{
	height:100%;
	background-color: #e6e6e6;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
	width:770px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow:auto;
}





/* ヘッダー
---------------------------------------------*/

#header{
	width:750px;
	height:60px;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #003c83;

}

h1{
	float:left;
	padding:12px 0px 0px 10px;
}

h2{
	margin-bottom:10px;}


#headerNavi{
	padding:40px 10px 0px 0px;
	float:right;

}



/* グローバルナビ
---------------------------------------------*/
#glovalNavi{
	clear:both;
	list-style-type: none;
	height:45px;
	width:750px;
	margin-left: auto;
	margin-right: auto;

}

#glovalNavi li{
	float:left;
}


/* トップ画
---------------------------------------------*/

#topimage{
	clear:both;
	width:750px;
	margin-left: auto;
	margin-right: auto;
}


/* コンテンツ
---------------------------------------------*/

#contents{
	clear:both;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	padding-bottom:30px;
	overflow:auto;
}


/* コンテンツ左
---------------------------------------------*/

#contentsLeft{
	display:inline;
	width:190px;
	float:left;
	margin-left:20px;
}


#contentsLeft dl{
	border-bottom: 1px solid #003c83;
	margin-bottom:10px;
}

#contentsLeft dt{
	font-weight: bold;
	color: #999999;
}

#contentsLeft dd{
	margin:5px 0px 5px 0px;
}


/* コンテンツ真ん中
---------------------------------------------*/
#contentsMiddle{
	width:240px;
	float:left;
	margin-left:20px;
}

#contentsMiddle table td{
	padding:3px;
	line-height:18px;

	
}

/* コンテンツ右
---------------------------------------------*/
#contentsRight{
	width:240px;
	float:left;
	margin-left:20px;
}



#contentsRight h2{
	margin-bottom:0px;
}

#contentsRight ul{
	margin-bottom:20px;
	list-style-type: none;
}




#contentsRight p{
margin-bottom:10px;
}


/* フッダー
---------------------------------------------*/
#footer{
	overflow:auto;
	clear:both;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #003c83;

}

#footerNavi{
	margin-top:10px;
	margin-right:10px;
	text-align:right;
	color: #FFFFFF;
}
#footerNavi a{
	color: #FFFFFF;
}

#copyRight{
	margin-top:20px;
	margin-right:5px;
	padding-bottom:10px;
	text-align:center;
	}
	



