﻿@charset "utf-8";

@import "reset.css";
@import "clearfix.css";
html{
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 80%; 
	background:url(../img/bg_overall.png) repeat-x;  /*??*/
	text-align: center; 
	color: #000;

	/*background-color: #FFFFFF;*/ /*#F2F2F2*/
	/*background-image: url(img/square05.gif);*/
	/*background-repeat: repeat-x;*/



}
a{
 	text-decoration:none;
	color: #000;
	color: #1A43D0;
	color:#3F5296;

	overflow: hidden;
	/*\*/ 
	overflow: hidden;
	/**/ 
}


a:hover{
	text-decoration:underline;
}
p{
	line-height: 1.7;
}
dd{
	margin-left: 20px;
}

#globalNav ul, #globalNav li{
	list-style:none;
	margin:0;
	padding:0;
}

#subArea dl, #subArea dt, #subArea dd, #subArea ul, #subArea ol, #subArea li, #subArea h1, #subArea h2, #subArea h3, #subArea h4, #subArea h5, #subArea h6{
	margin:0;
	padding:0;
	list-style:none;
    font-weight: normal;
}

/** サブページタイトル**/
h2#pageTitle{
	background:#FFF;
	margin-bottom: 20px;
	overflow:hidden;
}

h2.title1{
	font-size: 130%;
	padding-left: 20px;
	line-height: 40px;
	background:url(/img/bg_sub_h3.png) no-repeat;
	margin-bottom: 20px;
}

h3{
	margin: 0 0 10px 0;
	font-size: 130%;
}

h3.category-title{
	text-align:right;
	color:#666;
	font-size: 90%;
}

h3.title1{
	font-weight: bold;
	font-size: 110%;
	padding-left: 20px;
	line-height: 35px;
	background:#F3F3F3;
	background:url(/img/sub_h3_titile1.png) repeat-x;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color:#333;
}

h3.title2{
	padding-left: 10px;
	border-left: 5px groove #6F9FDC;
	color:#6F9FDC;	
	color:#215089;
}

h4{
	display:inline-block;
	margin: 15px 0;
	font-size: 120%;
	padding: 0 100px 0 10px;
	line-height: 1.8;
	color:#333;
	background:url(/img/sub_h3_title2.png) repeat-x;
	
}

#container {
	position:relative;
	width: 960px;  
	margin: 0 auto;
/*	background-image:url(../img/body_backlayer.gif);*/
/*	background: #FFF;*/
	text-align: left; 
}
#header {
	background: #FFF;
/*	height: 70px;*/
	background:url(../img/header.png) no-repeat;

}
#headerTop{
	height: 60px;
}

#headerLeft{
	width:700px;
	float:left;
}

#headerLeft a{
	width: 280px;
	height: 60px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}
#headerLeft h1{
	float:left;
	padding-left: 50px;
	line-height: 60px;
	font-size: 110%;
/*	color: #1A43D0;*/
	color:#33437C;
}


#headerRight{
	float:right;
	width:250px; 
	text-align: right;
	height: auto;
	position:relative;
}
#headerRight ul{
	position: absolute;
	top: 20px;
	right: 0px;
	margin:0;
	padding:0;
}

#textResize{
	float:right;
	width: 170px;
	background:#FFF;
	margin-top: 30px;
}
@charset "utf-8";
/* CSS Document */

#bg{
/*	background:url(../img/bg_top.png) repeat-x;*/
}


#pan{
	float:left;
	font-size: 90%;
	line-height: 2;
	padding: 0 10px;
	margin-bottom :5px;
/*	background:#F6F6F6;
	border: 3px double #CCC;
	*/
}
#globalNav {
	position:relative;
	text-align:rihgt;
	height: 40px;
	background:#0C1F63;
	background:#3F5296;
}
#globalNav ul{
	position:absolute;
	right:0;
}

#globalNav li{
	float:left;
	line-height: 40px;
/*	background:url(../img/bg_nav_rpt.png) repeat-x;*/
}

#globalNav li a{
	color:#FFF;
	font-weight:bold;
	padding: 0 20px 0 35px;
	margin: 2px 0;
	border-right: 1px groove #666; 
	display:block;
	line-height: 36px;
	background:url(../img/bg_nav_arrow.gif) no-repeat;
}

#globalNav ul li a:hover{
	text-decoration:none;
	color:#FDDE02;
	/*
    opacity: .75; 						
    filter: alpha(opacity=75); 			
    -ms-filter: "alpha(opacity=75)"; 	
    -khtml-opacity: .75; 				
    -moz-opacity: .75; 					
	*/
}
#globalNav li.first{
	border-left: none;
}
#globalNav ul li.first a{
/*	background:url(../img/bg_nav_start.png) left no-repeat;*/
}
#globalNav ul li.last a{
	border-right: none; 
}
#globalNav ul li.local a{
	color:#FFFFD0;
	color:#FDDE02;
}


/* カテゴリー */
#globalNav ul.cat_depth1 li {
	line-height: 20px;
	padding: 5px 0;
	padding-left: 5px;
	border-bottom: 1px dotted #DDD;
}
#globalNav ul.cat_depth1 li a{
	background:none;
	display:block;
	margin-left: 10px;
	border-left: 3px solid #DFEBF9;
	padding-left:  10px;
	background-repeat:no-repeat;
}

#globalNav ul.cat_depth1 li  ul li{
	line-height: 1.2 !important;
	padding: 5px 0;
	padding-left: 10px;
	border-bottom: none
}
#globalNav ul.cat_depth1 li ul li a{
	background:none;
	display:block;
	margin-left: 10px;
	border-left: none;
	padding-left:  10px;
	background-repeat:no-repeat;
}
#globalNav a.unlink:hover{
	text-decoration:none;
}

.section{
	margin-top: 0px;  /*margin-top: 5px;*/ /*2011.4.7*/
	margin-bottom: 20px;
}
#mainArea{
	float:left;
	width: 670px;
}

#main{
	width: 100%;
}
#main a{
/*text-decoration:underline;*/
/*	color: #1A43D0;*/
}

#main ul, #main ol{
	margin-left: 30px;
}

#subArea{
	float:right;
	width: 270px;
}

#subArea p{
	margin-bottom: 10px;
}

#subNav{
	margin-bottom: 30px;
/*	background:#F8FBFE;*/
	border: 3px solid #EDEDED;
	padding: 2px 2px 2px 2px;
}

#subNav h2{
	height: 46px;
	text-align:center;
/*	border-top: 2px solid #0E3F7A; */
	background:#F7F7F7;
	background:url(../img/subnav_h2_title.png) no-repeat;
	text-indent:-9999px;
}
#subNav h2  a{
	color:#FFF;
	font-size: 85%;
	font-weight:bold;
	width: 260px;
	height: 46px;
	display:block;
}

#subNav ul{
	margin: 0 0 1px 0;
	padding: 0 5px 0 20px;
/*	background:#F9FAFD;*/
}

#subNav ul li{
	background:url(../img/arrow06.gif) no-repeat left 6px;
	padding-left: 15px;



	line-height: 2;
	margin: 3px 0 5px;  /* margin: 3px 0; */
	border-bottom: 1px dotted #999;
}

#subNav ul li a{
	display:block;
	font-size: 105%;
	font-weight:bold;
	padding-left: 5px;
	margin-bottom: 3px;
	zoom:1;
}
#subNav ul li a.cat_local{
	background:#DFE2EB;
}

#subNav li li {
	border-bottom:none;	
	background:url(../img/arrow_gray.gif) no-repeat left 7px;
	line-height: 1.2;
}
#subNav li li a{
	font-weight:normal;
}
#subNav li.local a{
	background:#DFE2EB;
}
#content {
	margin: 0 auto 50px auto;
}

#banner{
	border:1px solid red;
}

.privacy01 a,
.privacy02 a,
.privacy03 a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;
}

.privacy01{	
	width:270px;
	height: 85px;
	/* background:url(/img/banner04.png) no-repeat; */
	/* background:url(/img/10860645_85_JP.gif) no-repeat; */
	/* background:url(/img/10860645_08_200_JP.png) no-repeat; */
	/* background:url(/img/10860645_09_200_JP.png) no-repeat; */
	background:url(/img/10860645_10_jp.png) no-repeat;
	background-size:85px 85px;
	margin-bottom:15px;
}

.privacy01 a{
	width: 100px;
	height: 85px;
}
.privacy01 p{
	margin-left: 100px;
	line-height:1.5;
	font-size: 11px;
	color:#808080;  /* add 2011.4.7*/
}
.privacy02{
	width:270px;
	height: 70px;
	background:url(/img/banner05.png) no-repeat;
}
.privacy02 a{
	width: 100px;
	height:60px;
}
.privacy02 p{
	margin-left: 100px;
	line-height:1.5;
	font-size: 11px;
	color:#808080;  /* add 2011.4.7*/
}
.privacy03{
	width:270px;
	height: 85px;
	/* background:url(/img/banner07.png) no-repeat; */
	margin-left: 50px;  /* add 2012.7.9 */
	/* background:url(/img/10860645_75_JP.gif) no-repeat;  rep 2012.7.9 */
	/* background:url(/img/10860645_08_200_JP.png) no-repeat; */
	background:url(/img/10860645_09_200_JP.png) no-repeat;
	background-size:75px 75px;
}
.privacy03 a.privacy03_1{
	/*margin-left: 50px;*/
	width: 85px;
	height:85px;
}
.privacy03 a.privacy03_2{
	width: 85px;
	height:85px;
	margin-top: 8px;  /* add 2012.7.9 */
	background:url(/img/banner05.png) no-repeat;  /* add 2012.7.9 */
}
.contact{
	margin: 20px 0;
}

#footer {
/*	
	position:absolute;
	bottom:0;
	*/
}
#footer p {}

#footerBanner{
	margin: 20px 0;
/*	border-right: 300px solid #FFF;*/
	text-align:center;
}

#footerLink {
	background:#F7F7F7;
	font-size: 90%;
}
#footerLink ul{
	text-align:center;
	margin:0;
	padding:0;
	
}
#footerLink li{
	margin:0;
	display:inline;
	line-height:3;
	padding: 0 8px;
}
#footerLink li:last-child{
/*	border-right: 1px solid #999;*/
}

#footerBizInfo{	
	margin-top: 30px;
	padding: 10px 0 5px 0;
	padding-left: 100px;
}
#footerLogo{
	float:left;
	margin-right: 20px;
	
}
#footerAddr p{
	color:#FFF;
	line-height: 1.2;
}
#copyright{
	text-align:center;
	font-size:90%;
	line-height: 3;
	background:#F7F7F7;
}

table.common{
/*	border:1px solid #DDDED3;*/
	width: 100%;
	margin-bottom: 20px;
}
table.common th {
	background-color:#EFEFEF;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}
table.common th,
table.common td {
	padding:5px;
	border:1px solid #DDDED3;
}


table.common2{
/*	border:1px solid #DDDED3;*/
	width: 100%;
}
table.common2 th {
	font-weight:normal;
	text-align:left;
	width:20%;
	padding: 5px;
	background:#EBE9DE;
	border: 1px dotted #DDD;
	border-collapse:separate;
	border-left:none;	

}
table.common2 td {
	padding:5px;
	border: 1px dotted #DDD;
	border-left:5px solid #DDDED3;
	border-right:none;	
}



.sitemap li{
	list-style-type:none;
	line-height: 3;
	background:url(../img/file.gif) left top no-repeat;
	padding-left: 20px;
}
.sitemap li p{
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-size: 90%;
	color:#7C96B1;
	color:#476078;
}
.sitemap li a{
	line-height: 1.5;
	padding-right: 10px;
}
.sitemap li ul{
	margin: 10px 0 10px 30px;
}
.sitemap li li{
	padding-left: 10px;
	background: none;
	display:inline;
}
.sitemap li li a{
	border-right: 1px solid #999;
}
.sitemap li li:last-child a{
	border-right: none;
}
p.page-navi {
	padding:10px;
	text-align:right;
}
p.page-navi a.link_before,
p.page-navi a.link_before{
	
}

p.page-navi span.current_page{
	padding: 0 5px;
	color:#FFF;
	background: #1B488D;
	border: 1px solid #1B488D;
}
p.page-navi a.link_page{

	padding: 0 5px;
	border: 1px solid #1B488D;
	color: #1B488D;	
}

.column-body{
	padding:  0 0 20px 10px;
}
.column-body table th,
.column-body table td{
	vertical-align:top;					  
}
.column-body table img{}

.entry_body,
.entry{
	margin-bottom: 20px;
}

span.entry-date{
	margin-right:20px;
}

span.date{
	padding-right: 15px;
	display:block;
}
.more{
	font-size: 90%;
}

p.to_category{
	text-align:right;
	margin-bottom: 10px;
	line-height: 2.5;
}

p.to_category a{
	border: 1px solid #DDD;
	padding: 3px 10px;
	background:#E9F1F8;
}

dl.entry_list dt{
	background:url(../img/arrow03.png) no-repeat;
	padding-left: 20px;
	line-height: 16px;
}

.entry-title-area{
	padding-left: 10px;
	border-left: 5px groove #6F9FDC;
	color:#6F9FDC;	
	margin-bottom: 10px;
}
h3.entry-title{
	margin:5px 0;
}
p.entry-category{
	text-align:right;
	margin-bottom: 10px;
	font-size: 85%;
	
}
.entry-content{
	margin-bottom: 10px;
}
div.prev-next-nav{
	text-align:center;
}
div.prev-next-nav span.pn{
	padding:0 10px;
}
.entry-list{
	font-size: 90%;
}
.entry-list h3.title{}

.entry-list ul{
	list-style-type:none;
}
p.content-nav{
	text-align:right;	
	font-size: 85%;
}

p.content-nav a{
	margin:0 5px;
}

p.entry-date{
	color:#666;
	line-height: 1;
	font-size: 90%;
}
p.up{
	text-align:right;
	margin-bottom: 15px;
}

.text-enclosed01{
	border: 2px solid #F90;
	padding: 10px;
	margin: 20px 10px;
}
.paragraph{
	text-indent: 1em;
}