@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

img {
	border: none;
}

#wrapper {
	margin:0 auto 0 auto;
	width:800px;
}
 
/*-----------------------------
head
-----------------------------*/

#head {
	position: relative;
	width: 800px;
}

#logo {
	float: left;
}

#headmenu {
	position: absolute;
	width: 360px;
	right: 0px;
	top: 35px;
}

#headmenu img {
	float: left;
}
 
/*-----------------------------
topimage
-----------------------------*/

#topimage {}
 
/*-----------------------------
menu
-----------------------------*/

#menu {
	height: 40px;
	padding: 0 0 30px 0;
}

#menu img {
	float: left;
}
 
/*-----------------------------
content
-----------------------------*/

#content {
	clear: both;
	margin: 0;
	background: url(../images/sideBack.jpg) 0 0;
	background-color: #EBF2F8;
}

#sideimage {
	width: 190px;
	float: left;
}

#main {
	width: 580px;
	float: right;
	padding-bottom:100px;
}
 
/*-----------------------------
pagetop
-----------------------------*/

#pagetop {
	text-align: right;
	clear: both;
	background-color: #FFF;
}
 
/*-----------------------------
foot
-----------------------------*/

#foot {
	padding:50px 0 0 0;
	clear: both;
}

#footLink {
	line-height: 150%;
	font-size: 75%;
	width: 580px;
	padding: 0 0 0 220px;
	background: url(../images/footIcon.jpg) no-repeat right bottom;
}

#footLink a {
	text-decoration: none;
}

#footLink a:hover {
	text-decoration: underline;
}

#copyright {
	text-align: right;
	font-size: 75%;
	color: #003B7F;
	padding:5px 0 30px 0;
	letter-spacing: 1px;
	border-top: 1px solid #003B7F;
	margin:5px 0 0 0;
}

