/* base
---------------------------------------------------------------*/

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

body{
	background-color: #000;
	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: left;
	width:490px;
	margin:20px 0 0 0;
	text-align: left;
	}

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

#footer{
	display: none;
	}

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

img{
	border: none;
	}

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

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

#logo{
	float: left;
	}

#header h1{
	float: left;
	}

#header h1 a{
	display: block;
	width: 180px;
	height: 75px;
	background: url(image/logo.gif) no-repeat;
	outline: none;
	text-indent: -9999;
	}

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

#head_menu a{
	color: #848484;
	}


/* flash部分
---------------------------------------------------------------*/
#flash{
	display: none;
	}

/* 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_02 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_02.gif);
	text-decoration: none;
	}

.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_04 a{
	float: left;
	height: 60px;
	width: 150px;
	background: url(image/global_menu_btn_04.gif);
	text-decoration: none;
	}

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

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

#breadline{
	display: none;
	}

/* 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_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;
	}

.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 li.menu{
	border-left: 5px solid #a71818;
	}



/* NEWS部分
---------------------------------------------------------------*/

#top_news{
	clear:left;
	margin: 10px 15px 0 15px;
	}

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

.top_news_date{
	color: #666;
	}

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

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


/* 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;
}