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

body,td,th {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FCFCFC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

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

ベース

=======================================*/
.base {
	width: 450px;
	margin-left: 10%;
}
.base  .header  {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FEEC40;
}
.base .header h1 {
	margin: 0px;
	line-height: 100px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1em;
}
.base  .header  .img  {
	margin-bottom: 10px;
	background-image: url(photo.jpg);
	height: 300px;
	width: 450px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 100px;
	line-height: 100px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	background-image: url(op.png);
	color: #000000;
}
.base .header .menu a:hover {
	color: #000000;
	background-color: #F0C916;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
.base .main .t {
	line-height: 30px;
	padding-left: 10px;
	letter-spacing: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #EAD429;
	font-weight: bold;
}
.base .main .td {
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.base .footer .copy {
	font-size: .9em;
	text-align: center;
	padding: 15px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FEEC40;
}
textarea, input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FCFCFC;
	border: 1px solid #D4D0C8;
}