/* CSS Document */

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

すべて

=======================================*/
body, td, th {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}
body {
	background-color: #FFFFFF;
}
/*======================================

インデックス

=======================================*/
.baseindex {
	width: 815px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: 370px top;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/*======================================

ヘッダー

=======================================*/
.baseindex .header {
	line-height: 29px;
	background-image: url(1.gif);
	text-indent: -5555px;
}
.baseindex .info {
	background-image: url(2.gif);
	padding-right: 8px;
	padding-left: 8px;
	width: 800px;
}
/*======================================

タイトル

=======================================*/
.baseindex .info h1 {
	margin: 0px;
	font-size: 14pt;
	letter-spacing: 5px;
	line-height: 40px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}
/*======================================

メニュー

=======================================*/
.baseindex .info ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 26px;
	background-image: url(gra.png);
}
.baseindex .info li {
	float: left;
}
.baseindex .info ul li a {
	line-height: 26px;
	width: 100px;
	display: block;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.baseindex .info ul li a:hover {
	color: #00CCFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
/*======================================

メインコンテンツ

=======================================*/
.baseindex .mainc {
	width: 800px;
	background-image: url(2.gif);
	padding-top: 20px;
	padding-right: 6px;
	padding-bottom: 20px;
	padding-left: 6px;
}
/*======================================

左部分

=======================================*/
.baseindex .mainc .right {
	float: left;
	width: 67%;
	padding: 10px;
}
/*======================================

右部分

=======================================*/
.baseindex .mainc .left {
	float: right;
	width: 30%;
}
.baseindex .mainc .left h2 {
	font-size: 11pt;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	line-height: 20px;
	margin: 3px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.baseindex .mainc .left p {
	margin: 3px;
	letter-spacing: 1px;
	line-height: 160%;
}
.baseindex .mainc .clear {
	width: 812px;
	clear: both;
	text-indent: -1000px;
}
.baseindex .mainc .right .t {
	font-size: 12pt;
	letter-spacing: 3px;
	padding: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
.baseindex .mainc .right .t:first-letter {
	font-size: 12.5pt;
	font-weight: bold;
	color: #00CCFF;
}
.baseindex .mainc .right .td {
	margin: 6px;
	padding: 6px;
	line-height: 175%;
	letter-spacing: 1px;
}
.baseindex .mainc .right .td a {
	color: #0066FF;
	text-decoration: none;
	margin: 2px;
	padding: 3px;
	border: 1px solid #C1E0FF;
}
.baseindex .mainc .right .td a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CCFF;
}
.baseindex .footer {
	line-height: 34px;
	background-image: url(3.gif);
	background-position: center bottom;
	font-size: 80%;
	text-align: right;
	padding-right: 20px;
}
.footer a {
	color: #0066FF;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	border: 1px solid #C1E0FF;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00CCFF;
}
strong {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #00CCFF;
}
em {
	font-weight: normal;
	color: #006699;
	text-decoration: underline;
}
textarea, input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 14px;
	color: #666666;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	margin: 2px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
