﻿body, form, h1, h2, h3, h4, h5, h6, h7, p, pre, ul, ol, li, dl, dt, dd, blockqote, span, img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	font-family: "Verdana","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3","Osaka","sans-selif";
}

img {
	border: 0;
}
.cl {
	clear: both;
}
a {
	color: #666;
	text-decoration: none;
	margin: 0 0 0 0;
	overflow:hidden;
	outline:none;}
a:hover {
	color: #3998BE;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
/*---------------------ヘッダ－--------------------*/
#header {
	width: 860px;
	height: 106px;
	margin: auto;
	text-align: left;
	/*background-image: URL(img/home/border.gif);
	background-repeat: no-repeat;
	background-position: bottom;*/
}
/*ヘッダー左*/
#header #header_left {
	width: 230px;
	float: left;
}
#header #header_left h1 {
	padding: 5px 0;
}
/*ヘッダー右*/
#header #header_right {
	width: 630px;
	height: auto;
	float: right;
}
/*ヘルプ・お問い合わせ・サイトマップ*/
#header #header_right .h_top {
	width: 265px;
	height: 26px;
	background-image: URL(img/home/bg_headersub.gif);
	background-repeat: no-repeat;
	float: right;
}
#header #header_right .h_top ul {
	padding: 3px 10px 0 0;
	font-size: 10px;
}
#header #header_right .h_top li {
	float: left;
	padding: 0 0px 0 27px;
}
#header #header_right .h_top li a {
	text-decoration: underline;
}
#header #header_right .h_top li a:hover {
	text-decoration: none;
}
/*information&serach*/
#header #header_right .h_middle {
	clear: both;
	padding: 10px 0 0 0;
}
#header #header_right .h_middle p {
	width: 400px;
	font-size: 10px;
	float: left;
}
#header #header_right .h_middle p img {
	margin: 0 8px 0 0;
	vertical-align: bottom;
}
#header #header_right .h_middle p a {
	color: #000;
	text-decoration: underline;
}
#header #header_right .h_middle p a:hover {
	color: #000;
	text-decoration: none;
}
#header #header_right .search_bt {
	float: right;
}
#header #header_right .search_bt input {
	width: 160px;
	margin: 0;
	padding: 0;
}
#header #header_right .search_bt input.btn {
	width: 55px;
	vertical-align: top;
}
#header #header_right .search_bt text {
}
/*ヘッダーサブメニュー*/
.menu_bt {
	width: 630px;
	height: 30px;
	padding: 21px 0 0 0;
	text-align: center;
}
.menu_bt a{
	display: block;
	text-indent: -9999px;
	width: 126px;
	height: 30px;
	float: left;
	background-image: url(img/home/bt.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}
#menu_all {
	background-position: 0 0;
}
#menu_all:hover,#menu_all.hover {
	background-position: 0 -30px;
}
#menu_area {
	background-position: -126px 0;
}
#menu_area:hover,#menu_area.hover {
	background-position: -126px -30px;
}
#menu_gyousyu {
	background-position: -252px 0;
}
#menu_gyousyu:hover,#menu_gyousyu.hover{
	background-position: -252px -30px;
} 
#menu_new {
	background-position: -378px 0;
}
#menu_new:hover,#menu_new.hover{
	background-position: -378px -30px;
}
 #menu_dictionary {
	background-position: -504px 0;
}
#menu_dictionary:hover,#menu_dictionary.hover {
	background-position: -504px -30px;
}

/*---------------------パンくずリスト--------------------*/
#pan {
	clear: both;
	width: auto;
	height: 24px;
	background-image: URL(img/home/bg_header.gif);
	background-repeat: repeat-x;
}
#pan p {
	width: 860px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	text-align: left;

}
#pan strong {
	color: #F06;
}
/*---------------------全体囲み--------------------*/
#contents {
	width: 860px;
	height: auto;
	margin: auto;
	padding: 15px 0 0 0;
}
/*---------------------お店一覧--------------------*/
#contents #result {
	width: 650px;
	height: auto;
	margin: 15px 0 0 0;
	padding: 0 0 5px 0;
}
#contents #result h3 {
	width: 650px;
	height: 40px;
}
#contents #result table {
	width: 650px;
	height: auto;
	background-color: #FFF;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
} 
#contents #result th {
	background-color: #CCC;
	text-align: center;
}
#contents #result td {
	background-color: #F5F5F5;
	font-weight: bold;
	color: #000;
}
#contents #result .matter {
	margin: 0 0 10px 0;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}	
#contents #result .order {
	float: right;
	margin: 0;
	color: #3C97C3;
	margin: 0 10px 0 0;
}	
#contents #result .order a {
	text-decoration: underline;
}
#contents #result .order a:hover {
	text-decoration: none;
}	
#contents #result .paging{
	height: auto;
	padding: 5px 0 10px 0;
	text-align: center;
	clear: both;
}
/*---------------------お店--------------------*/
#contents #result .shop {
	width: 628px;
	padding: 0 10px;
	background-color: #FFF;
	border: solid 1px #CCC;
}
#contents #result .shop a {
	color: #F09;
	text-decoration: underline;
	font-weight: bold;
}
#contents #result .shop a:hover {
	color: #F09;
	text-decoration: none;
}
#contents #result .shop .shopname {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}
#contents #result .shop .shopname span {
	font-size: 10px;
}
#contents #result .shop .s_image {
	width: 435px;
	height: 195px;
	padding: 0;
	background-color: #F5F5F5;
	float: left;
}
#contents #result .shop table {
	width: 178px;
	height: 195px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #FFF;
	border: solid 1px #CCC;
}
#contents #result .shop table th {
	width: 40px;
	padding: 5px;
	text-align: center;
	background-color: #666;
	color: #FFF;
}
#contents #result .shop table td {
	padding: 5px;
	font-weight: normal;
	background-color: #F5F5F5;
}
#contents #result .taigu_list {
	padding: 20px 0 10px 0;
}
#contents #result .shop ul {
	width: 378px;
	float: left;
}	
#contents #result .shop li {	
	float: left;
	margin: 0 4px 2px 0;
}
#contents #result .shop .detaile {
	width: 250px;
	height: 70px;
	float: right;
}
#contents #result .shop .detaile a:hover {
	position: relative;
	top: 1px;
	left: 1px;	
}
#contents #result .shop .icon {
	font-size: 10px;
	margin: 0 0 3px 0;
	clear: both;
}
#contents #result .shop .icon a {
	color: #09C;
	font-weight: normal;
	text-decoration: none;
}
#contents #result .shop .icon a:hover {
	text-decoration: underline;
}
.top2 {
	text-align: right;
	margin: 0;
	padding: 10px 0;
}
/*---------------------オススメコンテンツ--------------------*/
#contents #right {
	width: 200px;
	height: auto;
	float: right;
	margin: 0;
	text-align: left;
}
#contents #right .menu1 {
	width: 200px;
	height: auto;
	background-color: #EEE;
	margin: 0;
	padding: 0;
}
#contents #right .menu1 ul {
	width: 190px;
	margin: 0 5px;
	padding: 5px 0;
}
#contents #right .menu1 li {
	width: 190px;
	height: 100px;
	margin: 0 0 5px 0;
	padding: 0;
}
#contents #right .menu2 {
	padding: 10px 0 0 0;
}
#contents #right .submenu {
	width: 190px;
	margin: 10px 0;
	border: 5px solid #CCC;
	background-color: #FFF;
}
#contents #right .submenu li {
	padding: 8px 0 5px 10px;
}
/*---------------------フッター--------------------*/
.top {
	width: 860px;
	margin: 20px auto;
	color: #46B2E7;
	text-align: right;
	clear: both;
}
#footer {
	width: auto;
	height: 121px;
	margin: 0;
	padding: 0;
	background-image: URL(img/home/bg_footer.gif);
	background-repeat: repeat-x;
}
#footer p {
	margin: 0;
	padding: 15px 0 5px 0;
	line-height: 1.8;
}
#footer strong {
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 0;
	color: #46B2E7;
	line-height: 1.2;
}
#footer span {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
}
/*---------------------オシゴトジテントップ部分－--------------------*/
#contents #dic_top {
	width: 860px;
	height: 60px;
	background-image: URL(dictionary/img/bg_top.gif);
	background-repeat: no-repeat;
	background-color: #D9B778;
}
#contents #dic_top ul {
	margin: 0 0 0 350px;
	padding: 0;
	vertical-align: bottom;
}
#contents #dic_top li {
	width: 118px;
	height: 37px;
	float: left;
	margin: 0 2px 0 0;
	padding: 23px 0 0 0;
}
#contents #dic_main {
	width: 860px;
	height: auto;
	padding: 0 0 30px 0;
	background-image: URL(dictionary/img/bg_middle.gif);
	background-repeat: repeat-y;
	clear: both;
}
#contents #dic_main h2 {
	width: 535px;
	height: 111px;
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
	float: left;
}
#contents #dic_main .title_right {
	width: 175px;
	height: 150px;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 60px 0 0;
}
#contents #dic_main .top {
	width: 800px;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 60px 0 0;
	font-weight: bold;
}
/*---------------------ショップヘッダー--------------------*/
#contents #top {
	width: 860px;
	height: auto;
}
#contents #top .top_left {
	width: 700px;
	height: 150px;
	background-image: URL(search/img/top_bg.gif);
	background-repeat: no-repeat;
	float: left;
}
#contents #top .top_left h3 {
	font-size: 26px;
	margin: 0;
	padding: 20px 0 25px 20px;
	color: #333;
	float: left;
}
#contents #top .top_left h3 img {
	margin: 0 8px 0 0;
}
#contents #top .top_left .up_time {
	width: 111px;
	height: 21px;
	background-image: URL(search/img/up.gif);
	background-repeat: no-repeat;
	color: #FFF;
	padding: 5px 0 0 17px;
	margin: 20px 20px 0 0;
	float: right;
}
#contents #top .top_left ul {
	clear: both;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 1.5;
}
#contents #top .top_left li {
	margin: 0;
	padding: 0;
}
#contents #top .top_left strong {
	font-weight: normal;
	color: #069;
	margin: 0 5px 0 0;
}

#contents #top .top_right {
	width: 150px;
	height: 150px;
	background-image: URL(search/img/qrbox.gif);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
}
#contents #top .top_right img {
	padding: 5px 0 0 0;
}
#contents #top .top_right p {	
	width: 130px;
	margin: 0;
	padding: 3px 0 0 5px;
	color: #333;
}
/*---------------------ショップ左側--------------------*/
#contents #shop_left {	
	width: 700px;
	height: auto;
	float: left;
	margin: 20px 0;
}
#contents #shop_left h4 {
	margin: 0;
	padding: 0;
}
/*---------------------ショップ右側--------------------*/
#contents #shop_right {	
	width: 150px;
	height: 500px;
	float: right;
	margin: 20px 0;
}	
#contents #shop_right ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#contents #shop_right li {		
	margin: 0 0 3px 0;
}	
#contents #shop_left .under_bt {
	text-align: center;
}
/*---------------------お店ページ移動--------------------*/
.paging {
	margin: 0 5px;
	font-weight: bold;
	color: #000;
}
.paging a {
	text-decoration: underline;
	margin: 0 5px;
	font-weight: normal;
	color: #0077E6;
}
.paging a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0077E6;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
