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

/*  formatting style
---------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Hiragino Minchou Pro", "ＭＳ P 明朝", Serif;
	font-size: 85%;
	line-height: 1.6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
hr {
	display: none;
}

/* Link Style
---------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
	text-decoration: none;
}
#header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #39F;
	height: 10px;
	width: auto;
}
#wrapper {
	width: 980px;
	padding-left: 35px;
}
#main {
	width: 655px;
	float: left;
}
#side1  {
	float: right;
	width: 315px;
}
#side1 .title {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #21277F;
	padding-top: 30px;
}
#side1 .menu {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #21277F;
}
#side2 {
	width: 315px;
	float: right;
	margin-top: 50px;
	margin-bottom: 50px;
}
#side2 img {
	float: right;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0px;
}
#footer {
	background-color: #CCCCCC;
	height: 30px;
	width: auto;
	position: relative;
	clear: both;
}
#footer ul {
	float: none;
	margin-left: 50px;
	margin-top: 5px;
	padding-top: 3px;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	font-size: 85%;
}
#footer2 {
	height: 50px;
	width: auto;
	background-color: #86D3DC;
	position: relative;
}
#footer2 address {
	color: #666666;
	font-size: 8pt;
	margin-left: 50px;
	padding-top: 5px;
}
