@charset "UTF-8";

/*全体共通部分のみ*/

/* 
===================================
===== ０.フォーマット =============
=================================== */

html {
overflow-y:scroll;
	height:100%;
	}

form,
h1,h2,h3,h4,h5,h6,
p,ul,li,input,
dl,dt,dd,textarea{
	margin:0;
	padding:0;
}


li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}


img{
	border:none;
}


body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	height:100%;
	text-align:center;
	background-color:#FFFFFF;
	background-image:url(images/common/bg02.gif);
	background-position:center top;
	color:#000000;
	background-repeat: repeat-x;
}

.text_s {
font-size:80%;
}

.text_m {
font-size:100%;
}

.text_l {
font-size:120%;
}

.text_color01 {
color:#545454;
}



a:active {
	color: #1302B5;
	text-decoration:none;
}


a:link {
	text-decoration:none;
	color:#1302B5;
}

a:visited {
	text-decoration:none;
	color:#1302B5;
}

a:hover {
	color:#1302B5;
	text-decoration: underline;
}


br {
	letter-spacing: normal;
}


address, em{
	font-style:normal;
}	
		

br.clear {
	clear: both;
	display: block;
	line-height: 0px;
	margin:0;
	padding:0;
	}


/* 
===================================
===== １コンテンツ ================
=================================== */

#cmn_contents {
 	width:750px;
	margin:0;
	padding:0;
	height:100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


/* 
===================================
======== ２ヘッダ =================
=================================== */
#cmn_header {
width:750px;
}


#cmn_navi_grp {
	width:750px;
	height:auto;
	text-align:left;
	margin:0;
	padding:0;
	padding-left:5px;
}

#cmn_navi {
	width:400px;
	margin:0;
	padding:0;
	float:right;
	text-align:right;
}

#cmn_7i_box{
	width:400px;
	margin:0;
	float:right;
}


#cmn_7i_catch {
	float:right;
	padding-left:14px;
	margin:6px 10px 0 0;
	background-image:url(../images/common/pointer01.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

#cmn_7i_catch a{
	display:block;
	color:#000000;
	text-decoration:none;
}

#cmn_7i_catch a:visited {
	text-decoration: none;
	color: #000000;
}

#cmn_7i_catch a:hover {
	color: #1302B5;
	text-decoration: underline;
}

#cmn_search {
	margin:0 10px 6px 0;
	width:200px;
	float:right;
}

.cmn_search_inputbox{
	width:120px;
}

#cmn_link_group {
	margin:0 5px 6px 0;
	float:right;
}

#cmn_navi_co {
	float:right;
	text-align:left;
	margin-top:40px;
	margin-bottom:5px;
	margin-right:5px;
}

#cmn_navi_co ul, #cmn_navi_co a {
	display:block;
	margin: 0;
	padding: 0;
}

#cmn_navi_co li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

#cmn_navi_co li.first {
	padding: 0px 6px 0px 16px;
	font-size:80%;
	border-right: solid 1px #666666;	
}

#cmn_navi_co li.line{
	padding: 0px 6px;
	font-size:80%;
	border-right: solid 1px #666666;
}

#cmn_navi_co li a{
	display:block;
	color:#000000;
	text-decoration:none;
}

#cmn_navi_co a:visited {
	text-decoration: none;
	color: #000000;
}

#cmn_navi_co a:hover {
	color: #1302B5;
	text-decoration: underline;
}


/* 
===== header_パーツ ===============*/

#cmn_logo_nm{
	float:left;
	width:240px;
	margin-top:5px;
}


#cmn_logo_7i{
	float:right;
	margin:0;
}

/* 
===================================
=== ４グローバルナビゲーション ====
=================================== */
#cmn_navi_global {
	float:left;
	width:750px;
	height:35px;
}

#cmn_navi_global ul{
	margin:0;
	padding:0;
	list-style:none;
}

#cmn_navi_global li, #cmn_navi_global a {
	float:left;
	display:block;
	width:75px;
	height:35px;
	background-image:url(images/common/g_navi05.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	outline:none;
	text-decoration:none;
}


/*　各項目ごとの表示内容、マウスオーバー時の表示内容の指定をします　 */
#g_navi01 a {background-position:0 0;}
#g_navi02 a {background-position:-75px 0;}
#g_navi03 a {background-position:-150px 0;}	
#g_navi04 a {background-position:-225px 0;}	
#g_navi05 a {background-position:-300px 0;}	
#g_navi06 a {background-position:-375px 0;}	
#g_navi07 a {background-position:-450px 0;}	
#g_navi08 a {background-position:-525px 0;}	
#g_navi09 a {background-position:-600px 0;}	
#g_navi10 a {background-position:-675px 0;}	


#g_navi01 a:hover {background-position:0 -35px;}
#g_navi02 a:hover {background-position:-75px -35px;}
#g_navi03 a:hover {background-position:-150px -35px;}
#g_navi04 a:hover {background-position:-225px -35px;}
#g_navi05 a:hover {background-position:-300px -35px;}
#g_navi06 a:hover {background-position:-375px -35px;}
#g_navi07 a:hover {background-position:-450px -35px;}
#g_navi08 a:hover {background-position:-525px -35px;}
#g_navi09 a:hover {background-position:-600px -35px;}
#g_navi10 a:hover {background-position:-675px -35px;}



/*　現在表示ページのときの表示内容を指定します　 */
body#global_menu_top #g_navi01 a.on  {background-position:0 -35px;}
body#global_menu_maintenance #g_navi02 a.on  {background-position:-75px -35px;}
body#global_menu_deskwork #g_navi03 a.on  {background-position:-150px -35px;}
body#global_menu_register #g_navi04 a.on  {background-position:-225px -35px;}
body#global_menu_staffing #g_navi05 a.on  {background-position:-300px -35px;}
body#global_menu_recruitingsupport #g_navi06 a.on  {background-position:-375px -35px;}
body#global_menu_trainingsupport #g_navi07 a.on  {background-position:-450px -35px;}
body#global_menu_sales #g_navi08 a.on  {background-position:-525px -35px;}
body#global_menu_other #g_navi09 a.on  {background-position:-600px -35px;}
body#global_menu_recruit #g_navi10 a.on  {background-position:-675px -35px;}





/* 
===================================
===== ５デリミタ ==================
=================================== */
#cmn_delimiter {
	float:none;
	margin:5px 0px 5px 0px;
	text-align:left;
	font-size:80%;
	width:750px;
}


/* ==トップニュースリリース==*/
.news_data{ 
  width:50px;
  padding-left:3px;
  float:left;
}  

.news_list{
  width:470px;
  float:right;
  vertical-align:middle;
} 


.news_title_s{
  background-color:#F1F6FF;
  font-size:70%;
  border-top:1px solid #E3E3E3;
  /*border-bottom:1px solid #E3E3E3;*/
  padding:2px;
  color:#747474;
  vertical-align:middle;
} 

/* 
===================================
===== 6コンテンツパーツ ==================
=================================== */
.top_image{
margin-bottom:3px;
}

.top_news_icon{
display:block;
background-image:url(images/common/icon_news.gif);
background-repeat:no-repeat;
background-position:left center;
width:auto;
height:auto;
font-size:100%;
line-height:20px;
padding-left:80px;
font-weight:bold;
vertical-align:middle;
margin:8px 0 3px 0;
}




.component_title01 {
display:block;
font-size:80%;
background: url(images/common/bar01.gif);
background-color:#EDEDED;
background-position:center;
width:auto;
height:23px;
line-height :23px;
font-weight:bold;
text-align:left;
padding-left:10px;
border:1px solid #CCCCCC;
color:#FFFFFF;
}

.component_title03 {
width:auto;
height:16px;
display:block;
font-size:80%;
background-color:#ebebeb;
border:solid 1px #e3e3e3;
text-align:right;
}

.component_title03 a{
 color:#333333;
 margin-right:10px;
}

.component_title04 {
 display:block;
font-size:80%;
background: url(images/common/bar05.gif);
background-color:#EDEDED;
background-position:top;
width:auto;
height:auto;
line-height : 21px;
font-weight:bold;
text-align:left;
padding-left:10px;
color:#333333;
}

.component_title04_newsbox{
  height:auto;
  border-right:solid 1px #e3e3e3;
  border-left:solid 1px #e3e3e3;
  }
.page_text{
  text-align:left;
  margin:5px 10px 10px 10px;
  padding:0;
  font-size:90%;
  line-height:150%;
  }
  
.page_text02{
  text-align:left;
  margin:5px 10px 10px 10px;
  padding:0;
    font-size:90%;
  line-height:150%;
  }
 
.page_text03{
  font-size:80%;
  text-align:left;
  margin:5px 5px 10px 10px;
  padding:0;
  line-height:140%;
  float:left;
  width:150px;
  }

.page_text04{
  text-align:left;
  margin:5px 10px 10px 10px;
  padding:0;
  font-size:90%;
  line-height:150%;
  float:right;
  width:340px;
  }

.page_text04 p{
 color:#999999;
 font-weight:bold;
 }

.page_text .m_img{
  float:left;
  margin-right:10px;
}
.page_text02 .m_img{
  float:left;
  margin-right:10px;
  border:solid 1px #cccccc;
}

.page_text03 .m_img03{
 border:solid 1px #cccccc;
}

.red_line{
border-left:3px solid #0404fb;
padding-left:5px;
margin-left:-7px;
}

.component_list01{
display:block;
background-position:4px;
background-color:#FFFFFF;
width:auto;
height:auto;
line-height:120%;
font-size:90%;
padding:5px 0 3px 3px;
/*border-bottom:1px dashed #E7E7E7;*/
vertical-align:middle;
clear:both;
overflow:hidden;
}

.component_list_category{
display:block;
background-position:4px;
background-color:#FFFFFF;
width:auto;
height:auto;
line-height:120%;
font-size:90%;
padding:5px 0 3px 3px;
border-bottom:1px dashed #cccccc;
vertical-align:middle;
clear:both;
overflow:hidden;
}




.component_list02{
display:block;
background: url(images/common/list_icon.gif) no-repeat 12px 7px;
width:auto;
height:auto;
font-size:90%;
line-height:150%;
padding-left:22px;
padding-top:2px;
padding-bottom:2px;
}

.component_list02_2{
display:block;
width:auto;
height:auto;
font-size:90%;
line-height:150%;
padding-left:22px;
padding-top:2px;
padding-bottom:2px;
}

.component_list02_sub{
display:block;
background: url(images/common/list_icon_sub.gif) no-repeat 25px 7px;
width:auto;
height:auto;
font-size:90%;
line-height:150%;
padding-left:35px;
padding-top:2px;
padding-bottom:2px;
}


.component_list03{
	display:block;
	width:auto;
	height:auto;
	line-height:120%;
	margin-left:15px;
	padding-top:2px;
	padding-bottom:2px;
	list-style-type: disc;
}

.component_title02 {
display:block;
font-size:80%;
background: url(images/common/bar02.gif) ;
background-position:center;
background-color:#FFCFDD;
width:auto;
height:auto;
line-height : 23px;
font-weight:bold;
text-align:left;
padding-left:10px;
border:1px solid #CCCCCC;
color:#494949;
}


div.component_body02 {
display:block;
width:auto;
height:auto;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
color:#494949;
padding-top:5px;
padding-bottom:4px;
clear:both;
overflow:hidden;
}

.component_body02 img{
 width:80px;
 height:auto;
 float:left;
 padding:0 0 0 5px;
 margin:0;
 }

.component_body02 p{
 font-size:10px;
 width:90px;
 height:auto;
 padding:0 3px 0 0;
 margin:0 3px 0 0;
 text-align:left;
 float:right;
}

.component_body02 .side{
 text-align:right;
 margin-right:5px;
 font-size:80%;
 display:block;
 }

.component_body03 {
/*background: url(images/common/back01.gif) ;*/
background-color:#F5F9FF;
background-position:top;
background-repeat:repeat-x;
display:block;
width:auto;
height:auto;
text-align: left;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
padding-top:4px;
padding-bottom:4px;
}

.component_body04 {
display:block;
width:auto;
height:auto;
text-align: left;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#494949;
padding-top:4px;
padding-bottom:4px;
padding-left:10px;
}
.component_body05 {
display:block;
width:auto;
height:auto;
text-align: left;
border-left:1px solid #CCCCCC;
border-bottom:1px solid #cccccc;
border-right:1px solid #CCCCCC;
color:#494949;
padding-top:4px;
padding-bottom:4px;
padding-left:10px;
}


div.component_body06 {
display:block;
width:auto;
height:auto;
text-align:center;
border-top:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
color:#494949;
padding-top:5px;
padding-bottom:4px;
clear:both;
overflow:hidden;
}

.component_body06 img{
 width:auto;
 height:auto;
 float:center;
 margin:5px;
 }

div.component_body07 {
display:block;
width:auto;
height:auto;
text-align:center;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
color:#494949;
clear:both;
overflow:hidden;
}

.component_body07 img{
 width:auto;
 height:auto;
 float:center;
 margin-top:5px;
 margin-bottom:5px;
 }






.entry_title {
display:block;
background: url(images/common/bar02.gif) ;
background-position:center;
background-color:#FFCFDD;
width:auto;
height:auto;
line-height : 160%;
font-weight:bold;
text-align:left;
padding-left:10px;
font-size:90%;
border:1px solid #CCCCCC;
color:#494949;
}

.entry_body {
display:block;
width:auto;
height:auto;
font-size:90%;
line-height:130%;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px dotted #CCCCCC;
padding:10px;
}

.entry_date {
background: url(images/common/back01.gif) ;
background-position:top;
background-repeat:repeat-x;
display:block;
width:auto;
height:auto;
text-align:right;
line-height:140%;
font-size:80%;
margin-bottom:10px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
padding:3px 10px 3px 10px;
}

.chirasi_title01 {
display:block;
background: url(images/common/bar01.gif);
background-color:#EDEDED;
background-position:top;
width:auto;
height:auto;
line-height : 23px;
font-weight:bold;
text-align:center;
border:1px solid #CCCCCC;
color:#494949;
}

.chirasi_box{
display:block;
height: 175px;
width: auto;
text-align:center;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}


.text_body01 {
text-align:left;
display:block;
width:auto;
height:auto;
line-height:140%;
padding:5px 15px 15px 5px;
margin-bottom:10px;
}


#shop_title {
padding-left:4px;
margin-bottom:10px;
float:left;
width:550px;
}

.map_img{
float:right;
margin:5px 0px 10px 5px;
}

.img_margin_5{
margin:5px;
border:solid 1px #E3E3E3;
}

.spacer_10px{
display:block;
height:10px;
}

.spacer_7px{
display:block;
height:7px;
}

.spacer_5px{
display:block;
height:5px;
}

/* ==== 汎用コンポーネント（大・左） ===== */


.column3_component_box{
	width:550px;
	height:auto;
	padding:0;
}

.column3_component_box_s{
	width:550px;
	height:auto;
	padding:0;
}


.column3_component_l_img{
	border-top: solid 1px #CCCCCC;
         border-right: solid 1px #CCCCCC;
         border-left: solid 1px #CCCCCC;
	height:auto;
	margin:0px;
	padding:0;
	text-align:center;
}


.column3_component_l_title{
font-size:90%;
	margin:0;
	padding:0;
	background-color:#E7EDF5;
	border-top:solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

.column3_component_l_title02{
font-size:90%;
	margin:0;
	padding:0;
	background-color:#FBE8E6;
	border-top:solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}

.column3_component_l_title03{
font-size:90%;
	margin:0;
	padding:0;
	background-color:#ECECED;
	border-top:solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}


.column3_component_l_title p{
	margin:0;
	padding:3px 0 1px 10px;
	color:#2c2c2c;
	font-weight:bold;
}

.column3_component_l_title02 p{
	margin:0;
	padding:3px 0 1px 10px;
	color:#2c2c2c;
	font-weight:bold;
}

.column3_component_l_title03 p{
	margin:0;
	padding:3px 0 1px 10px;
	color:#2c2c2c;
	font-weight:bold;
}


.column3_component_l_read{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
		font-size:100%;
	line-height:150%;
}
.column3_component_l_read02{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	padding:5px;
	font-size:90%;
	line-height:150%;
}

.column3_component_l_read02 img{
 float:left;
 margin-right:5px;
}


.column3_component_l_read p{
	font-size:80%;

	line-height:110%;
	padding:5px 10px 0 10px;
}

.column3_component_l_img p{
	font-size:80%;
	line-height:100%;
	padding:5px 0 0 0;
}


.column3_component_l_btn{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height:auto;
	margin:0;
	padding:2px 5px 5px 5px;
	text-align:right;
}

.column3_component_l_btn02{
	height:auto;
	margin:0;
	padding:2px 5px 5px 5px;
	text-align:right;
}

.column3_component_l_margin{
	margin:6px;
}


.column3_title_img{
 margin-bottom:7px;
 }


.column4_component_l_btn{
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height:auto;
	margin:0;
	padding:2px 5px 5px 5px;
	text-align:right;
}

.column4_component_l_btn02{
	height:auto;
	margin:0;
	padding:2px 5px 5px 5px;
	text-align:right;
}

/* 
===================================
======== 10フッタ =================
=================================== */

#cmn_footer {
	clear:both;
	width:750px;
	height:112px;
		
}

/* 
===== footer_ページトップアンカー ====*/

#cmn_pagetop{
	margin-top:12px;
	margin-bottom:27px;
	background-image:url(images/common/pointer02.gif);
	background-repeat:no-repeat;
	font-size:80%;
	background-position:0px 2px;
	padding-left:15px;
	float:right;	
}


/*
===== footer_フッタリンク色指定 =====*/

#cmn_pagetop a:visited {
	text-decoration: none;
	color: #000000;
}

#cmn_pagetop a:hover {
	color: #1302B5;
	text-decoration: underline;
}

/* 
===== footer_フッタリンク ==========*/

#cmn_navi_footer {
	clear:both;
	width:750px;
	height:15px;
	margin:0;
	padding-top:5px;
	padding-bottom:5px;
	border-top: solid 1px #CCCCCC;
}

#cmn_navi_footer ul {
	margin:0;
	padding:0;
	list-style:none;
}

#cmn_navi_footer li {
	display:inline;
	margin:0;
	padding:0;
	float:left;	
}

#cmn_navi_footer li a{
	display:block;
	color:#000000;
	text-decoration:none;
}	

#cmn_navi_footer li.first {
	padding: 0px 6px 0px 6px;
	font-size:80%;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
}	

#cmn_navi_footer li.line {
	padding: 0px 6px 0px 6px;
	font-size:80%;
	border-right: solid 1px #666666;
}	
	
#cmn_navi_footer2 {
	clear:both;
	width:750px;
	height:17px;
	padding-top:5px;
	text-align:center;
	border-top: solid 1px #CCCCCC;
}

#cmn_navi_footer2 ul {

	margin:0;
	padding:0;
	list-style:none;
}

#cmn_navi_footer2 li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#cmn_navi_footer2 li a{
	display:block;
	color:#000000;
	text-decoration:none;
}	

#cmn_navi_footer2 li.first {
	padding: 0px 6px 0px 6px;
	font-size:80%;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
}	

#cmn_navi_footer2 li.line {
	padding: 0px 6px 0px 6px;
	font-size:80%;
	border-right: solid 1px #666666;
}	


/* 
===== footer_フッタリンク色指定 =====*/

#cmn_navi_footer a:visited {
	text-decoration: none;
	color: #000000;
}

#cmn_navi_footer a:hover {
	color: #1302B5;
	text-decoration: underline;
}


#cmn_copyright {
	width:750px;
	height:33px;
	margin-bottom:5px;
	margin-top:5px;
}


#cmn_navi_footer2 a:visited {
	text-decoration: none;
	color: #000000;
}

#cmn_navi_footer2 a:hover {
	color: #1302B5;
	text-decoration: underline;
}

.page_text{
  text-align:left;
  margin:5px 10px 10px 10px;
  padding:0;
  line-height:150%;
  }
.page_text .m_img{
  float:left;
  margin-right:10px;
}

.table_sp{
  width:550px;
  padding:5px 10px 10px 10px;
  margin:0;
}




#cmn_header{clear:both;}

#cmn_center2 {margin: 0 0 0 0; clear:both;}





/* 
===== 共通カテゴリ ==================
=====================================
=======================*/
.column3_pagetitle{
   width:550px;
   height:25px;
   background-image:url(images/common/page_title.gif);
   background-repeat:no-repeat;
   margin-bottom:10px;
}

.column3_pagetitle p{
   width:550px;
   height:25px;
   margin:6px 0 0 15px;
   font-weight:bold;
}

#column3_title_middle{
	width:548px;
	height:auto;
	border: solid 1px #CCCCCC;
	background-image:url(images/common/column3_middle_title.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#1A3959;
}

#column3_title_middle p{
	margin:2px 0 1px 23px;
	font-weight:bold;
}

.column3_read_summary {
	width:550px;
	height:auto;
	margin-top:7px;
}

.column3_read_summary_pickup{
	width:546px;
	height:auto;
	margin:7px 0 25px 0;
	background-color:#E6F1FF;
	border:solid 2px #A4CDFF;
}

.column3_read_summary_catch_bg{
	width:546px;
	background-color:#A4CDFF;
}


p.column3_read_summary_catch{
	font-weight:bold;
	font-size:130%;
	margin:5px 7px 4px 7px;
	background-color:#A4CDFF;
}

.column3_read_summary_pickupl{
	width:376px;
	float:left;
	margin:9px 7px 4px 4px;
}

.column3_read_summary_pickupl_img{
	width:155px;
	float:left;
	margin:10px 7px 4px 0;
}

.column3_read_summary_pickupl p{
	width:207px;
	float:left;
	margin:10px 0 4px 7px;

}

.column3_read_summary_pickupr{
	border:solid 1px #A4CDFF;
	width:140px;
	float:left;
	margin:9px 4px 4px 0;
	background-color:#FFFFFF;
}

.column3_read_summary_pickupr a img{
	margin:5px 6px 0 6px;	
}

.column3_read_summary_pickupr p{
	width:127px;
	float:left;
	margin:0px 4px 0 4px;
}

p.column3_read_summary_pickupr_notice{
	border-top: solid 1px #999999;
	border-top-style:dotted;
	font-size:80%;
	line-height:1.3em;
	color:#999999;
	padding-bottom:7px;
}


.column3_read_summary_read{
	
}

.column3_title_small{
	float:left;
	width:548px;
	height:auto;
	border-bottom: solid 2px #CCCCCC;
	border-bottom-style:dotted;
	background-image:url(images/common/pointer07_green.gif);
	background-repeat:no-repeat;
	background-position:0 center;
}

.column3_title_small p{
	margin:2px 0 1px 15px;
	font-weight:bold;
}


.column3_read_left{
	width:383px;
	height:auto;
	margin:7px 0 25px 0;
	float:left;
}
.column3_read_left p{
	width:383px;
	height:auto;
	margin:7px 0 2px 0;
	float:left;
}

.read_left_notice{
	width:383px;
	height:auto;
	margin:7px 0 25px 0;
	float:left;
	color:#666666;
	margin:3px 0 25px 0;
}



.read_left_title{
	font-weight:bold;
	color:#407777;
}

.read_left_catch{
	margin-top:2px;
	font-weight:bold;
	color:#59A6A6;
}

.column3_read_right{
text-align:right;
	width:155px;
	height:auto;
	margin:17px 0 25px 10px;
	float:left;
}

.column3_read_right_sp{
text-align:right;
	width:155px;
	height:auto;
	margin:7px 0 25px 10px;
	float:left;
}

.column3_read_bottom {
	width:550px;
	height:auto;
	margin-bottom:25px;
	float:left;
}

.read_bottom_caption{
color:#AF3901;
}

.read_left_caption{
color:#AF3901;
margin:0;
padding:0;
}

p.read_left_img {
	width:383px;
	float:left;
}
p.read_bottom_read {
	width:512px;
	height:auto;
	padding:5px 15px;
	background-color:#EAF7F5;
	float:left;
	border:solid 3px #CCCCCC;
}

p.read_bottom_img {
	width:544px;
	height:auto;
	padding:3px 0px;
	float:left;
}

.read_bottom_footer{
	width:548px;
	height:auto;
	color:#666666;
	margin:3px 0 25px 0;
}

.column3_read_top_title{
	width:548px;
	height:auto;
	margin-top:7px;
	float:left;
	font-weight:bold;
	color:#407777;
}

.column3_read_top_catch{
	width:548px;
	height:auto;
	margin-top:2px;
	float:left;
	font-weight:bold;
	color:#59A6A6;
}

.column3_read_top{
	width:548px;
	height:auto;

	margin:1px 0 5px 0;
	float:left;
}

.column3_moreinfo_btn_s{
	height:auto;
}

.column3_moreinfo_btn_s img{
	vertical-align:middle;
	margin-left:1px;
}



.line_01{
  border-right:solid 1px #cccccc;
  border-top:solid 1px #cccccc;
  }

.line_02{
font-size:90%;
line-height:130%;
  border-bottom:solid 1px #cccccc;
  border-left:solid 1px #cccccc;
  }
  
.line_03{
font-size:90%;
line-height:130%;
  border-bottom:solid 1px #cccccc;
  }
  
.line_04{
  border-right:solid 1px #cccccc;
  }
  
  
  
 /* ==トップ==*/

#top_main_box {
    float:right;
	height: auto;
	width: 550px;
    margin-left:10px;
}


.top_main_left_box{
display:block;
margin-top:4px;
float:left;
height: auto;
width: 188px;
text-align:center;
border:1px solid #cccccc;
}

.top_main_right_box{
display:block;
float:right;
height:auto;
width: 350px;
margin-top:5px;
margin-left:10px;
}


#top_right_box{
float:left;
height:auto;
width: 190px;
margin-top:5px;
}



/* ==トップ以外==*/

#right_box {
	float:right;
	height: auto;
	width: 550px;
}

#right_box02 {
	float:right;
	height: auto;
	width: 550px;
}

#left_box{
float:left;
height:auto;
width: 190px;
margin-right:10px;
}

#left_box02{
float:left;
height:auto;
width: 190px;
margin-right:10px;
}


.main_left_box{
display:block;
float:left;
height: auto;
width: 270px;
text-align:left;
}

.main_right_box{
display:block;
float:right;
height: auto;
width: 270px;
text-align:left;
}

/*======================
 社員プロフィールページ
=======================*/
.pro_subtitle{
 width:120px;
 height:20px;
 background-color:#FFFFFF;
 background-image:url(images/pro_bar02.gif);
 background-repeat:no-repeat;
 font-weight:bold;
 margin:0;
 padding:0;
 }

.pro_subtitle p{
 color:#ffffff;
 margin:0 0 0 7px;

}
 
.pro_bar{
 width:543px;
 height:17px;
 background-image:url(images/pro_bar03.gif);
 background-repeat:no-repeat;
 margin:0;
 padding:3px 0 0 5px;
 color:#ffffff;
 border-bottom:solid 1px #cccccc;
 }

.pro_box{
 margin:0;
 padding:0;
 clear:both;
 height:100%;
 }
 
.pro_box_left{
 width:60%;
 float:left;
 height:100%;
 }

.pro_box_right{
 float:right;
 height:100%;
 }
 
.pro_box_right img{
 border:solid 1px #cccccc;
 } 


div.topicPath ul li {
	margin-right: 7px;
	padding-right: 14px;
	float: left;
	background: url(http://210.148.1.135/iing/mt-static/themes/theme_name/img/marker_topicpath.gif) no-repeat right center;
	list-style: none;
	display: inline;
}




/* ====== 20110118 ADDED ======*/

p.consult_hdr {
	width: 535px;
	margin: 0 0 0 8px;
}

.consult_bg {
	display: block;
	width: 445px;
	margin: 0 0 0 8px;
	padding: 35px 45px 5px 45px;
	background: url(images/consult_bg.gif) top left no-repeat;
}
*html .consult_bg {
	width: 535px;
}

.consult_bg ul {
	font-size: 90%;
	padding-left: 70px;
	padding-bottom: 5px;
	background: url(images/consult_man.gif) top left no-repeat;
}
.consult_bg ul li {
	list-style: disc;
	margin-bottom: 6px;
}

.aligncenter {
	text-align: center;
}

p.consult_ftr {
	width: 535px;
	margin: 0 0 0 8px;
}

p.othercontact {
	display: block;
	font-size: 90%;
	width: 220px;
	margin: 10px 160px; 0;
	padding-left: 20px;
	background: url(images/common/list_icon.gif) no-repeat 12px 3px;
}

.consult_bg_build {
	display: block;
	width: 497px;
	margin: 0 0 0 8px;
	padding: 35px 0 5px 38px;
	background: url(images/consult_bg.gif) top left no-repeat;
}
*html .consult_bg_build {
	width: 535px;
}

.consult_bg_build ul li {
	display: inline;
}

ul.meriticon {
padding: 5px 0 15px;
}

ul.meriticon li {
display: inline;
padding-right: 3px;
}



