@charset "Shift_JIS";
/* CSS Document */ メイン用

/* 基本装飾 */

body{
}

h1 {
	background-image : url(h1_blue.jpg);
	background-repeat: no-repeat; 
	height: 39px; 
	font-size: 18px; 
	line-height: 39px; 
	color: #FFFFFF;
	padding-left: 20px; 
	margin: 10px 0 10px 0; 
}

h2 {
	height: 30px;
	abackground-color: #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: rgb(65, 113, 192);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgb(65, 113, 192);
	font-size: 16px;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 10px;
	color: black;
}

p { 
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.font10 { font-size: 10px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font32 { font-size: 32px; line-height: 45px; }
.red { color: #FF0000; }
.blue { color: #0000FF; }
.sky { color: #0066FF; }
.green { color: #006600; }
.gray { color: #666666; }
.white { color: #FFFFFF; }
.black{color:#000000;}

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }




/* ページ装飾 ベースは780pxで */


#sum strong {
	font-weight: normal;
	color: #333333;
}


#side a {
	text-decoration: none;
	color: #003300;
}

#side a:hover {
	text-decoration: underline;
}

#side p {
}

#side p a {
	text-decoration: none;
	color: #333333;
	display: block;
}

#side p.line1 {
	height: 35px;
	background-color: #FFFFFF;
	border-left: solid 15px #4171c0;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px 10px;
	margin-top: 15px;
	font-size: 14px; 
	line-height: 35px;
}

#side p.line1 a {
	padding-top: 0px;
}

#side p.line2 { 
	height: 35px;
	background-color: #FFFFFF;
	line-height: 17px;
	border-left: solid 15px #4171c0;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	padding: 2px 10px;
	margin-top: 15px;
	font-size: 12px;
}

#side p.line3 { 
	background-color: #FFFFFF;
	line-height: 17px;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	padding: 10px;
	margin-top: 15px;
	font-size: 12px;
}

#footer {
}


#footer p {
	margin: 0;
	padding-top: 5px;
	line-height: 17px;
	font-size: 12px;
}

#footer p.copy {
	font-size: 12px;
	line-height: 20px;
}

#footer a { 
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/* 表組み */ tb-a；indesx使用　tb-b；その他 tb-c；線なし用 tb-d；PR用表

.tb-a {
}

.tb-a-cell1 {
	background-color: #d6daed;
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.tb-a-cell2 {
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}
.tb-a{
	border: 0;
	line-height: 18px;
}

.tb-b {
	border: 0;
	line-height: 18px;
	font-size : 90%;
}

.tb-b-cell1 {
	background-color: #d6daed;
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.tb-b-cell2 {
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

.tb-b-cell3 {
	background-color: #d6daed;
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tb-c {
	border: 0;
	font-size: 90%;
	line-height: 18px;
}

.tb-d {
	border: 0;
	line-height: 18px;
	font-size: 100%;
}

.tb-d-cell1 {
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

BODY{
	line-height : 21px;
	font-size: 14px;
	text-align: center; 
	margin-top: 0;
}

