﻿@import url("../common/common.css");
@import url("../common/contents.css");

/*-----------------------------------------------------------------------------
メインビジュアル
-----------------------------------------------------------------------------*/
#visual {
	position:relative;
	background:#fff url("img/image.jpg") no-repeat 50% 0;
	height:250px;
}

div#cse-search-results {
	margin:0 auto;
	width:800px;
	height:auto;
}

div#cse-search-results iframe {
}

/*-----------------------------------------------------------------------------
Hタグ制御
-----------------------------------------------------------------------------*/
h2 {
	background:url("img/title.gif") no-repeat;
}

/*-----------------------------------------------------------------------------
サイトマップ
-----------------------------------------------------------------------------*/

.box {
	padding-left:10px;
}

#right .box2 {
	padding:1px;
	margin:0 0 10px 10px;
	border:1px solid #ccc;
	width:550px;
}

#right table.sitemap {
	width:550px;
}

#right table.sitemap td,
#right table.sitemap th {
	padding:1px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#right table.sitemap th {
	background:#eee;
	width:150px;
}

#right table.sitemap td {
	padding-left:5px;
}

#right table.sitemap td a {
	line-height:20px;
}
