/* base
---------------------------------------------------------------*/
.clearfix {zoom:1;}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}

*{
	margin: 0px;
	padding: 0px;
	}

body{
	background-color: #000;
	text-align: center;
	font-size: 12px;
	line-height:18px;
	color: #848484;
	}

/* layout
---------------------------------------------------------------*/

#header{
	float: left;
	width: 100%;
	background: #000;
	text-align: center;
	}

#container{
	float: left;
	width: 100%;
	margin:0 auto 0 auto;
	padding: 0 0 15px 0;
	text-align: center;
	}

#primary{
	float: right;
	width:490px;
	margin:20px 0 0 0;
	text-align: left;
	}

#secondary{
	float: left;
	width: 250px;
	margin: 10px 0 0 0;
	text-align: left;
	}

#footer{
	clear: both;
	width:100%;
	padding: 10px 0 10px 0;
	background: #000;
	border-top: 1px solid #a71818;
	color: #666;
	}

/* common
---------------------------------------------------------------*/

img{
	border: none;
	}

.width750{
	width: 750px;
	margin: 0 auto 0 auto;
	}

/* header部分
---------------------------------------------------------------*/

.head_logo{
	float: left;
	display: block;
	width: 180px;
	height: 75px;
	background: url(image/logo.gif) no-repeat;
	outline: none;
	}

h1{
	display: none;
	}


#head_menu{
	float: right;
	color: #848484;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-align: right;
	}

#head_menu a{
	color: #848484;
	}

#head_menu a:hover{
	color: #fff;
	}

/* flash部分
---------------------------------------------------------------*/
#flash{
	float: left;
	width: 100%;
	height: 300px;
	margin: 10px 0 0 0;
	background: url(image/flash_back.gif);
	text-align: center;
	}

/* globalMenu
---------------------------------------------------------------*/
#top_global_menu{
	clear: both;
	height: 60px;
	width: 100%;
	background: url(image/global_menu_back.gif) repeat-x;
	}

.top_global_menu_btn_01 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_01.gif);
	text-decoration: none;
	}

.top_global_menu_btn_01 a:hover{
	background-position: 0px -60px;
	}

.top_global_menu_btn_02 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_02.gif);
	text-decoration: none;
	color: #fff;
	}

.top_global_menu_btn_02 a:hover{
	background-position: 0px -60px;
	}

.top_global_menu_btn_03 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_03.gif);
	text-decoration: none;
	}

.top_global_menu_btn_03 a:hover{
	background-position: 0px -60px;
	}

.top_global_menu_btn_04 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_04.gif);
	text-decoration: none;
	}

.top_global_menu_btn_04 a:hover{
	background-position: 0px -60px;
	}

.top_global_menu_btn_05 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_05.gif);
	text-decoration: none;
	}

.top_global_menu_btn_05 a:hover{
	background-position: 0px -60px;
	}

/* breadline部分
---------------------------------------------------------------*/

#breadline{
	float: left;
	width: 100%;
	height: 25px;
	background-color: #a71818;
	background-image: url(image/breadline_back.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #fff;
	}

#breadline_link{
	padding: 5px 0 0 0;
	text-align: left;
	}


#breadline a{
	padding-right: 15px;
	background-image: url(image/navi.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	color: #fff;
	}

#breadline a:hover{
	text-decoration: underline;
	}

/* primary部分
---------------------------------------------------------------*/

#primary_back_body{
	float: left;
	width: 490px;
	}

#primary div{
	}

#primary p{
	padding: 10px 15px 0 15px;
	}

h2{
	clear: both;
	display: block;
	padding: 5 0 5 0;
	margin: 0 15 0 15;
	color: #fff;
	border-bottom: 1px solid #333;
	font-weight: bold;
	font-size: 18px;
	}

h3{
	clear: both;
	margin: 10px 15px 0 15px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #a71818;
	border-left: 5px solid #a71818;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	}

h4{
	clear: both;
	height: 22px;
	margin: 10px 15px 0 15px;
	padding: 0 0 0 5px;
	border-bottom: 1px dotted #333;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	}

.basic_table{
	margin: 10px 15px 0 15px;
	background: #848484;
	font-size: 12px;
	}
	
.basic_table th{
	padding: 5px;
	background: #333;
	color: #999;
	}
.basic_table td{
	padding: 5px;
	background: #000;
	}

.basic_list{
	list-style-type: circle;
	margin: 10px 20px 0 35px;
	}

ol{
	margin: 5px 20px 0 40px;
	}

.basic_dl{
	margin: 10px 20px 0 20px;
	}
.basic_dl dt{
	color: #848484;
	}

.basic_image{
	margin: 10px 15px 0 15px;
	}
.basic_image img {
	border: #CCC 1px solid;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
    }
.basic_image_right{
	float: right;
	}

.basic_image_right img{
	margin: 10px 15px 10px 10px;
	}

.basic_image_left{
	float: left;
	}

.basic_image_left img{
	margin: 10px 10px 10px 15px;
	}

.thumbnail{
	float: left;
	padding: 10px 0 10px 15px;
	}

.thumbnail img{
	margin: 0 5px 5px 0;
	}
	
.back_top{
	clear: both;
	margin: 15px 15px 0 0;
	text-align: right;
	}

.back_top a{
	text-decoration: none;
	color: #a71818;
	}



/* Secondary部分
---------------------------------------------------------------*/

#side_top{
	height: 15px;
	background: url(image/side_top.gif);
	}

#side_body{
	background: url(image/side_body.gif);
	}

#side_body p{
	padding: 5px 20px 5px 20px;
	}

#side_body div{
	color: #848484;
	padding: 0 20px 0 20px;
	}

#side_bottom{
	height: 15px;
	background: url(image/side_bottom.gif);
	}

.side_title_contents{
	clear: both;
	display: block;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(image/side_title_contents.gif);
	}

.side_title_links{
	clear: both;
	display: block;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(image/side_title_links.gif);
	}

.side_title_com{
	clear: both;
	display: block;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: url(image/side_title_com.gif);
	}

#secondary ul{
	list-style: none;
	margin: 0 0 15px 0;
	}

#secondary li{
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	font-weight: bold;
	}
	
#secondary a{
	color: #848484;
	}

#secondary a:hover{
	color: #a71818;
	}
	
#secondary li.menu{
	border-left: 5px solid #a71818;
	}

/* footer部分
---------------------------------------------------------------*/

#footer a{
	color: #848484;
	}

#footer a:hover{
	color: #fff;
	}

/* 新着情報
---------------------------------------------------------------*/
.feedtime {
	width: 100px;
	float: left;
}
.feedtitle {
	width: 360px;
	float: left;
}
#top_news{
	clear:left;
	margin: 10px 15px 0 15px;
	}

.feedline{
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #333;
	}

.feedtime{
	color: #666;
	}

.feedtitle {
	padding: 0 0 10px 0;
	color: #848484;
	}

.feedtitle a{
	padding: 0 0 10px 0;
	color: #848484;
	}

.feedtitle a:hover{
	color: #fff;
	}

/* stock部分
---------------------------------------------------------------*/
.stock_value{
	margin: 5px 20px 0 20px;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #848484;
	text-align: right;
	}

.stock_value_strong{
	font-size: 20px;
	font-weight: bold;
	color: #a71818;
	}

.stock_table{
	width: 450px;
	margin: 10px 20px 20px 20px;
	background: #848484;
	font-size: 12px;
	}
	
.stock_table th{
	padding: 5px;
	background: #222;
	color: #999;
	}
.stock_table td{
	padding: 5px;
	background: #000;
	}

/* staff部分
---------------------------------------------------------------*/
.staff_pict{
	float: left;
	padding: 10px 10px 10px 15px;
}
/* リンク部分
---------------------------------------------------------------*/
.links {
	margin-bottom: 10px;
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

.bk_info01 {
	width:483px;
	height:240px;
	background:url(image/back_index001.jpg) center top no-repeat;
	line-height:2.3em;
	color:#FFF;
	}
ul.bnr_fcont {
	width:483px;
	}
ul.bnr_fcont li a {
	text-align:left;
	margin-bottom:5px;
}
.mt10{
	margin-top:10px;}
	