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




body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 14px;
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}


 /* ↓本体のスタイル↓ */

#body-box {
	width: 780px;
	height: 100%;
	text-align: left;
	background-color: white;
	background-image: url(image/gback.jpg);
	background-repeat: repeat-y;
}
#header {
	width:760px;
	height:120px;
	background-image: url(image/back.jpg);
	margin: 0px;
}

#menu {
	color: white;
	width: 760px;
	height: 20px;
	background-color: #03646d;
	background-image: url(image/menu_b.gif);
	background-repeat: repeat;
	padding-top: 5px;
}
#left {
	width: 560px;
	color: black;
	height: 100%;
	background-color: white;
	font-size: 20px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
#right {
	height: 100%;
	width: 200px;
	color: white;
	font-weight: bold;
	background-image: url(image/right_b.gif);
	background-repeat: repeat;
	text-align: center;
}
#footer {
	color: white;
	width: 760px;
	height: 60px;
	background-color: #03646d;
	background-image: url(image/menu_b.gif);
	background-repeat: repeat;
	text-align: center;
	padding-top: 5px;
}
p,h1,h2 {
  margin:23px;
}

h1 {
	margin-top:0;
	font-size: 12px;
	text-align: right;
	color: #FFFFFF;
}

h2 {
  font-size: 20px;
  line-height:30px;
}
h3 {
	font-size: 20px;
}



 /* ↓リンクについてここから↓ */

a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}


#contents a:link {
	color: black;
}

#contents a:active {
	color: black;
}

#contents a:visited {
	color: black;
} 
#contents a:hover    {
	color: #bbbbbb;
}

#menu a:hover {
	color: white;
	position: relative;
	top: 1px;
	left: 1px;
}
#sukima {
	width: 200px;
	height: 320px;
}
#as {
	margin-top: 5px;
}

#co {
	margin-top:-15px;
    padding:0px 10px 10px 10px;
}

