@charset "EUC-JP";

/* [Header] */
div#title {
	margin:0px auto 0px auto;
	width:820px;
	height:159px;
	background-image:url('http://www.ogawarako.com/template/title_bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}
div#title h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 120px 5px 0px 0px;
	width:170px;
	float:right;
	text-align:center;
	text-indent:-5000em;
}
div#title h1 a {
	color: #fff;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color:#ffcc33;
}
div#title p {
	font-size:90%;
	padding: 20px 0px 0px 200px;
	color:#fff;
	width:500px;
}
/* search */

div#search {
	width: 240px;
	height: 30px;
	margin:-120px 20px 0px 540px;
	display:inline;
	float:right;
	text-align:right;
}
div#search input.form {
	color:#fff;
	width: 132px;
	background-color:#9abadf;
	border: 1px solid #CCC;
	margin-bottom:4px;
	padding:2px;
}
div#search input.button {
	margin-top: 4px;
}
