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

body,td,th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(str.png);
}
/*======================================

リンク

=======================================*/
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
/*======================================

ベース

=======================================*/
.base {
	padding: 50px;
	width: 800px;
}
/*======================================

左

=======================================*/
.base .header {
	float: left;
	width: 30%;
}
.base .header h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 15px;
	line-height: 70px;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	background-image: url(photo.jpg);
	background-position: center center;
	margin: 5px;
	padding: 10px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
}
.base .header .menu a {
	text-align: center;
	display: block;
	color: #FFFFFF;
	padding: 10px;
	margin: 3px;
	background-color: #000000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.base .header .menu a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background: none;
}
.base .header .copy {
	font-size: .9em;
	line-height: 70px;
	text-align: center;
}
/*======================================

メイン

=======================================*/
.base .main {
	float: left;
	width: 65%;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
.base .main .t {
	line-height: 50px;
	font-weight: bold;
	font-size: 16px;
}
.base .main .td {
	line-height: 175%;
	background-image: url(str.png);
	background-repeat: repeat-y;
	background-position: 5px;
	padding-left: 20px;
	background-color: #FFFFFF;
	letter-spacing: .1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
textarea,input {
    padding: 1px;
	margin: 1px;
	border: 1px solid #ccc;
	background: #fff;
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #333333;
}