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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #F0F0F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

ベース

=======================================*/
.base {
	margin: auto;
	width: 513px;
	background-image: url(pho.jpg);
	height: 385px;
	background-position: center center;
	padding: 10px;
	background-repeat: no-repeat;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FC8542;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FC8542;
}
a:hover {
	text-decoration: underline;
	color: #030F01;
}
a:active {
	text-decoration: none;
	color: #FC8542;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	padding: 20px;
	font-size: 17px;
	letter-spacing: .2px;
	margin: 0px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	list-style-type: none;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	display: block;
	width: 60px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	height: 280px;
	overflow: auto;
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
}
.base .main .t {
	padding: 15px;
	font-weight: bold;
}
.base .main .t:first-letter {
	color: #FFA45D;
	font-size: 14px;
}
.base .main .td {
	line-height: 1.5em;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.base .footer .copy {
	font-size: .9em;
	padding-right: 5px;
	text-align: right;
	padding-top: 2px;
}
textarea, input {
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	border: 1px dotted #F0F0F0;
}