@import url( sumaste.css);
/* 背景画像 */
body {
	background: url(./img/bg.gif) ;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* ヘッダー */
#header-right {
	width: 564px;
	text-align: right;
	float: left;
}

#header-right img {
	margin: 5px 0;
}

/* 中央 */
#body {
	/*clear: left;*/
	margin: 20px 15px;
	overflow: hidden;
	width: 770px;
}

/* 左エリア */
#left-area {
	width: 550px;
	float: left;
	font-size: 75%;
}

/* 右エリア */


#right-area {
	width: 220px;
	float: left;
}
#gif-contents {
	border-bottom: solid 1px #C7C7B7;
}
#menu {
	list-style-type: none;
	margin-bottom: 10px;
}
#menu span {
	display: none;
}
#menu span.description {
	display: block;	
	font-size: 70%;
	line-height: 130%;
	padding: 32px 10px 10px 25px;
}
#menu span.description-company {
	display: block;	
	font-size: 70%;
	line-height: 130%;
	padding: 50px 10px 10px 25px;
}
#menu a {
	width: 220px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: solid 1px #D7D7C7;
}
#menu a:hover {
	background-position: 0px -400px;
}
#menu-company a {
	background-image: url( ./img/menu_company.gif);
	text-decoration: none;
}
#menu-news a {
	background-image: url( ./img/menu_news.gif);
	text-decoration: none;
}
#menu-pub a {
	background-image: url( ./img/menu_pub.gif);
	text-decoration: none;
	overflow-y: hidden;
}
#menu-pub img {
	margin: 10px 10px 10px 5px;
	float: right;
	border: 1px solid #CCCCCC;
}

p.announce {
	background-color:#FFFFCC;
	border:1px solid #FFCCCC;
	color:#FF0000;
	font-size:110%;
	font-weight:bold;
	margin-bottom:5px;
	padding:0.5em 0px;
	text-align:center;
	width:540px;
}

.request_top {
	padding: 0px 0px 10px 0px;
}