/* basic */
html{ height: 100%;}
a,img,h1,h2,h3{
 margin: 0;
 padding: 0;
 border: 0;
}
a:link    { color: #7F1900;	text-decoration: none;}
a:visited { color: #7F1900;	text-decoration: none;}
a:hover   { color: #7F1900;	text-decoration: underline;}
a:active  { color: #7F1900;	text-decoration: underline;}

.base {
 margin: 0px;
 padding: 0px;
 height: 100%;
 background-color: #F6EDD8;
 background-image: url("http://mediterrasse.jp/news/img/bg.gif");
 background-repeat: no-repeat;
 font-family: Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
 font-size: 12px;
 color: #7F1900;
 line-height: 130%;
}


/* header */
.header {
height: 97px;
width: 800px;
background-color: #7F1900;
background-image: url("http://mediterrasse.jp/news/img/head.gif");
background-repeat: no-repeat;
}
.ttl {
width: 400px;
padding-top: 37px;
padding-left: 40px;
float: left;
}
.close{
width: 200px;
padding-top: 36px;
padding-right: 40px;
text-align:right;
float: right;
}

/* contents */
.contents-bg{
 background-image: url("http://mediterrasse.jp/news/img/side_bg2.gif");
}
#navi{
	background: transparent url("http://mediterrasse.jp/news/img/navi_bg.gif") no-repeat 0 0;
}
ul#navigation {
	position: relative;
	width: 506px;
	margin: 0px 0px 40px 30px;
	padding: 0;
	height: 34px;
	list-style: none;
	overflow: hidden;
}
ul#navigation li a {
	height: 34px;
	position: absolute;
	overflow: hidden;
	padding: 34px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 122px;
}
html>body ul#navigation li a{
	height: 0;
}

li#fashion a:hover,
li#mfashion a:hover,
li#zakka a:hover,
li#restaurant a:hover{
	background-position: 0px -34px;
}
li#fashion a{
	background: transparent url("http://mediterrasse.jp/news/img/b_01Lady'sFashion.gif") no-repeat 0 0;
	left: 0px;
	}
li#mfashion a{
	background: transparent url("http://mediterrasse.jp/news/img/b_02Men'sFashion.gif") no-repeat 0 0;
	left: 128px;
	}
li#zakka a{
	background: transparent url("http://mediterrasse.jp/news/img/b_03zakka.gif") no-repeat 0 0;
	left: 256px;
	}
li#restaurant a{
	background: transparent url("http://mediterrasse.jp/news/img/b_04restaurant.gif") no-repeat 0 0;
	left: 384px;
	}

#contents{
 width: 575px;
 float: left;
}
.contentsinner{
 position:relative;
 margin: 0px;
 padding:0px;
}
#entry{
 margin-right: 30px;
 margin-left: 30px;
}
#entry h2{
 font-size: 16px;
}
#entry h3{
 font-size: 10px;
 font-weight:normal;
 font-family:monospace;
 margin-bottom: 20px;
}
#entry p{
 font-size: 12px;
 line-height:140%;
}
#more{
 padding-top: 10px;
}

.content-navi {
 margin-right: 30px;
 margin-left: 30px;
}
.prev{
width: 100px;
float: left;
}
.next{
width: 100px;
text-align:right;
float: right;
}

/* sidebar */
#sidebar{
 width: 225px;
 float: right;
}
.sidebarinner{
 margin: 0px;
 padding:0px;
 font-size: 10px;
 line-height: 120%;
}

#pickup{
 background-image: url("http://mediterrasse.jp/news/img/i_pickup_bg.gif");
}
#pickup h2{
 margin: 0px;
 padding: 0px;
}
#pickup ul{
 list-style: square outside;
 margin: 0px;
 padding: 0px 20px 10px 20px;
}
.pickup-marker li {
 list-style-type: none;
 margin: 0px;
 padding:0px 0px 0px 14px;
 background-image: url("http://mediterrasse.jp/news/img/i_square.gif");
 background-position: 0 0.2em;
 background-repeat: no-repeat;
}
#pickup a:link    { color: #FFF;	text-decoration: none;}
#pickup a:visited { color: #FFF;	text-decoration: none;}
#pickup a:hover   { color: #FFF;	text-decoration: underline;}
#pickup a:active  { color: #FFF;	text-decoration: underline;}
#cate h2{
 margin: 0px;
 padding: 0px;
}
#cate ul{
 list-style: square outside;
 margin: 0px;
 padding: 0px 20px 15px 20px;
}
.cate-marker li {
 list-style-type: none;
 margin: 0px;
 padding:5px 0px 5px 14px;
 background-image: url("http://mediterrasse.jp/news/img/i_square2.gif");
 background-position: 0 0.6em;
 background-repeat: no-repeat;
}
#cate a:link    { color: #9B0101;	text-decoration: none;}
#cate a:visited { color: #9B0101;	text-decoration: none;}
#cate a:hover   { color: #9B0101;	text-decoration: underline;}
#cate a:active  { color: #9B0101;	text-decoration: underline;}


/* header */
.footer {
 height: 50px;
 background-image: url("http://mediterrasse.jp/news/img/side_bg2.gif");
}
