@charset "UTF-8";

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background: #FFFFFF;
}
img {
	vertical-align: middle;
}
a {
	color: #003399;
	text-decoration:underline;
}
a:visited {
	color: #333333;
}
a:hover,
a:focus {
	color: #3366CC;
}
a:active {
	color: #CC3300;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#header {
	position: relative;
	padding-bottom: 0px;
	padding-left: 0px;
	background: url(../images/header.jpg) left bottom no-repeat;
}

#header_index {
	position: relative;
	padding-bottom: 0px;
}


#content {
	clear: both;
	width: 100%;
	padding-top: 16px;
}
#content #primary {
	float: left;
	width: 570px;
}
#content #secondary {
	float: right;
	width: 170px;
}

/* menu用 */
#secondary h2 { font-weight: bold; line-height: 2em; margin-bottom: 0px; border-bottom: 1px solid #99cc66; border-left: 1em solid #99cc66;  padding-left: 1em; }

#secondary h2.blue { border-bottom: 1px solid #006699; border-left: 1em solid #006699; }

#secondary h2.newitem { border-bottom: 1px solid #990000; border-left: 1em solid #990000; }


#footer {
	clear: both;
	width: 100%;
	padding-top: 50px;
}


#logo {
	width: 250px;
	height: 40px;
	padding: 5px 0;
}

/* --- sidemenu utilinavi --- */
#utilityNavigation {
	position: absolute;
	right: 0;
	top: 35px;
	width: 170px;
/*	font-size: 90%; */
	line-height: 1.2;
}
#utilityNavigation li {
	position: absolute;
	top: 0;
	width: 7.5em;
}
#utilityNavigation li#navSiteMap {
	right: 7.5em;
}
#utilityNavigation li#navInquiry {
	right: 0;
}
#utilityNavigation li a {
	padding-left: 1em;
	text-decoration: none;
}
#utilityNavigation li#navSiteMap a {
	background: url(../images/li_dot.gif) left center no-repeat;
}
#utilityNavigation li#navInquiry a {
	background: url(../images/li_dot.gif) left center no-repeat;
}

/* --- topicPath ---*/
#topicPath {
	height: 35px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #dddddd;
/*	font-size: 90%; */
	line-height: 1.2;
}
#topicPath li {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
#topicPath li.first {
}
#topicPath li.last {
	padding-right: 10px;

}

/* ---------- lead 本文 ------------------------ */
#lead p.leadSentence { line-height: 2; padding: 20px; }

#lead .column {
	clear: both;
	width: 100%;
}
#lead .column .section {
	width: 275px;
}
#lead .column #leadLeft { float: left; }
#lead .column #leadRight { float: right; }

#lead h2 { line-height: 0.5em; margin-bottom: 20px; margin-top: 0px; padding: 10px;  letter-spacing: 0.5em; background: url(../images/bg_title_g.jpg) left bottom repeat-x; color: #ffffff; }

#lead h3 { font-weight: bold; margin-top: 20px; margin-bottom: 20px; margin-left: 20px; border-left: 0.5em solid #99cc66; padding-left: 0.5em;}

/* menu用column*/
#lead .column_menu {
	clear: both;
	width: 100%; 
}
#lead .column_menu #leadLeft {
	width: 275px;
	float: left;
}
#lead .column_menu #leadRight {
	width: 275px;
	float: right;
}
#lead .column_menu #leadLeft_color {
	float: left;
	background: #eeeeee;
}
#lead .column_menu #leadRight_color {
	float: right;
	background: #eeeeee;
}
#lead .column_menu .section h2 {
	border-top: 1px solid #D9D9D9;
	border-bottom: 2px solid #F5F5F5;
	font-weight: normal;
	line-height: 1;
}
#lead .column_menu .section h2 a {
	display: block;
	width: 235px;
	padding: 10px 30px 10px 10px;
	border-bottom: 1px solid #D9D9D9;
	background: url(../images/lead_a_bg_menu.gif) left center no-repeat;
	text-decoration: none;
}
#lead .column_menu .section h2 a:active {
	background: url(../images/lead_a_bg_menu.gif) right center no-repeat;
}
/* */
#lead .column .section p {
	margin: 7px 10px 18px 10px;
	line-height: 1.5;
}

#lead p.sentence { line-height: 2; padding: 0px 0px 0px 0px ; text-indent: 1em; }

/* -------------------- 新着 -------------------- */
 
#shinchaku h2 { line-height: 0.5em; margin-bottom: 20px; margin-top: 10px; padding: 10px;  letter-spacing: 0.5em; background: url(../images/bg_title_g.jpg) left bottom repeat-x; color: #ffffff; }

#shinchaku h2.red { background: url(../images/bg_title_r.jpg) left bottom repeat-x; }

#shinchaku h3 { font-weight: bold; margin-top: 20px; margin-bottom: 10px; margin-left: 1em; border-left: 0.5em solid #99cc66; padding-left: 0.5em; }

#shinchaku  p.sentence { line-height: 1.5em; padding: 0px 0px 1em 1em ; text-indent: 0em;}
#shinchaku  p.sentence_r { line-height: 1.5em; padding: 0px 0px 1em 0em ; text-align: right; border-bottom: dotted 1px #ccc;margin-left: 1em; margin-bottom: 1em;}
#shinchaku  p.sentence_h { line-height: 1em; padding: 0px 0px 0.5em 0em ; text-indent: 1em; }

#shinchaku .ul_table { border-collapse: collapse; line-height: 1em; margin: 0em 0em 1em 1em; }
#shinchaku .ul_table th, .ul_table td { border-bottom: dotted 1px #ccc; border-top: 0px; border-left: 0px; border-right: 0px; padding: 10px; line-height: 1.2em;}

#shinchaku ul { margin-left: 2em; line-height: 1.5em; }
#shinchaku ul li { list-style-image: url(../images/li_dot.gif);  padding-bottom: 0.5em; }

#shinchaku span.newitem { color : #ff0000; font-weight: bold; }

/* -------------------- honbun -------------------- */

/* heading  ---------------------- */

#honbun h2 { line-height: 0.5em; margin-bottom: 20px; margin-top: 0px; padding: 10px;  letter-spacing: 0.5em; background: url(../images/bg_title_g.jpg) left bottom repeat-x; color: #ffffff; }

#honbun h4 { line-height: 0.5em; margin-bottom: 20px; margin-top: 0px; padding: 10px;  letter-spacing: 0em; background: url(../images/bg_title_g.jpg) left bottom repeat-x; color: #ffffff; }

#honbun h3 { font-weight: bold; margin-top: 20px; margin-bottom: 20px; margin-left: 20px; border-left: 0.5em solid #99cc66; padding-left: 0.5em;}

#honbun h2.shinryo { background: url(../images/bg_title_b.jpg) left bottom repeat-x; color: #ffffff; }
#honbun h2.boshu { background: url(../images/bg_title_r.jpg) left bottom repeat-x; color: #ffffff; }
#honbun h2.raiin { background: url(../images/bg_title_o.jpg) left bottom repeat-x; color: #ffffff; }

#honbun h3.shinryo { border-left: 0.5em solid #6699cc; }
#honbun h3.boshu { border-left: 0.5em solid #cc0000; }
#honbun h3.raiin { border-left: 0.5em solid #cc6600; }

/* heading  ---------------------- */

/*
#honbun img { vertical-align: middle;}
*/

#honbun p.sasie { margin: 0px 0px 20px 20px; width: 180px; float: right; }


#honbun p.leadSentence { line-height: 2em; padding: 20px; }

#honbun p.leadSentence_g { background: url(../images/bg_g_800.gif) left top repeat-x; line-height: 2em; padding: 20px; }

#honbun p.leadSentence_m { font-weight: bold; line-height: 2; text-indent: 1em; margin-bottom: 20px; padding: 10px; border-bottom: 1px solid #32cd32; border-left: 1em solid #32cd32; }

#honbun p.Sentence { line-height: 2; text-indent: 1em; margin-top: 20px; margin-bottom: 20px; margin-left: 20px; }

/* ul */
#honbun ul { margin-left: 1em; line-height: 1.5em; }
#honbun ul li { list-style-image: url(../images/li_dot.gif);  padding-bottom: 1em; margin-left: 3em;}
#honbun ul ul { padding-bottom: 1em;  margin-left: 1em; }
#honbun ul ul li { list-style-image: url(../images/li_dot_s.gif);  padding-bottom: 1em; margin-left: 1em;}

/* ol */
#honbun ol { margin-left: 4em;  line-height: 1.5em; }
#honbun ol li { list-style-type: decimal;  padding-bottom: 1em; }

#honbun p.Sentence_right { line-height: 2; text-align: right; margin: 20px; padding-bottom: 20px; border-bottom: 1px dotted #32cd32; }

#honbun p.Sentence_noindent { line-height: 2; margin-top: 20px; margin-bottom: 20px; margin-left: 20px; }

#honbun p.Sentence_hilight { line-height: 2; background-color: #fffacd; text-indent: 1em; margin: 20px; padding-top: 1em; padding-bottom: 1em; }

#honbun p.Sentence_add { line-height: 2; background-color: #f0f0f0; margin: 10px 20px 10px 40px; padding: 1em; }

#honbun p.Sentence_add2 { line-height: 2; background-color: #ffffcc; margin: 20px 0px 20px 20px; padding: 1em 2em 1em 2em; }

#honbun p.Sentence_info { line-height: 1.5em; background-color: #ffffff; margin:0px 0px 20px 20px; padding:  1em 2em 1em 2em; border: dotted 1px #999999;}

#honbun .column {
	clear: both;
	width: 100%;
}
#honbun .column .section {
	width: 275px;
}

/*--- table ---*/

#honbun .simple_table { border-collapse: collapse; line-height: 1.5em; margin: 0em 0em 2em 2em;}
#honbun .simple_table th, .simple_table td { border: solid 1px #666666; padding: 10px; }
#honbun .simple_table_s { border-collapse: collapse; line-height: 1.5em; margin: 0em 0em 2em 0em;}
#honbun .simple_table_s th, .simple_table_s td { border: solid 1px #666666; padding: 10px; }

#shinchaku .simple_table { border-collapse: collapse; line-height: 1.5em; margin: 0em 0em 2em 2em;}
#shinchaku .simple_table th, .simple_table td { border: solid 1px #666666; padding: 10px; }
#shinchaku .simple_table_s { border-collapse: collapse; line-height: 1.5em; margin: 0em 0em 2em 0em;}
#shinchaku .simple_table_s th, .simple_table_s td { border: solid 1px #666666; padding: 10px; }

#honbun .simple_table_sinryo { border-collapse: collapse; line-height: 1em; margin: 0em 0em 0em 0em; text-align: center;}
#honbun .simple_table_sinryo th, .simple_table_sinryo td { border: solid 1px #666666; padding: 0.5em; }

#honbun .No_left { border-top: solid 1px #ccc; border-bottom: solid 1px #666666; border-right: solid 1px #666666; border-left: 0px; padding: 10px; }
#honbun .No_right { border-top: solid 1px #ccc; border-bottom: solid 1px #666666; border-left: solid 1px #666666; border-right: 0px; padding: 10px; }

#honbun .ul_table { border-collapse: collapse; line-height: 1em; margin: 0em 0em 2em 2em; }
#honbun .ul_table th, .ul_table td { border-bottom: dotted 1px #666666; border-top: 0px; border-left: 0px; border-right: 0px; padding: 10px; }


/* --- localNavi --- */
#localNavigation ul {
	background: #F5F5F5;
	line-height: 1.2;
}
#localNavigation ul li {
	padding-bottom: 2px;
	background: url(../images/ln_li_bg.gif) bottom left repeat-x;
}
#localNavigation ul li a {
	display: block;
	width: 142px;
	padding: 8px 10px 8px 18px;
	background: url(../images/li_dot_s.gif) 9px 13px no-repeat;
	text-decoration: none;
}
#localNavigation ul li a:hover {
	background: #ffffff url(../images/li_dot_s.gif) 11px 13px no-repeat;
}
#localNavigation ul li a:focus {
	background: #ffffff url(../images/li_dot_s.gif) 11px 13px no-repeat;
}
#localNavigation ul li ul {
	margin-left: 20px;
/*	font-size: 90%; */
}
#localNavigation ul li ul li {
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #E5E5E5;
}
#localNavigation ul li ul li a {
	width: 126px;
	padding: 6px 10px 6px 14px;
	background: url(../images/li_dot_s.gif) 6px 11px no-repeat;
}
#localNavigation ul li ul li a:hover {
	background: #ffffff url(../images/li_dot_s.gif) 7px 11px no-repeat;
}

#localNavigation ul li ul li a:focus {
	background: #E6E6E6 url(../images/li_dot_s.gif) 7px 11px no-repeat;
}

/* --- footer --- */
#footerNavigation {
	padding-left: 10px;
	border-top: 1px solid #E5E5E5;
/*	font-size: 90%; */
	line-height: 1.2;
}
#footerNavigation li {
	float: left;
	margin-right: 10px;
	padding: 8px 0;
}
#footerNavigation li a {
	display: block;
	padding-left: 12px;
	background: url(../images/li_dot.gif) left center no-repeat;
	text-decoration: none;
}
#copyright {
	clear: both;
	width: 726px;
	padding: 10px 20px;
background: url(../images/bg_title_g.jpg) left bottom repeat-x;
	font-size: 90%;
	line-height: 1;
	text-align: center;
}