@charset "utf-8";

/* RESET
-------------------------------------------------- */
* {
	padding:0px;
	margin:0px;
	}

body {
	background-color: #dadada;
	padding:20px 0px 20px 0px;
	margin:0px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	font-size:12px;
	color:#333333;
	}

#wrapper {
	width:980px;
	height:auto;
	padding:0px 40px 0px 40px;
	margin:0px auto 0px auto;
	}





/* TAG
-------------------------------------------------- */
a {
	color:#2fa694;
	text-decoration:underline;
	}

img {
	border:none;
	}

ul {
	padding:0px 15px 10px 20px;
	margin:0px;
	}
ul li {
	list-style:none;
	background-image:url(images/icon_ball.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
	line-height:130%;
	}
ul li ul {
	padding:5px 15px 5px 10px;
	margin:0px;
	}
ul li ul li {
	list-style:none;
	background-image:url(images/icon_ball.gif);
	background-position:left 6px;
	background-repeat:no-repeat;
	padding:5px 0px 0px 20px;
	line-height:130%;
	}

ol {
	padding:0px 15px 10px 40px;
	margin:0px;
	}
ol li {
	background-image:none;
	list-style-position:outside;
	padding:0px 0px 5px 5px;
	line-height:130%;
	}

dl {
	padding:0px 15px 0px 20px;
	margin:0px 0px 15px 0px;
	clear:both;
	}
dt {
	background-image:url(images/icon_ball.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	padding:0px 20px 3px 30px;
	line-height:130%;
	font-weight:bold;
	/*float:left;*/
	}
dd {
	padding:0px 0px 0px 30px;
	margin:0px;
	line-height:130%;
	/*float:left;*/
	}
.clear_dd {
	clear:both;
	float:none;
	}




/* CLASS
-------------------------------------------------- */
.clear {
	clear:both;
	}

.none {
	display:none;
	}
.none_b {
	border:none;
	}

.align_center {
	text-align:center;
	}
.align_left {
	text-align:left;
	}
.align_right {
	text-align:right;
	}
.align_justify {
	text-align:justify;
	}

.float_left {
	float:left;
	}
.float_right {
	float:right;
	}
.float_none {
	float:none;
	}

.font_11 {
	font-size:11px;
	}
.font_10 {
	font-size:10px;
	}
.font_black {
	color:#333333;
	}
.font_green {
	color:#2fa694;
	}
.font_blue {
	color:#2f6fa6;
	}

.border_solid {
	border:solid 1px #b5b5b5;
	}
.border_solid_p1 {
	border:solid 1px #b5b5b5;
	padding:1px 1px 1px 1px;
	background-color:#ffffff;
	}

.hr {
	background-image:url(images/line.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px;
	margin:0px 0px 5px 0px;
	width:auto;
	height:3px;
	clear:both;
	}





/* HEADER
-------------------------------------------------- */
#header {
	width:932px;
	height:100px;
	background-image:url(images/header_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 13px 0px 35px;
	position:relative;
	z-index:2000;
	}

h1 {
	display:block;
	width:320px;
	height:70px;
	padding:27px 0px 0px 0px;
	margin:0px;
	float:left;
	}

#h_right {
	width:500px;
	height:auto;
	float:right;
	padding:5px 13px 0px 0px;
	}

#h_subnavi {
	float:right;
	line-height:180%;
	padding:0px 15px 0px 0px;
	margin:0px;
	}
#h_subnavi a {
	color:#787878;
	text-decoration:none;
	}

.language {
	border:solid 1px #b5b5b5;
	float:right;
	padding:0px;
	margin:0px 0px 0px 15px;
	}



/* --------------- MENU --------------- */
#menu_box {
	width:auto;
	height:60px;
	background-image:url(images/menu_bg_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 25px;
	margin:0px;
	float:right;
	}

#menu {
	width:auto;
	height:60px;
	background-image:url(images/menu_bg_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0px 20px 0px 0px;
	margin:0px;
	}
#menu li {
	width:auto;
	height:54px;
	background-image:url(images/menu_bg_center.jpg);
	background-position:right top;
	background-repeat:repeat-x;
	padding:6px 0px 0px 0px;
	margin:0px;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	color:#f4f4f4;
	line-height:130%;
	}
*html #menu li { /* IE6 ハック */
	width:78px;
	height:55px;
	background-image:url(images/menu_bg_center.jpg);
	background-position:right top;
	background-repeat:repeat-x;
	padding:5px 0px 0px 0px;
	margin:0px;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	color:#f4f4f4;
	line-height:130%;
	text-align:center;
	}
#menu li a {
	color:#f4f4f4;
	text-decoration:none;
	display:block;
	width:auto;
	height:31px;
	padding:14px 10px 0px 10px;
	}
*html #menu li a { /* IE6 ハック */
	color:#f4f4f4;
	text-decoration:none;
	display:block;
	width:auto;
	height:31px;
	padding:15px 0px 0px 0px;
	text-align:center;
	}
#menu li a:hover {
	color:#06d0b1;
	}







/* CONTAINER
-------------------------------------------------- */
#container {
	width:960px;
	height:auto;
	background-image:url(images/content_bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px 10px 20px 10px;
	margin:0px;
	}

#content {
	width:940px;
	height:auto;
	padding:0px 10px 0px 10px;
	margin:0px;
	}

#eyecatch {
	background-image:url(images/eyecatch.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:936px;
	height:324px;
	padding:0px;
	margin:0px 0px 20px 1px;
	border:solid 1px #b5b5b5;
	}
/* 
#catchcopy {
	padding:20px 0px 20px 50px;
	margin:0px;
	float:left;
	}
#keyword {
	width:auto;
	height:auto;
	padding:5px 0px 0px 0px;
	margin:0px 10px 15px 0px;
	float:right;
	}
#keyword p {
	padding:0px 30px 0px 0px;
	margin:0px;
	float:left;
	line-height:150%;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
*/

/* --------------- CONTENT LEFT --------------- */
#content_left {
	width:710px;
	height:auto;
	float:left;
	padding:15px 0px 0px 0px;
	}
/* ---------- NEWS -------------------- */
h2#caption_news {
	background-image:url(images/title_news.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:680px;
	height:27px;
	padding:13px 30px 0px 0px;
	margin:0px 0px 15px 0px;
	font-size:12px;
	font-weight:normal;
	color:#fefefe;
	text-align:right;
	clear:both;
	}
h2#caption_news a {
	color:#f4f4f4;
	text-decoration:none;
	}
h2#caption_news a:hover {
	color:#06d0b1;
	}

#news_box {
	background-color:#eeeeee;
	border:solid 1px #b5b5b5;
	width:auto;
	height:auto;
	padding:20px 10px 10px 10px;
	margin:0px 35px 15px 25px;
	}

#news_box dl {
	padding:0px 5px 0px 10px;
	margin:0px 0px 15px 0px;
	clear:both;
	}
#news_box dt {
	background-image:url(images/icon_ball.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	width:90px;
	height:auto;
	padding:0px 0px 0px 25px;
	line-height:130%;
	font-weight:bold;
	float:left;
	}
#news_box dd {
	width:495px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px;
	line-height:130%;
	float:left;
	}
#news_box .clear_dd {
	clear:both;
	float:none;
	}

/* ---------- LAB -------------------- */
h2#caption_lab {
	background-image:url(images/title_lab.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:680px;
	height:27px;
	padding:13px 30px 0px 0px;
	margin:0px 0px 15px 0px;
	font-size:12px;
	font-weight:normal;
	color:#fefefe;
	text-align:right;
	clear:both;
	}

.lab_box,
.lab_box_one {
	width:auto;
	height:auto;
	padding:0px 0px 20px 10px;
	margin:0px 0px 15px 15px;
	}

.lab_box table {
	padding:0px 0px 0px 0px;
	margin:0px;
	width:340px;
	height:auto;
	border:none;
	float:left;
	}
.lab_box_one table {
	padding:0px 0px 0px 0px;
	margin:0px;
	width:680px;
	height:auto;
	border:none;
	float:left;
	}
.lab_box td,
.lab_box_one td{
	padding:0px 0px 0px 0px;
	margin:0px;
	}

.lab_box p,
.lab_box_one p{
	padding:5px 0px 5px 0px;
	margin:0px;
	line-height:120%;
	color:#8f8f8f;
	}

.lab_box a,
.lab_box_one a{
	text-decoration:none;
	}

.border_solid_lab {
	border:solid 1px #b5b5b5;
	padding:2px;
	background-color:#ffffff;
	}




/* --------------- CONTENT RIGHT --------------- */
#content_right {
	width:220px;
	height:auto;
	float:right;
	padding:15px 0px 0px 0px;
	}

p.banner {
	padding:15px 0px 0px 12px;
	margin:0px;
	text-align:center;
	}

#contact_box {
	background-color:#eeeeee;
	border:solid 1px #b5b5b5;
	width:auto;
	height:auto;
	padding:15px 15px 5px 15px;
	margin:50px 5px 15px 15px;
	}
#contact_box p {
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:140%;
	}
/*
#banner_enter {
	padding:15px 0px 0px 0px;
	margin:0px;
	text-align:center;
	}
#banner_enter img {
	border:solid 1px #b5b5b5;
	padding:3px;
	background-color:#ffffff;
	}
*/




/* FOOTER
-------------------------------------------------- */
#footer {
	width:895px;
	height:45px;
	background-image:url(images/footer_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 40px 0px 45px;
	}

#copyright {
	color:#a9a9a9;
	line-height:130%;
	padding:0px 0px 0px 0px;
	float:right;
	text-align:right;
	}
/*
.f_contact {
	width:auto;
	height:auto;
	background-color:#f0f0f0;
	border:solid 1px #b4b4b4;
	float:right;
	padding:5px 10px 5px 10px;
	margin:0px 0px 0px 20px;
	}
.f_contact p {
	line-height:150%;
	padding:0px;
	margin:0px;
	}
*/










/* SUB PAGE
-------------------------------------------------- */
/* TAG
-------------------------------------------------- */
.sub h2 {
	background-image:url(images/line.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:5px 10px 5px 60px;
	/padding:0px 10px 5px 60px; /* IE6/7 ハック */
	margin:0px 10px 0px 10px;
	width:auto;
	height:auto;
	clear:both;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	font-size:20px;
	font-weight:bold;
	}

.sub h3 {
	background-image:url(images/h3_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	display:block;
	width:auto;
	height:30px;
	padding:10px 10px 0px 10px;
	margin:10px 0px 15px 0px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#fefefe;
	clear:both;
	}

.sub h4 {
	padding:3px 10px 2px 8px;
	margin:5px 0px 15px 0px;
	width:auto;
	height:auto;
	clear:both;
	/*font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", Osaka, sans-serif;*/
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border-left:solid 2px #32877d;
	border-bottom:solid 1px #d5d5d5;
	}

.sub #content p {
	line-height:150%;
	padding:0px 10px 0px 10px;
	margin:0px 0px 15px 0px;
	}

.sub table {
	padding:0px;
	margin:0px 0px 15px 0px;
	border:none;
	}
.sub tr {
	padding:0px;
	margin:0px;
	border:none;
	}
.sub td {
	padding:10px;
	margin:0px;
	border:none;
	font-size:12px;
	line-height:130%;
	}
.gray {
	background-color:#e3e3e3;
	}
.white {
	background-color:#fdfdfd;
	}
.ash {
	background-color:#b5b5b5;
	}




/* CONTAINER
-------------------------------------------------- */
.sub #content {
	width:760px;
	height:auto;
	padding:20px 40px 0px 40px;
	margin:0px 60px 0px 60px;
	/*background-color:#fefefe;*/
	}



/* BREADCRUMB LIST
-------------------------------------------------- */
div.breadcrumb_list {
	float:left;
	padding:10px 0px 0px 70px;
	margin:0px 0px 0px 0px;
	}

div.breadcrumb_list ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
div.breadcrumb_list ul li {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:130%;
	list-style:none;
	/*background-image:url(images/icon_ball.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
	background-image:none;
	}

div.breadcrumb_list a {
	text-decoration:none;
	}



/* NEWS
-------------------------------------------------- */
.sub #news_box {
	background-color:#eeeeee;
	border:solid 1px #b5b5b5;
	width:auto;
	height:auto;
	padding:20px 10px 10px 10px;
	margin:0px 35px 15px 25px;
	}

.sub #news_box dl {
	padding:0px 5px 0px 10px;
	margin:0px 0px 15px 0px;
	clear:both;
	}
.sub #news_box dt {
	background-image:url(images/icon_ball.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	width:90px;
	height:auto;
	padding:0px 0px 0px 25px;
	line-height:130%;
	font-weight:bold;
	float:left;
	}
.sub #news_box dd {
	width:535px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px;
	line-height:130%;
	float:left;
	}
.sub #news_box .clear_dd {
	clear:both;
	float:none;
	}










/* SLIDESHOW
-------------------------------------------------- */
/*
#Slideshow {
	width:940px;
    height: 359px;
    overflow: hidden;
	padding:0px 10px 0px 10px;
	margin:0px;
	}
#SlideTop,
#SlideRepeat,
#SlideBottom,
.slidePrev,
.slideNext,
#slidePager {
    position: relative;
    z-index: 29;
	}
#SlideTop {
    background: url("images/pageBg-slideTop.png") no-repeat scroll 0 0 transparent;
	width:940px;
    height: 4px;
    overflow: hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
	}
#SlideRepeat {
	width:940px;
    height: 300px;
    overflow: hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
	}
#SlideBottom {
    background: url("images/pageBg-slideBottom.png") no-repeat scroll 0 0 transparent;
	width:940px;
    height: 55px;
    overflow: hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
	}
#Slides {
    background: none repeat scroll 0 0 #F4F5F6;
	width:940px;
    height: 342px;
	padding:0px;
	margin:-359px 0px 18px 0px;
    overflow: hidden;
	}
a.slidePrev,
a.slideNext {
    display: block;
    height: 64px;
    top: -235px;
    width: 51px;
    z-index: 30;
	}
a.slidePrev {
    background: url("images/slide-previous.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin: 0px 0px 0px -15px;
	}
a.slideNext {
    background: url("images/slide-next.png") no-repeat scroll 0 0 transparent;
    float: right;
    margin: 0px -15px 0px 0px;
	}
a.slidePrev:hover,
a.slideNext:hover {
    background-position: 0 -64px;
	}
#slidePager {
    float: right;
    margin: 0 -20px 0 0;
    top: -348px;
	}
#slidePager a,
#slidePager a:visited {
    background: url("images/slide-pager.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 15px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1234px;
    width: 16px;
	}
#slidePager a:hover {
    background-position: -16px 0;
	}
#slidePager a.activeSlide {
    background-position: -32px 0;
	}
*/