@charset "utf-8";
/*
Theme Name: theme299
Theme URI: http://theme.o2gp.com/
Description: theme299
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: 16px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#666666;
background:url(images/bg.png) repeat-x top center;
}


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

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

/*************
/* ヘッダー
*************/

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

/*************
/* トップナビゲーション
*************/
ul#topnav,ul#topnav2 {list-style-type:none;
				  width:980px;
				  height:74px;
				  margin:15px 0 0 0;
				  padding:0;
				  text-indent: -9999px;
				  text-decoration: none;
}
#topnav li,#topnav2 li {float:left;
}


/*************
メインビジュアル
*************/
#main_img{
width: 100%;
height: 280px;
}

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

#main h2{
display: block;
margin:0 0 0 10px;
padding: 3px 15px 0 50px;
line-height: 40px;
height: 50px;
font-size: 20px;
font-weight: bold;
background: url(images/heading.png) no-repeat bottom;
}

#main h3 {
margin:3px 0 0 10px;
padding: 0 15px 0 50px;
line-height: 40px;
height: 50px;
font-size: 20px;
font-weight: bold;
background: url(images/heading.png) no-repeat bottom;
}

#main table.school{margin-left:10px;margin-bottom:20px;width:650px;font-size:14px;}
#main table.school tr { background-color:#FFFFFF;}
#main table.school td { padding: 5px;border-collapse:collapse; border-spacing:1px; border:1px solid #dcdcdc;}

#main table.prb { width:680px;font-size:12px;}
#main table.prb tr { background-color:#FFFFFF;}
#main table.prb td { text-align:center;padding:5px;}
/* 画像を右に回りこみ */
#main p.withImage{
width: 660px;
margin: 20px 0;
padding: 5px 0;
}

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

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

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

#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 0 15px;
}
#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);
}

.collapseomatic {
	display:block;
	width:680px;
	background: url(images/arrow.png) no-repeat top left;
	padding:2px 0 0 40px;
	color:#666666;
	font-size:18px;
	font-weight:bold;
	line-height:35px;
	cursor: pointer;
	margin-left:10px;
}
.arrowright {
	background-position: top right;
	padding:0 15px 10px 0;
}
.colomat-hover {
	color:#009933;
	text-decoration: underline;
}
.colomat-close {
	background-image: url(images/arrow_on.png);
}
.collapseomatic_content {
	margin-top: 0px;
	margin-left: 5px;
	padding: 0px;
}
.collapseomatic_content p {
	margin-left: 20px;
}

.collapseall, .expandall {
	cursor: pointer;
}

.collapseall:hover, .expandall:hover {
	color:#FF6666;
	text-decoration: underline;
}
/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 23px 0 0 10px;
}

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

#sidebar h3 {
display: block;
height: 50px;
margin-top:20px;
padding: 7px 10px 0 10px;
line-height: 40px;
font-size: 18px;
font-weight: bold;
background: url(images/heading2.png) 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;
}

#wp-calendar{
	empty-cells: show;
	margin: 10px auto 0 7px;
	width: 238px;
	}
#wp-calendar caption{
	background-color: #ff9900;
	color: #ffffff;
	font-weight:bold;
	padding:3px;
	text-align: center;
	width: 238px;
	}
#wp-calendar th{
	padding: 3px 0;
	text-align: center;
	color:#8f601a;
	background-color:#dcdcdc;
	border: 1px solid #dcdcdc;
    }
#wp-calendar td{
	padding: 3px 0;
	text-align: center;
	border: 1px solid #dcdcdc;
    }
#wp-calendar tfoot td {border: none;}
/*************
/* フッター
*************/
#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;
}