/* CSS Document */

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

すべて

=======================================*/
body,td,th {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #999999;
}
body {
	background-image: url(gra.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
/*======================================

ボックス

=======================================*/
.box {
	width: 600px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
/*======================================

タイトル

=======================================*/
.box h1 {
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0px;
	line-height: 30px;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.box .menu a {
	line-height: 50px;
	padding-left: 50px;
}
.box .img {
	height: 192px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	border: 1px solid #D0D0D0;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #4C91AE;
	text-decoration: none;
}
a:visited {
	color: #5684C2;
	text-decoration: none;
}
a:hover {
	color: #FFF38D;
	text-decoration: underline;
}
a:active {
	color: #608EC9;
	text-decoration: none;
}
/*======================================

メイン

=======================================*/
.box .main {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.t {
	background-color: #E6F3FF;
	line-height: 28px;
	padding: 5px;
	text-align: left;
	font-size: 110%;
	letter-spacing: 2px;
}
.t:first-letter {
	color: #5388BA;
	font-weight: bold;
	}
.td {
	padding: 14px;
	line-height: 25px;
	letter-spacing: 1px;
}
.box .copy {
	text-align: right;
	line-height: 25px;
	font-size: 87%;
}
textarea,input {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #999999;
	border: #ccc 1px solid;
	margin: 2px;
	padding: 2px;
	}