/*************************************/
/* (basic setting)                                         */
/*************************************/
*{
	font-size:14px;
	line-height:140%;
	padding:0px;
	margin:0px;
}

img{
	border:0px;
}

a:link { color: #FF3300; }
a:visited { color: #FF3300; }
a:hover { color: #FF9966; }
a:active { color: red; } 

img.opaover:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

/*************************************/
/* (all)                                                             */
/*************************************/
html,body{
	background-color:#E0DBCE;
}

#all{
	text-align:center;
}

#roof_line{
	height:3px;
	background-color:#715C1F;
}

#outer_wrapper{
	text-align:center;
	width:860px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/wrapper_back.jpg');
	background-repeat:repeat-y;
}

#inner_wrapper{
	
	text-align:left;
	background-color:#FFFFFF;
	width:740px;

	margin-left: auto;
	margin-right: auto;
}

/*************************************/
/* header                                                       */
/*************************************/
#header{
	width:740px;
	height:84px;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
}

#header #left_block{
	width:440px;
	float:left;
}

#header #right_block{
	width:300px;
	float:left;
}

#header #search{
	float:right;
	margin:3px 0px 0px 0px;
}

#header #search input{
	font-size:12px;
}

#header #search br{
	clear:both;
}

#header #top_page_link{

}

/*************************************/
/* menu_area                                               */
/*************************************/
#menu_area{
	width:740px;
	height:50px;
	margin:0px 0px 10px 0px;
	clear:both;
}

#menu_area li{
	list-style:none;
	float:left;
}

#menu_area li a{
	display:block;
	text-indent:-9999px;
	outline:0px;
}

#menu_area li#important a{
	background-image:url('../images/main_menu_important.jpg');
	width:181px;
	height:50px;
}

#menu_area li#important a:hover{
	background-image:url('../images/main_menu_important_on.jpg');
}

#menu_area li#company a{
	background-image:url('../images/main_image_company.jpg');
	width:142px;
	height:50px;
}

#menu_area li#company a:hover{
	background-image:url('../images/main_image_company_on.jpg');
}

#menu_area li#product a{
	background-image:url('../images/main_image_product.jpg');
	width:121px;
	height:50px;
}

#menu_area li#product a:hover{
	background-image:url('../images/main_image_product_on.jpg');
}


#menu_area li#proven a{
	background-image:url('../images/main_image_proven.jpg');
	width:147px;
	height:50px;
}

#menu_area li#proven a:hover{
	background-image:url('../images/main_image_proven_on.jpg');
}

#menu_area li#access a{
	background-image:url('../images/main_image_access.jpg');
	width:149px;
	height:50px;
}

#menu_area li#access a:hover{
	background-image:url('../images/main_image_access_on.jpg');
}

/*************************************/
/* top_first_area                                        */
/*************************************/
#top_first_area{
	clear:both;
	width:740px;
	height:460px;
	margin:0px 0px 10px 0px;
}

#top_first_area_left{
	width:225px;
	float:left;
	font-size:1px;
	line-height:0;
}

#top_first_area_left a{
	font-size:1px;
	line-height:0;	
}

#top_first_area_left img{
	vertical-align:text-bottom;
	padding:0;
	margin:0;
}

#top_first_area_right{
	width:225px;
	float:left;
	margin-right:10px;
	font-size:1px;
	line-height:0;
}

#top_first_area_right a{
	font-size:1px;
	line-height:0;	
}

#top_first_area_right img{
	vertical-align:text-bottom;
	padding:0;
	margin:0;
}

#top_first_area_news{
	width:278px;
	float:left;
	overflow:auto;
	height:460px;
	border:1px solid #999999;
}

#top_first_area_news #news_title{
	color:#285A06;
	font-weight:bold;
	margin:5px 5px 5px 5px;
	border-bottom:1px solid #999999;
}

#top_first_area_news #news_body{
	margin:5px 5px 5px 5px;
}

#top_first_area_news #news_body .news_each{
	overflow:auto;
	clear:both;
	border-bottom:1px dashed #999999;
	padding-bottom:5px;
	margin-bottom:5px;
}

#top_first_area_news #news_body .news_each .news_each_left{
	width:85px;
	float:left;
	margin-right:10px;
}

#top_first_area_news #news_body .news_each .news_each_left .news_each_img{
    width:80px;
    height:80px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:80px;
    background-color:#EEEEEE;
    padding:0;
    margin:0;
}

#top_first_area_news #news_body .news_each .news_each_left .news_each_img img{
    vertical-align:middle;
    padding:0;
    margin:0;
}

#top_first_area_news #news_body .news_each .news_each_right{
	width:170px;
	float:left;
}

#top_first_area_news #news_body .news_each .news_each_right .news_each_date{
}

#top_first_area_news #news_body .news_each .news_each_right .news_each_title{
}

/*************************************/
/* top_first_main_area                            */
/*************************************/
#top_first_main_area{
	margin-top:-100px;
}

#top_first_main_area .keyword{
	margin:0px 20px 20px 20px;
	font-size:30px;
	font-weight:bold;
	color:#FFFFFF;
	bottom:0;
}


/*************************************/
/* top_first_sub_area                               */
/*************************************/
#top_first_sub_area{
	width:260px;
	float:right;
}

#sub_first_block a{
	background-image:url('../images/main_pickup01.jpg');
	width:260px;
	height:125px;
	list-style:none;
	display:block;
}

#sub_first_block a:hover{
	background-image:url('../images/main_pickup01_on.jpg');
}

#sub_second_block a{
	background-image:url('../images/main_pickup02.jpg');
	width:260px;
	height:125px;
	list-style:none;
	display:block;
}

#sub_second_block a:hover{
	background-image:url('../images/main_pickup02_on.jpg');
}

/*************************************/
/* top_second_area                            */
/*************************************/
#top_second_area{

}

/*************************************/
/* top_second_main_area                            */
/*************************************/
#top_second_main_area{
	width:460px;
	float:left;
}

/*************************************/
/* top_second_sub_area                            */
/*************************************/
#top_second_sub_area{
	width:260px;
	float:right;
}

/*************************************/
/* footer_contents_area                            */
/*************************************/
#footer_contents_area{
	clear:both;
	width:740px;
	height:280px;
	background-image:url('../images/footer.jpg');
	background-repeat:no-repeat;
	background-color:#795F1F;	
}

#footer_contents_area_left{
	float:left;
	margin:70px 0px 0px 10px;
	width:305px;
	height:138px;
	background-image:url('../images/footer_profile_back.jpg');
	background-repeat:no-repeat;
}

#footer_contents_area_right_a{
	float:left;
	width:170px;
	margin:90px 0px 0px 30px;
}

#footer_contents_area_right_b{
	float:left;
	width:190px;
	margin:90px 0px 0px 20px;
}

#footer_contents_area_left .company_name{
	margin:28px 5px 0px 115px;
	font-size:12px;
	color:#FFFFFF;
}

#footer_contents_area_left .address{
	margin:10px 5px 0px 115px;
	font-size:10px;
	color:#D8D1BE;
}

#footer_contents_area_left .button{
	margin:0px 3px 0px 0px;
}

/* a */
#footer_contents_area_right_a .title{
	display:block;
	height:15px;
	background-image:url('../images/label_principal_customer.jpg');
	background-repeat:no-repeat;
	
	padding:0px 0px 5px 0px;
	border-bottom:1px dashed #9E8C5D;
}

#footer_contents_area_right_a .link{
	padding:5px 0px 5px 10px;
	border-bottom:1px dashed #9E8C5D;
}

#footer_contents_area_right_a .link a{
	font-size:11px;
	color:#D8D1BE;
	text-decoration: none;
}

/* b */
#footer_contents_area_right_b .title{
	display:block;
	height:15px;
	background-image:url('../images/label_use_store.jpg');
	background-repeat:no-repeat;
	
	padding:0px 0px 5px 0px;
	border-bottom:1px dashed #9E8C5D;
}

#footer_contents_area_right_b .link{
	padding:5px 0px 5px 10px;
	border-bottom:1px dashed #9E8C5D;
}

#footer_contents_area_right_b .link a{
	font-size:11px;
	color:#D8D1BE;
	text-decoration: none;
}

#footer_contents_area_right_b .count{
	padding:20px 0px 5px 10px;
	font-size:11px;
	color:#D8D1BE;
	text-decoration: none;
}


/*************************************/
/* footer_area                 　　　　　　　　　　　　　           */
/*************************************/
#footer_area{
	width:740px;
	height:20px;
	background-color:#4C3B13;
	
	text-align:center;
	
	font-size:11px;
	color:#FFFFFF;
	
	padding:8px 0px 0px 0px;
	
}

/*************************************/
/* (block_main)                                           */
/*************************************/
.block_main{
	margin:0px 0px 10px 0px;
	width:460px;
	clear:both;
}

.block_main_title{
	margin:0px 0px 5px 0px;
	background-repeat:no-repeat;
	background-image:url('../images/title_blank.jpg');
	letter-spacing:2px;
	width:460px;
	height:60px;
}

.block_main_title h2{
	color:#FFFFFF;
	font-weight:normal;
	padding:26px 0px 0px 10px;
}

.block_main_subtitle{
	margin:0px 0px 10px 0px;
	background-repeat:no-repeat;
	background-image:url('../images/subtitle_blank.jpg');
	letter-spacing:2px;
	width:460px;
	height:25px;
}

.block_main_subtitle h3{
	color:#000000;
	font-weight:bold;
	padding:3px 0px 0px 10px;
}

.block_main_minititle{
	margin:0px 0px 10px 0px;
	background-repeat:no-repeat;
	background-image:url('../images/minititle_blank.jpg');
	letter-spacing:1px;
	width:460px;
	height:25px;
	clear:both;
}

.block_main_minititle h3{
	color:#000000;
	padding:3px 0px 0px 24px;
}

.block_main_text{
	margin:0px 0px 20px 5px;
	overflow:hidden;
}

.block_main_list{
	margin:0px 0px 0px 30px;
}

.block_main_list li{
	line-height:22px;
}

.block_main_3column td{
	float:left;
	width:133px;
	padding:0px 15px 10px 0px;
}

.block_main_3column .caption, .caption a, .caption a:hover{
	width:100%;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:11px;
	color:#666666;
}

.block_main_catogry_image{
	margin:20px 0px 10px 0px;
}

/*************************************/
/* pankuzu                        */
/*************************************/
.pankuzu{
	margin:0px 0px 20px 50px;
	padding:0px 3px 5px 5px;
	border-bottom:1px solid #FBFBFB;
	
	font-size:11px;
	color:#999999;
	text-decoration: none;
	line-height:19px;
}

.pankuzu a{
	font-size:11px;
	color:#FFAA95;
	text-decoration: none;
	line-height:19px;
}

.pankuzu a:hover{
	color:#FF3300;
	text-decoration: underline;
}

.pankuzu span{
	background-image:url('../images/pankuzu_arrow.jpg');
	padding:0px 0px 0px 21px;
	width:0px;
	margin:0px 10px 0px 10px;
}

/*************************************/
/* (button)                        */
/*************************************/

.button a{
	float:right;
	display:block;
	margin:0px 0px 5px 0px;
	text-indent:-9999px;
	outline:0px;
}

.button br{
	clear:both;
}

.b_detail a{
	background-image:url('../images/detail_button.jpg');
	width:147px;
	height:42px;
}

.b_detail a:hover{
	background-image:url('../images/detail_button_on.jpg');
}

.b_contact_mini a{
	background-image:url('../images/contact_mini_button.jpg');
	width:227px;
	height:42px;
}

.b_contact_mini a:hover{
	background-image:url('../images/contact_mini_button_on.jpg');
}

.b_dainty a{
	background-image:url('../images/dainty_button.jpg');
	width:227px;
	height:42px;
}

.b_dainty a:hover{
	background-image:url('../images/dainty_button_on.jpg');
}

.b_ease a{
	background-image:url('../images/ease_button.jpg');
	width:227px;
	height:42px;
}

.b_ease a:hover{
	background-image:url('../images/ease_button_on.jpg');
}

.b_environment a{
	background-image:url('../images/environment_button.jpg');
	width:227px;
	height:42px;
}

.b_environment a:hover{
	background-image:url('../images/environment_button_on.jpg');
}

.b_trust a{
	background-image:url('../images/trust_button.jpg');
	width:227px;
	height:42px;
}

.b_trust a:hover{
	background-image:url('../images/trust_button_on.jpg');
}

.b_sitemap a{
	background-image:url('../images/sitemap_button.jpg');
	width:113px;
	height:22px;
}

.b_sitemap a:hover{
	background-image:url('../images/sitemap_button_on.jpg');
}

.b_cantact a{
	background-image:url('../images/contact_button.jpg');
	width:260px;
	height:119px;
}

.b_cantact a:hover{
	background-image:url('../images/cantact_button_on.gif');
}

.b_mail_magazin a{
	background-image:url('../images/mail_magazin_button.jpg');
	width:260px;
	height:84px;
}

.b_mail_magazin a:hover{
	background-image:url('../images/mail_magazin_button_on.jpg');
}

.b_contact_micro a{
	background-image:url('../images/contact_micro_button.jpg');
	width:119px;
	height:29px;
}

.b_contact_micro a:hover{
	background-image:url('../images/contact_micro_button_on.jpg');
}

.b_pdf_download a{
	background-image:url('../images/pdf_download_button.jpg');
	width:196px;
	height:40px;
	float:none;
	margin:0px 0px 0px 5px;
}

.b_pdf_download a:hover{
	background-image:url('../images/pdf_download_button_on.jpg');
}

.b_sanchokubin a{
	background-image:url('../images/sanchokubin_button.jpg');
	width:260px;
	height:84px;
}

.b_sanchokubin a:hover{
	background-image:url('../images/sanchokubin_button_on.jpg');
}

.b_guideline div{
	background-image:url('../images/guideline_button.jpg');
	width:260px;
	height:84px;
}

.b_guideline a{
	background-image:url('../images/guideline_button.jpg');
	width:260px;
	height:84px;
}

.b_guideline a:hover{
	background-image:url('../images/guideline_button_on.jpg');
}

/*************************************/
/* (block_sub)                                             */
/*************************************/
.block_sub{
	margin:0px 0px 10px 0px;
	width:260px;
}

.block_sub_title{
	margin:0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-image:url('../images/title_side_ikimono.jpg');
	letter-spacing:2px;
	width:260px;
	height:77px;
}

.block_sub_title_ikimono{
	margin:40px 0px 0px 0px;
	background-image:url('../images/title_side_ikimono.jpg');
	height:77px;
}

.block_sub_title h2{
	color:#FFFFFF;
	font-weight:normal;
	padding:26px 0px 0px 10px;
}

.block_sub_title_ikimono h2{
	color:#FFFFFF;
	font-weight:normal;
	padding:42px 0px 0px 10px;
}

.block_sub_text{
	margin:0px 10px 0px 10px;
}

/*************************************/
/* (others)                                                     */
/*************************************/
.left_text_img{
	float:right;
	margin:0px 0px 10px 10px;
	padding:10px 10px 10px 10px;
	background-image:url('../images/image_back_220x170.jpg');
	background-repeat:repeat;
}

.right_text_img{
	float:left;
	margin:0px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	background-image:url('../images/image_back_220x170.jpg');
	background-repeat:repeat;
}

.normal_text_img{
	margin:10px 5px 10px 0px;
	padding:10px 10px 10px 10px;
	background-image:url('../images/image_back_220x170.jpg');
	background-repeat:repeat;
}

#ikimono_blog_list{

}

#ikimono_blog_list .article{
	clear:both;
}

#ikimono_blog_list .article .date{
	float:left;
	width:90px;
	padding:3px 0px 0px 0px;
	font-size:11px;
	color:#999999;
	font-weight:bold;
}

#ikimono_blog_list .article .title{
	float:right;
	width:165px;
	text-align:left;
	margin:0px 0px 3px 0px;
}

#top_ikimono_blog_list{
	width:460px;
}

#top_ikimono_blog_list .article{
	clear:both;
	margin:0px 0px 10px 0px;
}

#top_ikimono_blog_list .article .date{
	float:left;
	width:90px;
	padding:3px 0px 0px 0px;
	font-size:11px;
	color:#999999;
	font-weight:bold;
}

#top_ikimono_blog_list .article .title{
	float:right;
	width:370px;
	text-align:left;
	margin:0px 0px 3px 0px;
}

#top_ikimono_blog_list .article .clear{
	clear:both;
}

#top_ikimono_blog_list .article .content{
	margin:0px 0px 0px 10px;
}


.evidence{

}

.evidence a{
	background-image:url('../images/related_link_arrow.gif');
	background-repeat:no-repeat;
	float:right;
	display:block;
	
	font-size:12px;
	
	padding:0px 0px 0px 19px;
}

.evidence br{
	clear:both;
}

.outerlink{

}

.outerlink a{
	background-image:url('../images/related_link_arrow.gif');
	background-repeat:no-repeat;
	float:right;
	display:block;
	
	font-size:12px;
	
	padding:0px 0px 0px 19px;
}

.outerlink br{
	clear:both;
}

.emphasis{
	width:460px;
	margin:0px 0px 20px 0px;
}

.emphasis .header{
	background-image:url('../images/emphasis_header.jpg');
	background-repeat:no-repeat;
	height:29px;
}

.emphasis .content{
	background-image:url('../images/emphasis_back.jpg');
	background-repeat:repeat-y;
	padding:0px 40px 0px 40px;
}

.emphasis .footer{
	background-image:url('../images/emphasis_footer.jpg');
	background-repeat:no-repeat;
	height:30px;
}

.emphasis .title{
	margin:0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-image:url('../images/emphasis_arrow.gif');
	letter-spacing:1px;
}

.emphasis .title h4{
	font-weight:normal;
	padding:0px 0px 0px 15px;
}

.emphasis .text{
	padding:0px 0px 0px 15px;
	font-size:12px;
	color:#666666;
}

.weak{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	font-size:12px;
	color:#666666;
}

.member_picture{
	margin:0px 5px 0px 0px;
	float:left;
}

.member_name{
	margin:5px 0px 0px 0px;
	float:left;
}

br.clear{
	clear:both;	
}

/*************************************/
/* table                                                     */
/*************************************/

table{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:5px 0px 10px 0px;
}

table th{
    padding: 5px 5px 5px 10px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
	text-align:left;
}

table td{
    padding: 5px 5px 5px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	text-align:left;
}

table.no_design,table.no_design th,table.no_design td{
	border:0px;
	margin:0px;
}

table tr.small_font th, table tr.small_font td{
	font-size:11px;
	padding: 3px 3px 3px 5px;
}

/*************************************/
/* two_column_list                                        */
/*************************************/
.two_column_list{
	margin:20px 10px 0px 0px;
	width:217px;
	float:left;
}

.two_column_list .title{
	margin:0px 0px 10px 0px;
	background-repeat:no-repeat;
	background-image:url('../images/fusentitle_blank.jpg');
	letter-spacing:1px;
	width:217px;
	height:40px;
	clear:both;
}

.two_column_list .title h4{
	color:#FFFFFF;
	padding:10px 0px 0px 38px;
}

.two_column_list .image{
	width:90%;
	text-align:center;
}

/*************************************/
/* blog_info                         */
/*************************************/
#blog_info{
	
}

#blog_info .blog_article{
	float:left;
	width:150px;
	margin-right:5px;
	margin-bottom:5px;
}
#blog_info .blog_article_right{
	float:left;
	width:150px;
	margin-right:0px;
	margin-bottom:5px;
}
#blog_info .blog_article .blog_title, 
#blog_info .blog_article_right .blog_title{
	text-align:right;
}
#blog_info .blog_article .blog_title a,
#blog_info .blog_article_right .blog_title a{
	color:#333333;
	font-weight:normal;
	font-size:11px;
}
#blog_info .blog_article .blog_title a:hover,
#blog_info .blog_article_right .blog_title a:hover{
	text-decoration:none;
}

#blog_info .blog_article .title,
#blog_info . blog_article_right .title{
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom:3px;
}

#blog_info .blog_article .img,
#blog_info .blog_article_right .img {
    width:150px;
    height:110px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:110px;
    background-color:#EEEEEE;
    padding:0;
    margin:0;
}

#blog_info .blog_article .img img,
#blog_info .blog_article_right .img img{
    vertical-align:middle;
    padding:0;
    margin:0;
}

#blog_info .blog_article .blog_url{
	word-wrap: break-word;
	word-break: break-all;
}
