@charset "shift_jis";

/***************************************************
	common.css
	ξ{CAEgX^Cθ`
***************************************************/

/* Reset
------------------------------------------------------------ */
html {	overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {	font-style: normal;}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption,th {
	text-align: left;
}
img	{	border: none;	vertical-align: bottom;}
ul	{	list-style-type: none;}
ol	{	list-style-position: inside;}
hr	{	display: none;}

/* Base
------------------------------------------------------------ */
body {
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
* html body {    font-family: 'lr oSVbN',sans-serif;}
*:first-child+html body {    font-family: 'CI','lr oSVbN',sans-serif;}

#container {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
}

/* Link
------------------------------------------------------------ */
a:link {
	color: #323232;
	text-decoration: underline;
}
a:visited {
	color: #626262;
	text-decoration: underline;
}
a:hover {
	color: #3296c8;
	text-decoration: none;
}
a:focus {
	outline: none;
}

a.link_out {
	padding-right: 18px;
	color: #3296c8;
	text-decoration: underline;
	background: url(../img/temp/ico05.gif) right center no-repeat;
}
a.link_out:hover {	text-decoration: none;}

/* for All Pages
------------------------------------------------------------ */
.alt	{	display: none;}
.clear	{	clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*-----header-----*/
#header {
	width: 850px;
	background: url(../img/temp/header_bg.jpg) left bottom repeat-x;
}
#header p.catch {
	padding: 2px 15px;
	background-color: #3296c8;
	color: #FFFFFF;
	font-size: 85%;
}
#header h1 {
	float: left;
	width: 320px;
}
#header h1 a {
	display: block;
	width: 320px;
	height: 80px;
	background: url(../img/temp/logo.jpg) no-repeat;
	text-indent: -9999px;
}
#header h2.lead {
	float: right;
	width: 421px;
	height: 80px;
	background: url(../img/temp/header_lead.jpg) no-repeat;
	text-indent: -9999px;
}

#header ul.gnavi {
	background: url(../img/temp/gnavi_bg.jpg) left top no-repeat;
}
#header ul.gnavi li {	float: right;}
#header ul.gnavi li.n01 {	width: 118px;}
#header ul.gnavi li.n02 {	width: 72px;}
#header ul.gnavi li.n03 {	width: 124px;}
#header ul.gnavi li.n04 {	width: 108px;}
#header ul.gnavi li.n05 {	width: 108px;}
#header ul.gnavi li.n06 {	width: 73px;}
#header ul.gnavi li.n07 {	width: 99px;}

#header ul.gnavi li a {
	display: block;
	height: 30px;
	text-indent: -9999px;
}
#header ul.gnavi li.n01 a {	background: url(../img/temp/gnavi01.jpg) 0 0 no-repeat;}
#header ul.gnavi li.n02 a {	background: url(../img/temp/gnavi02.jpg) 0 0 no-repeat;}
#header ul.gnavi li.n03 a {	background: url(../img/temp/gnavi03.jpg) 0 0 no-repeat;}
#header ul.gnavi li.n04 a {	background: url(../img/temp/gnavi04.jpg) 0 0 no-repeat;}
#header ul.gnavi li.n05 a {	background: url(../img/temp/gnavi05.jpg) 0 0 no-repeat;}
#header ul.gnavi li.n06 a {	background: url(../img/temp/gnavi06.jpg) 0 0 no-repeat;}
#header ul.gnavi li.n07 a {	background: url(../img/temp/gnavi07.jpg) 0 0 no-repeat;}
#header ul.gnavi li a:hover {	background-position: 0 -30px;}

#location {
	margin-top: -2em;
	padding: 8px 0 0 15px;
	font-size: 90%;
}
#location a {	color: #3296c8;}
#location a:hover {	color: #FF9900;}

#search {
	position: relative;
	left: 610px;
	width: 240px;
	height: 2em;
	z-index: 100;
}
#search div {
	position: absolute;
	top: 8px;
	right: 0;
}
#search input#q {	width: 170px;}

/*-----snavi-----*/
#snavi {
	float: left;
	width: 201px;
	padding: 8px 0 15px 15px;
}

#snavi .menu {
	margin-bottom: 10px;
	padding-bottom: 14px;
	background: url(../img/temp/snavi_bg02.jpg) left bottom no-repeat;
}
#snavi .menu h4, #snavi .menu h5 {
	padding: 0 0 0 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}
#snavi .menu h6 {
	padding-left: 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}

#snavi .menu ul.kaigyo,
#snavi .menu ul.kojin,
#snavi .menu ul.hoken {
	padding: 0 13px 5px 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}
#snavi .menu ul.kaigyo li,
#snavi .menu ul.kojin li,
#snavi .menu ul.hoken li {
	width: 176px;
	padding: 0;
	background-color: #dcebf5;
	list-style-position: outside;
	font-size: 120%;
	line-height: 1.4;
}
#snavi .menu ul.kaigyo li.n04,
#snavi .menu ul.kojin li.n02,
#snavi .menu ul.hoken li.n03 {	padding-bottom: 3px;}

#snavi .menu ul.kaigyo li a,
#snavi .menu ul.kojin li a,
#snavi .menu ul.hoken li a {
	display: block;
	width: 136px;
	padding: 0 10px 0 30px;
	background: url(../img/temp/ico02.gif) 20px 0.5em no-repeat;
	font-weight: normal;
	font-size: 92%;
	color: #323232;
}
#snavi .menu ul.kaigyo li a:hover,
#snavi .menu ul.kojin li a:hover,
#snavi .menu ul.hoken li a:hover {	background: #ebf5fa url(../img/temp/ico01.gif) 20px 0.5em no-repeat;	color: #3296c8;}


#snavi .menu ol {
	padding: 0 13px 5px 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}
#snavi .menu ol li {
	padding: 1px 0 2px 10px;
	background-color: #dcebf5;
	color: #3296c8;
	font-weight: bold;
	font-size: 120%;
}
#snavi .menu ol li.end {	padding-bottom: 10px;}
#snavi .menu ol li a {
	display: inline-block;
	width: 145px;
	color: #3296c8;
}
#snavi .menu ol li a:hover {	color: #ff9900;/*	background-color: #ebf5fa;*/}

#snavi .menu ol li ul {
	margin-left: -10px;
}
#snavi .menu ol li ul li {
	width: 176px;
	padding: 0;
	list-style-position: outside;
	font-size: 100%;
	line-height: 1.4;
}
#snavi .menu ol li ul li a {
	display: block;
	width: 136px;
	padding: 0 10px 0 30px;
	background: url(../img/temp/ico02.gif) 20px 0.5em no-repeat;
	font-weight: normal;
	font-size: 92%;
	color: #323232;
}
#snavi .menu ol li ul li a:hover {	background: #ebf5fa url(../img/temp/ico01.gif) 20px 0.5em no-repeat;	color: #3296c8;}


#snavi .column {
	padding-bottom: 14px;
	background: url(../img/temp/snavi_bg02.jpg) left bottom no-repeat;
}
#snavi .column h4 {
	padding: 0 0 0 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}
#snavi .column h4 a {
	display: block;
	width: 176px;
	height: 24px;
	text-indent: -9999px;
}
#snavi .column h4.kaigyou a {	background: url(../img/temp/column_ttl01.jpg) 0 0 no-repeat;}
#snavi .column h4.hoken a {	background: url(../img/temp/column_ttl02.jpg) 0 0 no-repeat;}
#snavi .column h4 a:hover {	background-position: 0 -24px;}

#snavi .column ul {
	padding: 0 13px 0 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}
#snavi .column ul li {
	padding: 3px 12px;
	background-color: #ffffff;
zoom: 1;
}
#snavi .column ul li dfn {
	display: block;
	font-weight: bold;
	color: #3296c8;
	font-size: 80%;
	line-height: 1;
}
#snavi .column ul li a {
	display: block;
	padding-bottom: 3px;
	background: url(../img/temp/border01.gif) left bottom repeat-x;
	text-decoration: none;
zoom: 1;
}
#snavi .column ul li.end a {	background: none;}

#snavi .column div {
	padding: 0 0 0 12px;
	background: url(../img/temp/snavi_bg01.jpg) repeat-y;
}
#snavi .column iframe {	width: 176px;	height: 150px;}

/*-----contents-----*/
#contents {
	float: right;
	width: 589px;
	padding: 8px 15px 15px 0;
}

#contents h2.title {
	margin-bottom: 15px;
/*	padding: 5px 12px;
	border: 1px solid #3296c8;
	background: url(../img/temp/title_bg.jpg) left center repeat-x;*/
}
/*
#contents h2.title span {
	display: block;
	padding: 2px 0 0 10px;
	background: url(../img/temp/border02.gif) left top repeat-y;
	color: #3296c8;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}
*/

#contents .ttl01,
#contents .ttl02,
#contents .ttl03 {
	margin-bottom: 10px;
	padding-left: 12px;
	background: url(../img/temp/border01.gif) left bottom repeat-x;
/*font-family: Arial, Helvetica, Verdana, "qMmpSPro W3", "Hiragino Kaku Gothic Pro", Osaka, "CI", Meiryo, "lr oSVbN", sans-serif;*/
}
#contents .ttl01 {	padding-left: 6px;	background-color: #ebf5fa}
#contents .ttl03 {	background-color: #fff6ec;	background-image: none;}

#contents p.link {
	padding-top: 10px;
}

#contents .ttl01 span,
#contents .ttl02 span,
#contents .ttl03 span {
	display: block;
	padding: 2px 0 1px 15px;
	background: url(../img/temp/ico03.gif) left center no-repeat;
	color: #4ca3cf;
	font-weight: bold;
	font-size: 120%;
}
#contents .ttl03 span {
	padding: 1px 0 1px 17px;
	background: url(../img/temp/ico04.gif) left center no-repeat;
	color: #fa8c05;
	font-size: 120%;
}
#contents .ttl_pdf {
	margin-bottom: 10px;
	padding: 2px 0 2px 15px;
	background: url(../img/temp/ico06.gif) left center no-repeat;
	border-bottom: 1px solid #ff9900;
	font-weight: bold;
}

#contents .column_box {
	margin: 20px 0 0 0;
	padding: 5px 10px 8px;
	background-color: #f7f7f7;
}
#contents .column_box .column_link {}
#contents .column_box .column_link a {
	padding-left: 80px;
	text-decoration: underline;
	background: url(../img/temp/ico_column.gif) left center no-repeat;
	font-size: 120%;
	font-weight: bold;
}
#contents .column_box .column_link a:hover {	text-decoration: none;}
#contents .column_box a.more {
	display: block;
	padding: 5px 0 10px;
	background: url(../img/temp/more.gif) right bottom no-repeat;
	font-size: 90%;
	line-height: 1.3;
	text-decoration: none;
	color: #666666;
}
#contents .column_box a.more:hover {
	color: #3296c8;
	text-decoration: none;
}
#contents .column_link02 {	padding-top: 5px;}
#contents .column_link02 a {
	padding-left: 80px;
	text-decoration: underline;
	background: url(../img/temp/ico_column.gif) left center no-repeat;
}




/*-----footer-----*/
#footer {
	clear: both;
	width: 850px;
	margin: 0;
}
#footer .btm_navi {
	padding: 4px 0;
	background-color: #dcebf5;
	text-align: center;
}
#footer .btm_navi li {
	display: inline;
	padding: 0 6px;
/*	letter-spacing: 0.25em;*/
}
#footer p.copyright {
	padding: 10px 0;
	text-align: center;
	color: #3091c2;
	letter-spacing: 0.25em;
}




