@charset"Shift_JIS";

* {
  margin: 0;
  padding: 0;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, Arial, Helvetica, sans-serif;
  line-height: 1;
  }


body {
	background-color: #FFFFFF;
	font-size: 12px;
}

#wrapper {
	width: 760px;
	height: auto;
	overflow: hidden;
	margin: auto;

}

#header {
	background-image: url(/image/top2/h1.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 760px;
	height: 150px;
	margin-bottom: 20px;
}

h1 {
	font-weight: normal;
	color: #660033;
	font-size: 36px;
	padding-top: 12px;

}
h1 a{
	color: #660033
}

a{
	text-decoration: none;
	color: #660033;	
}


#main {
	background-color: #FFFFFF;
	width: 480px;
	height: auto;
	float: left;
	padding: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	border: 1px solid #660033;
}

#main h2{
	font-size: 12px;
	color: #660033;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #660033;
}

#main img{
	padding: 5px 0px;
}

#main p {
	color: #660033;
	font-size: 12px;
	line-height: 1.5em;
}


#menu{
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-bottom: 10px;
}

#menu h2{
	font-size: 18px;
	color: #660033;
	padding-left: 10px;
	margin-bottom: 10px;
}

#menu ul {
	margin: 0px;
	padding-left: 10px;	
	font-size: 12px;
	text-decoration: none;
	line-height: 150%;	
}
#menu li {
	list-style-type: none;	
}
#menu li a {
	color: #660033;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	line-height: 150%;
}

#menu  a:hover {
	color: #99FF66;
	}

#footer {
	clear: both;
	background-color: #cffab8;
	text-align: center;
	overflow: hidden;
	height: auto;
	padding: 5px;
	font-size: 11px;	

}
