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

body,td,th {
	font-family: Impact, fantasy;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(back.png);
	margin: 0px;
	padding: 30px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FC353C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B2F54E;
}
a:hover {
	text-decoration: underline;
	color: #60E8E4;
}
a:active {
	text-decoration: none;
	color: #B2F54E;
}
/*======================================

ベース

=======================================*/
.base {
	width: 550px;
	margin: auto;
	border-top-width: 7px;
	border-right-width: 1px;
	border-bottom-width: 7px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0066;
	border-right-color: #FFCCFF;
	border-bottom-color: #FF0066;
	border-left-color: #FFCCFF;
	background-color: #FFFFFF;
}
/*======================================

タイトル

=======================================*/
.base  h1 {
	line-height: 200px;
	background-image: url(pho.jpg);
	background-repeat: no-repeat;
	padding-left: 240px;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFDDFF;
	margin: 0px;
}
/*======================================

メニュー

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

メイン

=======================================*/
.base .main {
	background-image: url(gra.gif);
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}
.base .main .t {
	font-size: 1.2em;
	color: #DF81CF;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D46BBD;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: .1em;
}
.base .main .td {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	line-height: 2em;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	letter-spacing: 1px;
}
.base .footer .copy {
	line-height: 60px;
	font-size: .9em;
	text-align: center;
}textarea, input {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11pt;
	color: #666666;
	margin: 2px;
	padding: 2px;
	border: 1px solid #C0C0C0;
}
