@charset "utf-8";
body {
	margin:0px;
	padding:0px;
	border:0; /* 旧IE対応 */
	text-align:center;
	min-width:950px; /* 可変ブラウザの最小 */
          font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 0 auto;
	min-width    : 950px;
	max-width    : 1170px;
         width: expression(document.body.clientWidth < 952? "950px" : document.body.clientWidth > 1172? "1170px" : "auto");
}

#wrapper:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

#container {
	width:99%;
	height:auto;
	text-align:left;
	margin: 0px auto;
	padding: 0px;
	float: left;
}

/* 20150224追加 */
#top_search{
    clear: both;
}


/* リンク色を隠す */
.img_b {
	vertical-align:top;
	border:none;
}

img {
	border:0;
        padding-right:5px;
}
#lifescene a img {
    padding-right: 0;
}

/* 隠す */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;
}
/* ヘッダーココから */
#header{
	margin:0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#header_left {
	float: left;
	margin: 10px 0px 5px 10px;

}
h1{
	margin: 0px;
	padding: 0px;
}

#header_right {
    float: right;
    margin: 8px;
    text-align: right;
    z-index: 10;
}

div#header_nav1, div#header_nav2 {
	margin: 2px 5px 2px 0px;
} 

#header_nav1 li,#header_nav2 li{
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}

#header_nav1 ul,#header_nav2 ul{

	margin:0;
	padding:0;

}

/* ヘッダーココまで */


/*フッター*/
#footer {
/*	float:left; */
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	height: auto;
         text-align:left;
}
#author_img{
	position:relative;
	z-index: 100;
	margin-top: -14px;
	float: right;
	width:160px;
}
#author_img img{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
}
#author_info {
/*	margin-right:160px;*/
	margin:0px;
}
#author_info .footer_navi {
	margin:0px 0px 10px;
	padding:2px 0px 0px 0px;
	background:#DAF3FC;
	border-top:3px solid #8EB6DD;
}
#author_info .footer_navi ul{
	margin:0px;
	padding:0px;
}
#author_info .footer_navi li {
	display: inline;
	margin: 0px;
	padding:0px 8px 0px 8px;
	list-style-type: none;
	background-image: url(../../img/navi_line.gif);
	background-repeat: no-repeat;
	background-position:100% 40%;
}
#author_info .footer_navi li.navi_end {
	padding:1px 0px 4px 8px;
	margin: 0px 0px 0px 0px;
	background-image: url(../../img/spacer.gif);
	background-repeat: no-repeat;
}
#author_box{
	padding:1px 0px 3px 8px;
         line-height:1.3em;
}
#author_box p{
	padding:0px;
	margin:0px;
}
#copyright{
	color:#FFFFFF;
	font-size: 90%;
　　font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0.3em 15px;
	background: #1C5CBD;
    text-align: right;
}
/*フッターここまで*/

a:link   {text-decoration: underline; color: #0033CC;}
a:visited {text-decoration: underline; color: #551A8B;}
a:active  {text-decoration: underline; color: #CC0000;}
a:hover   {text-decoration: underline; color: #FF4500;}

/* 各課のメールアドレスページのみ */
#kakuka-mail a {text-decoration: none; color: #0033CC;}
#kakuka-mail a:link   {text-decoration: none; color: #0033CC;}
#kakuka-mail a:visited {text-decoration: none; color: #551A8B;}
#kakuka-mail a:active  {text-decoration: none; color: #CC0000;}
#kakuka-mail a:hover   {text-decoration: none; color: #FF4500;}


/* 3カラム */
#mymainback{
	line-height:120%;
	background: #FFFFFF;
	width: 98%;
	float: left;
	clear: left;
         padding: 0 0 0 0px;
	height: auto;
        margin: 0% 1%;
}
/* IE6用 */
*html body #mymainback{
	width: 98%;
	background: #FFFFFF;
	padding: 0;
	height: auto;
	margin: 0% 0% 0% 0.45%;
/*	clear: both;*/
	float: left;
}

#sidebar1 {
/*	width:184px;*/
	width:230px;
	padding-bottom:2em;
	float:left;
	margin-top:0px;
/*	margin-right:-184px;*/
	margin-right:-222px;
	position:relative;
	z-index:3;
}
.sidebar1_box {
	border: 1px solid #FDC89E;
	padding-bottom: 5px;
	
	border-radius: 6px 6px 0px 0px; /* CSS3草案 */
	
	-moz-border-radius: 6px 6px 0px 0px;
	
	-webkit-border-top-left-radius: 6px;  /*左上*/
	-webkit-border-top-right-radius: 6px;  /*右上*/
	-webkit-border-bottom-right-radius: 0px; /*右下*/
	-webkit-border-bottom-left-radius: 0px; /*左下*/
}
*html .sidebar1_box {width:190px;}


#sidebar1 h1 {
	clear: both;
	font-size: 100%;
	margin: 0;
	padding: 0.8em 0 0.8em;
	background-color: #FDC89E;
	text-align: center;
	
	border-radius: 6px 6px 0px 0px; /* CSS3草案 */
	
	-moz-border-radius: 6px 6px 0px 0px;
	
	-webkit-border-top-left-radius: 6px;  /*左上*/
	-webkit-border-top-right-radius: 6px;  /*右上*/
	-webkit-border-bottom-right-radius: 0px; /*右下*/
	-webkit-border-bottom-left-radius: 0px; /*左下*/
	
}

#sidebar2 h1 {
	clear: both;
	font-size: 100%;
	margin: 0;
	padding: 0.8em 0 0.8em;
	background-color: #FDC89E;
	text-align: center;
	
	border-radius: 6px 6px 0px 0px; /* CSS3草案 */
	
	-moz-border-radius: 6px 6px 0px 0px;
	
	-webkit-border-top-left-radius: 6px;  /*左上*/
	-webkit-border-top-right-radius: 6px;  /*右上*/
	-webkit-border-bottom-right-radius: 0px; /*右下*/
	-webkit-border-bottom-left-radius: 0px; /*左下*/
	
}

.sidebar1_box h2 {
	clear: both;
	font-size: 103%;
	line-height: 103%;
	margin: 5px 15px 0px 5px;
	padding: 0.2em 0px 0.3em 15px;
	border-left:3px solid #FD8717;
	border-bottom:2px dashed #FFCDA0;
/*	background-repeat: no-repeat;
	background-image: url("../../img/main_a_h2.gif"); */
}


*html .sidebar1_box h2 {
        clear: both;
	font-size: 100%;
	line-height: 100%;
	margin: 5px 15px 0px 5px;
	padding: 0.2em 0px 0.2em 15px;
	background-position: 50%;
	background: url("../../img/main_a_h2.gif");
	text-align: left;
}

.sidebar2_box h2 {
	clear: both;
	font-size: 100%;
	line-height: 100%;
	margin: 5px 15px 0px 5px;
	padding: 0.2em 0px 0.2em 15px;
	background-position: 50%;
	background: url("/img/main_a_h2.gif");
	text-align: left;
}
#main {
	width:99%;
	float:left;
	text-align:left;
	margin-top:0px;
	margin-right:-205px;
	padding:0px;
	position:relative;
	z-index:1;
        margin-left: 0 !important;
}

#main_a {
	margin-right:0px;
	margin-left:230px;
	padding:0 0 0 15px;
	z-index:2;
}

#sidebar2 {
	width:190px;
	float:left;
	position:relative;
	z-index:3;
	margin: 0px -190px 0px 0px;
	padding: 0px 0px 2em;
}

#sidebar2 p {
	margin:0px;
	padding:2px;
}

#sidebar2_top,#sidebar2_bottom img {
	display:none;
}

/* トップページ、詳細ページ（ここまで） */



/* パンくずナビここから */
.pankuzu {
	clear:both;
	font-size: 90%;
	padding:0.4em 0px 0.4em 15px;
	margin:0px;
	text-align:left;
}
/* パンくずナビここまで */


/* 印刷用アイコン */
#print_mode_link {
	width:12em;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 22px;
	background: url(../../img/print-icon.jpg) no-repeat left center;
	height: 1em;
}

/* 必要なし？ */

#cse-search-results iframe {
     height: 1200px;
}