
@charset "Shift_JIS";

/*　○○ここから*/
/*　○○ここまで*/

/*
--------------------------------------------------------
version: 2006/01/31
--------------------------------------------------------*/

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


/* 全体構造
--------------------------------------------------------*/
body {
	margin: 2px auto 0;
	color: #333333;
	background: url(../images/main_bg.jpg) top center fixed;
	background-color: #FFFFFF;
}



#main {
	margin: 0 auto;
	width: 760px;
}

#logo_a {
	float: left;
	padding: 5px 0 7px;
}

#logo_b {
	float: right;
	padding: 5px 0 7px;
}

#img_center {
	text-align: center;
}

#img_clear {
	clear: both;
}

/* 非表示
--------------------------------------------------------*/
.none {
	position: absolute;
	left: -999px;
	width: 900px;
}


/*　ヘッター領域
---------------------------------　*/

#header{
	color:#666666;
	font-size: small;
}

/*ヘッターナビここから*/
#up_navi {
	width: 745px;
	height: 29px;
	padding: 0 0 0 15px;
	background-color: #3476c2;
	clear: both
}
#up_navi ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#up_navi li { 
	display: inline;
		margin: 0;
	padding: 0;
	margin: 0 15px;
	margin: 0 20px;
	float: left;
	background-color: #3476c2;
}

#up_navi a { 
	display: block;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	outline-width: 0;
	background-repeat: no-repeat; 
}

#up_navi a:hover {
	background-position: 0px -29px;
}

#up_navi #search a {
	width: 53px; 
	background-image: url(../images/up_navi_search.jpg);
}

#up_navi #info a {
	width: 53px; 
	background-image: url(../images/up_navi_info.jpg);
}

#up_navi #news a {
	width: 93px; 
	background-image: url(../images/up_navi_news.jpg);
}

#up_navi #summary a {
	width: 56px; 
	background-image: url(../images/up_navi_summary.jpg);
}

#up_navi #investor a {
	width: 68px; 
	background-image: url(../images/up_navi_investor.jpg);
}

#up_navi #notice a {
	width: 56px; 
	background-image: url(../images/up_navi_notice.jpg);
}

#up_navi #recruit a {
	width: 56px; 
	background-image: url(../images/up_navi_recruit.jpg);
}

#up_navi #environ a {
	width: 56px; 
	background-image: url(../images/up_navi_environ.jpg);
}

/*ヘッターナビここまで*/


/*タイトルイメージここから*/
h1 {
	clear: both;
}

h1#hl_NewsRelease {
	margin: 0 auto;
	padding-bottom: 14px;
	width: 720px;
	height: 50px;
	background: url(../news/images/hl_newsrelease.jpg) no-repeat;
	text-indent: -720px;
	overflow: hidden;
	outline-width: 0;
}

h1#hl_AgentList {
	margin: 0 auto;
	padding-bottom: 14px;
	width: 720px;
	height: 50px;
	background: url(../prod/shop/images/hl_agent.jpg) no-repeat;
	text-indent: -720px;
	overflow: hidden;
	outline-width: 0;
}

h1#hl_Events {
	margin: 0 auto;
	padding-bottom: 14px;
	width: 720px;
	height: 50px;
	background: url(../images/h1_events.jpg) no-repeat;
	text-indent: -720px;
	overflow: hidden;
	outline-width: 0;
}










/*タイトルイメージここまで*/

/*パンくず*/
#crumbs {
	clear: both;
	padding: 3px 0px 3px 25px;
}
#crumbs a { color: #666666; text-decoration: underline; }
#crumbs a:hover { color: #FF9933; text-decoration: underline; }
/*パンくずここまで*/

/*ローカルナビここから*/

ul#l_navi {
	clear: both;
	float: right;
	margin: 14px 35px 0 auto;
	_margin: 0 18px 0 auto;
	padding-right: 16px;
}
	
#l_navi li {
	float: left;
	height: 16px;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#l_navi a {
	color: #666666;
	text-decoration: none;
}
	
#l_navi a:hover {
	color: #FF9933;
	text-decoration: underline;
	background-position: 0% 0%;
}

#l_navi .back {
	padding-left:22px;
	background-image: url(../news/images/arrow_back.gif);
	background-repeat: no-repeat; 
}
ul#l_navi0 {
	clear: both;
	float: right;
	margin: 14px 35px 0 auto;
	_margin: 0 18px 0 auto;
	padding-right: 16px;
}
	
#l_navi0 li {
	float: left;
	height: 16px;
	margin: 0 0 0 10px;
	list-style-type: none;
}

#l_navi0 a {
	color: #666666;
	text-decoration: none;
}
	
#l_navi0 a:hover {
	color: #FF9933;
	text-decoration: underline;
	background-position: 0% 0%;
}

#l_navi0 .back {
	padding-left:22px;
	background-image: url(../news/images/arrow_back.gif);
	background-repeat: no-repeat; 
}

clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
clearfix {
	zoom:1;
}
/*ローカルナビここまで*/

	
/*　メインコンテンツ領域
---------------------------------　*/
/*　メイン共通項目ここから*/
#main_bg {

}

#main_contents {
	clear: both;
	width: 660px;
	font-size: small;
	margin: 0 auto;
	padding: 0 0 20px 0;
	line-height: 1.25em;
/*	border: 1px dotted;	*/
}



#text_NewsRelease{float:left;
}

.bgpink {
	background-color: #FF99FF;
}

#headline_NewsRelease {
	clear: both;
	width: 660px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 45px;
	background: url(../images/hlbg_news.gif) repeat-y left;
}

h2#date {
	display: block;
	float: left;
	width: 135px;
	font-size: small;
	font-weight: normal;
	text-align: center;
	margin: auto;
	padding: 35px 0 0;
}

h2#subject {
	display: block;
	margin: 20px 0 16px 155px;
	padding: 10px;
	font-size: medium;
	line-height: 1.6em;
}
h2#subject2 {
	display: block;
	margin: 10px 0 10px 155px;
	padding: 10px;
	font-size: medium;
	line-height: 1.4em;
}
h2#subject3 {
	display: block;
	margin: 2px 0 2px 155px;
	padding: 10px;
	font-size: medium;
	line-height: 1.4em;
}
.evpage h3{
clear: both;
width; 625px;
height: 22px;
color: #000;
padding: 8px 0 0 10px;
margin: 0 -16px 0.5em 0;
font-size: small;
background: url(../images/section_bar.jpg) 0 5px no-repeat;
}
.evpage h4{
color: #399;
font-size: small
font-weight: bold;
line-height: 1.5em;
}

h3.subj {
font-weight: normal;
display: block;
margin: -30px 0 16px 155px;
padding: 10px;
font-size: small;
line-height: 1.2em;
}


#text_NewsRelease p {
	margin: 0;
	padding: 0;
}

#list_NewsRelease {
	clear: both;
	width: 660px;
	border-bottom: 1px solid #999999;
	background: url(../images/hlbg_news.gif) repeat-y left;
}

#list_NewsRelease:after {
	display: block;
	margin-top: -1px;
	height: 1px;
	content: "";
	clear: both;
}

#list_NewsRelease dl {
	clear: both;
	width: 660px;
	border-top: 1px solid #999999;
}

#list_NewsRelease dt {
	float: left;
	width: 135px;
	height: 100%;
	font-size: small;
	text-align: center;
	padding: 26px 0;
}

#list_NewsRelease dd {
	display: block;
	margin-left: 135px;
	width: 500px;
	height: 100%;
	padding-top: 10px;
	padding-left: 20px;
}

#list_NewsRelease a { 
	line-height: 1.2em;
	color: #666666;
	text-decoration: underline;
}

#list_NewsRelease a:hover {
	color: #FF9933;
	text-decoration: underline;
}

#list_NewsRelease h4 {
	background: none #ffffff;

}

#text_NewsRelease table{
margin: 0;
}

table { border: 0 none #ffffff; }
td,th { border: 0 none #ffffff; }

table.hyou {
	border: 1px solid #888888;
	margin: 0;
	border-collapse: collapse;
}

table.hyou td, th {
	border: 1px solid #666666;
	margin: 0;
	padding: 5px;
}

.hyou th{
	background-color: #e6e6e6;
	margin: 0;
	padding: 5px;
	border: solid 1px #666666;
}
.hyou td{
	background-color: #ffffff;
	margin: 0;
	padding: 5px;
	border: solid 1px #666666;
}

/*ページトップ*/
#page_top{
	width: 660px;
	margin: 20px auto;
	clear: both;
	text-align: right;
}

/*○○ここから*/
/*○○ここまで*/

/*　フッタ領域　
---------------------------------*/
#footer{
	width: 760px;
}

#footer_navi{
	width: 750px;
	font-size:x-small;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:5px 10px 5px 0px;
	background-color: #c1cfde;
	border-top:solid 2px #3476c2;
}

#footer a{
	clear: both;
	color:#666666;
	text-decoration:none
	}

#copyright{
	font-size:x-small;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 10px;
	clear:both;
	background-color: #ebeff4;
	text-align:left;
	width:750px;
}

.prgrf {
margin: .5em 0 0 1.5em !important;
}


.img-prgrf {
display: block;
text-align: center;

}




