/* 全体 */
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;
	margin-bottom: 0px;
    padding-top: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: x-large;
}

h2 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: large;
}

h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: large;
}

p  {
    line-height: 1.0em;
	font-size: small;
	color: #000000;
}

.center  {
    text-align: center;
}

/* 区切り線 */
.dot { border-style: dotted; border-color: #cccccc; width: 98%;} 

.dotshort { border-style: dotted none none none; border-top-width: 2px; border-top-color: #CCCCCC; height: 2px; width:150px;
text-align: left; margin-left: auto; margin-right: auto;} 

.line {#cccccc; width: 900px; height: 2px;}

/* レイアウト各部分 */
#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;
	font-size: medium;
	color: #000000;
	line-height: 140%;
	background-color: #FFFFFF;
}

#header {
   background-image: url(../img/back/header_efoodtrs950.jpg);
   background-repeat : no-repeat;
   width: 950px;
   height: 100px;
   font-size: medium;
}

.logo {
	padding-top: 15px;
	padding-left:10px;
}
   
#navi {
   clear: both;
   font-size: small;
   height: 18px;
}

#navi a:link{color: #0000FF; text-decoration: none;}
#navi a:visited  {color:#0000CC; text-decoration: none;}
#navi a:hover {background-color:#ffffCC;}

.topad  {
	padding-top: 5px;
text-align: center;
}

#contents {
   float: left;
   width: 63%;
   padding: 15px 5px 10px 20px;
   margin: 0px 0px 0px 0px;
   text-align: left;
   background-color:#FFFFFF;
   font-size: 13px;
}

#rightside {
   padding: 0px 10px 10px 5px;
   margin-left: 630px;
   margin-right: auto;
   background-color:#FFFFFF;
   background-repeat: repeat;
   color: #000000;
   height: auto;
   font-size: small;
     -moz-border-radius: 10px; /*以下、角丸グラデーション* Firefox */
  -webkit-border-radius: 10px; /* Safari and Chrome */
  border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
-moz-box-shadow: 5px 5px 10px #CCC; /* Firefox */
  -webkit-box-shadow: 5px 5px 10px #CCC; /* Safari and Chrome */
  box-shadow: 5px 5px 10px #CCC; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
behavior: url(ie-css3.htc);
}

#footer {
   clear: both;
   text-align: left;
   font-size: small;
   line-height: 110%;
   padding-top: 0px;
    background-image: url(../img/back/footer_efoodtrs950.jpg);
	background-repeat : no-repeat;
   height: 100px;
}

#footer a:hover {background-color: #FF9966}

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: 10px;
	color: #555555;
	text-decoration: none;
}

span.font2
{
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.2em;
	text-decoration: none;
	color: #000000;
}

span.font3
{
    font-family: MS ゴシック, Osaka;
	font-size: 12px;
	line-height:1.0em;
	text-decoration: none;
	color: #000000;
}
