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

body,td,th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(pho.jpg);
	background-repeat: repeat-y;
	margin-left: 250px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 100px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #00488E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00488E;
}
a:hover {
	text-decoration: underline;
	color: #FF4455;
}
a:active {
	text-decoration: none;
	color: #00488E;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	font-size: 50px;
	line-height: 20px;
	text-align: right;
	font-weight: normal;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 100px;
	line-height: 30px;
	text-align: center;
}
/*======================================

メイン　

=======================================*/
.base .main {
	padding: 20px;
}
.base .main .t {
	font-weight: bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.base .main .td {
	line-height: 2em;
	padding: 12px;
}

.base .footer .copy {
	line-height: 80px;
	text-align: center;
	font-size: .9em;
}
textarea, input {
	margin: 2px;
	padding: 2px;
	border: 1px dotted #CCCCCC;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #999999;
}