@charset "UTF-8";
/************************************************
*	developer									*
************************************************/

/************************************************
*	Reset										*
************************************************/


h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

img {
border-style: none;
}
/************************************************
*	clear										*
************************************************/
div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/************************************************
*	Layout  									*
************************************************/
body {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana, "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #666666;
	background-color: #320307;
        background-image:url(http://coccia.jp/img/body_bg.jpg);
        background-position:left top;
        background-repeat:repeat-x;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
a{
color:#66330C;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

strong{
      width:100%;
     font-size:120%;
     color:#fa6511;
     border-bottom:1px dashed #999999;
}


div#header {
	color: #333333;
	background-color:transparent;
	text-align: left;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
	overflow: hidden;
}


/*div#content {
	font-size: 100%;
	color: #333333;
	background-color:transparent;
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
}*/


div.heightLine {
	font-size: 100%;
	color: #333333;
        background-image:url(http://coccia.jp/img/heightLine_bg.jpg);
	background-color:transparent;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
}



div#main {
	font-size: 80%;
	color: #333333;
	background-color:#ffffff;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	width: 580px;
        height:100%;
	float: right;
}

div#main-header{
         width:580px;
         height:300px;
         float:right;
         clear:both;
}


div#sub {
	font-size: 100%;
	color: #333333;
	background-color:#ffffff;
        background-image:url(http://coccia.jp/img/sub_inner_bg.jpg);
        background-repeat:repeat-y;
        background-position:left top;
	text-align: left;
	margin-top: 0px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0;
	width: 200px;
        height:100%;
	float: left;
        clear:left;
        overflow:hidden;
}
div#sub img{
    _margin-bottom:-4px;
}

div#footer {
        height:120px;
	font-size: 120%;
	color: #ffffff;
	background-color:transparent;
        background-image:url(http://coccia.jp/img/footer_bg.jpg);
        background-repeat:repeat-x;
        background-position:left bottom;
	text-align: center;
        margin:0 auto;
	clear: both;
}
div#footer-inner{
        width:800px;
        height:36px;
        background-color:transparent;
        background-image:url(http://coccia.jp/img/footer_top.jpg);
        background-position:left top;
        background-repeat:no-repeat;
        margin:0 auto;
        clear:both;
}
div#footer a{
        color:#D0B28D;
}
div#footer a:hover{
        color:#F96611;
}
div#footer p{
        position:relative;
        top:10px;
}

/************************************************
*	header  									*
************************************************/

div#header .inner {
        margin:0 auto;
}

div#header h1 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#header h1 a {
	text-decoration: none;
	color: #D6B797;
	background-color:transparent;
}

div#header img a {
	margin: 0px;
	border: none;
}

div#header p {
	font-size: 80%;
	color: #ffffff;
	background-color:transparent;
	line-height: 140%;
	margin-top: 5px;
	padding-top: 0px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-bottom: 0px;
}


/************************************************
*	Content 					     		    * 
************************************************/

div#main .inner {
	padding-left: 20px;
	padding-right: 20px;
	_padding-right: 0px;
	_padding-left: 0px;
        _width:560px;
        _margin-left:10px;
}
div#main .inner a{
        color:#66330C;
}
div#main .inner a:hover{
        color:#F96611;
}
div#main .inner img{
        border:2px solid #d7b697;
}
div#main .inner table tr td p{
        padding:3px;
}



/* 見出し */
div#main h2 {
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #65320a;
	background-color: #ffffff;
        background-image:url(http://coccia.jp/img/h3.jpg);
        background-repeat:no-repeat;
        background-position:left top;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
        text-indent:30px;
	padding-bottom: 3px;
	clear: both;
}

div#main h3 {
        height:40px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #c3a98e;
        background-image:url(http://coccia.jp/img/h4.jpg);
        background-repeat:no-repeat;
        background-position:left top;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
        padding-top:10px;
        text-indent:40px;
	clear: both;
}
div#main h4{
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	font-weight: bold;
        text-indent:20px;
        background-image:url(http://coccia.jp/img/h5.jpg);
        background-repeat:no-repeat;
        background-position:left top;
	background-color: #ffffff;
}
/* ハイパーリンク */
div#main a {
	text-decoration: none;
	color: #006699;
	background-color: #ffffff;
}

div#main a:hover {
	text-decoration: underline;
	color: #006699;
	background-color: #ffffff;
}
/* 段落 */
div#main p {
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menu {
	padding-top: 20px;
}

/* 画像 */
div#main img {
	border: none;
	margin-bottom: 10px;
}
/* リスト */
div#main ol,div#main ul {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#main ol li,div#main ul li {
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #eeeeee;
	line-height: 140%;
	margin-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	padding-top: 3px;
	margin-left: 0;
	padding-left: 10px;
	margin-right: 0;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div#main blockquote p {
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	overflow: scroll;
}
/* 箇条書き（定義リスト） */
div#main dl {
	margin-top: 5px;
	margin-bottom: 5px;
}


div#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

div#main dd {
	padding-left: 5px;
}

/* 画像左配置 */
.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}
/* 画像中央配置 */
.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
/* 画像右配置 */
.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}
/* 画像左配置 */
div#main .imageleft{
	margin-right: 10px;
	float: left;
}
/* 画像右配置 */
div#main .imageright{
	margin-left: 10px;
	float: right;
}

/* 続き */
div#main .extended {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	display: block;
}

div#main .entry-tags {
    margin: 10px 0 10px 10px; 
	clear: both;
}
div#main .entry-tags-header,
div#main .entry-tags-list,
div#main .entry-tag { display: inline; }
div#main .entry-tags-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#main .posted img {
	border: none;
	margin-bottom: -5px;
}

div.comment-reply {
	margin-left: 20px;
}


/* コメンター画像 */
.asset-meta img {
	position: relative;
	top: 14px;
}

/* コメントフォーム */
div#main textarea{
	width: 440px;
}
/* コメントフォーム文字サイズ */
div#main input,div#main textarea {
	font-size: 100%;
}
div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}




/************************************************
*	 Sidebar 					     	    * 
************************************************/

div#sub-inner {
        background-image:url(http://coccia.jp/img/sub_inner_bg.jpg);
        background-repeat:repeat-y;
        background-position:left top;
        background-color:transparent;
        overflow:hidden;
        width:200px;
        height:100%;
	display:block;
        clear:left;
}	
	
div#sub-inner ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:auto;
	}

div#sub-inner ul li {
        width:200px;
        height:36px;
        font-size: 75%;
	display:block;
	float:left;
	margin:0px;
	background-image:url(http://coccia.jp/img/icon_topcategory.gif);
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
}

	
div#sub-inner ul li a {
        width:200px;
        height:36px;
	display:block;
	text-decoration: none;
	color: #66330C;
        line-height:280%;
	padding-left:40px;
}

div#sub-inner ul li a:hover{
        width:200px;
        height:36px;
	text-decoration: underline;
        background-image:url(http://coccia.jp/img/icon_topcategory_hover.gif);
        background-position:left top;
        background-repeat:no-repeat;
	color: #F96611;
}
/* サイドバー段落 */
div#sub p{
	line-height: 20px;
	margin: 0;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
/* サイドバータグクラウド */
div#sub .module-tagcloud .module-content
	{text-align: left; }

div#sub .module-tagcloud .module-content .module-list
	{ list-style: none; }

div#sub .module-tagcloud .module-content .module-list .module-list-item
	{ display: inline; }

div#sub .module-tagcloud .module-content .module-list li.taglevel1
	{ font-size: 170%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel2
 	{ font-size: 150%; }

div#sub .module-tagcloud .module-content .module-list li.taglevel3
	{ font-size: 130%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel4
	{ font-size: 110%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel5
	{ font-size: 90%; }
	
div#sub .module-tagcloud .module-content .module-list li.taglevel6
	{ font-size: 70%; }


div#sub li.item {
	display: inline;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

/************************************************
*	Footer  									*
************************************************/
/* 文責 */
div#footer address {
	padding-top: 10px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", Verdana,"ヒラギノ角ゴ Pro W3",Osaka,"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	font-size: 80%;
	font-weight: normal;
        color:#ffffff;
}
/* 段落 */
div#footer p {
	font-size: 70%;
}

/* ----- menu-main ----- */

div#menu-main-left{
      width:209px;
      float:left;
}

div#menu-main{
       width:320px;
       float:right;
       border:1px solid #d2b28c;
       padding:3px;
       margin-bottom:10px;
}
div#menu-main table{
       margin:10px auto;
}

/* ----- coupon-table ------ */

table.coupon{
        width:540px;
        height:150px;
        border:2px solid #d2b28c;
        background-color:#782e15;
        margin:10px auto;
        _margin-left:10px;
}

div.top-main{
        margin:0px auto 10px auto;
        background-color:#d2b28c;
        padding:5px;
        border:1px dashed #772d14;
}

div.news{
        margin:0px auto 10px auto;
}

div#drink-main-left{
      width:209px;
      float:left;
}

div#drink-main{
       width:325px;
       float:right;
}
div#drink-main table{
       border:1px solid #d2b28c;
       margin-bottom:10px;
}
div#drink-main table tr{
       border-bottom:1px solid #999999;
}
div#drink-main table tr td{
       padding:3px;
}

div#access-main{
       background-color:#d2b28c;
}

div.shop-info{
       background-color:#ffffff;
       margin:5px 5px 5px 0px;
       padding:3px;
}

div.footer-menu
{
       text-align:center;
       width:560px;
       margin:10px 0px 10px 40px;
       _margin:0px;
       clear:both;
}

