@charset "utf-8";
/*-------------------------------------------------
　　　　　　　　　　TOP要素
--------------------------------------------------*/
#top_contact {
	clear:both;
}
#top_contact h2 {
	display:block;
	width:530px;
	height:38px;
	background-image: url(assets/images/title_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}

/*-------------------------------------------------------------------------
以下、トップページ「Contact.」エリアのテキスト設定です。
HTML側<address>タグ内に記述されています。
使用テンプレートは
「content_tpl」「English_content_tpl」です。
----------------------------------------------------------------------------*/
#top_contact address {
	line-height:1.8;/*行間*/
	float:left;/*このプロパティーで写真に回り込みさせています。*/
	padding-left:10px;
}


#top_news {
	margin-bottom:30px;
}

#top_news h2 {
	display:block;
	width:530px;
	height:38px;
	background-image: url(assets/images/title_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}
#top_news h3 {
	margin-bottom:0.5em;
}
#top_news a {
	color:#00a0e9;
}
#top_news a:hover {
	color:#F60;
}
#top_news span {
	font-size:11px;
	color:#666;
	letter-spacing:1px;
}
/*-------------------------------------------------
　　　　　　　　　下層ページ設定
--------------------------------------------------*/
/*-------------下層ページのH２タグの設定--------------------
色と、パディングを設定しています。
この設定とば別に「角丸」を表現するため、
HTML側に「class="myBox2"」とクラス名が記述されています。
（エレメント→テンプレート→「content_tpl」「English_content_tpl」参照
------------------------------------------------------------------------*/
#text h2 {
	display:block;
	width:505px;/*530px*/
	background-color:#F9C995;
	padding:10px 5px 10px 20px;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.res_t {
	border:1px solid #CCC;
}