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

body,td,th {
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #F6F6F6;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 50px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #1287CD;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B1DB0;
}
a:hover {
	text-decoration: underline;
	color: #FDAAFC;
}
a:active {
	text-decoration: none;
	color: #5B1DB0;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	margin: auto;
}
.base .header h1 {
	font-size: 20px;
	line-height: 100px;
	font-weight: normal;
	text-align: center;
	background-image: url(img/t.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 160px;
}
.base .header ul li {
	float: left;
}
.base .header ul li a {
	display: block;
	height: 112px;
	width: 150px;
	margin-right: 11px;
	margin-left: 11px;
	line-height: 112px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	text-transform: uppercase;
}
.base .header .menu1 a {
	background-image: url(img/01.jpg);
}
.base .header .menu2 a {
	background-image: url(img/02.jpg);
}
.base .header .menu3 a {
	background-image: url(img/03.jpg);
}
.base .header .menu4 a {
	background-image: url(img/04.jpg);
}
.base .header ul li a:hover {
	color: #999999;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
/*======================================

メイン

=======================================*/
.base .main .t {
	font-size: 16px;
	letter-spacing: .2em;
	background-image: url(img/t.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.base .main .td {
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	line-height: 2em;
	letter-spacing: .1em;
}
.base .footer .copy {
	font-size: .9em;
	line-height: 70px;
	text-align: center;
}
textarea,input {
    margin: 1px;
	padding: 1px;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background: #f6f6f6;
	border: 1px solid #ddd;
}