@charset "utf-8";
/* CSS Document */

body {
	line-height:1.5;
	color:#333;
	background: #f3f6f9 url(../../ajpel/images/bg_main.png) repeat-x top;
	}

img {
	height:auto;
	}
/*ie8は「max-width:100%;」にバグがあるので以下を指定*/
.ie8 img { width:100%;}

/* clearfix */
.clearfix { zoom:1;}
.clearfix:after {
	content: "";
	display:block;
	clear:both;
	}
#wrapper{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	}
/* header */
header{
	width:960px;
}
header h1{
	margin:0;
}
/* nav */
header nav li{
	width:20%;
	float:left;
	box-sizing:border-box;
	text-align:center;
	background: rgb(5,85,199); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(5,85,199,1) 50%, rgba(4,67,161,1) 51%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(5,85,199,1)), color-stop(51%,rgba(4,67,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(5,85,199,1) 50%,rgba(4,67,161,1) 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0555c7', endColorstr='#0443a1',GradientType=0 ); /* IE6-9 */
}
header nav{
	margin: 1px 0 5px 0;

}
header nav li.last{
}
header nav li a{
	padding:10px 0;
	display:block;
	text-decoration:none;
	color:#fff;
}
header nav li a:hover{
	background-color:#fff;
	color:#5570a5;
}
/* article */
/* aside */
/* footer */
footer{
	width:100%;
	background-color:#0558cd;
}
footer nav{
	width:960px;
	margin:0 auto;
	padding: 20px 0 10px 0;
}
footer nav h4{
	color: #fff;
	font-weight:bold;
	margin-bottom:5px;
}
.fnavi{
	width:300px;
	float:left;
	margin:0 10px 20px 10px;
}
footer nav a{
	color:#fff;
	text-decoration:none;
}
footer nav a:hover{
	color:#fff;
	text-decoration:underline;
}
footer nav ul{
	margin-left:10px;
}
footer nav li i{
	color: #d1dff5;
}
footer small{
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	padding:5px 0;
}
/* アイコン */
i{
	margin-right:5px;
}
/*==============================================
 TOPページ用
==============================================*/
#content{
/*
	width:700px;
*/
	width:960px;

	float:right;
	background-color:#fff;
}
#top_info{
}
#pc_bnr{
	width:960px;
	clear:both;
	margin: 0 auto;
	padding: 10px 0;
}

/* バナーエリア */
#bnrarea_01 {
}
#bnrarea_01 img{
	width:195px;
}
#bnrarea_01 li{
	float:left;
	margin-right:10px;
}
#bnrarea_01 li.last{
	margin-left:0;
}
/* カルーセルバナー */
#bnrarea_02 {
		width:960px;
		overflow:visible;
		position: relative;
		background-color:#f2f5f9;
	}
#bnrarea_02 ul {
		margin:0;
		padding:0;
	}
#bnrarea_02 ul li{
		list-style:none;
		display:block;
		float:left;
	}
#bnrarea_02 li img {
	width:230px;
		height:50px;
		margin:5px 10px 1px 0;
	}
.carouPrev, .carouNext {
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		top: 15px;
		cursor:pointer;
	}
.carouPrev{
		left:-30px;
		background:url(../../ajpel/images/prev.png) no-repeat;
		background-position: 0 0;
	}
.carouNext{
		right: -30px;
		background:url(../../ajpel/images/next.png) no-repeat;
		background-position: 0 0;
	}
.carouPrev:hover, .carouNext:hover {
		background-position: 0 -50px;
	}
	
/* ===インフォメーションエリア=== */
#top_info{
}
#top_info h2{
	background:url(../../ajpel/images/bg_h2.png) repeat-x;
	height:53px;
	font-size:28px;
	padding:10px 0 0 10px;
	color: #555555;
}
#top_info h2 i{
	color: #0558cd;
	font-size:28px;
}
#top_info dl{
	width: 660px;
	padding-bottom:80px;
	margin:0 10px 0 20px;
	font-size:15px;
}
#top_info dt{
	width: 560px;
	float:left;
	clear:both;
	margin-bottom:5px;
	font-weight:bold;
	color: #666666;
}
#top_info dd{
	width: 560px;
	float:right;
	margin-bottom:5px;
	text-indent:-0.5em;
	margin-left:1em;
}/* コンテンツ２ */

#top_subcon{
	margin: 10px 0 10px 0;
}
#top_subcon .con_detail{
	width: 198px;
	float:right;
	padding:1px;
}
#top_subcon h3{
	background: #0556ca url(../../ajpel/images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	padding-left:5px;
}
#top_subcon img{
	margin: 5px;
	float:left;
}
#top_subcon .con_detail .txt{
	margin-top:5px;
}
#top_subcon .con_detail .link{
	margin-top:10px;
	padding-right:10px;
	text-align:right;
}
#top_subcon .con01{
	width:330px;
	float:left;
	margin: 0 0 0 10px;
	padding:0;
	border: 1px solid #ccc;
}
#top_subcon .con02{
	width:330px;
	float:right;
	margin: 0 10px 0 0;
	padding:0;
	border: 1px solid #ccc;
}
/* ===サブナビエリア=== */
#side{
/*
	width:240px;
*/
	width:180px;
	float:left;
	margin-right: 12px;

	background-color: #fff;
}
/* コンテンツ３ */
#subcon_01 h3{
	background: #0556ca url(../../ajpel/images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	height:25px;
	padding:5px 0 0 10px;
	font-size:14px;
	margin-bottom:10px;
}
#subcon_01{
	background-color: #fff;
}
#subcon_01 ul{
}
#subcon_01 li.con03_01 a{
	display:block;
	width:220px;
	height:55px;
	margin:0 auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_01 li.con03_01 a:hover{
	background-color:#9BAFC4;
}

#subcon_01 li.con03_02 a{
	display:block;
float: right;
/*
	width:220px;
	height:55px;
*/
	width:170px;
	height:55px;

	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_01 li.con03_02 a:hover{
	background-color:#9BAFC4;
}
#subcon_01 li.con03_02 img{
	float:right;
}
#subcon_01  img{
/*
	margin:5px 5px 10px 40px;
*/
}
#subcon_01  p{
	text-decoration: none;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
}

#subcon_01 li.con03_op a{
	display:block;
	float: right;
	width:170px;
	height:55px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(241,222,243, 0.5) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(241,222,243, 0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(241,222,243, 0.5) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(241,222,243, 0.5) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(241,222,243, 0.5) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(241,222,243, 0.5) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}



/* コンテンツ４ */
#subcon_02 h3{
	background: #0556ca url(../../ajpel/images/bg_h3.png) no-repeat right bottom;
	color:#fff;
	font-weight:bold;
	height:25px;
	padding:5px 0 0 10px;
	font-size:14px;
	margin-bottom:10px;
}
#subcon_02{
	background-color: #fff;
}
#subcon_02 ul{
}
#subcon_02 li.con04_01 a{
	display:block;
	width:220px;
	height:30px;
	margin:0 auto;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_02 li.con04_01 a:hover{
	background-color:#9BAFC4;
}

#subcon_02 li.con04_02 a{
	display:block;
	width:220px;
	height:30px;
	margin:10px auto;
	text-decoration: none;
	text-align:center;
	padding-top:5px;
	font-size: 18px;
	font-weight:bold;
	color:#2D338E;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(231,236,244,1) 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(231,236,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(231,236,244,1) 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7ecf4',GradientType=0 ); /* IE6-9 */
border:1px solid #ccc;
}
#subcon_02 li.con04_02 a:hover{
	background-color:#9BAFC4;
}
