﻿
body {
	width: 1050px;
	margin: 0px 0px 20px;
	line-height: 1.5;
	font-family:"ＭＳ ゴシック","verdana"
	font-size:80%;
}

a {
	text-decoration:none;
}

a:hover {
	border-bottom-style:solid;
	border-width:1px;color:#000000;
}

img {
	border:0;
}

h2 {
  color: #000000; /* 文字の色 */
  border-left-color: #ff3333; /* 左枠の色 */
  padding: 3px 0px 0px 5px; /* 余白の幅 */
  border-style: solid; /* 枠の種類 */
  border-width: 0px 0px 0px 10px; /* 枠の幅 */
  font-size:14px;
}

h2 a {
	text-decoration:none;
	color:#000000;
}
h2 a:hover {
	border-bottom-style:solid;
	border-width:1px;color:#000000;
}

div#top {
	background-image: url(../img/bg.gif);
	background-repeat:no-repeat;
	width: 950px;
	height: 750px;
}

div#grovalnavi {
	width: 350px;
	height: 20px;
	position:relative;top:15px;left:600px;
}
div#grovalnavi li{
	display: inline;
	list-style:none;
	padding:0px;
}

div#grovalnavi img {vertical-align : middle ;}


div#menu{
	width:250px;
	height:500px;
	position:relative;top:210px;
	font-weight:bold;
	float:left;
	}

div#menu ul{
}

div#menu ul li{
	margin: 3px;
	list-style:none;
	}

div#main{
	margin-left:13px;
	width:680px;
	height:550;
	position:relative;top:220px;
	float:left;
}

* html div#main{
	position:relative;top:200px;
}

div#main_box{
	width:610px;
	padding-left:35px;
	padding-top:10px;
	height:520;
	}


