@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Meiryo, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #f3f3f3;
	margin: 0px;
	padding: 50px;
}
textarea,input {
	font-family: Meiryo, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #666666;
	background-color: #f3f3f3;
	margin: 2px;
	padding: 2px;
	border: 1px solid #ccc;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444343;
}
a:hover {
	text-decoration: underline;
	color: #444343;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#base {
	width: 910px;
	margin: 0 auto
}
#base #header, #base .content {
	overflow: hidden;
	*zoom: 1;
}
#base #header .lefthd {
	width: 300px;
	float: left;
}
#base #header .lefthd h1 {
	font-family: "PT Sans Narrow", Sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 40px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#base #header .lefthd #menu {
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	list-style-type: circle;
}
#base #header .lefthd #menu li {
}
#base #header .lefthd #menu li a {
	display: block;
	margin-bottom: 5px;
	line-height: 25px;
}
#base #header .righthd {
	width: 603px;
	float: right
}
#base #header .righthd img {
	border: 1px solid #fff;
}
#base .content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}
#base .content .main {
	width: 870px;
	float: right;
}
#base .content .main .t {
	font-size: 16px;
	line-height: 35px;
	font-family: "PT Sans Narrow", Sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddcdc;
	font-weight: bold;
}
#base .content .main .td {
	padding-top: 10px;
	padding-bottom: 20px;
	line-height : 200% ;
}
#base .content .main .th1 {
	font-size: 30px;
	line-height: 65px;
	font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	padding-left: 0px;
	font-weight: bold;
}
#base .content .main .tt {
	font-size: 15px;
	line-height: 30px;
	font-family: Georgia, 'Droid Sans', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN', 'MS P 明朝', 'MS PMincho', serif;
	padding-left: 0px;
	font-weight: normal;
}
#base .content .side {
	width: 210px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f9f9f9;
}
#base .content .side h2 {
	font-family: "PT Sans Narrow", Sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
#base .content .side p {
	margin: 0px;
	line-height: 1.7em;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 1px;
}
#base #footer {
	line-height: 50px;
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}