@charset "utf-8";
/*--all-----------------------------------------------------------------------------------*/
h1 {
	color: #FFF;
	font-weight: bold;
	height: 23px;
	width: 577px;
	font-size: 123.1%;
	display: block;
	background: url(../image/h1.png) no-repeat left top;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 23px;
}
h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #1D8D7C;
	margin-bottom: 15px;
}
h3 {
	font-size: 116%;
	font-weight: bold;
	color: #33C;
}
h4 {
}
/*--その他見出し--*/
.midashi {
	font-weight: bold;
	color: #333399;
	padding: 1px;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
}
.midashi-s {
	font-weight: bold;
	color: #08176B;
	display: block;
}
.midashi-m {
	font-size: 108%;
	font-weight: bold;
	color: #3333CC;
}
.midashi-l {
	font-weight: bold;
	font-size: 116%;
	color: #48048E;
}
/*------------------------------*/

.paragraph {
	text-indent: 10px;
}
.contentscopy {
}
.read {
	font-size: 100%;
	font-weight: normal;
	line-height: 150%;
	margin-top: 20px;
}
.read_m {
	font-size: 85%;
}
.read_l {
	font-size: 108%;
}
.read_lred {
	font-weight: bold;
	color: #900;
}
.read_red {
	color: #F00;
}
.read_orange {
	color: #FB5200;
}

/*.catch {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	color: #005099;
}*/
.open {
	color: #F00;
}
.end {
	color: #090;
}
/*------------------------------*/

.li-L {
	text-align: right;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 110%;
}
.li-R {
	float: right;
	/*list-style-type: none;*/
	font-size: 11px;
	line-height: 170%;
	color: #FFFFFF;
}
/*------------------------------*/

/*--画像位地設定--*/
.img-L {
	float: left;
	clear: none;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.img-R {
	float: right;
	clear: none;
	margin-left: 5px;
}
.img-S {
	float: left;
	clear: both;
}
.img-caption {
	font-size: 10px;
	font-weight: normal;
	line-height: 150%;
}
/*------------------------------*/

/*--リンク設定--*/
a:link {
	text-decoration: none;
}
a:hover {
	color: #FC0;
}
a:active {
	color: #FF8040;
}
a:visited {
	text-decoration: none;
}
#header .navi-link:hover {
	color: #990000;
}
/*------------------------------*/

/*-- その他 --*/
.search form .button {
	width: 40px;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
}
.img-title {
	float: right;
	margin-right: 10px;
	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
}
.upday {
	font-weight: bold;
}
.right {
	text-align: right;
}
hr {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
.button {
	width: 50px;
}

/*------------------------------*/

/*-- おしらせ --*/
.midashi01 h3 {
	padding-left: 18px;
	background: url(../image/ball.png) no-repeat left center;
	font-weight: bold;
	color: #6C0000;
	font-size: 108%;
}
.dot {
	list-style-type: disc;
	margin-left: 20px;
}
.decimal {
	list-style-type: decimal;
	margin-left: 20px;
}
