﻿@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;
}


/*お問い合わせ*********************************************************************/

#right p.text {
	padding-left:0;
}

/*フォーム部分*/

form {
	margin:0;
	padding:0;
}

form table {
	margin-top:10px;
	margin-left:10px;
	border-top:1px solid #ccc;
	width:540px;
}

form table th,
form table td {
	padding:3px;
	border-bottom:1px solid #ccc;
}

form table th {
	width:175px;
	text-align:left;
	background:#f5f5f5;
}

font {
	padding-left:10px;
}