@charset "UTF-8";
/*ベース設定::::::::::::::::::::::::::*/
html{margin:0;padding:0;}
body{
    zoom:0.8;
    margin:0;
	padding:0;
	text-align: center;
	line-height:130%;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background:none;

}
/*リンクベース*/
a{color:#0000DB;text-decoration:underline;}
a:hover{color:#0099CC;text-decoration:underline;}
address{
   font-style:normal;
   display:inline;
}
dfn{
   font-style:normal;
   display:inline;
   background:#FFFF66;
}

/* レイアウト::::::::::::::::::::::::::::::::*/

/*センター+左＝layuot1＆右=layout2*/		
div.layout1{
   padding:0;
   clear:both;
   width:960px;
   margin:0 auto;
   height:1%;
   background:none;

   }	
div.layout2{
   float:left;
   padding:0;
   clear:both;
   width:770px;/*960-right*/
   margin:0 auto;
   height:1%;
   background:none;
   }	
/*clearfix floatに設定*/
.clearfix:after,
div.layout1:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix{
	height:1%
}
.img_left{
   float:left;
   margin:0 15px 15px 0;
}
.img_right{
   float:right;
   margin:0 0 15px 15px;

}
/* ヘッダー::::::::::::::::::::::::::*/
/*トップワード*/
h1.top_word{
	margin:0 auto;
	padding:3px;
	text-align:left;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:100%;
	text-decoration:none;
	width:960px;
}
/*バナー*/
div#header {
   text-align:left;
   margin:0; 
   padding:10px 0 0;
   width:100%;
   /*height:170px;*/
   background:url("http://www.dymco.co.jp/images/styles/bg.jpg") #1A2F80 center repeat-y;
}
.header_inner{
   position:relative;
   width:960px;
   margin:0 auto; 
   padding:0;
   background:#fff;
   height:60px;
   border-bottom:#003366 solid;
}
/*サイトマップ*/
div#header div#sitemap{
   background:url("http://www.dymco.co.jp/images/styles/i_sitemap.gif") no-repeat left top;
   padding:1px 10px 1px 20px; 
   position:absolute;
   top:-22px;
   right:0px;
   margin:0;
}
/*タイトルやロゴ*/
div#header div#branding{
   margin:0;
   padding:0;
}

div#header div#branding2{
}
div#header div#branding2 a{
   position:absolute;
   top:15px;
   left:50px;
   margin:0;
   padding:0;
   text-decoration:none;
   color: #000;
   font-size:28px;
   font-weight:bold;
  line-height:normal;
}
div#header div#branding2 a:hover{
   text-decoration:underline;
   color:#0099CC;
}



/*トップナビ*/
div.top_nav{
   position:absolute;
   width:960px;
   height:22px;
   top:38px;
   right:216px;
   text-align:right;
}
div.top_nav a{}
div.top_nav ul{margin:0;padding:2px;}
div.top_nav li{
   list-style-type:none;
   margin:0;
   padding:1px 10px 1px 20px;
   display:inline;
}
div.top_nav li.top_home{background:url("http://www.dymco.co.jp/images/styles/i_home.gif") no-repeat left top;}
div.top_nav li.top_saiyo{background:url("http://www.dymco.co.jp/images/styles/i_saiyo.gif") no-repeat left top;}
div.top_nav li.top_q{background:url("http://www.dymco.co.jp/images/styles/i_q.gif") no-repeat left top;}
div.top_nav li.top_sitemap{background:url("http://www.dymco.co.jp/images/styles/i_sitemap.gif") no-repeat left top;}
div.top_nav li.top_contact{background:url("http://www.dymco.co.jp/images/styles/i_contact.gif") no-repeat left top;}
div.top_nav li.top_blog{background:url("http://www.dymco.co.jp/images/styles/i_blog.gif") no-repeat left top;}
div.top_nav li.top_blue{background:url("http://www.dymco.co.jp/images/styles/i_blue.gif") no-repeat left top;}




/* メイン:::::::::::::::::::::::::::::::: */
div#main{
   width:100%;
   margin:0;
   padding:0;
   text-align:left;
   background:url("http://www.dymco.co.jp/images/styles/bg.jpg") #1A2F80 center repeat-y;
}
div.main_inner{
   width:960px;
   margin:0 auto;
   padding:0;
   background:#FFFFFF;
}

/* センター部分:::::::::::::::::::::::::::::::: */
/*囲い*/
div#center_cat,
div#center_ent,
div#center_page{
    margin:0;
    padding:5px;
    float:right;
    width:550px;/*570px-padd*/
    background-color:#fff;
    line-height: 140%;
   height:1%;
}

div#center{
    width:570px;/*570px-padd*/
    float:right;
    padding:0;
    margin:0;

}
.center_inner{
    margin:0;
    padding:0;
    background-color:#fff;
    line-height: 140%;
   height:1%;

}


div#center h3{
   text-align:center;
   font-size:12px;
   font-weight:normal;
   line-height: 120%;
   color:#006699;
}


div#center h2{
	clear:both;
	text-align:center;
	padding:10px 10px 0px;
	font-size:16px;
	font-weight:bold;
	color: #006699;
}

div#center h2 a{
   color:#006699;
   text-decoration:none;
}
div#center h2 a:hover{
   text-decoration:underline;
}
div#center h2 span{font-size:12px;}




.content{}
/*info画像*/
div#info{
   position:relative;
   width:550px;
}
div.flash{
    display:none;
}
/*updateinfo*/
#updateinfo dl,
.updateinfo dl{
   background:url("http://www.dymco.co.jp/images/styles/i_ortry.gif") no-repeat left;
   clear:both;
   border-bottom:#29A4EC 1px dotted;
   padding:0 0 2px 15px;
   margin:0 0 5px 10px;
}
#updateinfo dt,
.updateinfo dt{
   width:7em;
   float:left;
}
#updateinfo dd,
.updateinfo dd{
   margin-left:7em;
}
/*サムネイル表示*/
.thumb{
   background:#FBF9F0;
   height:1%;
   margin:0;padding:0;
}
.thumb .t_l{
}
.thumb .t_l a{
   width:150px;/*170-bdr padd*/ 
   height:180px;/*200px-padd*/
   margin:0 10px 10px 0;
   padding:10px;
   float:left;
}
.thumb .t_l a:hover{
   background:#FCF0CE;
}
.thumb .t_l h3{
   margin:0;
   padding:0;
   font-size:12px;
   height:50px;
}

/*チェックマーク*/
ol.check{margin:10px 0 0 10px;padding:0;}
ol.check li{
   background:url("http://www.dymco.co.jp/images/styles/i_check.gif") no-repeat left;
   list-style-type:none;   
   padding-left:20px;
   color:#000;
   font-size:14px;
   font-weight:bold;
   margin-bottom:10px;
}
/* カテゴリ、エントリ*/
#cat_title,
#cat_title_in_entry a,
#page_title{
   background:url("http://www.dymco.co.jp/images/styles/h2_back.jpg") no-repeat top left #3A5C83;
   color:#fff;
   font-size:22px;
   font-weight:bold;
   padding:17px 0 7px 20px;
   display:block;
   line-height:normal;
   margin:0;
   clear:both;
   height:40px;

}




#ent_title{

   border-bottom:2px solid #26397B;
   background:url("http://www.dymco.co.jp/images/styles/bg_center_h2_2.jpg") no-repeat left top #EDF1F8;
   padding:7px 10px 5px 30px;
   margin:0 0 15px 0;
   font-weight:bold;
   font-size:16px;
   line-height:normal;
   list-style-type:none;
}




h2.entrybodylist_title a:hover{
   text-decoration: none;
   color:#330000;
   background:url("http://www.dymco.co.jp/images/styles/h2_back2.jpg") no-repeat bottom;
   }
   


/*カテゴリーリスト*/
#cat_list{
   margin:15px;
   padding:0;
}
#cat_list ul{
   margin:0;
   padding:0;
}
#subcat_list h3,
#cat_list li{
   border-bottom:2px solid #26397B;
   background:url("http://www.dymco.co.jp/images/styles/bg_center_h2_2.jpg") no-repeat left top #EDF1F8;
   padding:7px 10px 5px 30px;
   margin:0 0 15px 0;
   font-weight:bold;
   font-size:16px;
   line-height:normal;
   list-style-type:none;
}




/*エントリーカテゴリーリンク*/
.entrycategory{
   margin:3px 0 0 0;
   padding:0;
   float:right;
}
.entrycategory a{
   display:block;
   background:url("http://www.dymco.co.jp/images/styles/bg_entrycategory.jpg") no-repeat top #2B4188;
   width:90px;/*120-padd*/
   height:13px;/*23-padd*/
   color:#fff;
   text-decoration:none;
   margin:0;
   padding:5px 0 5px 30px;
   font-weight:bold;
}
.entrycategory a:hover{
   background:url("http://www.dymco.co.jp/images/styles/bg_entrycategory_hvr.jpg") no-repeat top #4868BB;
   color:#fff;
   text-decoration:none;
}

/*本文のリスト表示*/
.entrybodylist ul,
#entrybody ul,
.entrybody ul{
	margin:15px 0 5px 0px;
	padding:0;
}
.entrybodylist ul li,
#entrybody ul li,
.entrybody ul li,
#entrybody ol ul li{
	background:url("http://www.dymco.co.jp/images/styles/mark1.gif") no-repeat left top;
	list-style:none;
	padding:0px 3px 4px 15px;
	display:block;
	margin-bottom:0.7em;
	border-bottom:1px dotted #cccccc;
}

/*本文のリスト表示 数字編*/
.entrybodylist ol,
#entrybody ol,
.entrybody ol{
position: relative;
	margin:0;
	padding:0;
}

.entrybodylist ol li,
#entrybody ol li,
.entrybody ol li,
#entrybody  ul ol li{
	padding:0px 3px 4px 0px;
	margin-bottom:0.7em;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left:2em;
}
.entrymore,
.pagemore{
   clear:both;
}

/*前後エントリーリンク*/
.zengo{
   font-size: 10px;
   padding:3px;
   border-top:1px dotted #CDD8E4;
   border-bottom:1px dotted #CDD8E4;
   height:1%;
}
.zengo:after{
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   content: ".";
}
.zengo .zengo_left{float:left;width:250px;}
.zengo .zengo_right{float:right;width:250px;text-align:right;}
.zengo a{color:#999;}
.zengo a:hover{color:#666;}



/*本文表示*/
#entrybody,
.entrybody{
	padding:10px 10px 10px 20px;/*左に段下げ*/
}
.centerbody{
	padding:0px 10px 10px 20px;/*左に段下げ*/
}
#entrybody h2,
.entrybody h2,
.centerbody h2{
   margin-left:-20px;/*entbodyにpadd20px*/
   border-bottom:2px solid #26397B;
   background:url("http://www.dymco.co.jp/images/styles/bg_h3.jpg") no-repeat left top #EDF1F8;
   padding:7px 10px 5px 30px;
   font-weight:bold;
   font-size:24px;
   line-height:normal;
}
#entrybody h3,
.entrybody h3,
.centerbody h3{
	margin-left:-10px;/*entbodyにpadd20px*/
	padding:5px 10px;
	border:1px solid #6699CC;
	font-weight:bold;
	font-size:14px;
	color:#003366;
	background:url("http://www.dymco.co.jp/images/styles/bg_h4.jpg") repeat-x top #F3F8FC;
}
#entrybody h4,
.entrybody h4,
.centerbody h4{
   margin:0;
   border-bottom:1px solid #6699CC;
   padding:5px 0;
   font-size:12px;
   font-weight:bold;
   color:#003366;
}
#entrybody h5,
.entrybody h5,
.centerbody h5{
   margin:0;
   padding:5px 0;
   font-size:12px;
   font-weight:bold;
   color:#6699CC;
}

#entrybody h6,
.entrybody h6,
.centerbody h6{
   margin:0;
   padding:5px 0;
   font-size:12px;
   color:#6699CC;
}
.posted{
    clear:both;
	padding:3px 0;
	border-bottom:2px dotted #666666;
}
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto; 
   margin:0 0 10px 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color:#fff;
   background: #a3b8cc;
   font-size: 12px; 
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
   }

.entry_tags{margin-bottom:10px;}

/*左メニュー::::::::::::::::::::::::::::::::*/ 
#left{
	float:left;
	width:200px;
	height:1%;
	padding:0 0 10px 0;
	margin: 0;
}
/*ボタン*/
div.left_btn a{
	display:block;
    line-height:normal;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	background:url("http://www.dymco.co.jp/images/styles/l_menu_back.gif");
/*	border:1px solid #666;*/
	padding:9px 0;
}
div.left_btn a:hover{
	background:url("http://www.dymco.co.jp/images/styles/l_menu_back2.gif");

}

div.left_btn2 a{
	display:block;
    line-height:normal;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	background:url("http://www.dymco.co.jp/images/styles/l_menu_contact.gif");
/*	border:1px solid #666;*/
	padding:9px 0;
}
div.left_btn2 a:hover{
	background:url("http://www.dymco.co.jp/images/styles/l_menu_contact2.gif");

}

div.left_btn3 a{
	display:block;
    line-height:normal;
	color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	background:url("http://www.dymco.co.jp/images/styles/l_menu_list.gif");
/*	border:1px solid #666;*/
	padding:9px 0;
}
div.left_btn3 a:hover{
	background:url("http://www.dymco.co.jp/images/styles/l_menu_list2.gif");

}



#left dl{

}
#left dt{
	list-style-type: none;
	padding:0px 5px 4px 10px;
	margin:3px 0 4px 0;
	border-bottom: 1px dotted #ccc;
	background:url("http://www.dymco.co.jp/images/styles/i_l.gif") no-repeat top left;
}
#left dt a{color:#00F;}
#left dd{
	padding:0 0 0 10px;
	margin:0 0 5px 0;
    color:#666;
    font-size:10px;
}







   
/*メニューエントリー*/
.left_menu{width:200px;margin:5px 0 0 0;}
.left_menu a{
	display:block;
    width:188px;/*180-padd*/
    height:17px;/*30-padd*/	
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:8px 5px 5px 7px;
	background:url("http://www.dymco.co.jp/images/styles/bg_left_menu.jpg") no-repeat top #71DCFF;
	color:#00F;
}
.left_menu a:hover{
	background:url("http://www.dymco.co.jp/images/styles/l_menu_back2.gif");
   text-decoration:none;
   color:#fff;
   }
.left_menu a:active{background-color:#fff;
}
.nolink{
	text-decoration:none;
	font-size:14px;
	display:block;
	padding:3px 0 4px 10px;
	background-color:#6699CC;
	color:#fff;
}

/*メニューリスト画像*/
.menu_li_img{
	text-align:center;
}

/*メニューリスト*/
#left ul,
.menu_ul
{
	padding:5px 0;
	margin:0 3px;
}
#left li,
.menu_li
{
	list-style-type: none;
	padding:0px 5px 4px 10px;
	margin:3px 0 4px 0;
	border-bottom: 1px dotted #ccc;
	background:url("http://www.dymco.co.jp/images/styles/i_l.gif") no-repeat top left;
}


/*サイトマップ、サブカテゴリーリスト:::::::::::::::::::::::::::::::::::::::*/
#sitemap_list,#subcat_list{}

#sitemap_list h3,
#subcat_list li,
#page_list li{
   list-style-type:none;
   font-size:16px;
   font-weight:bold;
   text-decoration:none;
   background:url("http://www.dymco.co.jp/images/styles/bg_site_li.jpg") top repeat-x;
   padding:5px 10px 5px 10px;
   border-bottom:1px dotted #cccccc;
}
#sitemap_list li{
   background:url("http://www.dymco.co.jp/images/styles/i_site.gif") top left no-repeat;
   padding-left:25px;
   list-style-type:none;
}
#page_list{}
#page_list ul{margin:0;padding:0;}
#page_list li{margin:10px 0;}





/*right:::::::::::::::::::::::::::::::::::::::*/
#right{
   font-size:12px;
	float:right;
	width:190px;/*190-padd*/
	height:1%;
	padding:0;
	margin: 0;

}

#right ul{margin:0;padding:0;}
#right li{
   background:url("http://www.dymco.co.jp/images/styles/i_l.gif") top left no-repeat;
   margin:0;
   padding:3px 0 3px 9px;
   list-style:none;
}

.right_waku {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding:5px;
}
.right_menu,
.right_menu a {
	display:block;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	background:url(http://www.dymco.co.jp/images/styles/r_back_blue.jpg) #00A9F3;

	padding: 5px;
    line-height:normal;
	color:#fff;
	text-decoration:none;
	margin:0px;		
}

/*フッター:::::::::::::::::::::::::::::::::::::::*/
/*フッターグループ*/
#footer {
   page-break-before: always;
   text-align:left;
   clear:both;
   margin:0;
   padding:0 0 0 0;
   background:url("http://www.dymco.co.jp/images/styles/bg.jpg") #1A2F80 center repeat-y;
   height:1%;
   width:100%;
   color: #E0E3EF;
}
.footer_inner{
   position:relative;
   padding:0px;
   margin:0 auto;
   width:960px;/*960-padd*/
   background:#1A2F80;
}
#footer a{color:#E0E3EF;}
#footer a:hover{color:#E0E3EF;}
#footer dfn{
   font-style:normal;
   display:inline;
   background:none;
}

/*サイトインフォメーション*/
/*siteinfo_top(会社名からcopyrightまで)*/
#footer .siteinfo_top{
	width:500px;
   clear:both;
   margin:0;
   padding:10px;   
   height:1%;
   border-bottom:1px solid #1E4775;
   display:block;
}

#footer .siteinfo{
	clear:both;
	margin:0;
	padding:10px;
	width:940px;
	height:1%;
	border-bottom:1px solid #1E4775;

	display:block;
}
#footer .siteinfo:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer_address{
	margin:0;
	padding:0;

}
#footer_address span{
	font-size:12px;

}
#footer .footer_title{
	float:left;
	width:94px;height:1%;
	margin:5px;
	padding:0;
	font-size:12px;
}
#footer .footer_body{
	float:right;
	margin:5px;
	padding:0;
	width:595px;height:1%;
}

#footer p{
   margin:0;padding:5px;
}

/*コピーライト*/
.copyright{
	padding:10px 0;
	margin:0;
	text-align:right;
}
/*チェッカー*/
div.checker{
	width:380px;
	display:block;
	font-size:10px;
	position:absolute;
	top:15px;
	right:15px;
   }
div#checker img{
   text-align:right;
   }

/*HRC*/
.hrc{width:960px;color:#999999; text-align:right;margin:2px auto;}
.hrc a{color:#999999;text-decoration:none;}
.hrc a:hover{color:#333333;}

/*その他:::::::::::::::::::::::::::::::::::::*/
/*リンクボタン*/
.link,
.link_more{
   margin:10px;
   text-align:right;
}
.link a,
.link_more a{
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   border-right:1px solid #A5A5A5;
   border-bottom:1px solid #A5A5A5;
   padding:4px 20px 4px 20px;
   background:url("http://www.dymco.co.jp/images/styles/i_link.gif") no-repeat top left;
   text-decoration:none;
}
.link a:hover,
.link_more a:hover{
   background:url("http://www.dymco.co.jp/images/styles/i_link.gif") no-repeat top left #FFFFCC;
}

.btn_1{
   margin:15px 0;
   padding:0;
}
.btn_1 a{
   display:block;
   background:url("http://www.dymco.co.jp/images/styles/btn_1.jpg") no-repeat center top;
   height:15px;/*45-padd*/
   font-size:22px;
   text-align:center;
   font-weight:bold;
   color:#fff;
   text-decoration:none;  
   padding:15px 0;
}
.btn_1 a:hover{
   background:url("http://www.dymco.co.jp/images/styles/btn_1_hvr.jpg") no-repeat center top;
   text-decoration:none;  
   color:#fff;
}
.btn_2{
   margin:10px;
}
.btn_2 a{
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   border-right:1px solid #A5A5A5;
   border-bottom:1px solid #A5A5A5;
   padding:4px 20px 4px 20px;
   background:url("http://www.dymco.co.jp/images/styles/i_link.gif") no-repeat top left;
   text-decoration:none;
}
.btn_2 a:hover{
   background:url("http://www.dymco.co.jp/images/styles/i_link.gif") no-repeat top left #FFFFCC;
}

/*テーブル*/
.table1{
	margin:10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	/*border-top: #000 1px solid;
	border-left: #000 1px solid;*/
	border: #000 1px solid;
    background:#FFF;
}
.table1 th{
	border: #000 1px solid;
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
	padding:5px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

.table1 td{
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
    border: #000 1px dotted;
	padding:5px;
	font-size:12px;

}



/*テーブル*/
.table2{
	margin:0px 0 10px;
	border-collapse: collapse;
	border-spacing: 0;
	/*border-top: #000 1px solid;
	border-left: #000 1px solid;*/
	border: #000 1px solid;
	background:#FFF;
}
.table2 th{
	border: #000 1px solid;
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
	padding:2px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:top;
	
}

.table2 td{
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
    border: #000 1px dotted;
	padding:2px;
	font-size:12px;
	vertical-align:top;

}



/*テーブル*/
.table3{
	margin:10px 0;
	border-collapse: collapse;
	border-spacing: 0;
	/*border-top: #000 1px solid;
	border-left: #000 1px solid;*/
	border: #000 1px solid;
    background:#FFF;
}
.table3 th{
	border: #000 1px solid;
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
	padding:5px;
	background:#EEE;
	text-align:center;
	color:#000;
	font-size:12px;
	font-weight:normal;
}

.table3 td{
	/*border-bottom: #000 1px solid;
	border-right: #000 1px solid;*/
    border: #000 1px solid;
	padding:5px;
	font-size:12px;

}



/*文字サイズ*/
.fchange{
   position:absolute;
   top:-23px;
   right:100px;
}
.fchange_inner{
   position:relative;
   margin:0;
   padding:0;
   background:#E6F9FF;
   width:198px;/*200px-bdr*/
   height:19px;/*21px-bdr*/
   border-top:1px solid #86B5CE;
   border-left:1px solid #86B5CE;
   border-right:1px solid #5A9ABC;
   border-bottom:1px solid #5A9ABC;
   }
.fchange span{
   position:absolute;
   display:block;
   color:#366781; 
   top:1px;
   left:6px;
}
.fchange .f_defo{
   position:absolute;
   top:1px;
   right:60px;   
}
.fchange .f_large{
   position:absolute;
   top:1px;
   right:6px;   
}
.fchange .f_defo a,
.fchange .f_large a{
   width:50px;
   height:15px;/*17px-padd*/
   display:block;
   background:url("http://www.dymco.co.jp/images/styles/bg_f_defo.jpg") no-repeat;
   color:#244557;
   text-align:center;
   text-decoration:none;
   padding:1px 0;
}
.fchange .f_defo a:hover,
.fchange .f_large a:hover{
   display:block;
   background:url("http://www.dymco.co.jp/images/styles/bg_f_defo_hvr.jpg") no-repeat;
   color:#fff;
   text-decoration:none;

}

.fchange:after{
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	content: ".";
}

/*本文中の文字強調一覧*/
.bold14{font-size:14px;
color:#FF6600;
}

.bold12{font-size:12px;
color:#FF6600;
font-weight:bold;
}


.small{font-size:10px;
}


.shortline{color:#FF6600;
font-size:14px;
font-weight:bold;
}

.infoback{background:#99CCFF;
padding:5px;
}

.saiyou_waku {
	padding: 10px;
	border: 1px solid #EBEBEB;
}
.saiyou_sen {
	border-bottom: 1px dashed #B9F1FF;
	padding:5px;
}

