@charset "utf-8";
/*全体////////////////////////////////////////////////////////////////////////*/
*{
	margin:0;
	padding:0;
}
body{
	font-family: "ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3";
	font-size: 14px;
	background: #ffffff;
}
#wrapper{
	width:910px;
	margin-right:auto;
	margin-left:auto;
}
img{
	border:0;
}
#container{
	width:910px;
	background: #ffffff url(../images/shadow.gif) repeat-y;
}
hr{
	clear:both;
	visibility:hidden;
}
a:link, a:visited{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#ee571a;
}
/*ヘッダー////////////////////////////////////////////////////////////////////////*/
#header{
	width:790px;
	margin:0px 50px 0px 70px;
	overflow:hidden;
}
#header_cover{
	margin-top:5px;
}
#logo{
	float:left;
	width:275px;
	height:50px;
	margin-top:13px;
	overflow:hidden;
	margin-bottom:17px;
}
ul#language{
	float:right;
	width:240px;
	list-style:none;
}
ul#language li{
	float:left;
	width:95px;
	margin-right:25px;
}
#main_photo{
	width:900px;
	height:170px;
	margin-left:5px;
}
#user{
	width:760px;
	margin:5px 75px 0px 75px;
}
#summary{
	float:left;
	width:615px;
}
#summary_height{
	margin-top:5px;
}

ul#usernavi{
	float:right;
	width:125px;
	list-style:none;
}
ul#usernavi li{
	margin-top:15px;
}
#news{
	width:910px;
	margin-top:40px;
}
#news_title{
	height:30px;
	margin:0 68px 0 72px;	
}
#table{
	margin-left:110px;
}
#news_table{
	width:100%:
	vertical-align:top;
	border:0px;
	line-height:2.5em;
}
#news_table tbody tr td.ymd{
	color:#752100;
}

#globalnavi{
	width:900px;
	margin:35px 5px 90px 5px;
}
ul#ul_globalnavi{
	width:850px;
	margin-left:50px;
	list-style:none;
}
ul#ul_globalnavi li{
	float:left;
	width:120px;
	margin-right:50px;
}
#gnavi_text{
	margin-top:20px;
	margin-left:5px;
	line-height:1.6;
	font-size:90%;
	color:#383c3c;
}
#footer{
	float:right;
	width:255px;
	margin-right:5px;
}