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

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

リンク

=======================================*/
a:link {
	color: #FFC50F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFC50F;
}
a:hover {
	text-decoration: underline;
	color: #A54200;
}
a:active {
	text-decoration: none;
	color: #FFC50F;
}
.base {
	width: 700px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: right top;
}
.base .header h1 {
	font-size: 15px;
	letter-spacing: 1em;
	text-align: left;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 50px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 80px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.base  .header  .menu  a:hover {
	border-bottom-color: #FFBD14;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 30px;
	background-image: url(gra.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.base .main .t {
	line-height: 50px;
	text-align: center;
	letter-spacing: 1em;
	color: #741904;
	background-image: url(heart.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
}
.base  .main  .td  {
	line-height: 175%;
	padding: 15px;
}
.base .footer {
	line-height: 80px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
textarea,input {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #ccc;
	background: #fff;
}