/* 基本設定 */

a		{}
a:link		{color: #660000; text-decoration: none;}
a:visited	{color: #660000; text-decoration: none;}
a:active	{color: #660000; text-decoration: none;}
a:hover		{color: #FF0000; text-decoration: underline;}

address{
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	color: #FFFFFF;
}

/* 全体の横幅指定 */

#container{
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* コンテンツ部分の横幅指定 */

#contents{
	margin-right: 20px;
	margin-left: 20px;
}

#left{
	float: left;
	margin-right: 30px;
	width: 505px;
}

#right{
	width: 180px;
	float: right;
}

/* レイアウト設定 */

body{
	background-color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(http://www.maedacoffee.com/m_menu/images/back.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}

#footer{
	clear: both;
}

/* ヘッダ部分のデザイン */


#header{
	margin-bottom: 20px;
}

#global{
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #000000;
	background-image: url(http://www.maedacoffee.com/m_menu/images/global_top_back.gif);
	background-repeat: repeat-y;
}

.navi1{
	margin-left: 360px;
}

h1{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 80px;
}

#image{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#navi{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#navi ui{
	margin: 0px;
	padding: 0px;
}

#navi li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/* コンテンツ部分のデザイン */

#container{
	background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_back.jpg);
	background-repeat: repeat-y;
	color:#333333;
	}
	
#contents p{
	margin: 0px;
	padding: 0px;
}

/* 左コンテンツ部分のデザイン */


#left{
	background-color: #FFFFFF;
	background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_kiji_back.gif);
	background-repeat: repeat-y;
	background-position-y: 183px;
}

#left h1{
	background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_title_honten.jpg);
	height: 65px;
	width: 505px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#left div.entry{
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 40px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}

#left div.entry h2{
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px 0px 10px;
}

#left div.entry h2.honten_menu{
    background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_katamoji_honten.gif);
	background-repeat:no-repeat;
	text-align:right
}

#left div.entry h3{
	font-size: 14px;
	font-weight: bold;
	background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_midashi_back.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 470px;
	text-align: center;
	color: #FFFFFF;
	line-height: 34px;
}

#left div.entry h3 a{
	color: #FFFFFF;
}


#left div.entry p img{
	margin: 0px 0px 10px;
}

#left div.entry p.extended img{
	margin: 0px 5px 0px 0px;
}

#left div.entry p{
	margin: 0px 0px 10px;
	font-size: 12px;
	line-height: 150%;	
}

#left div.entry p.posted{
	color: #660000;
}

/* トラックバック部分のデザイン */

#left div#trackback{
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#left div#trackback h2,#left div#trackback p{
	font-size: 12px;
	color: #333333;
}

#left div#trackback h2{
    margin: 0px 0px 10px;
}

#left div#trackback h3{
    margin: 0px;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

#left div#trackback h3 a{
    font-weight: bold;
	color: #000099
}

#left div#trackback p{
	line-height: 140%;    
}

#left div#trackback p.tb_url{
	border: 1px dashed #333333;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#left div#trackback p.tb_date{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* コメント部分のデザイン */

#left div#comment{
	margin-right: 20px;
	margin-left: 15px;
}

#left div#comment h2{
    margin: 0px 0px 20px;
}

#left div#comment h2#com2{
    margin: 0px;
}

#left div#comment h2,#left div#comment p{
	font-size: 12px;
	color: #333333;
}

#left div#comment p.posted{
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left div#comment p{
	line-height: 140%;    
}

/* 右コンテンツ部分のデザイン */

#right h2{
	margin: 0px 0px 3px;
	padding: 0px;
}

#right p.read{
	margin: 0px 0px 10px;
	padding: 0px;
}

#right p.setsumei{
	font-size: 12px;
	line-height: 140%;	
}

#right div#menu_top_honten h2{
	padding: 0px;
	background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_menutitle_honten.jpg);
	height: 30px;
	width: 160px;
	margin-left: 10px;
}

#right div#menu_top_honten p.read{
	padding: 0px;
	background-image: url(http://www.maedacoffee.com/m_menu/images/nippo_map_honten.gif);
	height: 155px;
	width: 167px;
	margin-left: 7px;
}

#right div#menu_top_meirin,#right div#menu_top_nishiki {
	display: none;
}

#right div{
	margin-bottom: 20px;
}

#right div.entry p{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;	
}

#right div ui{
	margin: 0px;
	padding: 0px;
}

#right div li{
	font-size: 12px;
	line-height: 150%;
	list-style-image: url(http://www.maedacoffee.com/m_menu/images/nippo_listmark.gif);
	margin-left: 10px;
                margin-bottom: 10px;
	padding-left: 10px;
	list-style-type: disc;
list-style-position: outside;
}

#right div#category li{
	margin-left: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	list-style-image:none;
	list-style-type: none;
}

#right h3{
	margin: 0px 0px 15px;
}


/* フッタ部分のデザイン */

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
}

#footer p{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

#footer a:link	{color: #FFFFFF; text-decoration: underline}
#footer a:visited	{color: #FFFFFF; text-decoration: underline}
#footer a:hover	{color: #FF0000; text-decoration: underline}
#footer a:active	{color: #FFFFFF; text-decoration: underline}