@charset "UTF-8";

/*------------------------------------------------
メイン　#main
------------------------------------------------*/
/*ボックス背景*/
#main .bg_mainbox {
	background: url(img/bg_mainbox.gif) repeat-y;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px;
	margin: 2px 0 0;
}
#main .bg_mainbox_in {
	background: url(img/bg_mainbox_in.gif) repeat-y center top;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	margin: 2px 0 0;
}

/*地酒を蔵元から探す*/
#main #serch01 {
}
#serch01 h2 {
	width: 640px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_serch01.gif) no-repeat;
}
#serch01 h3 {
	width: 190px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_miyagi.gif) no-repeat;
}
#serch01 table {
	width: 190px;
}
#serch01 table td {
	padding: 10px;
}
#serch01 table .bgcolor {
	background: #eaeaea;
}

#serch01 #map {
	float: right;
	width: 369px;
	height: 348px;
	background: url(img/map.gif) no-repeat left top;
	position: relative;
	text-indent: -9999px;
}
#map a {
	overflow: hidden;
}
/* 仙台 */
#map a.place01 {
	position: absolute;
	top: 207px;
	left: 146px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 気仙沼 */
#map a.place02 {
	position: absolute;
	top: 20px;
	left: 299px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 栗駒 */
#map a.place03 {
	position: absolute;
	top: 13px;
	left: 169px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 企成 */
#map a.place04 {
	position: absolute;
	top: 44px;
	left: 231px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 一追 */
#map a.place05 {
	position: absolute;
	top: 50px;
	left: 143px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 中新田 */
#map a.place06 {
	position: absolute;
	top: 87px;
	left: 120px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 石越 */
#map a.place07 {
	position: absolute;
	top: 81px;
	left: 231px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 古川 */
#map a.place08 {
	position: absolute;
	top: 103px;
	left: 164px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 美里 */
#map a.place09 {
	position: absolute;
	top: 118px;
	left: 224px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 石巻 */
#map a.place10 {
	position: absolute;
	top: 155px;
	left: 240px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 松山 */
#map a.place11 {
	position: absolute;
	top: 140px;
	left: 191px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 三本木 */
#map a.place12 {
	position: absolute;
	top: 140px;
	left: 148px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 富谷 */
#map a.place13 {
	position: absolute;
	top: 170px;
	left: 116px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 塩釜 */
#map a.place14 {
	position: absolute;
	top: 177px;
	left: 182px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 川崎 */
#map a.place15 {
	position: absolute;
	top: 223px;
	left: 102px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 村田 */
#map a.place16 {
	position: absolute;
	top: 269px;
	left: 134px;
	display: block;
	width: 30px;
	height: 35px;
}
/* 白石 */
#map a.place17 {
	position: absolute;
	top: 278px;
	left: 86px;
	display: block;
	width: 30px;
	height: 35px;
}


/*地酒を五十音で探す*/
#main #serch02 {
	padding: 20px 0 0;
}
#serch02 h2 {
	width: 640px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_serch02.gif) no-repeat left top;
}
#serch02 table {
	background: #eaeaea;
	width: 400px;
	margin: 0 auto;
}
#serch02 table td {
	background: #cccccc;
	padding: 5px;
	font-size: 152%;
	font-weight: bold;
	text-align: center;
}

/*管理人のおすすめ*/
#main #osusume {
	padding: 20px 0 0;
}
#osusume h2 {
	width: 640px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_osusume.gif) no-repeat left top;
}
#main p {
	float: left;
	padding: 0 10px 0 0;
}
#osusume table {
}
#osusume table th {
	font-weight: normal;
	padding: 0 5px;
	white-space: nowrap;
	vertical-align: top;
}
#osusume table td {
	border-left: 2px solid #000000;
	padding: 0 5px;
	vertical-align: top;
}
#osusume table a {
	background: url(img/outlink.gif) no-repeat right center;
	padding: 0 18px 0 0;
}

/*------------------------------------------------
サイド
------------------------------------------------*/
/*インフォメーション*/
#side #info {
	padding: 0 0 20px;
}
#info h4 {
	width: 200px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_info.gif) no-repeat left top;
}
#info dl dt {
	border-left: 3px solid #70a270;
	padding: 0 0 0 5px;
}
#info dl dd {
	padding:5px 0 10px;
}
#blog {
	padding: 0 0 20px;
 }
#blog h4 {
	width: 200px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_blog.gif) no-repeat left top;
}
#blog p {
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	padding-top: 3px;
	padding-bottom: 3px;
}
#blog li {
	margin: 4px;
	border-bottom: 1px solid #E8E8E8;
	padding: 4px;
}





/*蔵元リンク集*/
#side #link {
	padding: 20px 0 0;
}
#link h4 {
	width: 200px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/title_link.gif) no-repeat left top;
}
#link ul li {
	padding: 0 0 5px;
}
#link ul li a{
	background: url(img/bg_li.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
#link p {
	padding: 5px 0 0;
	text-align: right;
}





/*ご注意*/
#main #att {
	margin: 30px 0 0;
	border: 3px double #ddd;
	padding: 5px;
}
#main #att h3 {
	margin: 0 0 5px;
	font-weight: bold;
}
#main #att p {
	float: none;
	margin: 0;
}
