@charset "utf-8";
/*
Theme Name: theme300
Theme URI: http://theme.o2gp.com/
Description: theme300
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/
Tags: food

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{margin:0;padding:0;}

body{
font: 12px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#666666;
background: url(images/bg.jpg) repeat 0 0;
}


a{color: #60289e; text-decoration:none;}
a:hover{color:#a562ef;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}
li{color: #60289e;}

/*************
全体
*************/
#wrapper{
width: 910px;
margin: 0 auto;
}
#content{
margin: 0 auto;
}

/*************
/* ヘッダー
*************/
#head_copy {
margin: 0 0;
padding: 5px 0 0 0;
height: 27px;
}
#head_copy h1 {
display: block;
width: 910px;
margin: 0 auto;
font-size: 12px;
font-weight: normal;
}

#header{
height: 80px;
margin: 0 auto;
width: 910px;
background: url(images/header.png) no-repeat;
background-position: right 20px;
}
#header img { margin-top: 30px; }

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0 0 1px;
width: 910px;
height: 60px;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 60px;
background:url(images/nav.png) no-repeat;
}

ul#topnav a#nav_01{background-position:0 0;}
ul#topnav a#nav_02{background-position:-130px 0;}
ul#topnav a#nav_03{background-position:-260px 0;}
ul#topnav a#nav_04{background-position:-390px 0;}
ul#topnav a#nav_05{background-position:-520px 0;}
ul#topnav a#nav_06{background-position:-650px 0;}
ul#topnav a#nav_07{background-position:-780px 0;}

ul#topnav a:hover{
opacity:0.7;
filter:alpha(opacity=70);
}


/*************
メインビジュアル
*************/
#main_img{
width: 100%;
height: 280px;
background: url(images/main.jpg) no-repeat top center;
}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 617px;
padding: 20px 0 15px;
display: inline;
}

#main .bannerM {
padding: 15px 0;
margin: 0 0 20px;
overflow:auto;
clear:both;
}
#main .bannerM dl {
width: 191px;
float:left;
padding: 0 0 0 15px;
}
#main .bannerM .line{
background: url(images/border.gif) no-repeat center right;
}
#main .bannerM .last{
padding: 0 0 0 14px;
}
#main .bannerM dt{
width: 174px;
}
#main .bannerM dd img{
padding-bottom: 10px;
}
#main .bannerM dd h4{
font-size: 14px;
font-weight: normal;
height:18px;
padding: 0 15px 0 25px;
background: url(images/icon.png) repeat-y 0 50%;
}
#main .bannerM dd p{
font-size: 12px;
padding:10px 15px 10px 0;
}
#main .bannerM dt{
width: 109px;
padding-left:33px;
}

#main h2{
display: block;
margin: 0 0 10px;
padding: 0 15px 0 28px;
line-height: 36px;
height: 34px;
font-size: 14px;
font-weight: normal;
background: url(images/heading.gif) no-repeat bottom;
}

#main h3 {
display: block;
font-size: 14px;
background: url(images/h3.gif) no-repeat ;
margin: 20px 0 10px;
padding: 0 15px 0 28px;
line-height: 36px;
font-weight: normal;
height: 34px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 617px;
margin: 20px 0;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: 20px;
}

#main p{
padding:0 0 20px;
}

#date {
	text-align: right;
	padding: 5px 15px 10px 0;
	font-weight: bold;
	color: #60289e;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/*注目の新着*/
.boxContainer{
	width:618px;
	margin:0 auto 20px;
}
/* 画像を右に回りこみ */
.boxContainer img{
	float: right;
	margin: 0 0 10px 10px;
}

/*新着一覧*/
#mainlist ul{
display: block;
margin: 0 0 20px;
}
#mainlist li{
list-style: square;
list-style-position: inside;
line-height: 140%;
padding: 10px 10px;
border-bottom: #cacdc2 1px solid;
}

#main a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
}

/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 20px 0 15px;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
display: block;
height: 34px;
padding: 7px 10px 0 28px;
line-height: 160%;
font-size: 14px;
font-weight: normal;
background: url(images/heading2.gif) no-repeat;
}

#sidebar ul{
margin: 0 0 20px;
}

#sidebar li{
list-style: square;
list-style-position: inside;
line-height: 140%;
padding:10px 10px;
border-bottom: #cacdc2 1px solid;
}


/*************
/* フッター
*************/
#footer{
clear:both;
width: 100%;
margin: 0 auto;
padding: 20px 0 0;
border-top: #cacdc2 1px solid;
}

#footer .inner{
width: 840px;
margin: 0 auto;
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer ul{margin-left: 20px;}
#footer li{
padding: 0 0 5px 0;
list-style: square;
list-style-position: inside;
}

.box{
float: left;
width: 195px;
margin: 0 16px 0 0;
line-height: 1.2;
}


.last{margin-right:0;}

address{
padding: 10px 0;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}

/*************
/*検索窓
*************/
#searchform div {
padding: 20px 0 20px 10px;
}