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

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

すべて

=======================================*/
body,td,th {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(stripe.png);
}
/*======================================

リンク

=======================================*/
a:link {
	color: #D83800;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D83800;
}
a:hover {
	text-decoration: underline;
	color: #FFC332;
}
a:active {
	text-decoration: none;
	color: #D83800;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	letter-spacing: 3px;
}
/*======================================

メニュー

=======================================*/
.base .header .image_menu {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: 500px top;
	height: 140px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.base .header .image_menu ul {
	margin: 0px;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 140px;
	height: 140px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.base .header .image_menu li {
	float: left;
	letter-spacing: 2px;
}
.base .header .image_menu a {
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
/*======================================

コンテンツ

=======================================*/
.base .maincontent {
    margin: 20px;
	padding: 10px;
	}
.base .maincontents {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	width: 60%;
}
 .t {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F3A715;
	padding-left: 15px;
	letter-spacing: 2px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	margin-top: 20px;
	font-weight: bold;
	font-family: "Century Gothic", Verdana, sans-serif;
}
 .td {
	line-height: 160%;
	padding: 7px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EBEBEB;
}
.base .right {
	width: 27%;
	float: right;
	padding: 20px;
}
.base .right h2 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 100%;
	letter-spacing: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.base .right p {
	margin: 0px;
	padding: 5px;
	letter-spacing: 2px;
}
.base .main .right span {
	color: #F3A715;
}
 .footer {
	clear: both;
	line-height: 50px;
	padding: 6px;
	text-align: center;
	letter-spacing: 1px;
}
input, textarea {
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-image: url(bg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 1px;
	padding: 1px;
	border: 1px solid #D7D7D7;
}input:hover, textarea:hover {
	border: 1px solid #F3A715;
	background-image: url(stripe.png);
	background-repeat: repeat;
}
