/*
Theme Name: Hakata Bote
Description: Voitカスタムテーマです
Author: shou_kei@voit.jp
*/

/************************
タグ
************************/

body,h1,h2,h3,h4,h5,div,p,ul,li,dl,dt,dd,form {
	margin:0;
	padding:0;
	border:0;
}

body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:url(images/haikei1.gif);
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}

ul {
	list-style-type:none;	
}

img {
	border:0;
}

/************************
レイアウト
************************/

#header {
	width:840px;
	margin:0 auto;
}

#container {
	width:825px;
	margin: auto;
}

#slideshow {
	width:825px;
	height:250px;
	background:black;
	margin:0 auto;
	overflow:hidden;
}

#wrapper {
	width:808px;
	margin:0 auto;
	clear:both;
}

#content {
	width:560px;
	float:left;
	margin:10px 0;
}

#sidebar {
	width:224px;
	float:right;
	margin-top:10px;
}

#footer {
	width:840px;
	clear:both;
}

/************************
container
************************/
#container_inner {
	padding:0;
}

/************************
header
************************/
h1#blog_name {
	width:840px;
	height:20px;
	padding-top:5px;
	color:#EEE;
	margin:0 auto;
	font-size:12px;
	background:white;
}
#header_inner {
}
#header_image {
	background:white;
	padding:10px 30px;
}
#header_image img {
	display:block;
	width:776px;
	height:115px;
}
#header_bottom {
	height:10px;
	margin-bottom:20px;
	background:url(images/header_bottom.png);
}


/************************
slideshow
************************/
#slideshow_inner {
	overflow:hidden;
}
#slideshow_inner h2.widgettitle {
	display:none;
}
#slideshow img {
}
#slideshow_comment {
	height:30px;
	background:gray;
	color:white;
}

/************************
banner
************************/
#banner {
	margin:0 auto;
	width:840px;
	margin-top:10px;
	text-align:center;
}
/************************
mainmenu
************************/
#mainmenu {
}
#mainmenu_inner {
	padding-top:10px;
}
#mainmenu_container {
}
#mainmenu ul {
	width:811px;
	margin:0 auto;
	overflow:hidden;
	border-left:1px solid #333;
}
#mainmenu ul li{
	float:left;
	width:134px;
	height:25px;
	padding-bottom:10px;
	border-right:1px solid #333;
	text-align:center;
}
#mainmenu ul li a{
	color:#CCC;
	text-decoration:none;
}
#mainmenu ul li a:hover{
	color:white;
	text-decoration:underline;
}
#mainmenu ul li a img{
	margin-top:5px;
	width:120px;
}
/************************
content
************************/
.welcome {
	padding:10px 20px;
	background:#EEE url(images/box_background.gif);
}
.welcome h3 {
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.welcome p {
	font-size:13px;
	font-weight:bold;
	line-height:1.4;
	color:#666;
	margin-bottom:10px;
}
.top_news a {
	color:white;
	text-decoration:none;
}
.top_news a:hover {
	text-decoration:underline;
}
.top_news dl {
	height:25px;
	background:#666;
	color:white;
	font-size:12px;
}
.top_news dt {
	clear:left;
	float:left;
	padding:3px 0 0 10px;
}
.top_news dd {
	float:left;
	padding:3px 0 0 50px;
}

.post {
	padding:10px;
	background:#EEE url(images/box_background.gif);
	line-height:1.4;
	overflow:auto;
	font-size:12px;
}
.post h2 {
	width:100%;
	border-bottom:1px solid #CCC;
}
.post h2 a {
	color:#333;
	text-decoration:none;
	font-size:22px;
}
.post div.post_meta {
	font-size:12px;
}
.post div.post_body {
	padding:10px;
	font-size:14px;
	color:#444;
}

.box_top {
	background:url(images/box_top.png);
}
.box_bottom{
	margin-bottom:20px;
	background:url(images/box_bottom.png);
}
#taxonimy_image {
	margin-bottom:10px;
}
#shopmenu {
	overflow:hidden;
}
#shopmenu_inner {
	overflow:hidden;
}

.shopmenu_item {
	background:black;
	width:272px;
	border-bottom:1px solid #222;
	margin-bottom:10px;
}
.shopmenu_item_inner {
	padding:10px;
}
.float_left {
	clear:both;
	float:left;
}
.float_right {
	float:right;
}
.shopmenu_item img {
	display:block;
	margin-bottom:10px;
	width:250px;
	height:210px;
}
.shopmenu_item a img{
	border:1px solid white;
}
.shopmenu_item a:hover img {
	border:1px solid red;
}

div.shopmenu_item_text {
	padding:5px;
}
span.shopmenu_item_name {
	color:white;
	font-weight:bold;
	font-size:16px;
	float:left;
}
span.shopmenu_item_price {
	font-size:14px;
	color:white;
	font-weight:bold;
	float:right;
}
p.shopmenu_item_desc {
	clear:both;
	font-size:12px;
	color:#CCD;
	padding:5px 0;
}
.clear_both {
	clear:both;
}
.pager {
	margin-top:10px;
}
.pager a{
	color:white;
	font-weight:bold;
}
.pager .next {
	float:left;
}
.pager .prev {
	float:right;
}
/************************
comment
************************/
#post_comment {
	font-size:12px;
	padding:10px;
	margin-top:20px;
	background:white;
	border:1px dotted #CCC;
}
#post_comment ul li{
	padding:10px;
}
#respond {
	margin-top:20px;
}

/************************
sidebar
************************/
#sidebar {
}
#sidebar_inner {
}
#sidebar .sidemenu {
	background:#EEE url(images/box_background.gif);
}
#sidebar .sidemenu_top {
	background:url(images/menu_top.png);
}
#sidebar .sidemenu_bottom {
	margin-bottom:20px;
	background:url(images/menu_bottom.png);
}
h2.widgettitle {
	color:#444;
	font-size:14px;
	border-bottom:1px solid #999;
	padding-bottom:2px;
	margin-bottom:10px;
}
#searchform {
}
.screen-reader-text {
	display:none;
}
.sidemenu li {
	width:204px;
	margin:0 auto;
	padding-bottom:10px;
	font-size:12px;
}
.sidemenu li ul li a {
	font-size:12px;
	color:#666;
	text-decoration:none;
}
.sidemenu li ul li a:hover {
	color:#333;
	text-decoration:underline;
}

/************************
footer
************************/
#footer_top{
	background:url(images/footer_top.png);
}
#footer_inner {
	padding:20px 20px 0px 40px;
	background:white;
	overflow:hidden;
}
#footer_navi {
	width:620px;
	float:left;
}
ul#footer_navi_widget {
	overflow:hidden;
	margin-bottom:20px;
}
ul#footer_navi_widget li{
	float:left;
	width:170px;
}
ul#footer_navi_widget a {
	color:#333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
ul#footer_navi_widget a:hover {
	text-decoration:underline;
}
ul#footer_navi_widget li ul li {
	padding-left:5px;
}
#footer_navi_widget h2.widgettitle {
	color:#333;
	height:20px;
	margin-right:30px;
	border-bottom:1px dotted #999;
}

#footer_jump {
	float:right;
	width:150px;
	text-align:right;
	margin-right:10px;
}
#footer_jump a {
	font-size:12px;
	color:#333;
}
#footer_border {
	clear:both;
	background:url('images/footer_border.gif');
}
#copyright {
	clear:both;
	height:30px;
	text-align:center;
	padding-top:10px;
	font-size:11px;
	color:#333;
}
