/* CSS Document */

/*ページ全体に関するスタイル*/
body{
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}



/*ヘッダーに関するスタイル*/
.day{
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 75%;
	font-weight: bold;
}


.header{
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:right;
	font-size: 75%;
	font-weight: bold;
}
.header_1{
	font-size: 75%;
	font-weight: bold;
}
.header_2{
	font-size: 75%;
	color: #555555;
}

.header_1:link {
	color:#474477;
	text-decoration:underline;
}

.header_1:visited {
	color:#474477;
	text-decoration:underline;
}

.header_1:hover {color:#737098;
	text-decoration:none;
}

.header_1:active {
	color:#FF2400;
	text-decoration:none;
}



/*パンくずリストに関するスタイル*/

.pankuzu{
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 70%;
	color: #555555;
	text-align:left; 
	vertical-align:top;
}

.pankuzu_link:link {
	color:#E46C24;
	text-decoration:underline;
}
.pankuzu_link:visited {
	color:#666666;
	text-decoration:underline;
}
.pankuzu_link:hover {
        color:#D5956F;
	text-decoration:none;
}
.pankuzu_link:active {
	color:#994918;
	text-decoration:none;
}

/*メインコンテンツに関するスタイル*/

.midashi{
        padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #0A50A1;
	font-size: 100%;
}


.contents{
        padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: 333333;
	font-size: 80%;
	line-height: 200%;
}

.contents2{
        padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: 333333;
	font-size: 80%;
	line-height: 160%;
}

.contents3{
        padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: 333333;
	font-size: 80%;
	line-height: 160%;
}
.contents4{
	padding-top: 5px;
	padding-bottom: 5px;
	color: 333333;
	font-size: 80%;
	line-height: 160%;
}

.text{
	color: 333333;
	font-size: 80%;
	line-height: 160%;
}

/*表に関するスタイル*/
.hyou1{
    padding: 5px;
	color: 333333;
	font-size: 80%;
	line-height: 160%;
	text-align:right;
	vertical-align:top;
}

.hyou2{
    padding: 5px;
	color: 333333;
	font-size: 80%;
	line-height: 160%;
	text-align:left;
	font-weight: bold;
}




/*フッターに関するスタイル*/
.footer{
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer2{
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 75%;
	font-weight: bold;
}

/* [リンクに関するスタイル*/
a:link {
	color:#4B597D;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {color:#EE8304;
	text-decoration:none;
}

a:active {
	color:#FF2400;
	text-decoration:none;
}
