@charset "utf-8";

/*テキスト装飾
------------------------------------------*/
p{
	padding-bottom: 10px;
	font-size: 80%;
	color: #333333;
	clear: both;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h1{
	font-size: 10px;
	color: #666666;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 17px;
}


h3{
	font-size: 17px;
	color: #333333;
	padding-top: 13px;
	padding-left: 13px;
	font-weight: bold;
	padding-bottom: 13px;
}

h4{
	border-bottom: 1px solid #CCCCCC;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
}

.txt_red {
	color: #FF0000;
}

.txt_b {
	font-size: 100%;
}


/*テーブル
------------------------------------------*/
.table_link a{
	color: #003366;
}

.table_link a:visited{
	color: #003366;
}

.table_link a:hover{
	color: #003366;
}


/*footer
------------------------------------------*/
ul#footernavi li a{
	color: #333333;
}

ul#footernavi li a:visited{
	color: #333333;
}

ul#footernavi li a:hover{
	color: #666666;
	text-decoration: none;
}

ul#footernavi02 li a{
	color: #FFFFFF;
}

ul#footernavi02 li a:visited{
	color: #FFFFFF;
}

ul#footernavi02 li a:hover{
	color: #CCCCCC;
	text-decoration: none;
}



/* =====================================================
■ switch ボタン
===================================================== */

.switchBtn {
	padding: 1em 0 3em;
	text-align: center;
}
.switchBtn a {
	margin: 0px 0.5em;
	padding: 0.8em 2em;
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
	text-align: center;
}
.switchBtn a.btnAcv {
	background: #000000;
	border: solid 1px #000000;
	color: #ffffff;
}