@charset "utf-8";

/*
	Site Name: @コーヒー事典
	Description: コーヒーポータルサイト
	Version: 2.0
	Author: Yugo Tsunoda
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	width:100%;
}

/*
===== 2: HEADER ==========================================
*/
div#header{
	width: 640px;
	margin: 0px auto;
}
div#header #logo{
	float: left;
	margin: 0;
}
div#header #right-area{
	display:none;
}
div#header .serch_box{
	display:none;
}

/*
===== 3: FOOTER ==========================================
*/
div#footer {
	display:none;
}
/*
===== 4: NAVIGATION ======================================
*/



/*
===== 5: MAIN CONTENT ====================================
*/
div#main{
}
div#main #main-inner{
}



/*
===== 5-1: LEFT CONTENTS ====================================
*/

/*=== 5-1-2: 階層下ページ用　LEFT CONTENTS ================*/
div#main #left-contents{
	float:left;
	width: 640px;
	margin: 0px;
}

/*=== 5-2-2: 階層下ページ用　RIGHT CONTENTS ================*/


div#main #right-navi {
	display:none;
}




/*
===== 1: TITLE ==========================================
*/
h1.ttl_contents {
	padding : 5px 10px;
	margin: 0px 0px 10px 0px;
	background-image:url(../common/img/ttl_contents.gif);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #58260F;
}
h1.ttl_contents a {
	color: #58260F;
	text-decoration: none;
}


h2.ttl_contents02 {
	padding: 6px 6px 6px 5px;
	color: #4D3400;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
	border-bottom-style: dotted;
	border-bottom-color: #4D3400;
	border-bottom-width: 2px;
}

/*
===== 2: TABLE ==========================================
*/

#table_td01 {
	margin: 0px;
	padding: 15px 15px 15px 10px;
	background-color: #F5F5F5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 152px;
	}
#table_td02 {
	margin: 0px;
	padding: 15px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}

#table_td01 p {
	margin: 0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #367374;
	padding-left: 5px;
	color: #367374;
}
#table_td02 p {
	margin: 0px;
	padding-left: 5px;
}


/*
===== 3: BOX ==========================================
*/

#adsense_contents_box {
	display:none;
}

/*
===== 3: SHOP-NEWS ==========================================
*/

.shop_thum {
	float: left;
	width: 210px;
}
.shop_thum img {
	float: left;
	border: 1px solid #999999;
	padding: 5px;
}
.quotation {
	display:none;
}
.entry_meta {
	display:none;
}
.entry_bottom_btn {
	display:none;
}
.comment_box {
	display:none;
}

/*
===== 4: LAYOUT ==========================================
*/
div#main #left-contents .contents_inner{
	margin: 0;
	padding: 15px;
}
div#main #left-contents .contents_inner ul.contents{
	margin: 20px;
}
div#main #left-contents .contents_inner li.list01{
	margin: 5px 0px 5px 5px;
	list-style-type: circle;	
}
div#main #left-contents .contents_inner li.list02{
	margin: 5px 0px 10px 25px;
	list-style-type: disc;
}
div#main #left-contents .contents_inner li.list03{
	margin: 5px 0px 15px 45px;
	list-style-type: square;
}

