@charset "UTF-8";
/*
*{
	border-style:solid;
	border-width:1px;
	border-color: #44dd99;
}
*/

@import "fonts.css";
@import "default.css";

/*=======================================

	シンプルセレクタ

=======================================*/
body{
	margin: 0px;
	padding: 0px;
	ine-break:strict;
	color : #2c2c2c;  
	background: repeat-y center url(../../images/img_body_bg.gif);
	letter-spacing:0.01em;
}

table,address{
	line-height : 1.4em;
}

td,p,div,a{}

hr{
	margin: 5px 2% 5px 2%;
	height:1px;
	color: #C8C8C8;
}

em{
	font-style:normal;
	font-weight:bold;
	
	color: #FD9F5A;
}
a{
	color: #5ea9ff;
	text-decoration:none;
}
a:visited{
	color: #0E8BDE;
}
a:hover{
	color: #F4A26C;
	text-decoration:underline;
}

img{
	border: none 0px;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
}


ul{
	margin:0px;
	padding:15px 15px 5px 15px;

	text-indent:0px;
}
li{
	margin: 0px;
	padding:0px 0px 10px 0px;
	text-indent:0px;
	list-style-type: none;
}


/*----見出し----*/
.h2_image{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
}.h2_image img{
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
}



/* ◆◆◆ 全体 ◆◆◆ */

#wrapper{
	background: top center repeat-x url(../../images/img_wrapper_bg.jpg);
	width:100%;
	height:auto
}


#container{
	padding : 0px;
	margin-top : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom : 0px;
	background: repeat-y center url(../../images/img_container_bg.gif);
	width:880px;
	float:clear;
}

#container_inner{

	margin: 0px;
	margin-left:auto;
	margin-right:auto;
}


/* ◆◆◆ 体裁 ◆◆◆ */
.hidden{
	visibility : hidden;
	
	font-size : 0px;
	position : absolute;
	top : -1px;
	padding : 0px;
	margin : 0px;
}

.right{
	float:right;
	margin:0px;
	padding:0px;
}
.left{
	float:left;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.clear{
	clear:both;
}

.up{
	vertical-align : top;
}

.space{	
	visibility : hidden;
	height: 25px;
}
  

  

/* ◆◆◆ ヘッダ ◆◆◆ */

#site_id{
	position : relative;
	height : 119px;
	padding : 0px;
	margin : 0px;
	background:url(../../images/img_container_bg.jpg) no-repeat left top;
}

#site_id a{
	width:398px;
	height:119px;
	display:block;
	}
#site_id p{

}

/* ◆◆◆ 文字サイズボタン ◆◆◆ */
#text_size{
	background:url(../../images/text_size_bg.gif) repeat-x ;
	position:absolute;
	left:563px;
	top:9px;
	width:182px;
	height:28px;	
	z-index:100;
}
#text_size img{
	margin: 5px 0px 0px 5px;
}

/* ◆◆◆ 検索 ◆◆◆ */

#search{
	position:absolute;
	width:200px;
	top:50px;
	right:20px;
	text-align:right;
	vertical-align:middle;
}
#search #txt{
	width:120px;
	height:20px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

#search img{
	margin: 0px 3px 0px 0px;
	padding: 0px;
	vertical-align:middle;
}


/* ◆◆◆ ヘルプメニュー ◆◆◆ */

#helpmenu{
	background: url(../../images/img_helpmenu_bg.gif);
	width : 834px;
	height : 45px;
	clear: both;
	margin:0px;
	padding:0px;
}


/* ◆◆◆ フッタ ◆◆◆ */

#foot{
	background: url(../../images/img_foot.gif) no-repeat;
	width:880px;
	height: 107px;
	clear: both;
	margin: 0px;
	padding:0px;
	text-align:center;
}


/*--コピーライト--*/
#foot #copyright{
	float:left;
	padding: 15px 20px 0px 15px;
}

#foot #copyright p{
	color:#9b9b9b;
	margin:0px;
	padding:0px;
	font-size:100%;
}


/*---アドレス表示---*/


#address{
	margin: 0px;
	top: 0px;
	font-size:85%;
	width:880px;
	float:left;
	text-align:left;
}

#address ADDRESS{
	padding: 10px 0px 0px 178px;
	margin: 0px;
	font-style:normal;
	font-size:80%;
	color:#D9D7D7;
}

#container #container_inner #address h2{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
	color:#888888;
}


/*---ページトップへ---*/

#pagetop{
	background:url(../../images/main-content_bottom.gif) bottom left no-repeat;
	width:880px;
	text-align:right;
	padding-bottom:50px;
	clear:both;
}
#pagetop a{
	margin-right:50px;
}

/* ◆◆◆ グロナビ ◆◆◆ */
#glo_menu { 
	clear: both;
	margin: 0px;
	padding: 0px;
	height:52px;
}

#glo_menu ul { 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#glo_menu li {
	margin: 0px;
	padding: 0px;
	float: left;
    list-style-type: none;

}

#glo_menu a { text-decoration: none;
	font-size: 1px;
    display: block;
    height: 61px;
	margin: 0px;
	background-color:none;
	background-position: left top;
}

#glo_menu .active a { 
	background-position : left bottom;
}
#glo_menu a:hover { 
	background-position : left bottom;
	background-repeat : no-repeat;
}

#menu_btn_01 a {
	background-image: url(../../images/glomenu_01.gif);
	width:156px;
}

#menu_btn_02 a {
	background-image: url(../../images/glomenu_02.gif);
	width: 142px;
}

#menu_btn_03 a {
	background-image: url(../../images/glomenu_03.gif);
	width: 142px;
}

#menu_btn_04 a {
	background-image: url(../../images/glomenu_04.gif);
	width: 142px;
}

#menu_btn_05 a {
	background-image: url(../../images/glomenu_05.gif);
	width: 142px;
}

#menu_btn_06 a {
	background-image: url(../../images/glomenu_06.gif);
	width: 156px;
}



/* ◆◆◆ ヘルプメニュー ◆◆◆ */

#help_menu { 
	margin: 0;
	padding: 0px;
	float:left;
	height:30px;
	text-align:center;
	width:880px;
	height:50px;
}
#help_menu ul { 
	text-align:center;
	margin-left: 0;
	padding-left: 0;
	float: left;
	list-style-type: none;
    padding: 0px;
    list-style-type: none;
	background:url(../../images/help_menu-li.gif) no-repeat right;
	margin: 26px 0px 0px 25px;
}
#help_menu li {
	float: left;
	display:block;
	vertical-align:middle;
	padding: 0px 10px 0px 10px;
	background:url(../../images/help_menu-li.gif) no-repeat 0px 0px;
	font-size:0.8em;
}
#help_menu a { 
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color:#D9D7D7;
	display:block;
	vertical-align:middle
}
/* ◆◆◆ ローカルメニュー ◆◆◆ */

#local_menu{
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-position: left bottom;
	background-repeat: repeat-y;
	position: ralative;
	float:left;  
	font-color : #0E8BDE;
	display:inline;
}

#local_menu h2{
	background-repeat : no-repeat;
	background-position : left top;
	padding : 8px 5px 8px 12px;
	margin : 0px;
	font-weight: bold;
	font-size: 1.1em;
	color:#373737;
}
#local_menu h2.h2_image{
	margin:0px;
	padding:0px;
	
}

#local_menu ul{
	font-weight:bold;
	margin: 0px;	
	padding : 1px 0px 0px 0px;
	display:block;
}
#local_menu ul li
{
	margin: 0px;	
	padding : 0px 0px 5px 0px;
	display:block;
	color:#4f4f4f;
	font-weight:bold;
}
#local_menu ul li a,
#local_menu ul li a:visited
{
	color:#657f57;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	display:block;
	width:auto;
	height:auto;
	font-weight: bold;
	font-size:110%;
	margin: 0px 20px 0px 10px;
	border-bottom: 1px solid #ececec;
}

#local_menu ul li ul{
	margin: 0px 0px 0px 0px;
	padding : 0px;
	background:none;
	display: block;
	list-style:none;
}

#local_menu ul li ul li
{
	margin: 0px;
	padding : 3px 0px 0px 0px;
	list-style:none;
	font-size:90%;
}
#local_menu ul li ul li a,
#local_menu ul li ul li a:hover,
#local_menu ul li ul li a:visited{
	font-weight:normal;
	list-style:none;
	background: no-repeat 8px 3px url(../../images/local_menu_a.gif);
	padding-left:16px;
	padding-bottom:5px;
	margin: 0px 20px 0px 10px;
	border-bottom: 1px solid #ececec;
	border-top:none;
}
#local_menu ul li ul li ul li{
	padding: 3px 0px 5px 0px;
}
#local_menu ul li ul li ul li{
	font-size:100%;
}
#local_menu ul li ul li ul li a,
#local_menu ul li ul li ul li a:hover,
#local_menu ul li ul li ul li a:visited{
	background-image:none;
	border-bottom: 1px solid #ececec;
	border-top:none;
	margin: 0px 20px 0px 15px;
	padding-left:15px;
	padding-bottom:5px;
}


#local_menu h2 a,
#local_menu h2 a:visited{
	color:#000000;
	font-weight:bold;
}

#top_col_01 #local_menu li,
#top_col_01 #local_menu li a,
#top_col_01 #local_menu ul{
	margin:0px;
	padding:0px;
	border:none 0px;
}


/* ◆◆◆ 文字サイズ ◆◆◆ */

#font-size{
	display:inline;
	position:absolute;
	top:0px;
	margin: 44px 0px 0px 702px;
}
#font-size p{
	height:0px;
	display:block;
	font-size:0px;
	text-indent:-9999px;
}
#font-size img{
	margin-right:4px;
}

/* ◆◆◆ 本文 ◆◆◆ */


#main-content {
	width:880px;
	float:right;
	background:url(../../images/main-content_head.gif) top left no-repeat;
	padding-top:39px;
}
.section {
	background:url(../../images/main-content_bg.gif);
	margin: 0px;
	padding: 0px;
	display: block;
}


#crumb {
	background: url(../../images/crumb_bg.gif);
	margin: 0px;
	display:block;
	padding: 15px 10px 15px 10px;
	color:#8c9091;
	width:auto;
	font-size:0.7em;
	clear:both;
}

.section H2{
	background-image:url(../../images/h2_base.gif);
	background-repeat:no-repeat;
	background-position: left top;
	margin: 6px 0px 11px 0px;
	padding: 10px 10px 15px 15px;
	color: #45487f;
	font-weight: bold;
	font-size:170%;
	line-height: 1.5em;
	height:auto;
	width:auto;
}

.H2_image{
	margin:0px;
	padding:0px;
}


.section H3{
	background: url(../../images/contentsarea_h3.gif) no-repeat top left;
	margin: 4px 0px 5px 0px;
	padding: 8px 0px 8px 40px;
	color: #111;
	font-weight: bold;
	font-size:130%;
	line-height: 1em;
	clear:both;
}
.section H3 a{
	font-weight: bold;
}
.section H4{
	color: #20900c;

	font-weight: bold;
	line-height: 1.4em;
	font-size:120%;
	clear:both;

}

.section H5{
	background-image:url(../../images/contentsarea_h5.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 5px 20px 10px 18px;
	color: #51549d;
	font-weight: bold;
	line-height: 1.2em;
	margin: 13px 0px 13px 0px;
	letter-spacing:0px;
	font-size: 120%;
}

.section H6{
	padding: 5px 20px 5px 10px;
	color: #555;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom:solid 1px #CCCCCC;
	border-left: solid 1px #CCC;
	margin: 13px 20px 13px 10px;
}

.section P{
	padding : 0px 17px 20px 20px;
	line-height:1.6em;
}
.section strong{
	font-weight:bold;
}
.p_right{
	text-align: right;
	width: 590px;
	display: block;
	padding-bottom:15px;
	clear:both;
}
.p_center{
	text-align: center;
	display: block;
}
p.p_indent{
	margin-left:30px;
}
.img_border{
	border: 1px solid #5555EE;
	padding:1px;
	margin:1px;
}


.section ul {
	margin: 0px 4px;
	padding: 0px 7px 8px 18px;
	line-height: 18px;
}

.section li {
	margin: 0px 15px 10px 0px;
	padding: 0px 0px 0px 13px;
	background:url(../../images/listmark_01.gif) no-repeat left top;
	height: auto;
}
.section table{
	margin-left:15px;
	margin-right:15px;
}
.bold {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:bold;
	color:#888888;
	width: 70px;
}
.bold2 {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:bold;
	color:#888888;
	width: 250px;
}
.bold2r {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:nomal;
	color:#888888;
	width: 100px;
	text-align: right;
}
.bold3 {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:nomal;
	color:#222222;
	width: 200px;
}
.bold4 {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:nomal;
	color:#222222;
	width: 280px;
}
.bold5 {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:nomal;
	color:#222222;
	width: 350px;
}
.bold5r {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-weight:nomal;
	color:#222222;
	width: 350px;
	text-align: right;
}
.bold6 {
	margin: 0px 10px 0px 10px;
	padding: 0px;
	font-weight:bold;
	color:#888888;
	width: 110px;
}
.bold_blue {
	margin: 0px 4px 0px 4px;
	padding: 0px;
	font-weight:bold;
	color:#8888DD;
}

#annai li {
	margin: 0px 30px 0px 30px;
}

#sitemap li {
	margin: 0px 5px 0px 30px;
}

.sitemap li ul {
	margin-left: 0px;
	padding: 0px;
	list-style-image:url(../../images/listmark_02.gif);
}

.listmark {
	vertical-align:middle;
	text-indent: -0.5em;
	font-weight:bold;
	margin: 0px;	
	padding : 2px 0px 3px 0px;
	line-height :1.3em;
}

.listmark li{
	background: 0px 0px no-repeat url(../../images/listmark_01.gif);
	border-bottom: dashed 1px #ddd;
	padding-left:15px;
}

.sitemap {
	list-style-image:url(../../images/listmark_01.gif);
	vertical-align:middle;
	text-indent: 0.8em;
	margin: 0px 0px 0px 5px;	
	padding : 2px 0px 3px 0px;
	line-height :1.0em;
}

/*=========================================

	トップページ用

===========================================*/

.section_top {
	width:438px;
	background: bottom left no-repeat url(../../images/section_top_p_bg.gif);
	margin: 0px 0px 0px 9px;
	display:inline;
	height:150px;
}

#top_image{
	height : 326px;
	padding : 0px;
	margin : 0px;
	background-image : url(../../images/img_topimage.jpg);
	background-repeat : no-repeat;
}
#top_image h1
{
	height:0px;
	line-height:0px;
	visibility:hidden;
	width:0px;
	display:none;
	float:left;
}

#local_menu_top{
	border: 0px;
	font-color : #0E8BDE;
	width:771px;
	height:auto;
	background: url(../../images/local_menu_top_bg.gif) no-repeat top left;
	padding-top:27px;
}
#local_menu_top p{
	height:0px;
	width:1px;
}
#local_menu_top ul{
	display:block;
	margin: 0px 0px 0px 7px;
	padding:0px;
}
#local_menu_top li{
	margin:0px;
	padding:0px;
	float:left;
}
#local_menu_top img{
	margin: 0px;
}
/*TOP コラム*/
#top_col_01
{
	float:left;
	margin:0px;
	padding: 14px 2px 0px 10px;
}
#top_col_left{
	float:left;
}
#top_col_right{
	float:right;
}
#top_col_01 .top_navi
{
	float:left;
}
#top_col_01 .top_navi,
#top_col_01 .top_navi h2,
#top_col_01 .top_navi img,
#top_col_01 .top_navi ul,
#top_col_01 .top_navi li
{
	margin:0px;
	padding:0px;
}


#top_col_01 .top_navi .top_boshuyoko_keikan
{
	display:block;
	width:252px;
	background:url(../../images/top_boshuyoko_keikan.gif) no-repeat left top;
	padding-top:27px;
	padding-bottom: 13px;
}
#top_col_01 .top_navi .top_boshuyoko_keikan li,
#top_col_01 .top_navi .top_boshuyoko_shokuin li
{
	display:block;
	padding:0px;
	margin: 0px 0px 0px 166px;
	height:12px;
	font-size:10pt;
}
#top_col_01 .top_navi .top_boshuyoko_keikan li a,
#top_col_01 .top_navi .top_boshuyoko_keikan li a:visited,
#top_col_01 .top_navi .top_boshuyoko_shokuin li a,
#top_col_01 .top_navi .top_boshuyoko_shokuin li a:visited
{
	color:#6f6f6f;
}
#top_col_01 .top_navi .top_boshuyoko_shokuin
{
	display:block;
/*	height:116px;*/
	width:252px;
	background:url(../../images/top_boshuyoko_shokuin.gif) no-repeat left top;
	padding-top:27px;
	padding-bottom: 13px;
}

#top_col_02{
	float:left;
}
#top_col_02 p{
	display:block;
	float:left;
	width:410px;
	font-size:0.8em;
	padding-left:10px;
	line-height: 1.7em;
}

.site_search {
	margin:0px;
	padding:0px;
	background:url(../../images/top_search.gif) no-repeat left top;
	width: 251px;
	height: 75px;
	padding-top: 40px;
	padding-left: 20px;
}

.news
{
	background:url(../../images/top_news-bg.gif) no-repeat left top;
	display:block;
	height:100px;
	width:307px;
	scrollbar-track-color: #edeff1;
	scrollbar-face-color: #d8dde2;
	scrollbar-shadow-color: #afb2b6;
	scrollbar-darkshadow-color: #afb2b6;
	scrollbar-highlight-color: #edeff1;
	scrollbar-3dlight-color: #afb2b6;
	scrollbar-arrow-color: #a7b1bd;
}
.news dl
{
	overflow: auto;
	display:block;
	height:90px;
	width:253px;
	font-size: 0.8em;
	margin-left: 20px;
}
.news dt{
	clear:both;
	padding: 8px 0px 2px 10px;
	display: block;
	float: left;
	width:55px;
	background:url(../../images/top_new_border.gif) repeat-x top;
	color:#a62323;
}
.news dd{
	padding: 8px 0px 2px 0px;
	display: block;
	float: left;
	width:165px;
	background:url(../../images/top_new_border.gif) repeat-x top;
	color:#d09b56;
}
.news dd a,
.news dd a:visited{
	color:#d09b56;
}
.news img.new{
	vertical-align: middle;
	margin-right:3px;
}
/* TOP_マーク部分 */

#col_01{
	display:block;
	float:left;
    width: 285px;
	height: 154px;
	background-image: url(../../images/img_address.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

#container #container_inner #col_01 .left{
	width:100%;
}

#col_01 p{
	padding: 8px 10px 0px 0px;
}

#col_01 img{
	margin:5px 0px 0px 0px;
}


/* TOP_アド部分 */

#container #container_inner #ad {
	clear:both;
	padding: 8px 0px 0px 11px;
}

#container #container_inner #ad img {
	padding: 0px 0px 0px 3px;
}

.col_top{
	font-size:85%;
	padding-left:10px;
	padding-right:10px;
}


/*=========================================

	サブページ用

===========================================*/
#sub_image{
	padding : 0px;
	margin : 0px;
}
#sub_image h1{
	margin:0px;
	padding:0px;
}


.box_01{
	padding-left:55px;
}
.box_01 h2{
	margin:0px;
	padding:0px;
	background:none;
}
.box_01 h3{
	margin:0px;
	padding: 10px 0px 0px 0px;
	background:none;
}

.box_01-01{
	background:url(../../gaiyo/img/01gaiyo_bg-01.gif) no-repeat 0px 97px;
	float: left;
	height:307px;
	width:354px;
}
.box_01-01 table{
	padding:0px;
	margin-left:20px;
	margin: 40px 0px 0px 25px;
	
}
.box_01-01 table th{
	font-weight: bold;
	text-align:left;
	padding: 0px 40px 10px 0px;
}
.box_01-01 table td{
	padding: 0px 0px 20px 0px;
}

.box_01-02{
	float:left;
}
.box_01-03{
	float:left;
	height:372px;
	background:url(../../gaiyo/img/01gaiyo_bg-02.gif) no-repeat 0px 10px;
}
.box_01-03 p{
	margin:0px;
	padding: 10px 0px 10px 10px;
	line-height: 2em;
}

.box_01-04{
	width:392px;
	float:left;
}
.box_01-05{
	width:366px;
	float:left;
}
.box_01-06{
	width:383px;
	float:left;
}
.box_01-07{
	width:386px;
	float:left;
}
.box_watashitachi-01{
}
.box_watashitachi-01 h2{
	margin:0px;
	padding:0px;
	float:left;
}
.box_watashitachi-01 p{
	padding-top:15px;
	float:left;
	width:430px;
}
.box_watashitachi-01-01{
	float:left;
	width:478px;
}
.box_watashitachi-01-02{
}
.box_watashitachi-02{
	float:left;
	clear: both;
	width: 392px;
	margin-top: -110px;
}
.box_watashitachi-03{
	float:left;
	width: 403px;
}
.box_watashitachi-03 p{
	margin-top:-10px;
	padding-top:25px;
}
.box_oishii-01{
	float:left;
	width:382px;
	clear:both;
}
.box_oishii-02{
	float:left;
}

/*=========================================

	表組

===========================================*/

td ul{
	margin: 0px 20px;
}


/*サービス案内　スペックで使用*/

table.table-normal {
	margin: 0px 0px 15px 8px;
	border: 1px solid #B0AFAF;
	padding: 0px;
	border-collapse: collapse;
}

.table-normal caption {
	text-align: left;
	padding: 0px 0px 3px 3px;
}


.table-normal th {
	background: #EDEDED;
	border: 1px solid #999;
	padding:3px;
	border-collapse: collapse;
}

.table-normal td {
	border: 1px solid #999;
	padding:3px;
	border-collapse: collapse;
}

.table-annotation {
	margin: -10px 0px 15px 8px;
}

/*サービス案内　運用・保守で使用*/

table.table-imagelist {
	margin: 0px 0px 15px 8px;
	width: 565px;
	border: 2px solid #B0AFAF;
	border-collapse: collapse;
}

.table-imagelist td {
	border: 1px solid #DDDDDD;
	padding: 5px;
}

/*会社概要で使用*/

.table-director td {
	background: none;
	padding: 2px;
	text-align: left;
	border: none;
}

/*採用情報、お問い合せで使用*/

table.table-large {
	margin: 0px 0px 15px 16px;
	width: 665px;
	border: 1px solid #B0AFAF;
	padding: 0px;
}

.table-large th {
	background: #EDEDED;
	border: 1px solid #DDDDDD;
	padding: 5px 0px;
}

.table-large td {
	border: 1px solid #DDDDDD;
	padding: 5px;
}


/*=========================================

	フォーム

===========================================*/

/*入力フォーム*/

.input1 {
	width: 50px;
}

.input2 {
	width: 100px;
}

.input3 {
	width: 300px;
}

.input4 {
	width: 260px;
}

.textarea1 {
	width: 400px;
}

.txt-supplement {
	font-size: 0.85em;
	margin: 0px 0px 0px 3px;
}

label {
	margin: 0px 5px 0px 0px;
}



/*=========================================

	サブコンテンツインデックス

===========================================*/


#sub-content-index_container{
	display:block;
	width:auto;
	height:auto;
	margin:15px 0px 0px 10px;
}
#container #sub-content-index_container .sub-content-index{
	display:block;
	float:left;
	width:285px;
	height:120px;
	_height:90px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background:url(../../images/sub_content_index_bg.gif) no-repeat left bottom;
}

#container #sub-content-index_container .sub-content-index_read{
	height: auto;
	display:block;
}
#container #sub-content-index_container .sub-content-index_read p{
	padding: 0px 19px 0px 4px;
	letter-spacing:0;
	margin:0px;
	line-height:1.1em;
	display:block;
	height:auto;
}
#container #sub-content-index_container .sub-content-index_img{
	display:block;
	float:left;
	padding: 0px 5px 10px 6px;
}
#container #sub-content-index_container .sub-content-index h3,
#container #sub-content-index_container .sub-content-index h4,
#container #sub-content-index_container .sub-content-index h5{
	display:block;
	clear:none;
	background-image:none;
	font-weight:bold;
	font-size:110%;
	margin:0px;
	padding: 0px 0px 8px 0px;
	width:275px;
	height:33px;
}

#container #sub-content-index_container .sub-content-index h3 a{
	font-weight:bold;
	color:#666666;
	background:url(../../images/sub_content_index_h3.gif) no-repeat left top;
	display:block;
	padding: 11px 0px 8px 16px;
}
#container #sub-content-index_container ul,
#container #sub-content-index_container li{
	margin:0px;
	padding:0px;
}
#container #sub-content-index_container li{
	margin:0px;
	height:auto;
	background-image:none;
}




/*サブコンテンツインデックス　ul*/
#container #sub-content-index_container .sub-content-index_ul,
#container #sub-content-index_container .sub-content-index_ul li{
	padding:0px;
	margin:0px;
	float:left;
	display:block;	
}
#container #sub-content-index_container .sub-content-index_ul li img{
	margin:0px;
	border:0px none;
}
/*=========================================

	ページ用

===========================================*/

#sub_key_image{
	margin: 0px 0px 0px -10px;
}

/*=========================================

	表

===========================================*/
.margin-left_20{
	margin-left:30px;
}
.margin-left_-10{
	margin-left:-10px;
}


/*=========================================

	Table DropDhadow

===========================================*/
.DropShadow_Table{
  border:0px none;
  width:auto;
}
.DropShadow_Table .DS_TD_main{
  background-color:#FFF;
  padding:3px;
}
.DropShadow_Table .DS_TD_right{
  background : url(../../images/img_shadow_right.gif) no-repeat right top;
  width:4px;
  font-size:0.0001%
;
}
.DropShadow_Table .DS_TD_bottom{
  background : url(../../images/img_shadow_bottom.gif) no-repeat left top;
  height:4px;
  font-size:0.0001%
;
}
.DropShadow_Table .DS_TD_right_bottom{
  background : url(../../images/img_shadow_right_bottom.gif) no-repeat bottom right;
  width:4px;
  height:4px;
  font-size:0.0001%;
  vertical-align:top;
}
.DropShadow_Table .DS_TD_right_bottom img{
  vertical-align:top;
}
.DropShadow_Table .DS_TD_main img{
	border:solid 1px #CCCCCC;
}






/*=========================================
=============

	Module

=============
===========================================*/
/*=========================================

	Visible

===========================================*/

.hidden{
  visibility : hidden;
  font-size : 0.0001%;
  font-size : 0%;
  position : absolute;
  top : -10px;
  margin:0px;
  padding:0px;
  border:none 0px;
}
/*=========================================

	layout

===========================================*/
.to_top{
  margin-left:80px;
}
.float_right{
  float:right;
}
.float_left{
  float:left;
}
.float_right_img{
  float:right;
  margin: 0px 20px 5px 5px;
  _margin: 0px 10px 5px 5px;
}
.float_left_img{
  float:left;
  margin: 0px 5px 5px 3px;
}
.center{
	text-align:center;
}
.center table{
	margin:0px auto;
}
.clear{
  clear:both;
}
.clear_left{
  clear: left;
}
.clear_right{
  clear: right;
}
.up{
  vertical-align : top;
}
.space{
  visibility : hidden;
  height: 25px;
}
.valign_top{
  vertical-align: top;
}
.valign_bottom{
  vertical-align: bottom;
}
.valign_middle{
  vertical-align: middle;
}
.align_right{
  text-align:right;
}
.align_left{
	text-align:left;
	float: left;
}
.align_center{
  text-align:center;
}
/*=========================================

	Color

===========================================*/

.bg_green {
  background-color: #E2FAD3;
}
.bg_red {
  background-color:#FDD0D0;
}
.bg_blue {
  background-color:#D0E7FD;
}
.bg_gray {
  background-color: #eeeeee;
}
.bg_white {
  background-color:#FFFFFF;
}
.color_red1{
  color: #FF3333;
}
.color_red2{
  color: #FF0066;
}
.color_red3{
  color: #CC0000;
}
.color_orange1{
  color: #FF6600;
}
.color_orange1b{
  color: #FF6600;
  font-weight: bold;
}
.color_orange2{
  color: #FF9933;
}
.color_orange3{
  color: #CC3300;
}
.color_yellow1{
  color: #FFCC00;
}
.color_yellow2{
  color: #FFFF33;
}
.color_yellow3{
  color: #CC9900;
}
.color_green1{
  color: #33CC00;
}
.color_green2{
  color: #33AA88;
}
.color_green3{
  color: #339900;
}
.color_blue1{
  color: #0066CC;
}
.color_blue2{
  color: #38b3ff;
}
.color_blue3{
  color: #0033CC;
}
.color_purple1{
  color: #CC33FF;
}
.color_purple2{
  color: #FF99FF;
}
.color_purple3{
  color: #9900CC;
}
.color_mono1{
  color: #FFFFFF;
}
.color_mono2{
  color: #999999;
}
.color_mono3{
  color: #666666;
}

/*=========================================

	テキストカラーの設定

===========================================*/

.txt-attention {
	color: #FF0000;
}

.txt-attention2 {
	color: #F55555;
	font-weight: bold;
}

.txt-attention3 {
	color: #F55555;
	font-size: 18px;
	font-weight: bold;
}
.txt-caption {
	color:#666666;
	font-size:85%;
}

/*=========================================

	FontSize

===========================================*/

.font_s1{
  font-size:85%;
}
.font_s2{
  font-size:0.7em;
}
.font_s3{
  font-size:0.6em;
}
.font_8pt{
  font-size:8pt;
}
.font_l1{
  font-size:1.2em;
}
.font_l2{
  font-size:1.4em;
}
.font_l3{
  font-size:1.6em;
}
.font_l4{
  font-size:1.8em;
}
.font_l5{
  font-size:2em;
}
.font_flex{
  font-size:inherit;
}

/*=========================================

	FontWeight

===========================================*/

.font_bold{
	font-weight:bold;
}

#pagetop #container-all #container #content #main-2nd #main-content #main-content-in .txt-strong {
	font-size: 24px;
	font-weight: bold;
	color: #0033CC;
}


/*=========================================

	ボタン・パーツ系

===========================================*/
.more{
	padding-right:15px;
	text-align:right;
}



/*=======================
	ボックス
=======================*/

.box01 {
	margin: 0px 20px 10px 0px;
	width: 533px;
	background: url(../../images/box01_bg.gif) repeat-y right bottom;
	padding:0px;
	clear:both;
	text-align: left;
}
.box01 dt {
	margin: 0px 0px 0px 0px;
	padding: 16px 0px 13px 43px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../../images/box01_head.gif) no-repeat right top;
	line-height: 1.2em;
	text-align: left;
	font-size: 110%;
	height:20px;
page-break-after: avoid; 
}


.box01 dd {
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 18px 25px;
	line-height: 1.5em;
}

/*floatによるボックスの高さ消失回避*/
.box01 dd:after {    content: ".";    display: block;    clear: both;    height: 0;    visibility: hidden; }
.box01 dd {
	display: inline-block;
	text-align: left;
} /* exlude MacIE5 \*/ * html .otoiawaseBox dd { height: 1% } .otoiawaseBox dd {display:block;} /* end MacIE5 */

