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

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

すべて

=======================================*/
body {
	font-family: Lucida Sans Unicode, Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	color: #999999;
	background-color: #F6F6F6;
	background-image: url(bg_background.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

ベース

=======================================*/
.base {
	width: 700px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	height: 200px;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	margin: 0px;
	padding-top: 70px;
	padding-bottom: 50px;
	padding-left: 100px;
	font-size: 25px;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: .2em;
}
.base .header span {
	font-size: 10px;
	letter-spacing: 1px;
}
.base .header h1:first-letter {
	color: #31F0FF;
}
.base .base_main {
	padding: 5px;
}
/*======================================

メニュー

=======================================*/
.base  .menu  {
	width: 220px;
	height: 145px;
	float: right;
}
.base  .menu  ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.base  .menu  li  a  {
	display: block;
	line-height: 30px;
	letter-spacing: .1em;
	color: #34C3D3;
	padding-left: 25px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin: 3px;
	background-image: url(menu_hover.png);
}
.base  .menu  li  a:hover  {
	color: #1DBBEB;
	background-image: none;
	background-color: transparent;
	border: 1px solid #FFFFFF;
}
#top  .base  .base_main  .menu  h3 {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 40px;
	text-decoration: underline;
}
/*======================================

メイン

=======================================*/
.base .base_main .maincontens {
	width: 455px;
	float: left;
	padding-left: 15px;
}
.base .base_main .maincontens .t {
	margin: 5px;
	font-weight: bold;
	letter-spacing: .1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 24px;
	font-size: 11pt;
}
.base .base_main .maincontens .t:first-letter {
	color: #46C9DB;
}
.base .base_main .maincontens .td {
	line-height: 165%;
	letter-spacing: .1em;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	padding: 10px;
}
.base   .base_main   a    {
	border: 1px solid #DFF8FC;
	margin: 2px;
	padding: 2px;
	color: #36C2D3;
	text-decoration: none;
}
.base   .base_main   a:hover    {
	color: #91E4EC;
	background-color: #EEEEEE;
	border: 1px solid #459EE4;
}
.base  .base_main  .footer {
	clear: both;
	line-height: 40px;
	text-align: center;
	font-size: 10px;
}
textarea,input,td,th {
	line-height: 165%;
	letter-spacing: .1em;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 11px;
	color: #999999;
    margin: 2px;
	padding: 2px;
	border: 1px solid #ffffff;
	background: #fff;	
}
textarea:hover,input:hover {
	border: 1px solid #459EE4;
	background: #fafafa;
	color: #666
	}
