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

body,td,th {
	font-family: Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: #999999;
}
body {
	background-color: #FFFFFF;
	padding: 30px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #61C1FE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #61C1FE;
}
a:hover {
	text-decoration: underline;
	color: #D3F0FF;
}
a:active {
	text-decoration: none;
	color: #61C1FE;
}
.base {
	margin: auto;
	width: 600px;
	border: 1px solid #F0F0F0;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	float: left;
	width: 200px;
	padding-top: 10%;
}
.base .header .icon {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
	background-color: #CAEDFF;
	padding: 20px;
	border: 1px solid #F0F0F0;
}
.base .header h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1.5em;
	line-height: 4em;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.base .header .menu a {
	line-height: 2em;
	text-align: center;
	display: block;
}
.base .header .menu a:hover {
	background-color: #CAEDFF;
	color: #0099FF;
}
/*======================================

メイン

=======================================*/
.base .main {
	width: 400px;
	float: right;
	padding-top: 50px;
	padding-bottom: 50px;
}
.base .main .t {
	text-align: right;
	padding: 10px;
}
.base  .main  .t:first-letter {
	color: #26A3FF;
}
.base .main .td {
	padding: 10px;
	line-height: 1.7em;
}
.base .footer .copy {
	clear: both;
	line-height: 80px;
	text-align: center;
}
textarea, input {
	border: 1px solid #F0F0F0;
	font-family: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}