@charset "UTF-8";
/* CSS Document */

/* --------------------- コンテナ --------------------- */

#container {
    min-height: 550px; 
    margin:0px 0px 0px 0px ;
	padding: 0px 25px 0px 25px;
	background-color:#FFFFFF;
	background-image: url(../img/contaner_back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
	  }

/*\*/
*html div{height:1%;}
/* */




/* 2カラム用 */
.container_left {
    float:left;
    width:50%;
    }

.container_right {
    float:right;
    width:50%;
    }	  



/* --------------------- オレンジ枠内　メニュー（第２階層以降で使用） --------------------- */
#menu2_second {
	clear: both;
	position:relative;/* レイヤー機能 */
	top: -17px; 
	background-image: url(../img/menu_back_second.jpg);
	background-repeat: no-repeat;
	height:34px;
	margin:0px 25px 0px 25px;
	padding: 0px 0px 0px 150px;
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
	line-height:34px;
	z-index: 2;
	overflow: hidden; 
	text-overflow: ellipsis;  
	 }
	 

#menu2_second a:link {
   text-decoration: none; 
   color:#ffffff;
   }
   
#menu2_second a:visited {
   text-decoration: none; 
   color:#ffffff;
   }   
   
#menu2_second a:hover {
   text-decoration: none; 
   color:#ffcccc;
   }

#menu2_second a:active { 
   text-decoration: none; 
   color:#ffffff;
   }



/* --------------------- パンくず --------------------- */

#breadcrumb {
   font-size: 70%;
   margin: 0px 0px 0px 0px;
   padding: 15px 0px 10px 0px; 
}












/* --------------------- 刊行書籍ページ用 --------------------- */	


/* --------------------- タイトルとバック写真 --------------------- */


.title_img {/* 各ページで背景画像が違うため、各ページに表記 */
}



.title_sub {
    font-size: 110%;
	font-weight:bold;
	background-color:#eeeeee;
	margin:0px 0px 10px 0px;
	padding: 3px 3px 0px 3px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}








/* --------------------- リンク用 --------------------- */

#link_out {/* ページ上部に表示 */
   font-size: 70%;
	text-align:right;
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}


#link_out a {
   background-image: url(../img/info_arrow1.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 20px;
   padding: 5px 0px 5px 25px;
}




.link_arrow a {/* ページの間で表示 */
   background-image: url(../img/link_arrow.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 35px;
   margin: 0px 0px 20px 0px;
   padding: 10px 0px 10px 32px;
}

.link_arrow a:hover {
   background-image: url(../img/link_arrow_on.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 35px;
   margin: 0px 0px 20px 0px;
   padding: 10px 0px 10px 32px;
}










/* --------------------- ページ上部へのリンク --------------------- */

.pagetop {
   clear:both;
   font-size: 80%;
   text-align: right;
   margin: 10px 0px 30px 0px;
}


.pagetop a {
	background-image: url(../img/pagetop_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
    padding: 5px 0px 5px 20px;
	}	  
	
	







/* --------------------- その他ページ --------------------- */	
	
#page_title	 {
   font-size: 120%;
   font-weight:bold;
   margin: 35px 0px 35px 0px;
   padding: 0px 0px 0px 10px;
   border-left: 5px solid #ff9900;
	}


.page_subtitle {
   font-size: 100%;
   font-weight:bold;
   margin: 20px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
   border-bottom: 1px solid #ff9900;
 	}

.page_subtitle span {
   color:#ff9900;
   padding: 0px 5px 0px 0px;
	}


.page_subtitle2 {
   font-size: 90%;
   font-weight:bold;
   margin: 20px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   border-bottom: 1px dotted #ffcc66;
 	}




#page_link {/* ページ内リンク用 */
   background-color:#eeeeee;
   margin: 0px 0px 10px 0px;
   padding: 10px 5px 10px 5px;
   background-image: url(../img/pagelink_back.jpg);
   background-repeat: no-repeat;
   background-position: top center;	
	}	

#page_link p {
   font-size: 100%;
   font-weight:bold;
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}	

#page_link a {
   font-size: 90%;
   background-image: url(../img/pagelink_arrow.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 20px;
   padding: 5px 0px 5px 20px;
	}	




#page_link_other {/* ページ内リンク用ーその他の刊行物ー */
   background-color:#eeeeee;
   margin: 0px 0px 10px 0px;
   padding: 10px 5px 10px 5px;
   background-image: url(../img/pagelink_back.jpg);
   background-repeat: no-repeat;
   background-position: top center;	
	}	

#page_link_other p {
   font-size: 100%;
   font-weight:bold;
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}	


.other_link a {
   font-size: 90%;
   background-image: url(../img/pagelink_arrow.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 20px;
   padding: 5px 0px 5px 20px;
	}	





#page_link_products {/* ページ内リンク用ー商品情報ー */
   background-color:#eeeeee;
   margin: 0px 0px 30px 0px;
   padding: 10px 5px 10px 5px;
   background-image: url(../img/pagelink_back.jpg);
   background-repeat: no-repeat;
   background-position: top center;	
	}	

#page_link_products p {
   font-size: 85%;
   margin: 5px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}	















/* --------------------- 表 --------------------- */

.page_table {/* 色んなページで使用 */
   font-size: 85%;
   margin: 0px 0px 30px 0px;
}
.page_table th {
	background-color:#FFCC99;
	padding: 10px 10px 10px 10px;
	text-align:center;
}
.page_table td {
    border-bottom: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
}

.page_table .center_y {/* バック黄色　中央揃え */
    text-align:center;
	font-weight:bold;
    background-color:#FFFFdd;
}
.page_table .left_y {/* バック黄色　左揃え */
    text-align:left;
	font-weight:bold;
    background-color:#FFFFdd;
}






.page_table2 {/* 生活産業企業名鑑 業種別目次　使用 */
   font-size: 85%;
   margin: 0px 0px 20px 0px;
}
.page_table2 td {
    border-bottom: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
}





.table_item_4 {/* 商品情報ページの表 */
   margin: 0px 0px 30px 0px;
}
.table_item_4 td {
   border-bottom: 1px solid #cccccc;
   padding: 0px 10px 20px 10px;
   font-size:90%;
   vertical-align: top; 
}




.table_books {/* 生活産業企業名鑑のページで使用 */
	width: 100%;
	font-size: 90%;
	margin: 10px 0px 20px 0px;
}

.table_books td {
	padding: 10px 5px 10px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.table_books .center_y {
    text-align:center;
	font-weight:bold;
    background-color:#FFFFdd;
}


.table_books .border_y {/* バック黄色　中央揃え　右ボーダー */
    text-align:center;
	font-weight:bold;
    background-color:#FFFFdd;
	border-right: 1px solid #cccccc;
}





.table_other {/* その他の刊行物のページで使用 */
	width: 100%;
	font-size: 85%;
	text-align: center;
	}

.table_other td {
	width: 25%;
	text-align: center;
	padding: 5px 5px 5px 5px;
	}









/* --------------------- テキスト部分 --------------------- */
.text {
    clear:both;
    font-size: 90%;
	margin: 10px 0px 50px 0px;
}

.text p {
	margin: 0px 0px 5px 0px;
}


.text span {
    color: #ff9900;
	padding: 0px 5px 0px 0px;
}


.back_pink {
    clear:both;
    font-weight:bold;
	background-color:#ffcccc;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 10px 0px;
}


.back_yellow {
    font-weight:bold;
	background-color:#ffffcc;
	padding: 3px 5px 3px 5px;
	margin: 30px 0px 0px 0px;
	text-align:center;
}

.back_orange {/* 特に強調する部分に */
    font-weight:bold;
	background-color:#ff9900;
	color:#FFFFFF;
	padding: 3px 3px 3px 3px;
	margin: 20px 0px 20px 0px;
	text-align:center;
}



.text_bold {
   font-weight:bold;
   background-image: url(../img/info_arrow1.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 20px;
   margin: 20px 0px 0px 0px;
   padding: 0px 0px 0px 25px;
}

.text_bold_red {
   font-weight:bold;
   color:#CC0000;
   font-size:110%;
   background-image: url(../img/info_arrow3.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   line-height: 25px;
   margin: 20px 0px 0px 0px;
   padding: 0px 0px 0px 30px;
}


.font_mini {
   font-size: 75%;
   padding: 0px 3px 0px 3px;
}







/* --------------------- 会員専用サイトのご案内 --------------------- */

#outline_catch {
	text-align: left;
}



.outline_catch_left {
	float:left;
	width:500px;
	margin:0 0 10px 0;
	padding:0 12px 0 0;
}

.outline_catch_right {
	float:right;
	width:270px;
	padding:0px 0px 0px 12px;
	border-left:1px #DDD solid;
}



#outline {
text-align: left;
margin:0px 0px 0px 0px;
}



.out_title {
background-image:url(../img/out_title.jpg);
background-repeat:no-repeat;
line-height:60px;
margin:20px 0px 20px 0px;
padding:0px 0px 0px 60px;
color:#333333;
clear:both;
font-size:150%;
}


.out_subtitle {
background-image:url(../img/out_subtitle.jpg);
background-repeat:no-repeat;
line-height:60px;
margin:10px 0px 10px 0px;
padding:0px 0px 3px 0px;
font-size:120%;
clear:both;
}






.point_left {
float:left;
padding:0 2em 0 0;
}

.point_right {
width:790px;
margin:auto;
}






#outline p {
clear:both;
padding: 10px 0px 10px 0px;
}


#outline ul {
	margin:0 0 0 2em;
padding:0 0 15px 0;  
}

#outline ul li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
}





.table_charge {
font-size:90%;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}

.table_charge td {
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
padding: 15px 15px 15px 15px;
}

.table_charge .yellow {
background-color:#FFFFCC;
}




.table_stream {
font-size:90%;
}
.table_stream td {
width:33%;
padding: 15px 10px 15px 10px;
text-align:center;
vertical-align: top; 
}


.table_action {
font-size:90%;
}
.table_action td {
padding: 15px 10px 15px 10px;
}
.table_action .center {
text-align:center;
border-bottom: 1px solid #cccccc;

}
.table_action .yellow {
background-color:#FFFFCC;
text-align:center;
}


.font_red {
	color:#FF0000;
	font-size:130%;
}



.to_trial a span {/* お試しサイトページへ */
   display:none;
 }

.to_trial a {
   display:block;
   width:500px;
   height:170px;
   background-image: url(../img/bnr_trial.jpg);
   background-repeat: no-repeat;
}

.to_trial a:hover {
   background-image: url(../img/bnr_trial2.jpg);
   background-repeat: no-repeat;
}


.pv {/* PVエリア関連 */
	padding:0 0 10px;
}

.to_pv {
	width:270px;
}

.to_pv a {
	display:block;
	width:270px;
	height:200px;
	background-image: url(../img/link_pv.jpg);
	background-repeat: no-repeat;
}

.to_pv a:hover {
	display:block;
	width:270px;
	height:200px;
	background-image: url(../img/link_pv_on.jpg);
	background-repeat: no-repeat;
}

.to_pv a span {
	display:none;
}


.faq {
	text-align:center;
	padding:10px 0 0;
	font-weight:bold;
}

.faq a {
	display:block;
	width:100%;
	padding:10px 0;
	border:2px #F30 dashed;
	text-decoration:none;
	font-size:120%;
	color:#F30;
}

.faq a:hover {
	display:block;
	width:100%;
	padding:10px 0;
	background-color:#F30;
	color:#FFF;
}


/* --------------------- サイトマップページ --------------------- */


#sitemap p {
	margin:0 0 1.5em;
	text-indent: 5px;
	font-weight:bold;
	font-size:110%;
}

#sitemap .c_b {
	border-left: 10px solid #526EB1;
}

#sitemap .c_r {
	border-left: 10px solid #C00;
}

#sitemap .c_o {
	border-left: 10px solid #F60;
}

#sitemap .c_g {
	border-left: 10px solid #090;
}

.f_o {
	color:#F60;
}

.f_g {
	color:#090;
}

.f_r {
	color:#C00;
}

#sitemap .font_mini {
	color:#666;
}

#sitemap .p_0 {
	margin:0;
}

#sitemap a {
	text-decoration:none;
	color:#333;
}

#sitemap a:hover {
	text-decoration:underline;
}

sitemap .m_0 {
	padding:0 0 2em 0; 
}

#sitemap dt {
	padding:0 0 0 1.5em;
	font-weight:bold;
}

#sitemap dd {
	padding:0 0 0 2.5em;
}

#sitemap .sp {
	padding:10px 0 0 1.5em;
	margin:10px 0 0 0;
}

#sitemap .l_o {
	border-top:1px dotted #FC9;
}

#sitemap .l_g {
	border-top:1px dotted #9F9;
}

#sitemap .l_r {
	border-top:1px dotted #F69;
}


#sitemap .v_hr {
	border-right:1px solid #DDD;
}

