@charset "utf-8";

/*common---*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

img {
	border: 0 none;
}

body {
	font-family:Verdana, Geneva, "CI", Meiryo, "lr oSVbN", "MS PGothic", "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	letter-spacing:0.1ex;
	line-height:150%;
	color:#333;
	font-size:14px;
}
a {	color: blue;}
a:hover { color: red; text-decoration:none;}

ul, ol { list-style: none;}

.floatL { float: left;}
.floatR { float: right;}
.clear { clear: both;}

/*
clear-fix
--------------------------------------------*/
.clear_fix:after {
	clear: both;
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
}
.clear_fix {
	display: inline-block;
	min-height: 1%;
	height: 1%;
	display: block;
}

#container{
	padding-bottom:155px;
	width:950px;
	margin:0 auto;
}

/*
top
--------------------------------------------*/
#top{ 
	position: absolute;
	top: 0;
	font-size: 1.2em;	
}

#top-in{
	position: relative;
	padding: 10px 0;
}

.home #top-menu{
     margin-left: 730px;
	 text-align: right;
}

#top-menu{
      margin-left: 930px;
	 text-align: right;
}


#top-menu li{
	display: inline;
	margin-left: 15px;
	list-style: none;
}

#top-menu li a{
	padding: 12px;
	color:#666;
	text-decoration: none;
	background: url(images/arrow1.jpg) left center no-repeat;
}

#top-menu li a:hover{ color: red; }

/* 0.Bread
--------------------------------------------*/
div.bread-area {
margin-bottom: 30px;
font-size: 1.1em;
}

div.bread-area div.bread {
width:670px;
float:left;

}
/*
header(home)
--------------------------------------------*/
.home #header {
	padding-top: 60px;
}
.home #header .floatL {
	width:495px;
	height:700px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;	
}

.home h1 {
	color:#fff;
	font-size: 11px;
}

.home #main {
	width:495px;
	margin-bottom:20px;
}
#menu {
	width:400px;
	height:607px;
}

#menu ol {
	width:400px;
}

#menu li {
    background: url(images/arrow.jpg) 15px no-repeat;
	width:80%;
	color:#333;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 50px;
	border-bottom:1px solid #999;
}

#menu li a{
   text-decoration: none;
   color: #333;
}

#menu  li a:hover{ color: red; }

/*
header(contents)
--------------------------------------------*/
.category #header {
	width:220px;
	padding-top:25px;
	float:left;
}
.category h1 {
	margin-bottom:1px;
}

#lNav li {
    width:80%;
	padding: 15px 20px;
	background: url(images/arrow.jpg) 15px no-repeat;
	border-bottom: 1px solid #999;
}

#lNav li a{
    padding-left: 25px;
    color: #666;
	text-decoration: none;
	font-weight: bold;
}

#lNav  li a:hover{ color: red; }

/*
contents
--------------------------------------------*/
.home #contents {
	clear:both;

}
.category #contents {
	width:660px;
	float:right;
	margin-top:25px;
	padding:15px 0 25px;
}

/*
footer
-------------------------------------------*/

#foot_base {
	background:#E8FBFF;
	clear: both;
	color: #666;
}

#foot {
	height: 100px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#foot p {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 55px;
}
#foot li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}

#foot li a:hover {
	color: red;}

#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right: 1px solid #666;
}

#foot li:last-child {
	border:none;
}

#foot #f_ul01 {
	position: absolute;
	left: 20px;
	top: 15px;
	width: 345px;
}
#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 38px;
	width: 491px;
}
#foot #f_logo {
	font-size: 16px;
	position: absolute;
	top: 15px;
	right: 25px;
}

/*
home
--------------------------------------------*/
.home .h2 {
	width:25%;
	background:#101C89;
	padding:10px 10px 0;
	float:left;
}
.home .h2 h2 {
	margin-bottom:15px;
}
.home .h2 p{
	padding-bottom:10px;
}
	
.home h3 {
	margin-bottom:20px;
	font-size: 20px;
	border-left:8px solid #3E9EFF;
	border-bottom:1px solid #101C89;
	padding:4px 0 4px 15px;
}

.home .newsList {/*ニュースリストページ共通*/
	width:75%;
	float:right;
}
.newsList li {
	clear:both;
	padding:12px 5px 13px;
	border-bottom:1px dotted #999;
}
.newsList li:first-child {
	padding-top:0;
}
.date {
	padding-left:3%;
	background:url(../images/home/ico_home01.gif) no-repeat 0 5px;
	width:130px;
	display:block;
}
.newsList p {
	width:500px;
	margin:-1.5em 0 0 130px;
}
.home .newsList p{ width:560px;}


/*
下層ページ共通
--------------------------------------------*/
h1 {display: none;}

h2 {
	margin-bottom:20px;
	font-size: 20px;
	border-left:8px solid #3E9EFF;
	border-bottom:1px solid #101C89;
	padding:4px 0 4px 15px;
}

h3 {
    font-size:18px;
	height:20px;
	margin-bottom:15px;
	border-left:8px solid #3E9EFF;
	padding:4px 0 4px 10px;
}

h4 {
    font-size:16px;
	height:20px;
	margin-bottom:15px;
	border-left:6px solid #3E9EFF;
	padding:4px 0 4px 10px;
}

/*
page04,page05,page06共通
--------------------------------------------*/
.ul_box li {
	border:1px solid #CCC;
	width:320px;
	margin-bottom:20px;
}
.ul_box li a {
	display:block;
	padding:10px 5px 10px 20px;
	background:url(../images/page04/ico_page04_01.gif) no-repeat 5px center;
	color: #333;
	text-decoration: none;
}
.ul_box a:link { color: #333;}
.ul_box a:visited  { color: #333;}
.ul_box a:hover { color: #666;text-decoration:underline;}
.ul_box a:active { color: #333;}
/*
page01
--------------------------------------------*/
.page01 p {
	margin-bottom:25px;
	padding-left: 10px;
	font-size: 17px;
}

.page01 table {
	font-size: 17px;
}
/*
page02
--------------------------------------------*/
.page02 h3{
	font-weight:bold;
	margin-bottom:5px;
	color: #804040;
}
.page02 p{
	padding-bottom:5px;
}

/*
page03
--------------------------------------------*/
.page03 h3 {
	margin-top:20px;
}
.page03 h4 {
	color:#101C89;
	font-weight:bold;
	margin-left:5px;
	position:absolute;
	margin-top:-10px;
}
.page03 h4 img {
	padding-left:5px;
	background:#FFF;
	vertical-align:bottom;
}
.page03 h4 span {
	padding:0 8px 0 5px;
	background:#FFF;
}
.page03 h5 {
	font-weight:bold;
	margin:20px 0 10px 15px;
}

.page03 p {
	margin-bottom:20px;
}

.page03 ul {
	margin:20px auto 0 30px;
}
.page03 li {
	margin-top:15px;
	padding-left: 15px;
	background: url(images/arrow1.jpg) left center no-repeat;
}

.page03 li a{
	color:#333;
	text-decoration: none;
}

.page03 li a:hover{
	color:red;
	text-decoration: none;
}

/*
page04
--------------------------------------------*/
/*


/*
news_list
--------------------------------------------*/
.newsList h2 {
	margin-bottom:30px;
}
/*
report
--------------------------------------------*/
.report .title{
	border-bottom:1px #101A87 dotted;
	margin-bottom:20px;
}
.report .title h3{
	color:#101A87;
	font-weight:bold;
	margin-bottom:10px;
}
.report .text{
	margin-bottom:15px;
}
.report .text p{
	padding-bottom:10px;
}
.report .photo{
	padding-left:5px;
}
.report .photo li{
	float:left;
	margin:0 20px 20px 0;
}
.report .floatL{ width:375px;}
.report .floatR{ width:245px;}

/*
table
--------------------------------------------*/
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type01 th.row1 {
	width: 130px;
	padding: 0px;
	vertical-align: top;
}
table.type01 th.row2 {
	width: 240px;
	padding: 0px;
	vertical-align: top;
}
table.type01 th.row3 {
	width: 270px;
	padding: 0px;
	vertical-align: top;
}
table.type01 td {
	padding: 5px;
	vertical-align: top;
}

table.type02 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.type02 th.row1 {
	width: 150px;
	padding: 0px;
	vertical-align: top;
}
table.type02 th.row2 {
	width: 400px;
	padding: 0px;
	vertical-align: top;
}
table.type02 td {
	padding: 5px;
	vertical-align: top;
}
