@charset "UTF-8";
/*
 * 1. default	基本設定
 * 2. body		本体
 * 3. wrapper	ラッパー
 * 4. header	ヘッダー
 * 5. content	コンテンツ
 * 6. footer	フッター
 */

/***********************************************************************************/
/* default */
* {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style: none;
}
img {
	border: 0;
}
html {
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #7bac11;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both!important;
	height: 0px!important;
	font-size: 0px!important;
	line-height: 0px!important;
}
.both {
	clear: both!important;
}
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/***********************************************************************************/
/* body */
body {
	width: 100%;
	color: #000;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-align: center;
	cursor: default;
}
/***********************************************************************************/
/* container */
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	
}
/***********************************************************************************/
/* header */
#header {
	left: 0;
	top: 0;
	height: 130px;
	padding: 0 0 0 0;
	z-index: 99999;
background: #fff url(../images/header_2009/bg.jpg) repeat-x left bottom; */
}
#header .inner {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
#header #fb_con{ position:relative;}
#header #fb{ position:absolute;
			height:80px;
			 width:450px;
			 top:60px;
			 right:0px;}
#header .content h1 {
	position: relative;
	left: 120px;
	top: 24px;
	height: 56px;
	width: 216px;
	overflow: hidden;
	z-index: 99999;
	text-indent: -9999px;
	background-image: url(../images/header_2009/logo.png);
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
}
#header .content h2 {
	position: relative;
	left: 85px;
	top: 56px;
	height: 13px;
	width: 365px;
	overflow: hidden;
	z-index: 99999;
	text-indent: -9999px;
	background-image: url(../images/header_2009/text.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#header .content p#mascot {
	position: relative;
	left: 20px;
	top: -51px;
	height: 99px;
	width: 67px;
	overflow: hidden;
	z-index: 100000;
	text-indent: -9999px;
	background-image: url(../images/header_2009/mascot.png);
	background-position: right top;
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#globalNavi {
	height: 21px;
	border-top-color: #b7d200;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #b7d200;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #0aa546;
}
#globalNavi .inner {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #b7d200;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #b7d200;
	border-left-style: solid;
	border-left-width: 1px;
}
#globalNavi .content {
}
#globalNavi ul {
}
#globalNavi ul li {
	float: left;
	height: 21px;
	display: block;
}
#globalNavi ul li a {
	height: 21px;
	overflow: hidden;
	border-right-color: #b7d200;
	border-right-style: solid;
	border-right-width: 1px;
	display: block;
	text-indent: -9999px;
}
#globalNavi ul li a:hover {
	background-color: #00B95C;
}
#globalNavi ul li#home a {
	width: 66px;
	background-image: url(../images/navi/home.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi ul li#press_room a {
	width: 112px;
	background-image: url(../images/navi/press_room.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi ul li#corporate a {
	width: 106px;
	background-image: url(../images/navi/corporate.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi ul li#services a {
	width: 85px;
	background-image: url(../images/navi/services.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi ul li#map a {
	width: 55px;
	background-image: url(../images/navi/map.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi ul li#recruit a {
	width: 83px;
	background-image: url(../images/navi/recruit.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi ul li#contact a {
	width: 89px;
	background-image: url(../images/navi/contact.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
#globalNavi form#search {
	float: right;
	width: 233px;
	display: block;
}
#globalNavi form#search input#text_search {
	float: left;
	height: 21px;
	width: 150px;
	margin: 0px;
	border-top-style: none;
	border-right-color: #b7d200;
	border-right-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: none;
	border-left-color: #b7d200;
	border-left-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat;
}
#globalNavi form#search button#bt_search {
	float: right;
	height: 21px;
	width: 81px;
	overflow: hidden;
	border: none;
	display: block;
	text-indent: -9999px;
	background-color: #0aa546;
	background-image: url(../images/navi/search.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#globalNavi form#search button#bt_search:hover {
	background-color: #00B95C;
}
#globalNavi #feed a {
	position: relative;
	left: 343px;
	height: 21px;
	width: 20px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/navi/feed.gif);
	background-position: center 50%;
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#brContent {
	height: 40px;
	background-color: #f2f8ef;
}
#brContent h2 {
	height: 40px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	display: block;
	background-color: #e4f1de;
}
#brContent p {
	height: 40px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #FFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	display: block;
	text-align: right;
	background-image: url(../images/bg5.gif);
	background-position: left top;
	background-repeat: repeat;
}
#brContent p img {
	padding-top: 13px;
	padding-right: 20px;
}
/***********************************************************************************/
/* content */
#contents {
}
#contents .inner {
}
#contents .content {
}
#webPage .left h2 {
	display: block;
	padding: 3px 10px;
	background-image: url(../images/bg7.gif);
	background-position: left top;
	background-repeat: repeat;
	font-weight: bold;
}
#webPage .left p {
	padding: 20px 20px 0px 20px;
}
#webPage .left dl {
	padding: 0px 20px;
}
#webPage .left dl dt {
	display: block;
	padding: 3px 5px;
	margin: 0 0 10px 0;
	background-image: url(../images/bg7.gif);
	background-position: left top;
	background-repeat: repeat;
	font-weight: bold;
}
#webPage .left dl dd {
	padding: 3px 15px;
	margin: 0 0 10px 0;
}
#webPage .left ol {
	padding: 0px 40px;
}
#webPage .left ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 10px;
}
#webPage .left ol li h3 {
	font-weight: bold;
}
#webPage .left ul {
	padding: 0px 0px 0px 40px;
}
#webPage .left ul li {
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 5px;
}
#webPage .left ul li h3 {
	font-weight: bold;
}
#webPage .left strong {
	font-weight: bold;
}
#webPage .left a.link {
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	background-image: url(../images/bg3.gif);
	background-position: left top;
	background-repeat: repeat;
	text-decoration: none;
}
#webPage .left a.link:hover {
	background-image: url(../images/bg2.gif);
}
#webPage .left h3 {
	font-weight: bold;
}
#webPage .left .box {
	margin: 0 0 0 0;
}
#webPage .left .box table {
	margin: 5px 0 10px 0;
}
	
#webPage .left .box table img {
	margin: 0 10px 0 0;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#layout1 #contents .inner {
	/*height: 398px;*/
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #eeeeee;
	border-left-style: solid;
	border-left-width: 1px;
}
#layout1 #contents .content {
	background-image: url(../images/layout1.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
#layout1 #contents .content .left {
	float: left;
	width: 745px;
	text-align: left;
	background-position: 1px top;
	background-repeat: no-repeat;
}
#layout1 #contents .content .left .title {
	height: 69px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#layout1 #contents .content .left .title img {
	float: left;
	padding-top: 30px;
	padding-left: 15px;
}
#layout1 #contents .content .left .title span {
	float: left;
	padding-top: 30px;
	padding-left: 15px;
	font-size:167%;;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#layout1 #contents .content .left .title .dayTime {
	float: right;
	padding-top: 50px;
	padding-right: 10px;
	font-size: 85%;
	color: #ccc;
}
#layout1 #contents .content .left .title .info {
	float: right;
	padding-top: 50px;
	padding-right: 10px;
	font-size: 85%;
	color: #ccc;
}
#layout1 #contents .content .left .release:hover, #layout1 #contents .content .left .news:hover {
	background-color: #f2f8ef;
}
#layout1 #contents .content .left .release {
	clear: both;
	padding-top: 20px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#layout1 #contents .content .left .release h2 {
	padding-bottom: 10px;
	padding-left: 15px;
}
#layout1 #contents .content .left .release p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#layout1 #contents .content .left .release p a.link {
	font-weight: bold;
}
#layout1 #contents .content .left .release a.link:hover {
	color: #000;
	text-decoration: none;
	background-color: #b7d200;
}
#layout1 #contents .content .left .dayTime {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 85%;
}
#layout1 #contents .content .left .btReadMore {
	float: right;
	padding-top: 5px;
}
#layout1 #contents .content .left .news {
	clear: both;
	padding-top: 15px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#layout1 #contents .content .left .news h2 {
	padding-bottom: 10px;
	padding-left: 15px;
}
#layout1 #contents .content .left .news p {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#layout1 #contents .content .left .news a.link {
	margin-right: 15px;
	margin-left: 15px;
	font-weight: bold;
	color: #000;
}
#layout1 #contents .content .left .news a.link:hover {
	color: #000;
	text-decoration: none;
	background-color: #b7d200;
}
#layout1 #contents .content .left .pager {
	clear: both;
	height: 35px;
	margin-bottom: 19px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#layout1 #contents .content .left .pager .alpha {
	float: left;
	padding-top: 6px;
	padding-left: 8px;
}
#layout1 #contents .content .left .pager .alpha a.pre {
	height: 23px;
	width: 23px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/bt_pager.gif);
	background-position: -23px 0px;
	background-repeat: no-repeat;
}
#layout1 #contents .content .left .pager .alpha a.pre:hover {
	background-position: -23px -23px;
}
#layout1 #contents .content .left .pager .beta {
	float: right;
	padding-top: 6px;
	padding-right: 8px;
}
#layout1 #contents .content .left .pager .beta a {
	float: left;
	margin-left: 2px;
}
#layout1 #contents .content .left .pager .beta a.page {
	height: 23px;
	width: 23px;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(../images/bt_pager.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#layout1 #contents .content .left .pager .beta a.page:hover {
	background-position: 0px -23px;
}
#layout1 #contents .content .left .pager .beta a.page b {
	margin-top: 2px;
	margin-left: 1px;
	display: block;
}
#layout1 #contents .content .left .pager .beta a.active {
	background-position: 0px -23px;
}
#layout1 #contents .content .left .pager .beta a.next {
	height: 23px;
	width: 23px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/bt_pager.gif);
	background-position: -46px 0px;
	background-repeat: no-repeat;
}
#layout1 #contents .content .left .pager .beta a.next:hover {
	background-position: -46px -23px;
}
#layout1 #contents .content .left .pager span {
	width: 300px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}
#layout1 #contents .content .right {
	float: right;
	width: 199px;
	text-align: left;
	padding-top: 47px;
}
#layout1 #contents .content .right .archive {
	margin-bottom: 47px;
}
#layout1 #contents .content .right .title {
	height: 23px;
	width: 199px;
	display: block;
	background-image: url(../images/bg6.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#layout1 #contents .content .right .title h4 {
	padding-top: 3px;
	padding-left: 10px;
	font-size: 93%;
	font-weight: bold;
}
#layout1 #contents .content .right .archive .title {
	margin-bottom: 20px;
}
#layout1 #contents .content .right .archive a {
	color: #000;
}
#layout1 #contents .content .right .archive a:hover {
}
#layout1 #contents .content .right .archive ul.tree {
	margin-left: 20px;
	font-size: 93%;
}
#layout1 #contents .content .right .archive ul.list {
	margin-left: 20px;
	font-size: 93%;
}
#layout1 #contents .content .right .archive ul.tree li {
	padding-left: 11px;
	margin-bottom: 3px!important;
	background-image: url(../images/y2.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#layout1 #contents .content .right .archive ul.tree li li {
	padding: 1px 0 0 45px!important;
	margin: 0 0 0 5px!important;
	line-height: 150%;
	line-height: 130%;
	background: url(../images/tree_lst.gif) no-repeat 0 0;
	list-style: none!important;
}
#layout1 #contents .content .right .archive ul.tree li li.tree_end, ul.tree li.end, ul.tree li.tree_end {
	background: url(../images/tree_end.gif) no-repeat 0 0;
}
#layout1 #contents .content .right .popular {
	padding-bottom: 47px;
}
#layout1 #contents .content .right .popular ul {
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
}
#layout1 #contents .content .right .popular ul li {
	height: 57px;
	width: 199px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 85%;
	display: block;
	background-image: url(../images/parts1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#layout1 #contents .content .right .popular ul li:hover {
	background-image: url(../images/parts1_over.gif);
}
#layout1 #contents .content .right .popular ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #b7d200;
}
#layout1 #contents .content .right .popular ul li img {
	float: left;
	padding-left: 5px;
}
#layout1 #contents .content .right .popular ul li p {
	float: right;
	width: 125px;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 150%;
	display: block;
}
#layout1 #contents .content .right .popular ul li p a {
}
#layout1 #contents .content .right .popular ul li p a strong {
	font-weight: bold;
}
#layout1 #contents .content .left #title {
	padding-top: 50px;
	padding-bottom: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
#layout1 #contents .content .left #info {
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 93%;
	text-align: right;
}
#layout1 #contents .content .left #sentences {
	padding-right: 50px;
	padding-left: 50px;
	font-size: 93%;
}
#layout1 #contents .content .left #sentences p {
	margin-bottom: 15px;
}
#layout1 #contents .content .left #sentences strong {
	font-weight: bold;
}
#layout1 #contents .content .left #sentences a {
	color: #000;
}
#layout1 #contents .content .left #body {
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
	font-size: 93%;
}
#layout1 #contents .content .left #body p {
	margin-bottom: 15px;
}
#layout1 #contents .content .left #body strong {
	font-weight: bold;
}
#layout1 #contents .content .left #body a {
	color: #000;
}
#layout1 #contents .content .left #inquiry {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-top: 50px;
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 93%;
}
#layout1 #contents .content .left #inquiry strong {
	font-weight: bold;
}
#layout1 #contents .content .left #inquiry .alpha {
	float: left;
	width: 230px;
}
#layout1 #contents .content .left #inquiry .beta {
	float: left;
	width: 200px;
}
#layout1 #contents .content .left #inquiry .beta .pdfM a {
	height: 32px;
	padding-top: 9px;
	padding-left: 40px;
	color: #000;
	display: block;
	background-image: url(../images/icon_pdf_m.gif);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------*/
.btPressRoom a {
	height: 23px;
	width: 110px;
	overflow: hidden;
	z-index: 99999;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/bt_press_room.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.btPressRoom a:hover {
	height: 23px;
	width: 110px;
	overflow: hidden;
	z-index: 99999;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/bt_press_room.gif);
	background-position: 0px -23px;
	background-repeat: no-repeat;
}
.btReadMore a {
	height: 23px;
	width: 110px;
	overflow: hidden;
	z-index: 99999;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/bt_read_more.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.btReadMore a:hover {
	height: 23px;
	width: 110px;
	overflow: hidden;
	z-index: 99999;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/bt_read_more.gif);
	background-position: 0px -23px;
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#index #alpha {
}
#index #alpha .inner {
	/*height: 398px;*/
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #eeeeee;
	border-left-style: solid;
	border-left-width: 1px;
}
#index #alpha .content {
}
#index #alpha .content .left {
	float: left;
	height: 398px;
	width: 498px;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	background-image: url(../images/index/text1.gif);
	background-position: 1px top;
	background-repeat: no-repeat;
}
#index #alpha .content .left h3 {
	height: 120px;
	overflow: hidden;
	text-indent: -9999px;
}
#index #alpha .content .left p {
	padding-right: 9px;
	padding-left: 9px;
	font-size: 85%;
}
#index #alpha .content .left p strong {
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Helvetica;
	font-style: italic;
	font-weight: bold;
	color: #000;
	display: block;
	background-image: url(../images/bg2.gif);
}
#index #alpha .content .right {
	float: left;
	height: 398px;
	width: 446px;
	text-align: left;
}
#index #alpha .content .right ul li {
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	line-height: 0px;
	font-size: 0px;
	display: block;
}
#index #alpha .content .right ul li.last {
	border: none;
}
/*#index #alpha .content .right ul li a{
	line-height: 0px;
	font-size: 0px;
	display: block;
}
#index #alpha .content .right ul li a img {
	line-height: 0em;
	font-size: 0px;
	display: block;
	letter-spacing: 0em;
}*/
/*-----------------------------------------------------------------------------------------------------------------*/
#index #beta {
}
#index #beta .inner {
	/*height: 307px;*/
	width: 945px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #eeeeee;
	border-left-style: solid;
	border-left-width: 1px;
}
#index #beta .content {
}
#index #beta .content .left {
	float: left;
	height: 307px;
	width: 498px;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
#index #beta .content .left ul {
	margin-top: 20px;
	margin-left: 20px;
}
#index #beta .content .left ul li {
	height: 57px;
	width: 460px;
	margin-bottom: 7px;
	font-size: 85%;
	display: block;
	background-image: url(../images/parts1.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#index #beta .content .left ul li:hover {
	background-image: url(../images/parts1_over.gif);
}
#index #beta .content .left ul li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #b7d200;
}
#index #beta .content .left ul li img {
	float: left;
	padding-left: 5px;
}
#index #beta .content .left ul li p {
	float: right;
	width: 388px;
	display: block;
}
#index #beta .content .left ul li p span {
	display: block;
}
#index #beta .content .left ul li p strong {
	font-weight: bold;
}
#index #beta .content .left span.btPressRoom a {
	position: relative;
	top: 8px;
	right: -388px;
}
#index #beta .content .right {
	float: left;
	height: 307px;
	width: 446px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 85%;
	text-align: left;
}
#index #beta .content .right .box {
	float: left;
	height: 266px;
	width: 223px;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #eeeeee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#index #beta .content .right .box img {
	float: left;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 15px;
	display: block;
}
#index #beta .content .right .box .title {
	float: right;
	width: 148px;
	margin-top: 15px;
}
#index #beta .content .right .box strong {
	padding-right: 10px;
	font-weight: bold;
}
#index #beta .content .right .box h3 {
	padding-right: 10px;
	font-weight: bold;
}
#index #beta .content .right .box h3 a:hover {
	color: #000;
	text-decoration: none;
	background-color: #b7d200;
}
#index #beta .content .right .box p {
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
#index #beta .content .right .last {
	width: 222px;
	border-right-width: 0px;
}
#index #beta .content .right span.btReadMore a {
	position: relative;
	left: 41px;
	top: 243px;
}
#index #beta .content .right .last span.btReadMore a {
	left: 40px;
}
#index #beta .content .right .navi {
	padding-top: 15px;
	padding-right: 14px;
	padding-left: 14px;
}
#index #beta .content .right .navi .pre a {
	float: left;
	height: 11px;
	width: 11px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -9999px;
	background-image: url(../images/bt_pre.gif);
	background-repeat: no-repeat;
}
#index #beta .content .right .navi .next a {
	float: right;
	height: 11px;
	width: 11px;
	overflow: hidden;
	font-size: 0px;
	text-indent: -9999px;
	background-image: url(../images/bt_next.gif);
	background-repeat: no-repeat;
}
#index #beta .content .right .navi .pag {
	height: 6px;
	width: 42px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 0px;
	background-image: url(../images/bt_pag.gif);
	background-repeat: no-repeat;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#subContents {
	clear: both;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#siteInfo {
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #eaeaea;
}
#siteInfo .inner {
	height: 299px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #eeeeee;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 85%;
	color: #000;
	background-color: #e5e5e5;
	background-image: url(../images/bg4.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
#siteInfo .inner .content .left {
	float: left;
	width: 445px;
	padding-top: 12px;
	text-align: left;
}
#siteInfo .inner .content .left .box {
	padding-left: 15px;
}
#siteInfo .inner .content .left .box h4 {
	height: 18px;
	width: 87px;
	padding-left: 24px;
	display: block;
	background-image: url(../images/parts2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#siteInfo .inner .content .left .box img {
	position: static;
	float: left;
	margin-top: 9px;
	margin-left: 5px;
	display: block;
}
#siteInfo .inner .content .left .box p {
	float: left;
	width: 290px;
	margin-top: 9px;
	margin-left: 10px;
	display: block;
}
#siteInfo .inner .content .left .box p strong {
	font-weight: bold;
}
#siteInfo .inner .content .left .box ul {
	float: left;
	width: 290px;
	margin-left: 10px;
	display: block;
}
#siteInfo .inner .content .left .box ul li {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 19px;
	margin-right: 10px;
	display: inline;
}
#siteInfo .inner .content .left .box ul li.map {
	background-image: url(../images/icon_small3.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
#siteInfo .inner .content .left .box ul li.contact {
	background-image: url(../images/icon_small4.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
#siteInfo .inner .content .left .box ul li.english {
	background-image: url(../images/icon_small5.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
#siteInfo .inner .content .left .box ul li a {
	color: #000;
}
#siteInfo .inner .content .left #fukidashi {
	position: relative;
	clear: both;
	left: 1px;
	top: -8px;
	height: 59px;
	width: 400px;
	z-index: 99999;
	background-image: url(../images/fukidashi.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#siteInfo .inner .content .left #fukidashi span {
	padding-top: 18px;
	padding-left: 85px;
	display: block;
	padding-right: 5px;
}
#siteInfo .inner .content .right {
	float: left;
	width: 152px;
	padding-top: 12px;
	text-align: left;
}
#siteInfo .inner .content .right .last {
	padding-top: 30px;
}
#siteInfo .inner .content .right .box h4 {
	clear: both;
	height: 18px;
	width: 125px;
	padding-left: 24px;
	margin-bottom: 10px;
	display: block;
	background-image: url(../images/parts2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#siteInfo .inner .content .right .box ul {
	clear: both;
	width: 125px;
	display: block;
}
#siteInfo .inner .content .right .box ul {
	border-left-color: #d6d6d6;
	border-left-style: solid;
	border-left-width: 1px;
}
#siteInfo .inner .content .right .box ul.first {
	border-top-color: #d6d6d6;
	border-top-style: solid;
	border-top-width: 1px;
}
#siteInfo .inner .content .right .box ul li {
	float: left;
	height: 30px;
	width: 30px;
	border-right-color: #d6d6d6;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #d6d6d6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#siteInfo .inner .content #pr {
	float: right;
	height: 299px;
	width: 348px;
	text-align: center;
}
#siteInfo .inner .content #pr img {
	margin-top: 24px;
}
/*-----------------------------------------------------------------------------------------------------------------*/
#siteMap {
	color: #333;
	background-color: #f9f9f9;
}
#siteMap #pankuzu {
	border-top-color: #e5e5e5;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#siteMap #pankuzu .inner {
	height: 30px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #e5e5e5;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #e5e5e5;
	border-left-style: solid;
	border-left-width: 1px;
	text-align: left;
}
#siteMap #pankuzu .inner .content {
}
#siteMap #pankuzu .inner .content ul {
}
#siteMap #pankuzu .inner .content ul li {
	float: left;
	height: 30px;
	padding-top: 6px;
	font-size: 85%;
	display: block;
	background-image: url(../images/y1.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#siteMap #pankuzu .inner .content ul li {
	padding-right: 15px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
}
#siteMap #pankuzu .inner .content ul li.last {
	background: none;
}
#siteMap #pankuzu .inner .content ul li a {
	color: #666666;
	text-decoration: none;
}
#siteMap #pankuzu .inner .content ul li a:hover {
	color: #333333;
}
#siteMap #pankuzu .inner .content ul li.home {
	padding-top: 6px;
	padding-right: 18px;
	padding-left: 14px;
}
#siteMap #pankuzu .inner .content ul li.home a {
	padding: 0px;
	color: #333;
}

#siteMap #siteMapLink {
	clear: both;
}
#siteMap #siteMapLink .inner {
	height: 155px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #eeeeee;
	border-left-style: solid;
	border-left-width: 1px;
	text-align: left;
	background-color: #f9f9f9;
}
#siteMap #siteMapLink .inner .content .left {
	float: left;
	width: 597px;
	padding-top: 13px;
	font-size: 85%;
	background-image: url(../images/l1.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
}
#siteMap #siteMapLink .inner .content .left .main {
	float: left;
	padding-right: 25px;
	padding-left: 18px;
	font-weight: bold;
	display: block;
}
#siteMap #siteMapLink .inner .content .left .main .sub {
	padding-bottom: 10px;
	font-weight: normal;
}
#siteMap #siteMapLink .inner .content .left .main .sub a {
	color: #666666;
	text-decoration: none;/*font-weight: bold;*/
}
#siteMap #siteMapLink .inner .content .left .main .sub a:hover {
	color: #333333;
}
#siteMap #siteMapLink .inner .content .right {
	float: right;
	width: 348px;
	padding-top: 13px;
}
#siteMap #siteMapLink .inner .content .right .archive {
	float: left;
	width: 140px;
	margin-left: 15px;
	font-size: 85%;
	height: 135px;
	overflow: hidden;
}
#siteMap #siteMapLink .inner .content .right .archive h4 {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../images/icon_small1.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
#siteMap #siteMapLink .inner .content .right .archive .main {
	padding-left: 18px;
	font-weight: bold;
}
#siteMap #siteMapLink .inner .content .right .archive .main .sub {
	font-weight: normal;
}
#siteMap #siteMapLink .inner .content .right .archive .main .sub a {
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}
#siteMap #siteMapLink .inner .content .right .archive .main .sub a:hover {
	color: #333333;
}
#siteMap #siteMapLink .inner .content .right .tag {
	float: left;
	width: 180px;
	font-size: 85%;
	height: 135px;
	overflow: hidden;
}
#siteMap #siteMapLink .inner .content .right .tag h4 {
	padding-left: 15px;
	font-weight: bold;
	background-image: url(../images/icon_small2.gif);
	background-position: left 50%;
	background-repeat: no-repeat;
}
#siteMap #siteMapLink .inner .content .right .tag p a {
	color: #666666;
	text-decoration: none;
}
#siteMap #siteMapLink .inner .content .right .tag p a:hover {
	color: #333333;
}
/***********************************************************************************/
/* footer */
#footer {
	clear: both;
	border-top-color: #eeeeee;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer .inner {
	height: 60px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	border-right-color: #eeeeee;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #eeeeee;
	border-left-style: solid;
	border-left-width: 1px;
}
#footer .content {
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 9px;
	font-size: 85%;
	color: #666666;
	text-align: left;
}
#footer .content #copyright {
	float: left;
	letter-spacing: 0em;
}
#footer .content #footerLink {
	float: left;
}
#footer .content #footerLink ul {
	padding-left: 20px;
}
#footer .content #footerLink ul li {
	padding-right: 20px;
	padding-left: 20px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	display: inline;
}
#footer .content #footerLink ul li.last {
	padding-left: 19px;
	border: none;
}
#footer .content #footerLink ul li a {
	color: #666666;
}
#footer .content #footerLink ul li a:hover {
	color: #333333;
	text-decoration: none;
}
#footer .content #mt4 {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#footer .content #valid {
	float: right;
	margin-top: 11px;
	margin-right: 5px;
}
