/* CSS Document */

/*======================================

すべて

=======================================*/

body {
	background-image: url(bg.png);
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #666666;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FF16FE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF16FE;
}
a:hover {
	text-decoration: underline;
	color: #A0FF15;
	background-color: #F844EA;
}
a:active {
	text-decoration: none;
	color: #A0FF15;
}
.img {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width: 100%;
	height: 184px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF25FF;
	border-bottom-color: #FF25FF;
}
/*======================================

タイトル

=======================================*/
.img h1 {
	margin-top: 30px;
	margin-left: 20%;
	font-weight: bolder;
	font-style: oblique;
	font-size: 30px;
	letter-spacing: 5px;
}
.img span {
	font-size: 11pt;
	font-weight: normal;
	line-height: 50px;
}
/*======================================

メイン

=======================================*/
.main {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px dotted #999999;
	padding: 10px;
}
.main .t {
	line-height: 25px;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: -20px bottom;
	padding-left: 90px;
	font-weight: bold;
	font-size: 12pt;
	letter-spacing: 0.5em;
	margin: 10px;
	border: 1px dotted #7AFF18;
}
.main .td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	margin: 15px;
}
.copy {
	line-height: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 700px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
textarea,input,pre {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 25px;
	border: 0px;
	}