/* 全体 */
body
{
	background:#f2f2f2 url(http://e-food.jp/img/body4_bg.gif) repeat-y center top;
    margin-right: auto;
	margin-left: auto;
    margin-top: 0px;
    padding-top: 0px;
}

h1{
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	color:#FFFF00;
	font-size: 16px;
	line-height: 110%;
	text-align:left;
}

h2{
	margin: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-size: 1em;
	line-height: 110%;
	text-align:left;
}

h3{
	margin: 0px 0px 0px 0px;
	padding:0px;
	padding: 0px;
	color: #000000;
	font-size: 1.6em;
	line-height: 110%;
	font-weight: bold;
}

ul {
 margin: 0px;
 padding: 0px;
 
}

/* 区切り線 */
.dot { border-style: dotted none none none; border-top-width: 2px; border-top-color: #CCCCCC; height: 2px; width:98%;
} 

.dot2 { border-style: dotted none none none; border-top-width: 2px; border-top-color: #CCCCCC; height: 2px; width:150px;
} 

.dot3 { border-style: dotted none none none; border-top-width: 2px; border-top-color: #CCCCCC; height: 2px; width:160px;
} 

.line {border-top-color: #9B2828; border-top-width: 2px; width: 900px; text-align: left;}


/* レイアウト各部分*/
#container  {
margin: 0 auto; width:950px; position:relative;
	scrollbar-arrow-color: #777777;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #f8f8f8;
	scrollbar-3dlight-color: #f8f8f8;
	scrollbar-highlight-color: #aaaaaa;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-darkshadow-color: #f8f8f8;
	color: #555555;
	line-height: 140%;
	background-color: #FFFFFF;
}

#header {
   float: left;
   width: 950px;
   height: 100px;
   background-image: url(../img/back/header_efoodmap950.jpg);
   background-repeat : no-repeat;
   color: #FFFFFF;
}

.logo {
	padding-top: 15px;
	padding-left: 10px;
}

#navi {
   clear: both;
   font-family: MS ゴシック, Osaka;
   line-height:1.4em;
   font-size: 15px;
   text-decoration: none;
   color: #FFFFFF;
   padding-left: 10px;
   text-align: right;
   background-color:#4F4134;
}

#navi a:link{color: #FF9; text-decoration:underline;}
#navi a:visited  {color:#2255FF; text-decoration: none;}
#navi a:hover {background-color:#333333;}

.pan  {
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
	padding-left: 10px;
}

.topad  {
text-align: center;
}

.bottomad  {
text-align: left;
}

#right {
       float: right;
       width: 78%;
	   height:auto;
	   padding: 0px 10px 10px 0px;
	   background-color:#cccccc;
}

#contents {
   float: left;
   width:68%;
   height:auto;
   padding: 10px 10px 10px 2px;  
   margin: 0px 20px 20px 0px;
   text-align: center;
   background-color:#FFFFFF;
}

.category1{
	background-color:#4F4134;
	font-size: 1.2em;
    width: 98%;
	height:200px;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 0px;
	font-weight: bold;
} 

.category{
	background-color:#4F4134;
	font-size: 1.2em;
    width: 100%;
	height:18px;
	color: #FFFFFF;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
} 

ul#navibar {
     width: 160px;/*メニューの全体的な横幅を設定*/
 }

ul#navibar li {
 display: inline;/* li要素の隙間を無くす */
 line-height: 1; /* 行間そろえる IE対策 */
 list-style-type: none;
}

ul#navibar li a {
 margin-left: auto;
 padding: 0.7em 5px; /* ボタンの厚みはここで調整 */
 display: block;
 position: relative; /* IE6でマウス反応領域がおかしいのをFix */
 font-size: 12px;
 color: #E9710E;
 text-decoration: none;
 background-color: #FFFFFF;
 border-bottom: 1px solid #000000;
}

ul#navibar li a:hover {
 color: #000;
 background-color: #FF9933;
}

#rightside {
   padding: 10px 0px 0px 10px;
   font-size:12px;
}

#leftside {
   padding: 10px 0px 0px 10px;
}

#footer {
   clear: both;
   text-align: left;
   font-size: small;
   line-height: 110%;
   padding-top: 0px;
   height: 100px;
   background-image: url(../img/back/footer_efoodmap950.jpg);
   background-repeat : no-repeat;
}


#footer a:hover {background-color: #FCDAAF}

a {
	color: #0000CC;
	text-decoration: underline;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	background-color: #E0E0E0;
	text-decoration: none;
}

/* 文字装飾 */
span.font1
{
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.4em;
	text-decoration: none;
	color: #333333;
}
span.font2
{
    font-family: MS ゴシック, Osaka;
	font-size: large;
	line-height:1.2em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
span.font3
{
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
}
span.font4
{
    font-family: MS ゴシック, Osaka;
	font-size: 14px;
	line-height:1.4em;
	text-decoration: none;
}

p.caption 
{
	font-size: 0.8em;
	line-height:1.3em;
	color: #666666;
	font-stretch: condensed;
}

/* 更新記録の部分 */
.ik-new {
	padding-left: 24px;
	font-size: 8px;
	background: url("http://e-food.jp/img/anime_sozai/new.gif") no-repeat scroll;
	color: #fff;
}

.ik-list br {
	display: none;
}
.ik-list a {
	margin-left: 3px;
}

h2 {
   font-size: small;
   font-weight: normal;
}

.ik-powered {
　　text-align: right;
    text-size: x-small;
}

.new {
	font-size: small;
	line-height: 1.5em;
	padding-top: 0;
	padding-bottom: 2;
	padding-left: 2;
	text-align: left;
}
