/***************************************************************/
/********************* メイン　背景設定等 ************************/
/***************************************************************/

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

	width: 100%;
	padding: 0px;
	margin: 0px;

	background-color: #ffffff;
	background-image: url(pcimage/contents_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}
#frame{
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 1px;
	display: block;
}

#frame:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
#wrap{
	background-color: #FFFFFF;
	float: left;
	/*background-image: url(pcimage/body_bg.jpg);*/
	width: 980px;
	overflow: hidden;
	text-align: left;
	background-repeat: repeat-y;
	background-position: left;
clear: both; 

}

/* font */
.f12{
	font-size:12px;
}
.f10_gray{
	font-size:10px;
	color: #999999;
}

.tex1{
     font-size: 14px;
     color: #333333;
     font-weight: bold;
     line-height: 1.5em;
     margin-top: 15px;
     padding: 2px 0px 0px 15px;
}

.tex2{
     font-size: 12px;
     color: #444444;
     font-weight: normal;
     line-height: 1.5em;
     margin-top: 0px;
     padding: 0px 0px 0px 15px;
}

.tex3{
     font-size: 20px;
     color: #666666;
     font-weight: bold;
     line-height: 0.5em;
     margin-top: 15px;
     padding: 5px 0px 0px 0px;
}

.tex4{
     font-size: 14px;
     color: #666666;
     font-weight: bold;
     line-height: 0.5em;
     margin-top: 15px;
     padding: 5px 0px 0px 0px;
}

.no_txt {
	display:none;
	} /* IE7以前向け */
head~/* */body .no_txt {
	display:none;
	} /* IE8向け */
html:not(:target) .no_txt {
	display:none;
	} /* モダンブラウザ向け */

.foot_title{
     font-size: 14px;
     color: #FFFFFF;
     font-weight: bold;
     line-height: 1.5em;
     margin-top: 0px;
     padding: 14px 14px 0px 0px;
     text-align: left;
}

.foot_txt{
     font-size: 12px;
     color: #FFFFFF;
     font-weight: normal;
     line-height: 0.5em;
     margin-top: 0px;
     padding: 1px 0px 0px 0px;
     text-align: right;
}

/***************************************************************/
/************************** ヘッダ設定 **************************/
/***************************************************************/

#header{
	background-image: url(pcimage/head.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #FCDBDE;*/
}
#header h1{
	width: 880px;
	font-size: 13px;
	color: #ffffff;
	float: right;
	line-height: 15px;
	height: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-top: 8px;
	text-align: right;
	display:none;
}
#HeaderText{
	width: 480px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	float: right;
	line-height: 18px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: right;
	margin-top: 25px;
}

.fontTel{
	font-size: 14px;
}

#top_header{
	/*background-image: url(pcimage/sub_head.jpg);*/
	background-repeat: no-repeat;
	height: 396px;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
	/*border: 1px solid #FCDBDE;*/
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#headerCopy{
	font-size: 18px;
	font-weight: bold;
	color: #eeeeee;
	line-height: 24px;
	text-align: left;
	float: left;
	width: 700px;
	margin-top: 105px;
	padding-right: 50px;
	padding-left: 37px;
}

#headerSubCopy{
	font-size: 13px;
	font-weight: bold;
	color: #eeeeee;
	float: left;
	width: 700px;
	line-height: 15px;
	padding-right: 50px;
	margin-top: 5px;
	padding-left: 37px;
	text-align: left;
}

#SiteSearch{
	width: 880px;
	float: right;
	font-size: 12px;
	line-height: 15px;
	height: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	text-align: right;
	display: inline;
}

/***************************************************************/
/*********************** コンテンツヘッダ設定 *********************/
/***************************************************************/

#contents_header {	
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #666666;
	background-image: url(pcimage/contents_header.jpg);
	height: 100px;
	width: 980px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
/*/margin-top: 9px; /*IE互換用*/
}

#PageSubHeaderCopy{
        font-size: 16px;
	font-weight: bold;
	color: #555555;
	float: left;
	width: 700px;
	line-height: 5px;
	padding-right: 50px;
	margin-top: 40px;
	padding-left: 37px;
	text-align: left;
}

/***************************************************************/
/************************** サイド設定 **************************/
/***************************************************************/

#side{
	background-color: #FFFFFF;
	float: right;
	width: 280px;
	margin-left: 0px;
	min-height:600px;

	overflow: hidden;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#side h4{
	float: left;

	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 22px;
	text-align: left;
        margin: 2px 2px 2px 7px;


	background-image: url(pcimage/btn.jpg);
        background-repeat: no-repeat;
	height: 40px;
	width: 280px;

	margin-top: 3px;
	margin-bottom: 0px;

	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-right: 8px;

	border: 0px solid #dddddd;
	background-color: #FFFFFF;
	background-position: left top;

	overflow: visible;
	display: inline;

}
#side h4 a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 2px 2px 2px 7px;

}
#side h4 a:hover{
	color: #333333;
}
#side .subject{
	float: left;

	width: 222px;

	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 33px;
	text-align: left;

	border: 1px solid #FFFFFF;
	background-image: url(pcimage/btn_c.jpg);
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 3px;
	display: inline;


}

#side .subject a{
	color: #333333;
	text-decoration: none;
        margin: 2px 2px 2px 7px;
}
#side .subject2{
	float: left;

	width: 280px;


	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	text-align: left;

	border: 1px solid #FFFFFF;

	background-color: #EDEFEF;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;

	margin-top: 3px;
	margin-bottom: 3px;

	display: inline;
}
#side .subject a:hover{
	color: #999999;
}
#side .subject2 a{
	color: #999999;
	text-decoration: none;
        margin: 6px 2px 2px 7px;
}
#side .subject2 a:hover{
	color: #666666;
}
#QR {
	float: left;
	width: 230px;

	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
	text-align: center;
	padding: 9px;
}
#side_company,#side_free2 {
	font-size: 12px;
	float: left;
	width: 280px;


	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	line-height: 1.3em;
	padding: 9px;
}

#side_free{
　　　　　height: 0px;
	}
#side_free2{
	text-align: center;
}
#side_free2 form{
	display: inline;
	margin: 0px;
} 
#side .h4b{
	float: left;
	width: 280px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 10px;
}

.PageMenuIcon{
	width: 40px;
	hight: 40px;
}
/***************************************************************/
/************************** メイン設定 **************************/
/***************************************************************/

#main{
	float: left;
	width: 680px;
	min-height:600px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left:0px;
	/*margin-right:10px;*/
	overflow: hidden;

	padding-left: 0px;
	clear: both; 
}

/***************************************************************/
/******************** ボディ画像　テキスト設定 ********************/
/***************************************************************/

#main .contentsbox01{
	float: right;
	width: 650px;
	height: 214px;
	border: 0px solid #ffffff;

	text-align: left;
	font-size: 13px;
	line-height: 1.8em;
	color: #333333;

	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	background-repeat: no-repeat;
	background-color: #ffffff;
	background-image: url(pcimage/body.jpg);
	background-position: top left;

	margin-bottom: 0px;
	margin-left: 0px;

	overflow: visible;
}

/***************************************************************/
/************************** タイトル設定 *************************/
/***************************************************************/

/*** コンテンツページ　記事タイトル ***/
#main .page_title {

	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 650px;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding-left: 45px;
	line-height: 46px;
	margin-top: 10px;
	border: 0px solid #ffffff;
}


/*** TOPページタイトルH2 ***/
#main h2.page_title{
	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 650px;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding-left: 45px;
	line-height: 46px;
	margin-top: 10px;
}

/*** コンテンツページ　テーマタイトル ***/
#main h3.page_title{
	background-image: url(pcimage/bar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 46px;
	width: 650px;
        font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding-left: 45px;
	line-height: 46px;
	margin-top: 10px;
}



/***************************************************************/
/************************* フリースペース ************************/
/***************************************************************/

#main #Facebook,
#main #GoogleCalendar,
#main #Twitter,
#main #free_space{
	float: left;
	width: 650px;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
        margin-left: -10px;

	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 10px;
	overflow: hidden;

	margin-top: 5px;
	margin-bottom: 15px;

}

/***************************************************************/
/************************ ボディバナー設定 ***********************/
/***************************************************************/

.top_item,
.top_item_r
{
	width: 208px;
	height: 220px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.top_item{
	float: left;
	margin-right: 10px;
}
.top_item_r{
	float: right;
}

.top_item h3,
.top_item_r h3{
	width: 204px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 15px;
	color: #333333;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: left;
        margin: 0px;
}

.top_item h3 a:link,
.top_item_r h3 a:link{
	color: #333333;
}
.top_item h3 a:visited,
.top_item_r h3 a:visited{
	color: #333333;
}
.top_item h3 a:hover,
.top_item_r h3 a:hover{
	color: #000000;
}
.top_item_img{
	height: 120px;
	width: 204px;
	float: left;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 5px;
}
.top_item_txt{
	float: left;
	width: 198px;
        height: 90px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/***************************************************************/
/******************* 最新情報･最新記事一覧 設定 *******************/
/***************************************************************/

.news_bar{
	font-size: 12px;
	font-weight: bold;
	background-image: url(pcimage/bar.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 46px;
	width: 650px;
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	padding-left: 55px;
	line-height: 46px;
	margin-top: 10px;
	float: left;
	border: 0px solid #FFFFFF;
}
.news_bar img{
	display: inline;
	position: relative;
	top: 3px;
}
#news_box{
	width: 648px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 85px;
	overflow: auto;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.news_text{
	font-size: 12px;
	line-height: 1.2em;
	text-align: left;
	float: left;
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
.news_text a{
	color:#333333;
	text-decoration:none;
}
.news_text a:hover{
	color: #0FB2E9;
}

/***************************************************************/
/************************* ブログRSSBOX *************************/
/***************************************************************/

.contents_box{
	padding: 5px;
	float: left;
	width: 638px;
	border: 1px solid #FFFFFF;
	margin-bottom: 10px;
}
.contents_box_img{
}
.contents_box_text{
	font-size: 12px;
	line-height: 1.3em;
}

.page_title_grey{
	font-size: 12px;
	font-weight: bold;
	background-image: url(pcimage/bar.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 46px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-left: 55px;
	line-height:　50px;
	text-align: left;
	color: #ffffff;
	float: left;
}


/***********************コンテンツページ**************************/
/************************ 記事タイトル ***************************/
/***************************************************************/

/*　記事タイトル　*/
.contents_title{
	font-size: 14px;
	line-height: 63px;
	font-weight: bold;
	color: #333333;
	width: 640px;
        height: 56px;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 8px;
	padding-left: 80px;
	margin-left: 6px;
	float: left;
	margin-bottom: 0px;
	background-image: url(_file/contents_box_h3.jpg);
	background-repeat: no-repeat;
}

/***************************************************************/
/************************* 記事ページ設定 ************************/
/***************************************************************/

#main .contentsbox05{
	float: left;
	width: 640px;
	/*border: 1px solid #CCCCCC;*/
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 2.0em;
	color: #333333;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 1.6px;
}

#main .contentsbox05 .contents_title{
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	color: #ffffff;
	width: 640px;
        height: 45px;
	text-align: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 1px;
	margin-top: 4px;
	padding-left: 40px;
	margin-left: 0px;
	float: left;
	margin-bottom: 5px;
	background-image: url(_file/bg_sub_h3.jpg);
	background-repeat: no-repeat;
}

#main .contentsbox05 h3{
	font-size: 14px;
	line-height:30px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #C00;
	padding-left: 5px;
	background-color: #DEDEDE;
}

#main .contentsbox05 h4{
	font-size: 14px;
	line-height: 63px;
	font-weight: bold;
	color: #333333;
	width: 640px;
        height: 56px;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 8px;
	padding-left: 80px;
	margin-left: 0px;
	float: left;
	margin-bottom: 5px;
	background-image: url(_file/contents_box_h3.jpg);
	background-repeat: no-repeat;
}

#main .contentsbox05 h5{
	font-size: 13px;
	line-height: 80px;
	font-weight: bold;
	color: #666666;
	width: 640px;
        height: 54px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-bottom: 1px;
	margin-top: 4px;
	padding-left: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 5px;
	background-image: url(_file/bg_sub_h1.gif);
	background-repeat: no-repeat;
}

#main .contentsbox05 h6{
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
	color: #ffffff;
	width: 640px;
        height: 45px;
	text-align: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 1px;
	margin-top: 4px;
	padding-left: 40px;
	margin-left: 0px;
	float: left;
	margin-bottom: 5px;
	background-image: url(_file/bg_sub_h3.jpg);
	background-repeat: no-repeat;
}

/***************************************************************/
/***************************************************************/
/***************************************************************/

#main .contents_navi{
	float: left;
	width: 644px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding: 2px;
	overflow: hidden;
}
#main .contents_navi a{
	color: #333333;
	text-decoration: none;
}
#main .contents_navi a:hover{
	color: #0FB2E9;
}

/***************************************************************/
/*************************** パンくず ***************************/
/***************************************************************/

.p_navi{
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 0px;
	float: left;
}

/***************************************************************/
/************************* フッターの設定 ************************/
/***************************************************************/

#footer{
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 40px;
	background-color: #ee7922;
	width: 100%;
	height: 170px;
	margin: 0px;
        float: center;


	background-image: url(pcimage/foot.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
#footerBox{
	width:960px;
        float: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
#footerBox #footer_text{
	width:880px;
	height: 70px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	line-height: 30px;
	position:relative;
	top:30px;
	left:70px;

}
#footerBox #footer_text a {
	color: #FFFFFF;
	text-decoration:none;
}
#footerBox #footer_text a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#footerBox #copyright{
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	line-height: 20px;
	letter-spacing:0.1em;
	height: 5px;
	position:relative;
	top:73px;
	left:-5px;
}

/***************************************************************/
/************************** アンダーライン ***********************/
/***************************************************************/

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}


/***************************************************************/
/***************************************************************/
/***************************************************************/

.contents_title_gray{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #cfcfcf;
	background-color: #EAEAEA;
	width: 638px;
	text-align: left;
	display: block;
	height: 15px;
	text-indent: 10px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contents_title_gray a{
	color: #666666;
	text-decoration: none;
}
.contents_title_gray a:hover{
	color: #666666;
}

/***************************************************************/
/******************* ショッピング･カタログ機能設定 *****************/
/***************************************************************/

#main .catalog{
	float: right;
	width: 628px;
	border: 1px solid #ebebeb;
	background-color: #FFFFFF;

	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 10px;
	overflow: hidden;

	margin-top: 5px;
	margin-bottom: 15px;
}

.prod_box{
	width:208px;
	height:295px;
	margin-top:10px;
	margin-right:5px;
	background-color:#FAFAFA;
	float:left;
	display:block;
	text-align:center;
	overflow:hidden;
}
.prod_box_e{
	width:208px;
	height:295px;
	margin-top:10px;
	background-color:#FAFAFA;
	float:right;
	display:block;	
	text-align:center;
	overflow:hidden;
}
.prod_box a,
.prod_box_e a{
	width:208px;
	height:295px;
	display:block;
	color: #333333;
	text-decoration: none;
}
.prod_box a:hover,
.prod_box_e a:hover{
	width:208px;
	height:295px;
	background-color:#EAEAEA;
	display:block;
	text-decoration: none;
}
.prod_box img,
.prod_box_e img{
	width:160px;
	height:120px;
	padding:4px;
	border:#CCCCCC solid 1px;
	text-align:center;
	float:left;
	margin-top:10px;
	margin-left:19px;
}
.prod_box  .prod_price,
.prod_box_e  .prod_price{
	width:158px;
	height:60px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-top:5px;
	margin-left:19px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
}
.prod_box  .prod_price img,
.prod_box_e  .prod_price img{
	width:50px;
	height:15px;
	text-align:left;
	float:left;
	margin:0;
	padding:0;
}
.prod_box  .prod_text,
.prod_box_e  .prod_text{
	width:178px;
	height:100px;
	text-align:left;
	font-size:12px;
	float:left;
	margin-top:5px;
	margin-left:9px;
}
.f_price{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height:16px;
}
.f_priceB{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	line-height:1.2em;
}

/*カタログ設定*/
.catalog{
	float: left;
	width: 628px;
	border: 1px solid #ebebeb;
	background-color: #FFFFFF;

	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
	padding: 0px;
	overflow: hidden;

	margin-top: 5px;
	margin-bottom: 15px;

}
.CTcateNameBox{
	float: left;
	width: 97%;
	border: 1px solid #ebebeb;
	background-color: #FFFFFF;
	height: 100px;
	padding: 5px;
	overflow: hidden;
}
.CTcateNameSpace{
	float: left;
	width: 25%;
	border-right: 1px solid #ebebeb;
	background-color: #ebebeb;
	padding: 5px;
	overflow: hidden;
	height: 90px;
}
.CTitemNameSpace{
	float: left;
	width: 20%;
	padding: 3px;

	text-align: left;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 2px;
}

/*カタログ　問い合わせリンク設定*/
.CTtitleBar{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #cfcfcf;
	background-color: #EAEAEA;
	width: 638px;
	text-align: left;
	display: block;
	height: 20px;
	text-indent: 10px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.CTtitleBar a{
	color: #333333;
	text-decoration: none;
}
.CTtitleBar a:hover{
	color: #666666;
}

/*カタログ　スペック表示設定*/
.CTspecBox{
	float: left;
	width: 95%;

	/*border: 1px solid #ebebeb;*/
	background-color: #FFFFFF;
	line-height: 2em;
	padding: 1px;
	overflow: hidden;
}
.CTspecName{
	float: left;
	width: 30%;

	text-align: left;
	font-size: 12px;
	overflow: hidden;
	background-color: #ebebeb;
	border-right: 1px solid #ebebeb;
	line-height: 2.5em;
	padding-left: 5px;
}
.CTspec{
	float: left;
	width: 60%;
	padding: 3px;

	text-align: left;
	font-size: 12px;
	overflow: hidden;
	line-height: 2.5em;
	padding-left: 5px;
}

/***************************************************************/
/************************** BBS機能設定 *************************/
/***************************************************************/

.bbsbox{
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
dt.bbsdt{
	line-height: 25px;
	padding: 3px;
	font-size: 12px;
	text-decoration: none;
	margin: 3px;
	background-color: #FFF;
	float: left;
	width: 620px;
}
.bbstitle{
	font-size: 14px;
	line-height: 2.0em;
	text-decoration: none;
	width: 600px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/***************************************************************/
/***************************************************************/
/***************************************************************/

.p_center{
text-align: center;
margin: 0;
padding: 0;
}

/***************************************************************/
/*************************　clearfix　***************************/
/***************************************************************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}
.clearfix {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/***************************************************************/
/***************************　tuika　*****************************/
/***************************************************************/


.dan_header{
	width: 640px;
	height: 73px;
	margin: 10px 0px 0px 0px;
	padding-top: 5px;
	background:url(/_file/header_bg.gif) top center no-repeat;
	}

.dan_content{
	width: 640px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background:url(/_file/contents_bg.gif) top center rpeat-y;
}
	h1.title{
		clear: both;
		width: 392px;
		height: 81px;
		margin: 15px auto;
		background:url(/_file/introduction_maincopy.gif)top center no-repeat;
		}

a img {
    border-style:none;
}

/***************************************************************/
/***************************　END　*****************************/
/***************************************************************/

ul {
padding: 0;
margin: 0;
}

li {
margin: 0;
padding: 0;
list-style-position:outside;
}

#button{
    width:650px;
    overflow:hidden;
}

#button li{
    float:left;
    height:64px;
    display:block;
}

#button li a {
    display: block;
    overflow: hidden;
    height: 64px;
    margin:0;
    background-image: url("http://www.buzz-group.net/_file/cmsbutton.gif");
    background-repeat:no-repeat;
    padding-top:64px;
}


/* site_button */
    #button1 a { width:163px; background-position:100　 -64px;}
    #button2 a { width:161px; background-position:-163px  0;}
    #button3 a { width:162px; background-position:-325px  0;}
    #button4 a { width:164px; background-position:-491px  0;}

/* site_button rollover */
    #button1 a:hover  { width:163px; background-position:0       -64px;}
    #button2 a:hover  { width:161px; background-position:-163px  -64px;}
    #button3 a:hover  { width:162px; background-position:-325px  -64px;}
    #button4 a:hover  { width:164px; background-position:-491px  -64px;}


/*リンク*/
a img{
border-style:none;
}
a img:hover{
filter:alpha(opacity=80);
opacity:0.8;
} 

