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

/*======================================

all

=======================================*/
body,td,th {
	font-family: Helvetica, Meiryo, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #777
}
body {
	background-color: #F3F3F3;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left 120px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F8F808;
}
/*======================================

link

=======================================*/
a:link {
	color: #F85808;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #68C808;
}
a:hover {
	text-decoration: underline;
	color: #68C808;
}
a:active {
	text-decoration: none;
	color: #68C808;
}
/*======================================

base

=======================================*/
#base {
	margin: auto;
	width: 960px;
	padding-top: 30px;
}
/*======================================

header

=======================================*/
#base #header h1 {
	margin: 0px;
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#base #header h1:first-letter {
	color: #48B808;
}
#header .image {
	float: left;
	width: 310px;
}
/*======================================

menu

=======================================*/
#header #menu {
	float: left;
	width: 600px;
	line-height: 243px;
	height: 243px;
	list-style-type: none;
}
#menu li {
	float: left;
	line-height: 215px;
}
#menu li a {
	width: 130px;
	display: block;
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
}
#menu li a:hover,.point {
	background-color: #F3F3F3;
}
/*======================================

content

=======================================*/
.content {
	margin: auto;
	width: 95%;
	clear: both;
}
.content .main {
	float: right;
	width: 650px;
}
.main .t {
	line-height: 2em;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #58B808;
	padding-left: 5px;
}
.main .td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 1.5em;
}
.content .side {
	float: left;
	width: 230px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D4D0C8;
	padding-right: 10px;
}
.side h2 {
	font-size: 1.1em;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
.side p {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: .9em;
	line-height: 1.2em;
}
/*======================================

footer

=======================================*/
#base #footer {
	clear: both;
	line-height: 65px;
	font-size: 0.9em;
	text-align: center;
}
textarea, input {
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	background-color: #F3F3F3;
	border: 1px solid #D4D0C8;
	margin: 2px;
	padding: 2px;
}