@charset "utf-8";

/*--all-----------------------------------------------------------------------------------*/
h1 {
	color: #FFF;
	font-weight: bold;
	height: 25px;
	width: 577px;
	font-size: 130.1%;
	display: block;
	background: url(../image/h1.png) no-repeat left top;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 1.5em;
}
h2 {
	font-size: 123.1%;
	font-weight: bold;
	color: #33F;
}
h3 {
	font-size: 116%;
	font-weight: bold;
	color: #004080;
	margin-top: 15px;
}
h4 {
	color: #33F;
	margin-top: 20px;
}
/*--その他見出し--*/
.midashi {
	font-weight: bold;
	color: #333399;
	font-size: 116%;
}
.midashi-s {
	font-weight: bold;
	color: #08176B;
}
.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: 10px;
	line-height: 175%;
}
.read_l {
	font-size: 14px;
	font-weight: normal;
}
.read_lred {
	font-weight: bold;
	color: #090;
}
.read_red {
	color: #F00;
}
.read_green {
	color: #096;
}
.read_blue {
	color: #00509F;
}
.bold {
	font-weight: bold;
}



.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;
	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;
	color: #006DDB;
}
a:hover {
	color: #C00;
}
a:active {
	color: #FF8040;
}
a:visited {
	text-decoration: none;
	color: #004BA0;
}
#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;
}

.decimal {
	list-style-type: decimal;
	margin-left: 20px;
}

/*------------------------------*/

/*-- おしらせ --*/
.midashi01 h3 {
	padding-left: 18px;
	background: url(../image/ball.png) no-repeat left center;
	font-weight: bold;
	color: #36F;
	font-size: 108%;
}
