@charset "utf-8"; 

/* -------------------- text -------------------- */

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ pro w3", sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333333; 
	background: #eeeeee;
}
a {	
	color: #6666ff;
	text-decoration: none;
}
a:hover {
	color: #3333ff;
}
h1 {
	font-size: 18px;
	line-height: 26px;
	color: #3333cc;
	margin-bottom: 10px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
	color: #669900;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.map a, .map a:hover {
	font-size: 14px;
	color: #ffffff;
	margin-left: 10px;
	padding: 1px 4px;
	background: #6666ff;
}



/* -------------------- other -------------------- */

img {
	border: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.float_clear {
	clear: both;
}
.space {
	height: 30px;
}
.border {
	border-top:solid 1px #cccccc;
	margin-top: 15px;
	padding-top: 15px;
}
.border_dashed {
	border-top:dashed 1px #cccccc;
	margin-top: 15px;
	padding-top: 15px;
}



/* -------------------- general -------------------- */

#general {
	text-align: left;
	margin: auto;
}



/* -------------------- header -------------------- */

#header {
	width: 880px;
	height: 90px;
	margin: 30px auto 0px auto;
	background: url(../../images/frame_top.png) no-repeat center bottom;
}
#header .content {
	width: 800px;
	text-align: right;
	margin: auto;
	padding-top: 60px;
}
#header .logo a {
	float: left;
	display: block;
	width: 140px;
	height: 30px;
 }
#header .content p {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	padding-top: 15px;
}
#header .link_search {
	float: right;
	display: block;
	width: 100px;
	height: 30px;
}



/* -------------------- middle -------------------- */

#middle {
	width: 880px;
	margin: auto;
	background: url(../../images/frame_middle.png) repeat-y center top;
}
#middle .content {
	width: 800px;
	margin: auto;
}
#middle .content .title {
	padding-top: 10px;
	margin-bottom: 15px;
}
#middle .content .left {
	float: left;
	width: 385px;
}
#middle .content .right {
	float: right;
	width: 385px;
}



/* -------------------- footer -------------------- */

#footer {
	width: 880px;
	height: 70px;
	text-align: center;
	margin: 0px auto 30px auto;
	background: url(../../images/frame_bottom.png) no-repeat center top;
}
#footer address {
	font-style: normal;
	color: #999999;
	padding-top: 40px;
}
