/* body */
body {
	font: 80%/1.5em "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	margin: 0px;
}

/* リンク */
a:link {color: #4d5c98; text-decoration: none}
a:active {color: #4d5c98; text-decoration: none}
a:visited {color: #4d5c98; text-decoration: none}
a:hover {color: #ff9900; text-decoration: underline}

/* 共通 */
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top: 10px solid #f3f3f3;
}
#head {
	width: 700px;
	padding-top: 5px;
	padding-left: 10px;
}
#content {
	width: 700px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	height: 100%;
}
#foot {
	text-align: center;
	margin-top: 5px;
	font-size: 80%;
	clear: both;
}

/* トップ */
#topimg {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.news {
	background: #f3f3f3 url(../images/newsmark.gif) no-repeat right top;
	line-height: 2.0em;
	margin: 0px;
	padding: 10px 20px;
}
hr {
	border: 1px solid #FF9900;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
}
.attention {
	font-size: 85%;
	line-height: 1.6em;
}
/* コンテンツ */
#content2 {
	width: 700px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/leftback.gif) repeat-y left;
}
.leftnavtop {
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	margin-top: 10px;
}
h1 {
	font-size: 140%;
	line-height:100%;
	color: #FFFFFF;
	background: #8B8B8B url(../images/h1.gif) no-repeat 10px center;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:7px
}
.leftnavcon {
	background: #FFFFFF url(../images/contact_left.gif) no-repeat 10px center;
	height: 30px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.leftnav {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted #FFFFFF;
	font-size: 85%;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 700px;
	border: 1px solid #CCCCCC;
}
#left {
	width: 176px;
	margin: 0px;
	padding: 0px;
	clear: none;
}
#right {
	width: 516px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.rightcont {
	margin-right: 10px;
	margin-left: 20px;
}
h2 {
	background: url(../images/h2.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 130%;
	font-weight: bold;
	color: #715252;
	border-bottom: 1px solid #8B8B8B;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 20px;
	background: url(../images/h3.gif) no-repeat left center;
}
.float {
	float: right;
	margin-left: 5px;
}
th { color:#FFFFFF; font-weight:bold}