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

body {
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	background-color: #DDF3FE;
	margin-left: 500px;
	margin-top: 50px;
	margin-right: 120px;
	margin-bottom: 50px;
	background-position: left bottom;
	background-attachment: fixed;
}
body,td,th {
	color: #999999;
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
	font-size: 12px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #C07DA0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C07DA0;
}
a:hover {
	text-decoration: underline;
	color: #8FA31E;
}
a:active {
	text-decoration: none;
	color: #C07DA0;
}
.base .header h1 {
	font-size: 30px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	line-height: 25px;
	letter-spacing: .5em;
}
/*======================================

めにゅー

=======================================*/
.base .header .menu a {
	display: block;
	padding: 4px;
}
.base .header .menu a:hover {
	letter-spacing: .1em;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding: 15px;
}
.base .main .t {
	font-size: 15px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.base .main .td {
	line-height: 1.7em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.base .footer .copy {
	line-height: 80px;
	text-align: center;
	font-size: .9em;
}
textarea, input {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: "Lucida Sans Unicode", "Lucida Sans", arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #DDF3FE;
}