@charset "euc-jp";

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #333;
	font-size: 75%;
}

/* フォントサイズの指定
10px	font-size: 0.85em;
11px	font-size: 0.925em;
12px	
13px	font-size: 1.1em;
14px	font-size: 1.2em;
15px	font-size: 1.275em;
16px	font-size: 1.35em;
17px	font-size: 1.45em;
18px	font-size: 1.525em;
19px	font-size: 1.6em;
20px	font-size: 1.7em;
22px	font-size: 1.85em;
24px	font-size: 2em;
26px	font-size: 2.2em;
28px	font-size: 2.35em;
30px	font-size: 2.52em;
32px	font-size: 2.7em;
*/


/* Reset
---------------------------------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, option {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img, abbr {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th ,cite ,optgroup {
	font-style: normal; 
	font-weight: normal;
}


/* Anchors
---------------------------------------- */
a {
}

a:link {
	color: #5ebb00;
}

#contents2 a:link {
	color: #f60;
}

a:visited {
}

#contents2 a:visited {
	color: #f60;
}

a:hover,
a:active {
	color: #f17e00;
	text-decoration: none;
}


/* header
---------------------------------------- */
#headerArea {
	background: url(../img/header_bg.jpg) no-repeat;
}

#header {
	width: 960px;
	height: 12px;
	margin: 0 auto;
	padding: 8px 0 10px;
}

#header h1 {
	background: url(../img/h1.gif) no-repeat;
	float: left;
	font-size: 0.85em;
}

#header ul#headerLink {
	float: right;
}

#header ul#headerLink li {
	display: inline;
	margin-left: 8px;
}


/* navi
---------------------------------------- */
#naviArea {
	width: 960px;
	margin: 0 auto;
}

#naviArea .kgaLogo {
	background: url(../img/bg_logoarea.gif) no-repeat;
	height: 41px;
	padding: 16px 0 50px 4px;
}

#gnavi {
	width: 960px;
	height: 48px;
}

#gnavi li {
	float: left;
}


/* contents
---------------------------------------- */
#contents {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 25px 0;
	background: url(../img/contents_bg.gif) right bottom no-repeat;
}

/* contents2
---------------------------------------- */
#contents2 {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 25px 0;
	background: url(../img/contents_bg2.gif) left bottom no-repeat;
}

#contents2 .topicPath {
	width: 960px;
	margin-bottom: 10px;
}

/* contents2 main
---------------------------------------- */
#contents2 #main {
	width: 730px;
	float: right;
}

#contents2 #main .lv1 {
	background: url(../img/ttl_lv1_bg_01.gif) repeat-x;
	padding: 5px 0 20px 0;
}

#contents2 #main .lv1 span {
	display: block;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: url(../img/ttl_lv1_bg_02.gif) left bottom repeat-x;
	padding: 8px;
	font-size: 1.35em;
	font-weight: bold;
}

#contents2 #main .lv2 {
	width: 730px;
	font-size: 1.35em;
	font-weight: bold;
	background: url(../img/ttl_lv2_bg.gif) left bottom no-repeat;
	margin: 0 0 5px;
	padding: 5px 5px 10px 3px;
}

#contents2 #main .lv3 {
	background: url(../img/ttl_lv3_bg.gif) left bottom no-repeat;
	margin: 0 0 10px;
	padding: 0 0 8px 3px;
	color: #5ebb00;
	font-weight: bold;
	font-size: 1.2em;
}

#contents2 #main .lv4 {
	margin: 0 0 8px;
	color: #5ebb00;
	font-weight: bold;
	font-size: 1.2em;
}

#contents2 #main .section {
	width: 730px;
	padding-bottom: 10px;
}

#contents2 #main .pagetop {
	text-align: right;
	background: url(../img/border_dot.gif) left bottom repeat-x;
	margin: 0 0 25px;
	padding: 15px 0 5px 0;
	clear: both;
}

#contents2 #main .photo {
	width: 150px;
	height: 150px;
	background: url(../img/photo_bg.gif);
	margin-bottom: 3px;
	padding: 6px;
}

#contents2 #main .acrobatBn {
}

#contents2 #main .acrobatBn .banner {
	width: 88px;
	float: left;
}

#contents2 #main .acrobatBn p {
	margin-left: 100px;
	font-size: 0.85em;
}


/* contents2 side
---------------------------------------- */
#contents2 #side {
	width: 200px;
	float: left;
	padding-bottom: 50px;
}

#contents2 #side .snavi1,
#contents2 #side .snavi2 {
	width: 190px;
	padding: 5px 5px 1px 5px;
	font-size: 1.1em;
}

#contents2 #side .snavi1 {
	background: url(../img/snavi_bg_01.gif);
	margin-bottom: 35px;
}

#contents2 #side .snavi2 {
	background: url(../img/snavi_bg_02.gif);
}


#contents2 #side p.title {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#contents2 #side ul {
	width: 188px;
	border-top: 1px solid #fff;
	background-color: #fff;
	padding: 0 1px 1px;
	overflow: hidden;
	margin-bottom: 5px;
}

#contents2 #side ul li {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}

#contents2 #side ul li.current {
	font-weight: bold;
}

#contents2 #side ul li a {
	width: 158px;
	display: block;
	padding: 8px 5px 8px 25px;
	text-decoration: none;
	color: #333;
}

#contents2 #side .snavi1 ul li a {
	background: #fff url(../img/snavi_listmark_01.gif) 8px 0.9em no-repeat;
}

#contents2 #side .snavi1 ul li a:hover,
#contents2 #side .snavi1 ul li.current a {
	background: #d0ebb5 url(../img/snavi_listmark_01_o.gif) 8px 0.9em no-repeat;
}

#contents2 #side .snavi2 ul li a {
	background: #fff url(../img/snavi_listmark_02.gif) 8px 0.9em no-repeat;
}

#contents2 #side .snavi2 ul li a:hover {
	background: #e1e1e1 url(../img/snavi_listmark_02_o.gif) 8px 0.9em no-repeat;
}

#contents2 #side ul li.current ul {
	margin: 0;
	padding: 0;
}

#contents2 #side ul li.current ul li {
	margin: 0;
	padding: 0;
}

#contents2 #side ul li.current ul li a {
	width: 143px;
	display: block;
	padding: 8px 5px 8px 40px;
	background: #fff url(../img/snavi_listmark_03.gif) 26px 1em no-repeat !important;
}

#contents2 #side ul li.current ul li a:hover {
	background: #d0ebb5 url(../img/snavi_listmark_03_o.gif) 26px 1em no-repeat !important;
}



/* contents2 contact
---------------------------------------- */
#contents2 #main .contact {
	width: 611px;
	height: 87px;
	margin: 0 auto;
	padding: 13px 0 0 113px;
	background: url(../img/contact_bg_l.gif) no-repeat;
	position: relative;
}

#contents2 #main .contact img {
	vertical-align: top;
}

#contents2 #main .contact .contactTel {
	width: 318px;
	margin-right: 23px;
	float: left;
	margin-bottom: 10px;
}

#contents2 #main .contact .contactForm {
	width: 186px;
	float: left;
}

#contents2 #main .contact h3 {
	margin-bottom: 5px;
}

#contents2 #main .contact .contactForm p {
	background: url(../../img/img_contact_04.gif) no-repeat;
	padding: 12px 0 0 47px;
}

#contents2 #main .contact address {
	clear: both;
	height: 13px;
}

#contents2 #main .contact  p.map {
	width: 100px;
	font-weight: bold;
	position: absolute;
	left: 530px;
	top: 69px;
}


/* footer
---------------------------------------- */
#footerArea {
	width: 960px;
	margin: 0 auto;
	background-color: #5ebb00;
	padding: 10px 0;
}

#footer {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

* html #footer {
	overflow: visible;
}

*:first-child+html #footer {
}

#footer .footerLink {
	width: 800px;
	float: left;
	display: inline;
	margin-left: 15px;
}

* html #footer .footerLink {
	overflow: hidden;
}

#footer ul {
	width: 820px;
	margin-left: -16px;
	margin-bottom: 3px;
}


#footer ul li {
	float: left;
	border-left: 1px solid #fff;
	margin-right: 15px;
	padding-left: 15px;
	font-size: 0.85em;
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer p.pagetop {
	width: 116px;
	margin-right: 15px;
	float: right;
}

#footer p.copyright {
	padding: 20px 0 10px;
	clear: both;
	margin-left: 15px;
}









/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
