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

body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #F2F9FD;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #3CB2B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B5D7F0;
}
a:hover {
	text-decoration: underline;
	color: #76B2D6;
}
a:active {
	text-decoration: none;
	color: #3CB2B2;
}
/*======================================

ベース

=======================================*/
.base {
	background-image: url(photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	width: 700px;
	-moz-border-radius: 5px;  /* Firefox */
	-webkit-border-radius: 5px;  /* Safari */
	-webkit-box-shadow: 1px 1px 15px #ddd;  /* safari */
	-moz-box-shadow: 1px 1px 15px #ddd;   /* firefox */
	border: 2px solid #9BCEE9;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 10%;
}
.base .main {
	padding: 20px;
}
.base .header h1 {
	font-size: 24px;
	font-weight: normal;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	list-style-type: upper-alpha;
}
.base .header .menu a {
	line-height: 35px;
	display: block;
}
.base .main .t {
	letter-spacing: 1em;
	padding: 10px;
}
.base .main .td {
	padding: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin: 10px;
	line-height: 2em;
}
.base .footer .copy {
	line-height: 50px;
	text-align: center;
	font-size: .9em;
}
textarea, input {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 2px solid #9BCEE9;
}