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

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

すべて

=======================================*/
body,td,th {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 65%;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	background-position: left 60px;
	background-attachment: scroll;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #7C1600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58888A;
}
a:hover {
	text-decoration: underline;
	color: #E6880E;
}
a:active {
	text-decoration: none;
	color: #58888A;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 500px;

}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 11pt;
	line-height: 50px;
}
/*======================================

画像

=======================================*/
.base .header .image {
	background-image: url(photo.jpg);
	height: 120px;
	text-indent: -5555px;
}
/*======================================

メニュー

=======================================*/
.base .header .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 22px;
}
.base .header .menu li {
	float: left;
	height: 20px;
}
.base .header .menu li a {
	width: 60px;
	line-height: 20px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.base .header .menu li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E6880E;
	text-decoration: none;
}/*======================================


メイン

=======================================*/
.base .mainx {
	padding: 20px;
}
.base .mainx .t {
	line-height: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #DBC42D;
	padding-left: 6px;
	letter-spacing: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
.base .mainx .td {
	line-height: 165%;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.base .footer {
	font-size: 8px;
	line-height: 20px;
	text-align: center;
}
strong {
	font-weight: bold;
	color: #D32210;
	text-decoration: underline;
}
em {
	font-weight: bold;
	font-style: normal;
}
textarea, input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 1px;
	background-color: #FFFFFF;
}
textarea:hover, input:hover {
	color: #333333;
	background-color: #F7F7F7;
	border: 1px solid #DBC42D;
}
