
/* of Contents
==================================================
	00. Global
	00. Header  - ヘッダー
	00. Layout - 全体の枠組み
	00. Activities  - 事業内容
	00. Privacypolicy  - サイトマップ　利用規約　プライバシーポリシー
	00. Faq  - よくある質問
	00. Contact us  - お問合せ
	00. Pressrelease  - プレスリリース
	00. Corporate  - 企業情報
	00. Topicpath - パンくずリスト
	00. Footer  - フッター
==================================================
*/

/* =============================================== */
/** 00. Global */
/* ----------------------------------------------- */


*{ margin: 0px;	padding: 0px;}

body {margin:0;
color: #666666;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
text-align:center;
font-size:12px;
line-height:160%;
background-color:#ffffff;
background-image:url(../common/img/bg_common.gif);
background-repeat:repeat;
padding:0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
    /*¥*//*/visibility: hidden;  /**/
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* 画像の枠 */
img { border-style: none }

/* 見出しタグのインライン化 */
 h1,h2,h3{ display:inline } 
 
/* LINK */
a:link		{ color: #a2278f; text-decoration: none;}
a:visited	{ color: #a2278f; text-decoration: none;}
a:active	{ color: #a2278f; text-decoration: none;}
a:hover		{ color: #a2278f; text-decoration: underline;}

p{ margin-bottom: 1.5em; }
img{border: 0px;}
ul{ list-style-type: none; }

/*テキスト回り込み*/
.left { float: left; margin: 0 20px 10px 0; text-align: center; }
.right { float: right; }
.clearleft { clear: left; margin: 0; line-height: 0; }
.clearright { clear: right; }
.clearboth { clear: both; }

/*横罫*/
.dashed_border {
  clear:both;
  margin: 10px 0;
  border-bottom: 1px dashed #CAC9C7; /* 適宜変更 */
}

/*日付*/
span.data{ color:#666; }

/* =============================================== */
/** 00. Header  - ヘッダー  */
/* ----------------------------------------------- */

#header{
	width: 900px;
	height: 61px;
	margin:0 auto;
	text-align:left;	
}

#common_header{
	background-color:#FFFFFF;
	width: 800px;
	height: 65px;
	margin:0 auto;
	text-align:left;	
}





/* =============================================== */
/** 00. Layout - 全体の枠組み  */
/* ----------------------------------------------- */

#index_container {
	width:900px;
text-align:center;
	margin:0 auto;
	}
	
#container {
	width:800px;
	background-color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	}
	
#contents {
	width:800px;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
	}
	
#contents_act {
	width:800px;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
	}
		

#side{
float:left;
width:150px;
padding-top:30px;
padding-left:30px;
background-color:#FFFFFF;

}



#main{
float:left;
width:550px;
padding-top:30px;
padding-left:40px;
padding-right:30px;
background-color:#FFFFFF;
}

#main_act{
margin-top:30px;
background-color:#FFFFFF;
float:right;
height:587px; 
}


#main_other{
background-color:#FFFFFF;
padding:30px;

}

/* =============================================== */
/** 00. Activities  - 事業内容 */
/* ----------------------------------------------- */

.actbg_01{
	background-image:url(../activities/img/actbg01.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:587px;
	margin:0;
	padding-top:65px;
	text-align:center;
	}


.actbg_02{
	background-image:url(../activities/img/actbg02.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:587px;
	margin:0;
	padding-top:65px;
	text-align:center;
	}

.actbg_03{
	background-image:url(../activities/img/actbg03.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:587px;
	margin:0;
	padding-top:65px;
	text-align:center;
	}


.actbg_04{
	background-image:url(../activities/img/actbg04.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:587px;
	margin:0;
	padding-top:65px;
	text-align:center;
	}

.txt_act_box{margin-top:30px;width:360px;margin-left:30px;text-align:left;padding-top:5px;float:left;}

.txt_act {text-align:left;color:#ffffff;padding:0;border-bottom:1px solid #FFFFFF;}
.txt_act2 {font-size:10px;text-align:left;color:#ffffff;padding:0;}




/*activities list*/


dl.act_box {
		font-size:12px;
		text-align:left;
		border:1px solid #FFFFFF;
width:540px;
margin:0 auto;
} 

dl.act_box dt {
	background-color: #cccccc;
    padding: 0.5em 2em 0.5em 2em;
	background-image:url(../activities/img/act_icon.gif);
	background-position:0.8em;
	background-repeat:no-repeat;
	border-bottom:1px dotted #FFFFFF;
	text-align:left;
	}   

dl.act_box dd {
	background-color: #ebebeb;
 	padding: 0.5em 2em 0.5em 2em;
	background-image:url(../activities/img/act_icon.gif);
	background-position:0.8em;
	background-repeat:no-repeat;
	border-bottom:1px dotted #FFFFFF;
	text-align:left;
 } 
 
/* =============================================== */
/** 00. Privacypolicy  - サイトマップ　利用規約　プライバシーポリシー */
/* ----------------------------------------------- */
.other_box{text-align:left;padding:20px 20px 0;line-height: 160%;}

.txt_main {line-height: 160%;}
.txt_main_right {text-align:right; line-height: 160%;}
.txt_m01 { color:#333333;font-size:99%;}

.txt_line {border-bottom:1px solid #CCCCCC;margin:20px 0;}
.txt_line2 {border-top:3px solid #cfb1d1;border-left:1px solid #cfb1d1;margin:20px 0;padding:5px 0 10px 10px;}
.txt_line3 {border-left:1px solid #cfb1d1;margin:10px 0 10px;padding:5px 0 0 20px;}
.txt_line4 {border-bottom:3px solid #eeeeee;border-left:1px solid #eeeeee;margin:20px 0;padding:5px 0 10px 10px;}

ul.txt_list {padding-left:20px;}
ul.txt_list li{padding:0 0 10px 10px;}

.sitemap_left{float:left; width:150px;}
.sitemap_right{float:right; width:530px;}

/* =============================================== */
/** 00. Faq  - よくある質問 */
/* ----------------------------------------------- */



ul.faq_box {font-size:12px;text-align:left;width:545px;color:#000000;margin-top:30px;}
ul.faq_box li{background-color: #ffffff;padding: 0.8em 2em 0.8em 2.5em;background-image:url(../img/faq_icon.gif);
background-position:0.2em;background-repeat:no-repeat;border-bottom:1px dotted #a2278f;margin-top:3px;}

.faq_name{margin-top: 30px;color: #FFFFFF;text-align:left;background-image:url(../img/contact02.gif);background-repeat:no-repeat;height:26px; padding-left:35px;padding-top:5px;width:545px;}

ul.faq_list {margin:0;background-color:#f4f0eb;width:545px;}
ul.faq_list li{line-height: 160%;padding:8px 15px 15px 15px;background-color:#f4f0eb;text-align:left;}


 
/* =============================================== */
/** 00. Contact us  - お問合せ */
/* ----------------------------------------------- */


dl.contact_box {
		font-size:12px;
		text-align:left;
		border:1px solid #cccccc;
		width:545px;
		color:#000000;
} 

dl.contact_box dt {
	background-color: #f0f0f0;
    padding: 0.8em 2em 0.8em 2em;
	background-image:url(../img/contact_icon.gif);
	background-position:0.8em;
	background-repeat:no-repeat;
	border-bottom:1px dotted #cccccc;
	}   

dl.contact_box dd {
	background-color: #ffffff;
 	padding: 0.8em 2em 0.8em 2em;
	background-image:url(../img/contact_icon.gif);
	background-position:0.8em;
	background-repeat:no-repeat;
	border-bottom:1px dotted #cccccc;
 } 
 

.contact_title2{
    padding: 0.8em 0 0.8em 2em;
	background-image:url(../activities/img/act_icon.gif);
	background-position:0.8em;
	background-repeat:no-repeat;
	text-align:left;
	 }
	 
.contact_title3{
    padding: 0.2em 0 1em 2em;
	text-align:left;
	font-size:11px;
	 }
	 

.contact_name{margin-top: 30px;color: #FFFFFF;text-align:left;background-image:url(../img/contact02.gif);
height:26px;padding-left:35px;padding-top:5px;background-repeat:no-repeat;width:545px;}

ul.contact_list {margin:0;background-color:#f4f0eb;width:545px;}
ul.contact_list li{line-height: 160%;padding:8px 15px 30px 15px;background-color:#f4f0eb;text-align:left;}


 
/* =============================================== */
/** 00. Info  - お知らせ */
/* ----------------------------------------------- */

/*info table*/
/* ----------------------------------------------- */
.table_info {
	width:545px;
	margin-top:30px;
	text-align:left;
	line-height:160%;
	font-size:12px;
	background-image:url(../info/img/info_bg01.gif);
background-repeat:repeat-y;
}


.table_info td.this_line  {
height:1px;
background-color:#FFFFFF;

}


.table_info td.this_left  {
padding:20px;
color:#333333;
font-size:14px;
}

.table_info td.this_right  {
padding:20px 12px 20px 20px;
color:#ffffff;
font-family: Arial,Geneva, Helvetica,;
font-size:10px;
font-weight:bold;
text-align:right;
}

.table_info td.this_txt  {
padding:20px 30px 30px 20px;

}
/* =============================================== */
/** 00. Pressrelease  - プレスリリース */
/* ----------------------------------------------- */

.press_01{width:550px;
	margin-top:15px;
	text-align:right;
	}

.press_box{width:550px;
	}
	

.press{width:550px;
	margin-top:15px;
	border-bottom:1px dotted #CCCCCC;}

.press dl dt {
background-image:url(../pressrelease/img/pdf.gif);
	background-position:right;
	background-repeat:no-repeat;
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 82px;
  padding:2px 8px 5px 5px;
  color: #666666;
  text-align:left;
  font-weight:bold;
  font-size:80%;
}

.press dl dd {
  margin-bottom: 0.8em;
  margin-left: 7em;
  text-align:left;
  padding:2px 5px 0 16px;

}

.press a:link		{ color: #444; text-decoration: none;}
.press a:visited	{ color: #666; text-decoration: none;}
.press a:active	{ color: #666; text-decoration: none;}
.press a:hover		{ color: #666; text-decoration: underline;}


/* =============================================== */
/** 00. Corporate  - 企業情報 */
/* ----------------------------------------------- */


.mes_box_01{width:550px;margin-top:30px;border-top:2px solid #333333;border-bottom:2px solid #333333;background-image:url(../corporate/img/mes_hoso_photo.jpg);background-repeat:no-repeat;}
.mes_box_02{width:550px;margin-top:30px;border-top:2px solid #333333;border-bottom:2px solid #333333;background-image:url(../corporate/img/mes_shiba_photo.jpg);background-repeat:no-repeat;}	
		

.mes_txt_01{padding:60px 150px 25px 25px;text-align:left;}
.mes_txt_02{padding:90px 150px 25px 25px;text-align:left;}	
.mes_name{text-align:right;}

.link_box_01{width:550px;height:154px;margin-top:30px;background-image:url(../corporate/img/link01.gif);background-repeat:no-repeat;}
.link_box_02{width:550px;height:154px;margin-top:30px;background-image:url(../corporate/img/link02.gif);background-repeat:no-repeat;}
.link_box_03{width:550px;height:154px;margin-top:30px;background-image:url(../corporate/img/link03.gif);background-repeat:no-repeat;}
.link_box_04{width:550px;height:154px;margin-top:30px;background-image:url(../corporate/img/link04.gif);background-repeat:no-repeat;}
.link_box_05{width:550px;height:154px;margin-top:30px;background-image:url(../corporate/img/link05.gif);background-repeat:no-repeat;}
	
.link_txt_01{padding:40px 50px 0 180px;text-align:left;font-weight:bold;}
.link_txt_02{padding:5px 50px 0 180px;text-align:left;font-weight:bold;}
.link_txt_03{padding:5px 50px 0 180px;text-align:left;font-size:90%;line-height:130%;}	

/*overview table*/
/* ----------------------------------------------- */
.table550 {
	width:550px;
	line-height:160%;
	margin-top:30px;
	text-align:left;
	font-size:12px;
}

.table550 td.this_top_left  {
padding:10px;
background-color: #f5f5f5;
border-top: 1px solid #cccccc;
border-left: 1px solid #ffffff;
letter-spacing: 0.3em;
text-align:center;
font-weight:bold;
}

.table550 td.this_top_right  {
padding:10px;
background-color: #f5f5f5;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}


.table550 tr td {
padding:10px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #eeeeee;
vertical-align:top;
}



.table550 tr.this550  {
padding:10px;
background-color: #f5f5f5;
}


.table550 td.this_eee  {
width:150px;
padding:10px;
background-color: #f5f5f5;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #eeeeee;
letter-spacing: 0.3em;
text-align:center;
font-weight:bold;
}


.table550 td.this_fff  {
width:150px;
padding:10px;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #eeeeee;
letter-spacing: 0.3em;
text-align:center;
font-weight:bold;
}


.table550 td.this_bottom_left  {
padding:10px;
background-color: #f5f5f5;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #ffffff;
letter-spacing: 0.3em;
text-align:center;
font-weight:bold;
}

.table550 td.this_bottom_right  {
padding:10px;
background-color: #f5f5f5;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}


/*history table*/
/* ----------------------------------------------- */
.table_his {
	width:550px;
	margin-top:30px;
	text-align:left;
	line-height:160%;
	font-size:12px;
}

.table_his td.this_top_left  {
padding:10px;
background-color: #f5f5f5;
border-top: 1px solid #cccccc;
border-left: 1px solid #ffffff;
font-weight:bold;
}

.table_his td.this_top_right  {
padding:10px;
background-color: #f5f5f5;
border-top: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}


.table_his tr td {
padding:10px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #eeeeee;
vertical-align:top;
}



.table_his tr.this550  {
padding:10px;
background-color: #f5f5f5;
}


.table_his td.this_eee  {
width:100px;
padding:10px;
background-color: #f5f5f5;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #eeeeee;
font-weight:bold;
}


.table_his td.this_fff  {
width:100px;
padding:10px;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #eeeeee;
font-weight:bold;
}


.table_his td.this_bottom_left  {
padding:10px;
background-color: #f5f5f5;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #ffffff;
font-weight:bold;

}

.table_his td.this_bottom_right  {
padding:10px;
background-color: #f5f5f5;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}





/* =============================================== */
/** 00. Topicpath - パンくずリスト  */
/* ----------------------------------------------- */


/*coporate topicpath*/

.topicpath_01{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../corporate/img/title_com.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_01 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_01 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}


/*activities topicpath*/

.topicpath_02{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../activities/img/title_act.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_02 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_02 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}



/*pressrelease topicpath*/

.topicpath_03{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../pressrelease/img/title_press.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_03 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_03 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}


/*info topicpath*/

.topicpath_04{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../info/img/title_info.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_04 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_04 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}


/*recruit topicpath*/

.topicpath_05{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../img/title_recruit.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_05 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_05 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}


/*contact us topicpath*/

.topicpath_06{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../img/title_contact.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_06 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_06 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}



/*faq us topicpath*/

.topicpath_07{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../img/title_faq.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_07 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_07 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}



/*sitemap us topicpath*/

.topicpath_08{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../img/title_sitemap.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_08 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_08 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}


/*rule us topicpath*/

.topicpath_09{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../img/title_rule.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_09 li {display:inline;line-height:110%;list-style-type:none;}   
.topicpath_09 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}




/*privacy us topicpath*/

.topicpath_10{
		font-size:10px;
		padding:10px 0 10px 20px;
		text-align:left;
		color:#666666;
		background-image:url(../img/title_privacy.gif);
		background-position:right;
		background-repeat:no-repeat;
} 
.topicpath_10 li {display:inline;line-height:110%;   list-style-type:none;}   
.topicpath_10 li a {padding-right:10px;background:url(../common/img/topicpath.gif) no-repeat right center;}



/* =============================================== */
/** 00. Footer  - フッター */
/* ----------------------------------------------- */
.pagetop{
	padding:20px;
	text-align:right;
	clear:both;
}


.footer{
	margin-top:20px;
	width:800px;
	background-image:url(../common/img/footer_copyright.gif);
	background-repeat:no-repreat;
	height:21px;
	}
	