h4 {
	font-size: 100%;
	padding-left: 5px;
	border-bottom: 4px double #cc0000;
	font-weight: bold;
	margin: 10px;

}

p.midashi{
	font-size: 140%;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 3px;
	padding-left: 7px;
	padding-bottom: 3px;
	background-color: #cc0000;
	font-weight: bold;
}

.box_01
{
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}

/*****************************************

	枠線なし
*/
table.table-01 {
	width: 530px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.table-01 th {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table.table-01 td {
	padding: 5px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*****************************************
	ミニメニュー
*/
ul.s_menu {
	background:url(img/bg_tab02.jpg) no-repeat 0 0;
	width:650px;
	height:50px;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:20px;
}
ul.s_menu li {
	float: left;
	font-size:8px;
}
ul.s_menu li a{
	display:block;
	height:50px;
	}
ul.s_menu li span{visibility:hidden;}

li#sm01 a{width:129px;}
li#sm02 a{width:130px;}
li#sm03 a{width:130px;}
li#sm04 a{width:130px;}
li#sm05 a{width:131px;}

li#sm01 a:hover{background:url(img/bg_tab02.jpg) no-repeat 0 -50px;}
li#sm02 a:hover{background:url(img/bg_tab02.jpg) no-repeat -129px -50px;}
li#sm03 a:hover{background:url(img/bg_tab02.jpg) no-repeat -259px -50px;}
li#sm04 a:hover{background:url(img/bg_tab02.jpg) no-repeat -389px -50px;}
li#sm05 a:hover{background:url(img/bg_tab02.jpg) no-repeat -519px -50px;}

body.sm01 li#sm01 a{background:url(img/bg_tab02.jpg) no-repeat 0 -50px;}
body.sm02 li#sm02 a{background:url(img/bg_tab02.jpg) no-repeat -129px -50px;}
body.sm03 li#sm03 a{background:url(img/bg_tab02.jpg) no-repeat -259px -50px;}
body.sm04 li#sm04 a{background:url(img/bg_tab02.jpg) no-repeat -389px -50px;}
body.sm05 li#sm05 a{background:url(img/bg_tab02.jpg) no-repeat -519px -50px;}

hr.s_menu{
	margin-top: 50px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.clearLeft { 
clear: left; 
}

/*****************************************

フォーム
	
*/
table.table-02 {
	width: 550px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}

table.table-02 th {
	padding: 5px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}
table.table-02 td {
	padding: 5px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

/******************************************

	赤　太字
*/
.red_text {
	font-weight: bold;
	color: #FF0000;
}

textarea{
	width:550px;
	height:220px;
	}
