/*
Theme Name: koedonet
Theme URI: http://www.koedo.org/
Description: 
Version: 1.0
Author: sonic
Author URI: http://www.sonicsoft.co.jp/
*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #ffffff url(images/body_bgS.jpg) repeat-x;
 font-size: 14px;
 text-align: center;
}


body#toppage {
 background: #ffffff url(images/body_bg.jpg) repeat-x;
 font-size: 12px;
}

img {
 border:0;
}

a {
 color: #0000ff;
 text-decoration: none;
}

a:visited {
 color: #0000ff;
}

a:hover {
 color: #0000c0;
 text-decoration: underline;
}

#wrap {
 width: 950px;
 margin: 0px auto;
 margin-top:10px;
 padding: 0px;
 text-align: left;
 color: #333333;
 font: 12px/150% 'ＭＳ ゴシック', sans-serif;
}

#toppage #wrap {
 width: 950px;
 margin: 0px auto;
 margin-top:20px;
 padding: 0px;
 text-align: left;
 background: url(images/header_bg.png) no-repeat;
 color: #333333;
 font: 12px/150% 'ＭＳ ゴシック', sans-serif;

}

* html #toppage #wrap {
 background: url(images/header_bg.jpg) no-repeat;
	}


/* Header */
#header {
 float: left;
 width: 100%;
 height: 150px;
 margin: 0px;
 padding: 0px;
 background: url(images/header_bgS.png) no-repeat 100% 0%;
 position: relative;}
 
#toppage #header{
 height: 240px;
 background: none;
}

*:first-child+html #toppage #header {
 height: 260px;
}


#header #title {
 margin: 0px;
 padding: 0px;
 color: #000000;
 font: bold 12px 'arial black', sans-serif;
 text-align: left;
}

#toppage #header #title {
 font-size: 14px;
 margin: 0px 0px 0px 30px;
}

#header #title img {
 margin-top: 10px;
}

#toppage #header #title img {
 margin-top: 0px;
}

#header #title a {
 color: #000000;
 text-decoration: none;
}

#header div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 12px;
 text-align: left;
}

#header h1{
	width: 470px;
	float: left;
}

#header #search{
	width: 350px;
	float: left;
	height: 110px;
	
}

*:first-child+html #header #search {
	height: 0px;
}




#girl {
 position:absolute;
 z-index:1;
 top: 0px; 
 left: 880px;
}

#toppage #girl {
 position:absolute;
 z-index:1;
 top: -10px; 
 left: 830px;
}

#sp {
 margin: 10px auto;
 text-align:center;
}

#sp ul {
 list-style: none;
}

#sp li{
 margin-right: 20px;
 padding-left: 15px;
 display: inline;
 background: url(images/icon.png) no-repeat;
}

#menulist {
	clear: left;
 height: 20px;
 margin-top: 15px;
}

#menulist li {
 display: block;
 list-style-type: none;
 float: left;
 background-image: url(images/tab_base.gif);
 background-repeat: no-repeat;
 background-position: left top;
 height: 20px;
}

#menulist li a {
 display: block;
 background-image: url(images/tab_right.gif);
 background-repeat: no-repeat;
 background-position: right top;
 padding: 2px 10px;
 height: 16px;
 text-align: center;
 text-decoration: none;
 color: #0000FF;
}

/* -only IE6- */
* html #menulist li,
* html #menulist li a {
 padding: auto 0px;
}
* html #menulist li.cat-item-1,
* html #menulist li.cat-item-1 a {
 width: 90px;
}
* html #menulist li.cat-item-3,
* html #menulist li.cat-item-3 a {
 width: 80px;
}
* html #menulist li.cat-item-4,
* html #menulist li.cat-item-4 a {
 width: 80px;
}
* html #menulist li.cat-item-5,
* html #menulist li.cat-item-5 a {
 width: 70px;
}
* html #menulist li.cat-item-6,
* html #menulist li.cat-item-6 a {
 width: 100px;
}
* html #menulist li.cat-item-7,
* html #menulist li.cat-item-7 a {
 width: 40px;
}
* html #menulist li.cat-item-8,
* html #menulist li.cat-item-8 a {
 width: 40px;
}
* html #menulist li.cat-item-9,
* html #menulist li.cat-item-9 a {
 width: 60px;
}
* html #menulist li.cat-item-10,
* html #menulist li.cat-item-10 a {
 width: 90px;
}
* html #menulist li.cat-item-12,
* html #menulist li.cat-item-12 a {
 width: 40px;
}
* html #menulist li.cat-item-16,
* html #menulist li.cat-item-16 a {
 width: 90px;
}

#toppage #menulist {
	margin-top: 220px;
}

* html #toppage #menulist {
	margin-top: 150px;
}

*:first-child+html #toppage #menulist {
	margin-top: 220px;
}


div.kuzu {
 clear:both;
 background:#99CC99 ;
 padding-left: 10px;
}

/* Main contents */
#contents {
 float: left;
 width: 632px;
 margin: 0px;
 margin-top: 20px;
 margin-right: 16px;
 padding: 0px;
 font-size: 14px;
 text-align: left;
 line-height: 1.5;
}

* html #contents{
 margin-right: 5px;

}

#contents h2 {
 font: bold 18px 'ＭＳ ゴシック', sans-serif;
 text-align: left;
 margin-bottom: 10px;
}

#contents h2 a {
 color: #000000;
}

#contents .blog ul{
	margin: 5px 0px 5px 30px;
}

#contents .post ul{
	margin: 10px 0px 9px 30px;
}


h2.entry-header{
 margin-top: 10px;
 border-bottom: solid #999999 2px;
}

h2.entry-header a{
 text-decoration: none;
}

#contents .contents_body {
 margin: 15px auto;
 padding: 0px;
}

#contents .contents_body p{
 margin: 15px auto;
}

#contents p.subtitle {
	font-size:16px;
	font-weight: bold;
	}

#contents #shopdata {
 padding: 10px;
 border: solid #cccccc 1px;
 background:url(images/shopdata_bg.jpg) repeat-x;
}

#contents #shopdata strong{
 margin: 5px auto;
}

#contents p#message {
 margin: 10px auto;
}

#contents div.entry ul,#contents div.entry ol{
	margin: 5px 0 5px 30px;
}

/*#contents .entry-body p {
 text-indent: 1em;
}*/

#contents div.entry dt{
 font-weight: bold;
 text-decoration: underline;
}

#contents div.entry dd{
 margin-left: 1em;
}

#contents .entry-body img {
 float: left;
 margin-right: 10px;
 padding: 10px;
 border: solid #CCCCCC 1px;
}

#contents .entry-body img.alignright {
 float: right;
 margin-left: 10px;
 margin-right: 0px;
}

#contents .entry-body img.aligncenter {
 float: none;
 margin-left: auto;
 margin-right: auto;
} 

#contents .entry-footer{
 margin: 5px auto;
 padding-top: 5px;
 border-top: solid #666666 1px;
 text-align: right;
 font-size: 12px !important;
}

#contents h3 {
 margin: 10px 0px 5px 0px;
 padding: 10px 0px 0px 0px;
 font: bold 18px 'ＭＳ ゴシック', sans-serif;
 text-align: left;
 border-bottom: solid #999999 2px;
}

#contents h4 {
 margin: 10px 0px;
 padding-left: 5px;
 font: bold 14px 'ＭＳ ゴシック', sans-serif;
 text-align: left;
 border-left: solid #FF6600 5px;
}


#contents div.list{
 margin: 10px auto 20px;
 clear: both;
}

#contents div.list img{
 float: left;
 margin-right: 10px;
 padding: 10px;
 border: solid #CCCCCC 1px;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}


/* Sidebar */
#firstSide { float: left;}
#secondSide { float: left;}

.sidebar {
 width: 300px;
 margin: 0px;
 margin-top: 10px;
 padding: 0px;
 font-size: 12px;
 text-align: left;
}

.sidebar h4  {
 background:url(images/topcatheader_bg.gif) repeat-x;
 height: 26px;
 padding-left: 0.5em;
 border-bottom:solid 1px #9DB0BC;
 font: bold 14px 'ＭＳ ゴシック', sans-serif;
 line-height: 2;
 text-align: left;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 line-height: normal;
 padding: 3px 0px 3px 5px;
 text-align: left;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 20px 0px 20px;
 font-size: 12px;
 text-align: center;
 position: relative;
}

#pagenav {
 list-style: none;
 margin: 10px 0;
 padding: 20px;
 border: solid 1px #AAC164;
 background: url(images/footer_bg.jpg) repeat-x left bottom;
}

#pagenav li {
 display: inline;
 margin: auto 10px;
}

#girl_min{
 position:absolute;
 left: 60px;
 top: 10px;
 z-index: 10;
}

*+html #girl_min{
 top: 0px;
}

*html #girl_min{
 top: 0px;
}

address {
	font-style: normal;
}

/*  --toppage-- */
#leftside {
 width: 170px;
 float: left;
 margin-right: 10px;
}

#center {
 width: 460px;
 float: left;
 margin-right: 8px;
 _margin-right:4px;
}

#rightside{
 width: 300px;
 float: left;
 margin-right: 0;
 padding-bottom:10px;
}

#toppage h2 {
 background:url(images/topcatheader_bg.gif) repeat-x;
 height: 26px;
 padding-left: 0.5em;
 font: bold 14px 'ＭＳ ゴシック', sans-serif;
 line-height: 2;
 text-align: left;
}

#toppage h2 a {
 color: #000;
 text-decoration: none;
}

div.box {
 border:solid 1px #AAC164;
 margin-bottom: 10px;
 background: #FFFFFF;
}

div.box ul{
 margin: 5px;
}

#center div.box ul{
 width: 270px;
 float:left;
}

div.box ul li{
 margin-left: 20px;
 line-height:1.8;
}

div.box div.catimage {
 width: 150px;
 margin-left: 290px;
 margin-top: 5px;
 text-align:center;
 padding: 3px;
 padding-bottom: 0;
 border: solid #999999 1px;
}



#scalaza_data {
 margin-top: 10px; 
 padding: 10px;
 border: solid #cccccc 1px;
 background:url(images/shopdata_bg.jpg) repeat-x;
}

#scalaza_data img{
	float: right;
}

#kashiyoko {
	background: url(images/kashiyoko_s.jpg) no-repeat 300px 65px; 
}

#kashiyoko p {
 margin:5px 9px;
}

#kashiyoko div,
#goods div,
#tsubasa div {
 float: left;
 }

#center div#kashiyoko ul{
	float: left;
	width: 150px;
	margin-right:0;
	}



#center #goods div.box ul{
 width: 250px;
 float:left;
}

#goods div.box ul li{
 margin-left: 0px;
 line-height:1.8;
}



#goods div.catimage,
#tsubasa div.catimage {
 width: 150px;
 margin-top: 5px;
 margin-left: 5px;
 text-align:center;
 padding: 3px;
 padding-bottom: 0;
 border: solid #999999 1px;
 }

div.half {
 width: 222px;
 margin-right: 10px;
 float: left;
}

div.halfr {
 width: 222px;
 float: right;
}

* html div.half,
* html div.halfr {
	width: 221px;
}


#center div.half ul, 
#center div.halfr ul{
 width: auto;
 margin-right:0;
 
}

#center div.half li,
#center div.halfr li{
 line-height: 1.2;
 margin-bottom: 6px;
}


.size_s {
 font-size: 10px;
}

#toppage p.jumpcat {
 text-align: right;
 margin-bottom: 5px;
 margin-right: 1em;
 clear: both; 
}

#banamenu {
	margin: 0;
}

#banamenu p{
	margin-bottom:10px;
	
}

#ad {
	margin:20px auto 10px;
}

#ad p{
	margin:5px auto;
	font-size:10px;
	text-align: center;
}

#ad_swf,
#youtube {
	margin-bottom:10px;
}

#rss {
	width: 100%;
	text-align: center;
}

div.sp {
	margin-bottom:10px;
}

span.new {
 color: #FF0000;
 font-family:Geneva, Arial, Helvetica, sans-serif;
}

#shop span.new {
	font-size:10px;
	}

#mailsystem {
	margin-top: 30px;
	
}
#mailsystem h2{
	background: #CCCCCC;
	border-top: solid #666666 1px;
	border-bottom: solid #666666 1px;
	margin-bottom: 5px;
	}

div.weather_link {
 	display: none;
	}

#zoomlist p{
 border: solid 1px #CCCCCC;
 margin-bottom: 10px;
}
.print {
	margin: 10px auto;
}


/* category12 photo */
#photolist {
 width: 630px !important;
}

#photolist div.photobox {
	width: 190px !important;
 height: 210px !important;
 float: left;
}

#photolist p{
 margin: 10px;
 padding: 10px;
 text-align: center;
 padding-top: 10px;
 padding-bottom: 10px;
 border: solid #CCCCCC 1px;
}

/* category3 restaurant */
#restlist {
 width: 630px !important;
	}

#restlist div.shopdata {
	width: 280px;
	float: left;
	margin-right: 8px;
	margin-bottom: 12px;
	padding:10px;
	padding-bottom: 15px;
	border: solid #999999 1px;
	font-size: 12px;
	}
	
#restlist div.shopdata h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
	vertical-align:baseline;
	}



#restlist div p img {
	float: left;
	margin-right: 10px;
	clear: left;
	}

#pagelink #next {
 float: left;
 width: 50%;
}

#pagelink #next {
 float: right;
 width: 50%;
 text-align:right;
}

/* kashicollection */
#collection div{
	width:160px !important;
	float: left;
	text-align: left;
}

*html #collection div{
	width:158px !important;
}

#collection div.noright{
	width:150px !important;
}
#collection div p{
	width:150px;
	text-align: center;
}



/* koedoya */
div.shop div.img {
 float: left;
 margin-right: 10px;
 width: 200px;
 text-align:center;
}

div.desc {
	width: 410px;
	margin-left: 210px;
}

div.desc p.btn{
 text-align: right;
 margin: 5px auto;
	
}

#ad_recruit p{
	margin:10px auto;
}

#ad_recruit h3{
	border-left: solid 5px #FF6600;
	border-bottom: none;
 margin: 10px 0px 5px 0px;
 padding: 5px 0px 5px 5px;
	background: #FFCC99;
	height: auto;
}

#biennale p {
	margin-bottom: 1em;
}

#contents div.entry #biennale dt {
	text-decoration: none;
	
}

#biennale dd {
	margin-bottom: 1em;
	}

div.navigation {
	clear: both;
	}

div.bana p{
	margin-bottom: 10px;
}

#tsubasa {
}

div#calender {
	
}
div#calender table{
	border-collapse: collapse; 
	width: 95%;
}
div#calender table th {
	font-weight: normal;
	text-align: right;
}

div#calender table th,
div#calender table td{
	border: solid 1px #A3A3A3;
	padding: 2px 5px;
}
td.sat{
	background-color: #CEFFF4;
	color: #0000FF;
	width: 30px;
}
td.sun{
	background-color: #FFCEF3;
	color: #FF0000;
}
