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

ベース

=======================================*/
body,td,th {
	font-family: メイリオ, ヒラギノ角ゴ Pro W3, Sans-serif;
	color: #666666;
	font-size: 12px;
}
body {
	background-image: url(11.gif);
	margin: 30px;
}
.base {
	width: 70%;
	margin: auto;
	background-color: #FFFFFF;
	border: 10px solid #FFE6FF;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FF66CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF66CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF66CC;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 20px;
	padding: 15px;
}
.base .header h1 {
	font-size: 20px;
	margin: 0px;
	padding: 10px;
	line-height: 50px;
}
.base .header #m1 {
	padding: 10px;
	text-transform: capitalize;
}

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

メイン

=======================================*/
.base .main {
	padding: 30px;
}
.base .main .t {
	font-size: 25px;
	color: #FFCCFF;
	float: right;
	clear: right;
	overflow: hidden;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFE6FF;
	font-weight: bold;
	letter-spacing: -1px;
}
.base .main .td {
	line-height: 175%;
	padding: 10px;
	margin-bottom: 20px;
}
.base .footer {
	line-height: 50px;
	font-size: .8em;
	text-align: center;
}textarea, input {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #FFCCFF;
}
