@charset "UTF-8";
/* CSS Document */

/*--------------------------------------
基本タグ
---------------------------------------*/
body {
	font-family: "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","MS P Gothic","ＭＳ Ｐゴシック";
	font-size: 10px;
	line-height: 1.5em;
	color: #454545;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a:link {
	color: #003366;
	text-decoration: none;
}

a:hover {
	background-color: #EEEEEE;
}

a:visited {
	text-decoration: none;
}

a img {
	border-style: none;
}

a:hover img {
	border-style: none;
}


/*--------------------------------------
レイアウト
---------------------------------------*/
#wrap {
	width: 680px;
	position: relative;
	margin-top: 5px;
}

#header {
	width: 680px;
	padding-top: 235px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #F7B73E;
	background-image: url(../img/new_header680-235.png);
	background-repeat: no-repeat;
}

#main {
	width: 680px;
}

#footer {
	width: 680;
	clear: both;
	background-color: #DEDEDE;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
}

#footer2 {
	width: 680;
	background-color: #004A80;
	text-align: center;
	margin-top: 0px;
	color: #FFFFFF;
}


/*--------------------------------------
コンテンツNEW
---------------------------------------*/
.content_menu2 {
	width: 420px;
	float: left;
}

.content_menu2 li {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#FF9603;
}

.content_menu2 li.tokusyu {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#FF9603;
	
	padding-left: 45px;
	padding-bottom: 2px;
	background-image:url(../img/tokusyu.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.content_menu2 li.tokusyu-1 {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#FF9603;
	
	padding: 10px 0px 18px 45px;
	background-image:url(../img/tokusyu.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.content_menu2 li.tokusyu-3 {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color:#FF9603;
	
	padding-left: 45px;
	padding-bottom: 2px;
	background-image:url(../img/focus.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.content_menu2 li.tokusyu-4 {
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color:#FF9603;
	
	padding: 10px 0px 18px 45px;
	background-image:url(../img/focus.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.content_menu2 li.line2 {
	color: #8C80B7;
}

.sub {
	font-size: 12px;
	line-height: 2em;
	/*margin-top: -10px;
	margin-left: 5px;
	margin-bottom: 10px;*/
	font-weight: normal;
	color:#454545;
}




a.linkbtn {
	padding: 10px;
	display: block;
	float: left;
	margin-top:10px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	color:#454545;
	
	border: 2px solid #565656;
	border-radius: 5px;
	background-color: #DFDFDF;
}
	
a img {
	border: none;
}


/*--------------------------------------
コンテンツ
---------------------------------------*/
.content_wrap {
	width: 680px;
	text-align: left;
	float: left;
	margin-bottom: 30px;
}

.content_heder {
	width: 680px;
	margin-bottom: 10px;
}

.content_img {
	float: right;
	border-style: none;
	margin-left: 10px;
}

.content_menu {
	width: 465px;
	float: left;
}

/*--------------------------------------
コンテンツメニュー
---------------------------------------*/
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

li {
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 5px;
}

li a {
	color: #003366;
	display: block;
	margin-bottom: 7px;
	
	padding-left: 20px;
	background-image: url(../img/arrow_16.gif);
	background-repeat: no-repeat;
	background-position: inherit left;
}

p.read {
	font-size: 11px;
	background-image: none;
	padding-left: 25px;
}

/*--------------------------------------
PAGE TOP
---------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 50px;
	font-size: 70%;
}

#page-top a img {
	/*
	opacity	モダンブラウザ全般（通常の指定）
	filter	IE7以前対応
	-moz-opacity	FF1.5以降対応
	-ms-filter	IE8以降対応
	*/
	opacity: 0.5; /* 0.0｡ﾁ1.0 */
	filter: alpha(opacity=50); /* 0｡ﾁ100 */
	-moz-opacity: 0.5;
	-ms-filter: "alpha(opacity=50)";
}

#page-top a:hover img {
	opacity: 1.0; /* 0.0｡ﾁ1.0 */
	filter: alpha(opacity=100); /* 0｡ﾁ100 */
	-moz-opacity: 1.0;
	-ms-filter: "alpha(opacity=100)";
}

/*--------------------------------------
スクロールアクション
---------------------------------------*/
.js_scrlTarget{
	position: relative;
	bottom: -20px;
	transition: all 200ms ease-out;
	opacity: 0;
}
 
.js_scrlTarget.js_scrlTargetFire{
	opacity: 1;
	bottom: 0;
}
