@charset "Shift_JIS";


/*-----------------------------全体中央揃え-----------------------------*/

#container {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	background-image: url(../img/global/back.gif); 
	background-repeat: y; 
}


/*-----------------------------ヘッダー-----------------------------*/

#header {
	width:760px;
	height:81px;
	padding-top:11px;
	background-image: url(../img/global/header/back.gif); 
	background-repeat: no-repeat;
	border-bottom:#999 solid 1px;
}

#header p {
	display:none;
}


/*-----------------------------左部-----------------------------*/

#left {
	width:190px;
	padding-bottom:10px;
	float:left;
}


/*-----------------------------メニュー-----------------------------*/

#globalNavi{
	margin:0;
	padding:0;
}

#globalNavi  ul{
	margin: 0;
	padding: 0;
}

#globalNavi li {
	margin: 0;
	padding: 0;
	list-style-type:none;
}



/*-----------------------------リード-----------------------------*/

#leftLead1 {
	width:190px;
	height:40px;
	margin:15px 0 10px;
	background-image: url(../img/global/left/lead.gif); 
	background-repeat: no-repeat; 
	background-position: center top;
}

#leftLead1 p{
	display:none;
}

#leftLead2{
	font-size:12px;
	margin-top:0px;
	padding:0 10px;
	color:#fff;
	word-break:keep-all;
}


/*-----------------------------このページのトップへ-----------------------------*/

.retop {
	width:570px;
	padding-bottom:10px;
	text-align:right;
}


/*-----------------------------フッター-----------------------------*/

#footer {
	width:760px;
	height:21px;
	background-image: url(../img/global/footer/copyright.gif); 
	background-repeat: no-repeat; 
	background-position: left bottom;
	background-color:#fff; 
	border-top: #999 solid 1px; 
	clear:both;
}

#footer p {
	display:none;
}