@charset "utf-8";
/* CSS Document */


body {
	border-top:4px solid #876f57;
}


#header {
	width:1000px;
	height:100px;
	margin:20px auto;
}

.logo_top {
	width:320px;
	height:100px;
}

.gnav {
	margin-top:50px;
	margin-left:20px;
	width:660px;
	height:50px;
}

.gnav ul li {
	float:left;
}

.gnav ul li a {
	display:block;
	width:132px;
	height:48px;
	line-height:48px;	
	text-align:center;
	border-bottom:2px solid #876f57;
	text-decoration:none;
	color:#333;
	font-size:0.9em;
}

.gnav ul li a:hover, .gnav ul li a.select_link {
	color:#ff0000;
	font-weight:bold;
	border-bottom:3px solid #ff0000;
	background-color:#f9f8f6;
	height:47px;
}

.gnav ul li a:hover span {
	font-weight:bold;
}

.header_img {
	width:1000px;
	height:320px;
	margin:0 auto 30px;
	background-color:#f0f0f0;
}

.pan {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f9f8f6;
	margin-bottom:20px;
}

.panlist {
	width:1000px;
	margin:0 auto;
	font-size:0.9em;
}

.panlist a {
	color:#333;
}

#main {
	width:100%;
}

.info {
	width:1000px;
	margin:0 auto;
}

.info h2, .message h2, .voice_box h2, .news h2, .media h2 {
	width:320px;
/*	border-bottom:4px double #876f57; */
	text-align:center;
	font-size:1.5em;
	margin-bottom:5px;
}

.info_logo, .message_logo {
	width:320px;
	height:240px;
	text-align:center;
	margin-right:25px;
}

.info_txt, .message_txt {
	width:650px;
	word-break:break-all;
}

.message {
	width:1000px;
	margin:40px auto 0;
}

.voice {
	width:100%;
	margin-top:40px;
	background-color:#ebe6e4;
}

.voice_logo {
	width:300px;
	margin-right:20px;
	padding:10px;
	float:left;
	background-color:#fff6ec;
}

.voice_last {
	margin-right:0;
}

.voice_txt {
	font-size:0.9em;
	width:278px;
	padding:10px;
	border:1px dotted #876f57;
	word-break:break-all;
}

.voice_box {
	width:1000px;
	padding-top:40px;
	padding-bottom:40px;
	margin:0 auto;
}

.voice_more {
	width:250px;
	margin:20px auto 0;
	text-align:center;
}

.voice_more a {
	background-color:#876f57;
	opacity:0.8;
	color:#fff;
	display:block;
	padding:10px 0;
	text-decoration:none;
}

.voice_more a:hover {
	opacity:1.0;
}

.newsmedia {
	width:1000px;
	margin:40px auto 80px;
}

.news {
	width:449px;
	border-right:1px solid #efefef;
	padding-right:50px;
}

.news_list, .media_list {
	height:280px;
	overflow:auto;
	padding-right:20px;
}

.news_list ul li, .media_list ul li {
	border-bottom:1px dotted #876f57;
	padding-top:10px;
	padding-bottom:10px;
}

ul.news_list_02 li {
	border-bottom:1px dotted #876f57;
}

ul.news_list_02 li a {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	opacity:0.8;
}

ul.news_list_02 li a:hover {
	opacity:1;
	text-decoration:underline;
}

ul.media_list_02 li {
	border-bottom:1px dotted #876f57;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:200px;
	height:150px;
}

ul.media_list_02 li.media_01 {
	background:url(../img/media_icon01.jpg) no-repeat;
	background-position:880px center;
}

ul.media_list_02 li.media_02 {
	background:url(../img/media_icon02.jpg) no-repeat;
	background-position:880px center;
}

.media {
	width:1000px;
/*	padding-left:50px;
*/}

.media_list ul li {
	height:150px;
	padding-right:120px;
}

.media_list ul li.media_01 {
	background:url(../img/media_icon01.jpg) no-repeat;
/*	background-position:320px center;
*/	background-position:800px center;
}

.media_list ul li.media_02 {
	background:url(../img/media_icon02.jpg) no-repeat;
/*	background-position:320px center;
*/	background-position:800px center;
}

.info_company {
	width:1000px;
	margin:0 auto 80px;
}

.info_company h2 {
	width:100%;
	border-bottom:4px double #876f57;
	font-size:1.5em;
	margin-bottom:20px;
}

.info_company h3 {
	border-left:5px solid #876f57;
	padding-left:15px;
	font-size:1.3em;
	margin-bottom:20px;
}

.info_company table,
.info_company tr,
.info_company td {
	padding:10px;
	vertical-align:middle;
	font-size:1em;
	border:1px solid #876f57;
}

.info_company table {
	width:640px;
	margin-bottom:30px;
}

.info_table_left {
	background:#876f57;
	color:#fff;
}

#footer {
	width:100%;
	background-color:#866e57;
	text-align:center;
	height:40px;
	padding-top:10px;
	padding-bottom:10px;
}

#footer p {
	font-size:0.8em;
	line-height:1.7;
	color:#fff;
}

#footer a {
	color:#fff;
}