@charset "UTF-8";

/*喜多勝本店サイトCSS--*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	line-height: 2;
	background-image: url(../images/h.jpg);
	background-repeat: repeat-x;
}
#new_top_box {
	height: 60px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
#top_koukoku {
	height: 60px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
body#top  {
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	margin-right: auto;
	margin-left: auto;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #333333;
}
a:hover {
	color: #D18A28;	
	text-decoration: none;	
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	height: auto;
	font-size: 100%;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;	/*ヘッダー背景画像*/
}
#top #header {
	height: 100px;
}
#header #logo {
	position: absolute;
	left: 0px;	
	top: 0px;	
}
#header #contact {
	position: absolute;
	right: 0px;		
	bottom: 0px;	
}
#header h1 {
	font-size: 9px;	
	line-height: 10px;
	font-weight: normal;	
	position: absolute;
	left: 45px;		
	bottom: 15px;	
	z-index: 1;		
	color: #666;	
}
#header h1 a {
	text-decoration: none;
	color: #666;	
}
#pan_box {
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #333333;
}
#mainimg h1 {
	font-size: 9px;	
	line-height: 10px;
	font-weight: normal;	
	position: absolute;
	z-index:3;	
	top: 0px;	
	right: 0px;	
}
#mainimg h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*リンクテキストの文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
#top ul#menu {
	position: absolute;	
	right: 0px;
	top: 5px;
}
#top ul#menu li {
	float: left;
	margin-left: 5px;
}
#namazu_box {
	height: 58px;
}




/*メインメニュー
---------------------------------------------------------------------------*/
#top ul#menu {
	position: absolute;	
	right: 0px;
	top: 5px;
}
#top ul#menu li {
	float: left;
	margin-left: 5px;
}
#namazu_box {
	height: 60px;
	margin-top: 20px;
	background-image: url(../images/b.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 15px;
	padding-top: 2px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}
#contents h2 {
	padding-top: 30px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	
	width: 700px;	
	padding-top: 5px;
	height: auto;
	margin-bottom: 10px;
}
#move_box {
	background-repeat: no-repeat;
	height: 280px;
	width: 700px;
	background-image: url(../images/move_h.jpg);
}
#move_box01 {
	position: relative;
	height: 240px;
	width: 318px;
	top: 22px;
	left: 360px;
	padding-left: 2px;
}
#mein_box001 {
	width: 700px;
	height: 500px;
}
#main h2 {
	clear: both;
	width: 700px;
	border-bottom: 3px solid #D18A28;
	font-size: 100%;
	color: #D18A28;
	padding-top: 0;
	padding-bottom: 1px;
	margin-top: 20px;
}
#main h2.midashi1 {
	font-size: 120%;	
	clear: both;
	width: 690px;
	padding-left: 10px;
	font-weight: normal;	
	letter-spacing: 0.2em;	
}
#main p {
	padding-right: 10px;
	padding-left: 10px;
}

#main p.img {
	padding: 0.5em 0px 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	
	width: 280px;	
	padding-top: 5px;
	margin-bottom: 50px;
}

#sub h3 {
	font-size: 100%;	
	border-top: 1px solid #333333;		
	border-right: 1px solid #333333;
	border-bottom: 3px solid #D18A28;
	border-left: 1px solid #333333;		
}
#sub h3.midashi {
	padding: 15px 0px 15px 10px;		
	border-top: 1px solid #333333;	
	border-right: 1px solid #333333;
	border-bottom: 3px solid #D18A28;	
	border-left: 1px solid #333333;	
	background: #111 url(../images/midashi_sub_bg1.gif) no-repeat top;	
}
#sub p {
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 1em;	
}
#sub ul.submenu li a {
	display: block;
	width: 228px;
	text-decoration: none;
	background: #000000;	
	border-right: 1px solid #333333;	
	border-bottom: 1px solid #333333;	
	border-left: 1px solid #333333;		
	padding: 5px 0px 5px 10px;	
}
#sub ul.submenu li a:hover {
	background: #FFFFFF;	
	color: #333;			
}
#sub ul.submenu li#current a {
	color: #D18A28;		
	background: #FFF;	
}

/*トップページ
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 690px;
	padding-left: 6px;
}
#main .new dl {
	clear: left;
	width: 670px;
	border-bottom: 1px solid #333333;	
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 570px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: right;
	font-size: 10px;	
	padding-top: 30px;
	height: 30px;
	margin-top: 10px;
}
#footer a {
	text-decoration: none;
}
#f_box {
	height: 100px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #996600;
	margin-top: 20px;
	background-image: url(../images/f_haikei.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	line-height: 2em;
}
.f_p {
	line-height: 1.3em;
}
#f_mox00 {
	height: 55px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#cp {
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	border: 1px solid #D18A28;	
	width: 700px;
}
.ta1 td, .ta1 th{
	border: 1px solid #666;	
	line-height: 2;
}
.ta1 td{
	width: 457px;
	padding: 10px;
	vertical-align: top;
}
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #111;	
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #D18A28;	
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#viewer {
	width: 1000px;
	height: 400px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}



#mainimg {
	position: relative;
	width: 1000px;
	top: 10px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}
#mainimg img {
	vertical-align: bottom;
}

/*ボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;
	width: 678px;
	border: 1px solid #666666;	
	overflow: hidden;
	margin-bottom: 1em;
	background: #FFF url(../images/bg1.gif) repeat-x left bottom;	
	color: #333;	
}
#img_box {
	line-height: 10px;
}
#main .box1 p.photo {
	float: left;
	margin-left: 0;
	padding: 0;
}
#main .box1 p.photo img {
	border: 1px solid #CCCCCC;	
	padding: 5px;				
}
#main .box1 p.photo a:hover img {
	border: 1px solid #333333;	
}
#main .box1 h3 {
	font-size: 15px;	
	border-bottom: 1px solid #D18A28;	
	margin-left: 220px;
	margin-bottom: 0.5em;
	padding-left: 5px;
	font-weight: normal;	
	color: #D18A28;
	letter-spacing: 0.1em;	
}
#main .box1 h3 a {
	color: #D18A28;	
}
#main .box1 p {
	margin-left: 220px;	
	padding-left: 5px;
}

/*ページ設定
---------------------------------------------------------------------------*/
dl.faq {
	padding-right: 10px;
	padding-left: 10px;
}
dl.faq dt {
	color: #D18A28;		
	font-weight: bold;	
	background: url(../images/faq_q.gif) no-repeat left 5px;	
	padding-left: 25px;
}
dl.faq dd {
	background: url(../images/faq_a.gif) no-repeat left 5px;	
	padding-left: 25px;
	border-bottom: 1px solid #333;	
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #292929;
}
.mb1em {
	margin-bottom: 1em;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
	font-size: 90%;
	line-height: 3em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FC0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 10px;
	line-height: 1.6;
}
#apDiv1 {
	position:absolute;
	left:947px;
	top:925px;
	width:316px;
	height:238px;
	z-index:1;
}

#pageTop{
	border-radius:5px;
	color:#FFF;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	background-color: #990000;
	}
#pageTop:hover{
	background-color: #996633;
	}

table#t01 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
}


td#t01 {
  border: solid 1px #cccccc;
  border-collapse: collapse;
}


td#head {
  padding: 9px 6px 6px 15px;
  border: solid 1px #cccccc;
  border-collapse: collapse;
  background-image: url(img/main_block_bg.gif);
}


table.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
}


td.table_line {
  border-collapse: collapse;
  border: solid 1px #999999;
  padding : 8px 14px 8px 14px;
}
