@charset "utf-8";
html,
body {
	height: auto !important;
    height: 100%;
    margin: 0px;
    margin: 0px;
    font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "arial Unicode MS";
    line-height: 1.8em;
    color: #333333;
}



img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */		
  position: absolute;
  /* またはabsolute; */
  top: -50%;
  left: 0;
		z-index:-100;
}
@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}
div#mainimag_container {
  position: relative;
		text-align:center;
}


#mask_cap{
	text-indent:-9999px;
	line-height:0px;
}



.white_BG {
	background-color:#FFF;
	width :100%;
}

.wrap {
	margin:0;
	padding:0;
	overflow:hidden;
	/*			
	background-color:#FFF;
	*/
}
#allwrap{
				width: 100%;
}

a:link {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}
a:visited {
    color: #333333;
    text-decoration: none;
}
a:active {
    color: #FF6666;
    text-decoration: none;
}
/*　ブロック要素　始まり */
/* ヘッダー　始まり */
#heade_wrap {
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin: 0 0 0 0;
				color:#fb7d6d;
				background-color: #333;
				border-bottom: 1px solid #666;
}
h1 {
    display: inline;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    float: left;
    color: #efefef;
    text-indent: 5px;
    margin: 0;
}
#header_content,
#header_content a,
#header_content a:hover {
    float: right;
    color: #efefef;
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
    text-decoration: none;
}
#logo { 
	margin-left: 0px;
	z-index:200;
	position:absolute;
}
#index_main {
    background-image: url(img/index_main.jpg);
    background-repeat: no-repeat;
    width: 880px;
    height: 280px;
    overflow: hidden;
    margin: 10px auto 0 auto;
    text-indent: -9999px;
}
/* ヘッダー　終わり */
/* トップ　始まり */

.div_wraptop {
    width: 900px;
    height: 25px;
    line-height: 10px;
    margin: 0 auto;
				padding: 0 2px 3px 0;
}
#tc_big {
    width: 20px;
    height: 18px;
    border: 0;
    background-image: url(img/tc_big.png);
				background-color:transparent;
    background-repeat: no-repeat;
}


#tc_mid {
    width: 19px;
    height: 18px;
    border: 0;
    background-image: url(img/tc_mid.png);
				background-color:transparent;
    background-repeat: no-repeat;
}
#tc_sml {
    width: 19px;
    height: 18px;
    border: 0;
    background-image: url(img/tc_sml.png);
				background-color:transparent;
    background-repeat: no-repeat;
}

#tc_bigE {
    width: 20px;
    height: 18px;
    border: 0;
    background-image: url(img/tc_bigE.png);
				background-color:transparent;
    background-repeat: no-repeat;
}


#tc_midE {
    width: 19px;
    height: 18px;
    border: 0;
    background-image: url(img/tc_midE.png);
				background-color:transparent;
    background-repeat: no-repeat;
}
#tc_smlE {
    width: 19px;
    height: 18px;
    border: 0;
    background-image: url(img/tc_smlE.png);
				background-color:transparent;
    background-repeat: no-repeat;
}


#div_top {
    width: 900px;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
#wrap_top {
	/*
				background-image: url(img/heade_wrap.png);
				background-repeat:no-repeat;
				*/
				width:900px;
				margin:0 auto;
				padding :5px 0;

}
.row_navi_sub {
    background-image: url(img/pointer01.png);
    background-repeat: no-repeat;
    float: right;
    margin: 0 0 0 15px;
    text-indent: 15px;
    font-size: 14px;
    text-decoration: none;
    height: 18px;
    line-height: 14px;
    overflow: hidden;
}
.row_navi_sub a {
    color: #efefef;
    text-decoration: none;
				line-height:1.2em;
}
/* トップ　終わり */



/* メニューバー　始まり */

#div_rownavi {
    width: 900px;
    margin: 0 auto;
}

#menubar_wrap {
    overflow: hidden;
    font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    margin: 0px auto;
}
#menubar_container {
    margin: 0px auto;
}
#nomenubar_container {
    width: 1036px;
    margin: 0px auto;
    padding: 0;
}
#div_menubar {
    /* width: 598px; */
    margin: 3px auto 0 auto;
    padding: 0;
    overflow: hidden;
				border-left:1px dotted #333;
				line-height:1.2em;
				position:relative;
				top:-4px;
}
.menubar,menubar a {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
				padding: 0 10px;
				border-right:1px dotted #333;
}
.menubar a:hover {
    color: #999;
}
.menubar_end,menubar_end a {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #666;
    text-decoration: none;
				padding: 0 10px;
				border-right:1px dotted #666;
}
.menubar_end a:hover {
    color: #999;
}
/* メニューバー　終わり */

#sub3_u {
	width:100%;
	margin: 3px 0 0 0 ;
}

#sub3_uall {
	width:400px;
	margin: 3px 0 0 0 ;
	line-height: 1.2em;
}
#sub3_ul {
	width: 49%;
	float:left;
	border-right:1px dotted #666;
	border-left:1px dotted #666;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;	
}
#sub3_ul a{
	text-decoration:none;	
}
#sub3_ul a:hover {
    color: #999;
}
#sub3_ur {
	width: 49%;
	float:right;
	border-right:1px dotted #666;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	line-height: 1.2em;	
}
#sub3_ur a{
	text-decoration:none;
	
}
#sub3_ur a:hover {
	color: #999;
}

.sub3_all a{
	float:right;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #333;
				padding:3px 7px;
	border-right:1px dotted #666;
				text-decoration:none;
	
}
.sub3_all a:hover {
    color: #999;
}
.sub3_allL a{
	float:right;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #333;
				padding:3px 7px;
	border-right:1px dotted #666;
	border-left:1px dotted #666;
				text-decoration:none;
	
}
.sub3_allL a:hover {
    color: #999;
}

table.table_03 th{
	width: 20%;
}


/* コンテンツエリア　始まり */
#container {
    width: 855px;
    overflow: hidden;
    margin: 0px auto 0 auto;
    padding: 0px 10px 5px 15px;
				background-color:#FFF;
}
#breadcrumbs {
    float: left;
    font-size: 12px;
    width: 530px;
}
#breadcrumbs_C {
    float: left;
    font-size: 12px;
    width: 530px;
}
/* content_main start */
#content_main {
    width: 600px;
    overflow: hidden;
				margin: 0;
}
.bg_title_01 {
    background-image: url(img/bg_title_01.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 65px;
    line-height: 46px;
    font-size: 20px;
    text-decoration: none;
    text-indent: 16px;
    margin-top: 1px;
    font-weight: bold;
    font-family: "ＭＳ Ｐゴシック", Osaka, "arial Unicode MS", "メイリオ";
}
.bg_title_01 a { color: #333333 }
.bg_title_02 {
    background-image: url(img/bg_title_02.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 43px;
    line-height: 45px;
    font-size: 16px;
    text-decoration: none;
    text-indent: 24px;
    overflow: hidden;
    font-weight: bold;
}

.bg_title_03 {
    background-image: url(img/blue.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 23px;
    line-height: 22px;
    font-size: 18px;
    text-decoration: none;
    text-indent: 28px;
    font-weight: bold;
}
.bg_title_03_2 {
    background-image: url(img/bg_wr_title.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 23px;
    line-height: 22px;
    font-size: 18px;
    text-decoration: none;
    text-indent: 28px;
    font-weight: bold;
}
.bg_title_03_3 {
    display: block;
    width: 600px;
    height: 16px;
    line-height: 14px;
    font-size: 16px;
    text-decoration: none;
    text-indent: 0px;
    font-weight: bold;
}
.bg_title_04 , .bg_title_04 a {
    background-image: url(img/bg_title_04.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    text-decoration: none;
    text-indent: 20px;
    overflow: hidden;
    font-weight: bold;
    color: #FFFFFF;
}
.bg_title_04_L , .bg_title_04_L a {
    background-image: url(img/bg_title_04L.gif);
    background-repeat: no-repeat;
    display: block;
    width: 1000px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    text-decoration: none;
    text-indent: 20px;
    overflow: hidden;
    font-weight: bold;
    color: #FFF;
}
.bg_title_05 {
    background-image: url(img/bg_title_05.gif);
    background-repeat: no-repeat;
    display: block;
    width: 560px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    text-indent: 24px;
    overflow: hidden;
    font-weight: bold;
    color: #544f3f;
}
.bg_title_06 {
    background-image: url(img/bg_title_06.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 40px;
    line-height: 45px;
    font-size: 16px;
    text-decoration: none;
    overflow: hidden;
    font-weight: bold;
}
.bg_title_07 {
    background-image: url(img/bg_title_07.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 45px;
    line-height: 55px;
    font-size: 14px;
    text-decoration: none;
    overflow: hidden;
    font-weight: bold;
}
.bg_title_08 {
    background-image: url(img/bg_title_08.jpg);
    font-family: "メイリオ","ＭＳ ゴシック", "Osaka－等幅", "Arial Unicode MS";
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none;
    text-indent: 32px;
    overflow: hidden;
    font-weight: bold;
    color: #FFFFFF;
}
#pagelink {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
}
.box_01 {
	/*
    background-color: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 5px;
	*/
 width: 575px;
	padding: 0 10px 15px 5px;			
}
h3 { margin: 5px 0 20px 0 }
/* content_main end */
/* content_navi start */
#content_navi {
    width: 240px;
				height:100%;
    float: left;
    overflow: hidden;
				margin: 7px 0 0 0;
}
.add_navi_html {
    width: 240px;
    margin: 0 auto;
    overflow: hidden;
}
/* content_navi end */
/*
.dotted {
	border-top:1px dotted #f6f5f1;
}

/* 縦メニュー　始まり */
#colnavi_top {
    background-image: url(img/colnavi_top.gif);
    background-repeat: no-repeat;
    width: 240px;
    display: block;
    overflow: hidden;
    height: 33px;
    line-height: 33px;
				margin: 0 auto;
}
#colnavi_body {
    width: 240px;
				margin: 0 auto;
				
}
#colnavi_bottom {
    background-image: url(img/colnavi_bottom.gif);
    background-repeat: no-repeat;
    width: 240px;
    display: block;
    overflow: hidden;
    height: 3px;
    line-height: 3px;
				margin: 0 auto;
}
.colnavi {
    background-image: url(img/colnavi.gif);
    background-repeat: no-repeat;
    text-indent: 12px;
    line-height: 35px;
    height: 31px;
}
.colnavi a {
    color: #666666;
    text-decoration: none;
}
.colnavi_sub {
    background-image: url(img/colnavi_sub.gif);
    background-repeat: no-repeat;
    text-indent: 24px;
    line-height: 35px;
    height: 31px;
}
.colnavi_br {
    line-height: 0;
    height: 0;
}
.colnavi_sub a {
    color: #666666;
    text-decoration: none;
}
/* 縦メニュー　終わり */




/* コンテンツエリア　終わり */
/* ボトムエリア　始まり */
#div_bottom {
    width: 855px;
    overflow: hidden;
    margin: 0px auto;
    padding: 5px 10px 5px 15px;
				background-color: #FFF;
}
.bottom { vertical-align: bottom }
#plaque {
    width: 600px;
    float: right;
}
#totop {
	margin:20px 0 0 0;
}
#bottom_content_wrap {
    width: 100%;
    margin: 0 auto;
				background-color: #333333;
				border-top: 3px solid #999999;
}
#bottom_content {
    color: #EFEFEF;
    padding: 10px;
    height: 100%;
    width: 860px;
    margin: 0 auto;
    font-size: 12px;
}
#bottom_content a {}
#bottom_left { }
#bottom_right { }
#bottom_right a { }
#title_sitemap {
    background-image: url(img/title_sitemap.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: block;
    width: 440px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}
#div_sitemap,
#div_sitemap a {
    font-weight: normal;
    color: #EFEFEF;
}
#div_sitemap a:hover { color: #999999 }
/* ボトムエリア　終わり */
/* フッター　始まり */
#div_footer {
    width: 880px;
				padding-top: 50px;
    overflow: hidden;
    margin: 0px auto;
    font-size: 14px;
}
#footer_wrap {
    overflow: hidden;
				background-color: #333333;
}
#copyright {
    font-size: 12px;
    float: right;
				color: #EFEFEF;
}
/* フッター　終わり */
/*　ブロック要素　終わり */
/*　その他　始まり */
#get_flash a {
    background-image: url(img/get_flash.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 158px;
    height: 39px;
    margin: 10px auto;
}
#get_pdf a {
    background-image: url(img/get_pdf.png);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 158px;
    height: 39px;
    margin: 10px auto;
}
#bnr_fv,
#bnr_fv a {
    background-image: url(img/bnr_fv.gif);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 240px;
    height: 44px;
    margin: 0 auto;
}
#bnr_fv a:hover {
    background-image: url(img/bnr_fvB.gif);
    background-repeat: no-repeat;
}
.back,
.back a {
    background-image: url(img/navi_back.jpg);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 20px;
    float: right;
}
.back a:hover {
    background-image: url(img/navi_backB.jpg);
    background-repeat: no-repeat;
}
.back_en,
.back_en a {
    background-image: url(img/navi_back_en.jpg);
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    width: 50px;
    height: 20px;
    float: right;
}
.back_en a:hover {
    background-image: url(img/navi_back_enB.jpg);
    background-repeat: no-repeat;
}
/*　その他　終わり */


/*　スタッフ紹介　始まり */
/*　ボックス01　始まり */
.box_01 { float: right }
.box_01_top {
    background-image: url(./img/box_01_top.gif);
    background-repeat: no-repeat;
    width: 350px;
    line-height: 30px;
    height: 32px;
    margin-right: 10px;
}
.box_01_body {
    background-image: url(./img/box_01_body.gif);
    background-repeat: repeat-y;
    padding: 10px 20px;
    width: 310px;
    font-weight: bold;
    font-family: "ＭＳ Ｐゴシック", Osaka, "arial Unicode MS", "メイリオ";
    font-size: 16px;
    margin-right: 10px;
    line-height: 1.4em;
}
.box_01_bottom {
    background-image: url(./img/box_01_bottom.gif);
    background-repeat: no-repeat;
    width: 350px;
    line-height: 70px;
    height: 70px;
    margin-right: 10px;
}
.staffname {
    background-image: url(./img/bg_staffname.gif);
    background-repeat: no-repeat;
    width: 370px;
    height: 45px;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 45px;
}
.staff_name { margin: 0px 0px 0px 20px }
.staff_comment {
    margin: 0px 0px 0px 20px;
    background-image: url(./img/bg_noteline.gif);
    width: 350px;
    line-height: 22px;
    margin-right: 10px;
				height:100%;
}
/*　ボックス01　終わり */
/*　ブロック02　始まり */
.block_02_top {
    background-image: url(./img/block_02_top.gif);
    background-repeat: no-repeat;
    width: 600px;
    height: 35px;
    line-height: 35px;
}
.block_02_body {
    background-image: url(./img/block_02_body.gif);
    background-repeat: repeat-y;
    padding: 0px 20px;
    width: 560px;
}
.block_02_bottom {
    background-image: url(./img/block_02_bottom.gif);
    background-repeat: no-repeat;
    width: 600px;
    line-height: 20px;
    height: 20px;
}
/*　スタッフ紹介　終わり */
/*　WEBショーケース　始まり */
.p005_title,
.p005_title a {
    display: block;
    width: 600px;
    height: 23px;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    float: left;
    color: #660033;
}
.div_box_01 {
    border: 1px solid #CCCCCC;
    padding: 10px;
    height: 100%;
}
.div_box_01_right {
    float: right;
    width: 140px;
    border: 1px;
}
.div_box_01_left {
    float: left;
    width: 430px;
}
.p005_to_detail {
    background-image: url(./img/arrow_01.gif);
    background-repeat: no-repeat;
    text-indent: 14px;
    height: 9px;
    font-size: 12px;
    line-height: 12px;
    margin: 15px 0 10px 0;
}
.p005_to_detail a,
.p005_to_detail a:hover {
    color: #0066CC;
    text-decoration: none;
}
.input_prev_next {
    background-color: #FFFFFF;
    border: none;
    margin: 5px 0;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#div_voutline {
    float: right;
    margin: 0 0 0 10px;
}
#img_array_01 {
    float: left;
    margin: 2px 20px 2px 2px;
}
/*　WEBショーケース　終わり */
/* お問い合わせ関連　始まり　*/
#div_privacypolicy {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.4em;
}
.pointer {
    background-image: url(./img/pointer02.gif);
    background-repeat: no-repeat;
    text-indent: 10px;
    line-height: 23px;
}
/* お問い合わせ関連　終わり　*/
.down_arrow01 {
    background-image: url(./img/down_arrow01.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 600px;
    height: 50px;
}
.topics_guide_comment {
    width: 360px;
    float: left;
}

/*JUITTER PLUGIN CSS
-------------------------------------------*/
#juitterContainer { margin-bottom: 0px } /*Juitter container*/
#juitterContainer .twittList {
    margin: 0;
    padding: 0;
}
/* UL that will contain the list of tweets */
/* Bellow the list of tweets "
" */
/*#juitterContainer .twittLI{list-style:none;background:#EEFDEA;margin:0;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;}_NO__DOTCOMMA__AFTER___NO__DOTCOMMA__AFTER__*/
#juitterContainer .twittLI {
    list-style: none;
    : ;
    margin: 0;
    padding: 5px 0 0 0;
    border-top: dotted 1px #CCCCCC;
    padding: 3px;
    clear: both;
}
#juitterContainer .twittList SPAN.time {
    color: #777;
    font-size: 0.9em;
}
#juitterContainer .twittList A { color: #006600 } /*Links inside the tweets list */
/* Bellow the CSS for the avatar image  */
#juitterContainer .juitterAvatar {
    float: left;
    border: solid 1px #D3EECA;
    background: #FFFFFF;
    margin-right: 5px;
    padding: 2px;
    width: 48px;
    height: 48px;
}
#juitterContainer .jRM {
    float: right;
    clear: both;
}
/*read it on twitter link*/
#juitterContainer .extLink { } /*CSS for the external links*/
#juitterContainer .hashLink { } /*CSS for the hash links*/
/* clearfix */
#juitterContainer .twittLI:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: ".";
}
#juitterContainer .twittLI { display: inline-block }
* html #juitterContainer .twittLI { height: 1% }
#juitterContainer .twittLI { display: block }
/* */
/*end of Juitter CSS*/
#tweet {
    margin-top: -12px;
    background-color: #EFEFEF;
}
#tweet li {
    margin-bottom: 5px;
    list-style-type: square;
}
#loading_gif {
    background-image: url(img/load.gif);
    background-repeat: no-repeat;
    background-color: #EFEFEF;
    background-position: center;
    width: 600px;
    float: left;
    height: 24px;
    text-indent: -9999px;
}
#title_twitter,
#title_twitter a {
    background-image: url(img/title_twitter.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 33px;
    line-height: 33px;
    text-indent: -9999px;
    overflow: hidden;
}
#title_facebook,
#title_facebook a {
    background-image: url(img/title_facebook.gif);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 36px;
    line-height: 36px;
    text-indent: -9999px;
    overflow: hidden;
}
th { color: #333333 }
td {
    background-color: #FFFFFF;
    color: #333333;
}

.td_pink { background-color: #ffc0cb }
.td_blue { background-color: #b0c4de }
.td_darkgray { background-color: #e5e5e5 }
.td_lightgray { background-color: #FAFAFA }

/* Item Viewer Begiin */
.item_viewer_box {
    width: 140px;
    float: left;
    border: 1px solid #CCCCCC;
    margin: 4px;
    text-align: center;
				background-color:#FFFFFF;
}
.item_viewer_box_B {
    width: 312px;
    float: left;
    /* margin: 4px 15px; */
    text-align: center;
				background-color:#FFFFFF;
				/*border:1px solid #00F;*/
}



.item_viewer_img { margin: 5px 0 0 0 }

.item_viewer_cmt , .item_viewer_cmt a{
				line-height: 1.4em;
    font-weight: bold;
    text-align: left;
				letter-spacing: 0.1em;
				color: #663333;
}

.item_viewer_prc , .item_viewer_prc a{
				line-height: 1.4em;
    font-weight: bold;
    text-align: left;
				color: #FF0000;
}

.item_viewer_txt , .item_viewer_txt a{
				line-height: 1.4em;
    text-align: left;
				word-break: break-all;
				font-weight:normal;
}

.item_viewer_cmt_box{
    padding: 2px 5px;
    margin: 5px;
    min-height: 40px;
				/*
    height: auto !important;
    height: 80px;	
				*/
}
.item_viewer_cmt_boxB{
    min-height: 15px;
}
/* Item Viewer End */

/* p003 Begin */
.p003_div_2_01{
	width: 260px;
	margin-left: 10px;
}
.p003_div_2_02{
	width: 390px;
	margin-left: 10px;
}
.p003_div_2_03{
	width: 600px;
	margin-left: 10px;
}
.p003_div_2_04{
	width: 400px;
}
.p003_div_3_01{
	width: 120px;
	text-align:right;
}
.mb_expl{
	color: #996655;
}
/* p003 End */







 #slides .slidesjs-navigation {
      margin-top:5px;
    }
				
				.slidesjs-navigation{
				z-index:200;
				}
				
				.slidesjs-pagination{
				z-index:200;
					
				}

    a.slidesjs-next,a.slidesjs-previous,a.slidesjs-play, a.slidesjs-stop {
      background-image: url(../../img/btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
      margin-right:5px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 7px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(../../img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
						margin-top:-10px;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
				
				table.table_JO {
width: 100%;
border: 1px #CCCCCC solid;
border-collapse: collapse;
border-spacing: 0;
margin:0px 0px 0px 0px;
}
table.table_JO td {
padding: 5px;
border: 1px #CCCCCC solid;
border-width: 0 0 1px 1px;
text-align: left;
font-size:small;
width:70%;
}
table.table_JO th {
padding: 5px;
background-color: #EFEFEF;
border: 1px #CCCCCC solid;
border-width: 0 0 1px 1px;
text-align: left;
font-size:small;
width:30%;
}



/*　カレンダー　始まり */
.cal_center { text-align: center }
.f_inherit { float: inherit }
#cal_table {
    width: 238px;
    margin: 5px auto 0 auto;
				background-color: #FFFFFF;
				border: 1px solid #CCCCCC;
				padding: 0 0 2px 0;
}
#cal_table_s {
    width: 310px;
    margin: 5px auto 0 auto;
				background-color: #FFFFFF;
				/*border: 1px solid #CCCCCC;*/
				padding: 0;
}
.cal_input_prev {
    background-color: #FFFFFF;
    border: none;
    margin: 5px 0;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.cal_input_next {
    background-color: #FFFFFF;
    border: none;
    margin: 5px 0;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.cal_w15 { width: 15% }
.cal_w14 { width: 14% }
.cal_fs_85 { font-size: 85% }
.bg_td { background-color: #EFEFEF }
.cal_red { color: #FF3333 }
.cal_bg_pink { background-color: #ffc0cb }
.cal_bg_blue { background-color: #b0c4de }
.cal_normal { border: 1px solid #CCCCCC }
.cal_balloon {
    position: absolute;
    display: none;
    border: solid 1px #333333;
    padding: 5px;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 1.4em;
    width: 180px;
}
.cal_day {
    text-decoration: none;
    color: #3399cc;
}
#cal_title_s {
    width: 310px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-family: "メイリオ", Osaka, "arial Unicode MS";
    color: #666;
    border: 1px solid #CCCCCC;
				background-color: #FFF;
				line-height:36px;
				height:34px;
}
#cal_title {
    width: 234px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    font-family: "メイリオ", Osaka, "arial Unicode MS";
    color: #666;
    border: 1px solid #CCCCCC;
				background-color: #FFF;
				line-height:36px;
				height:34px;
}
/*　カレンダー　終わり */
/* バルーン　始まり */
.balloon {
    position: absolute;
    display: none;
    border: solid 1px #333333;
    padding: 5px;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 1.4em;
    width: 180px;
}
/* バルーン　終わり */
/* トップページ　INFORMATIONプログラム  始まり　*/

#pagelink_s {
    width: 100%;
    margin: 5px auto;
    font-size: 12px;
    float: left;
}
.bg_title_02_s {
	
    width:100%;
    margin: 0 auto;
    font-weight: bold;
				padding:2x 0 -2px 0;
    text-indent:12px;
    font-size: 14px;
    font-family: "メイリオ", Osaka, "arial Unicode MS";
    color: #666;
				line-height:36px;
				height:34px;
    border: 1px solid #CCCCCC;
				background-color: #FFF;
	/*
    background-image: url(img/bg_title_02.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 600px;
    height: 43px;
    line-height: 45px;
    font-size: 16px;
    text-decoration: none;
    text-indent: 24px;
    overflow: hidden;
    font-weight: bold;
    float: left;
				*/
}
.info_div {
    margin-bottom: 2px;
    height: 100%;
				border-bottom:1px dashed #CCC;
}
.info_div_s {
    margin-bottom: 2px;
    height: 100%;
				width: 100%;
				border-bottom:1px dashed #CCC;
    float: left;
}
.info_modified {
    width: 90px;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    overflow: hidden;
}
.info_case_name {
    width: 488px;
    padding: 5px 0;
    float: left;
    border-left: 2px solid #FFFFFF;
    overflow: hidden;
}
.info_modified_s {
    width: 120px;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    overflow: hidden;
}
.info_case_name_s {
    width: 520px;
    padding: 5px 0;
    float: left;
    border-left: 2px solid #FFFFFF;
    overflow: hidden;
}
.info_case_name a,
.info_case_name a:hover { text-decoration: none }
/* トップページ　INFORMATIONプログラム  終わり　*/

input.button {
	margin-top:5px;
    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 背景色を濃い青色に指定 */
    background-color: #248;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;
}

input.button:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
}