@charset "UTF-8";

/*=====================================================================
//  共通設定
//=====================================================================*/
*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	line-height:140%;
	font-family:"verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	text-align:center;
	background:url(../img_common/bg-blog.jpg) repeat-x #ffeff4;
}

#page{
	width:840px;
	background:url(../img_common/bg-contents.jpg) repeat-y;
	margin:0 auto;
	padding-bottom:100px;
	text-align:left;
}

a{
	color:#7f420c;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.left{
	float:left;
}

.right{
	float:right;
}

a img{
	border : 0;
	text-decoration: none;
}

ul,ol{
	list-style:none;
}

.clr{
	clear:both;
/* macIE対策\*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}

.test{
	border:1px solid #f00;
}

/*=====================================================================
//  コンテンツ背景
//=====================================================================*/
#contents{
	width:800px;
	background:url(../img_common/ttl-main.jpg) no-repeat;
	padding:0 20px;
}

/*=====================================================================
//  ヘッダー
//=====================================================================*/
#header{
	height:265px;
}

#header .logo{
	width:265px;
	height:40px;
}

#header .logo a{
	width:265px;
	height:40px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

h1{
	height:225px;
}

h1 a{
	width:430px;
	height:145px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	margin:30px 0 0 30px;
}

/*=====================================================================
//  メイン
//=====================================================================*/
#main{
	width:485px;
	color:#666;
	padding:10px 0 0 40px;
	float:left;
}

h2{
	font-size:16px;
	line-height:130%;
	font-weight:normal;
	color:#f69;
}

h2 a{
	font-size:16px;
	line-height:130%;
	font-weight:normal;
	color:#f69;
}

h3{
	width:465px;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	background:url(../img_common/bg_category.jpg);
	padding:5px 10px;
	margin-bottom:15px;
}

.box{
	width:485px;
	padding-bottom:20px;
}

.box-ttl{
	width:485px;
	background:url(../img_common/dot.gif) repeat-x left bottom;
	padding-bottom:4px;
}

.box-ttl table{
	width:485px;
}

.box-ttl td.icon{
	width:55px;
}

.box-ttl td.midashi{
	width:430px;
}

.box .date{
	width:80px;
	height:17px;
	font-size:10px;
	color:#fff;
	background:url(../img_common/bg-date.jpg) no-repeat;
	margin:10px 0;
}

.box p{
	margin-bottom:10px;
}

.box .date p{
	text-align:center;
	margin-bottom:0;
}

.box p.more a{
	font-size:10px;
	color:#f69;
}

.box img{
	background-color:#fff;
	border:1px solid #999;
	padding:3px;
}

.box-ttl img{
	border:none;
	padding:0;
	margin-bottom:0;
}

.box-info{
	font-size:10px;
	width:463px;
	background-color:#ffdfdf;
	border:1px solid #fcc;
	padding:2px 10px;
	text-align:right;
}

/*  パン屑  */
.box-crumb{
	width:485px;
	text-align:center;
	margin-bottom:10px;
}


/*=====================================================================
//  右メニュー共通
//=====================================================================*/
#menu{
	width:216px;
	padding:10px 40px 0 0;
	float:right;
}

#menu .ttl{
	width:216px;
	height:33px;
	font-size:12px;
	text-indent:-9999px;
}

#menu .inner{
	width:216px;
	background:url(../img_common/bg-menu.png) repeat-y;
}

* html #menu .inner{
	behavior: expression(IEPNGFIX.fix(this));
}

#menu .box-search .inner{
	width:190px;
	background:url(../img_common/bg-menu.png) repeat-y;
	padding:15px 13px 0;
}

* html #menu .box-search .inner{
	behavior: expression(IEPNGFIX.fix(this));
}

#menu ul{
	width:190px;
	font-size:10px;
	line-height:140%;
	padding:0 13px;
}

#menu .box{
	width:190px;
	background:url(../img_common/dot.gif) repeat-x left bottom;
	padding:7px 0;
}

#menu .box li{
	display:block;
	background:url(../img_common/icon-menu.gif) no-repeat 0 2px;
	padding-left:15px;
}

*html #menu .box li {
	display:block;
	background:url(../img_common/icon-menu.gif) no-repeat 0 2px;
	padding-left:0;
}

*+html #menu .box li {
	display:block;
	background:url(../img_common/icon-menu.gif) no-repeat 0 2px;
	padding-left:0;
}

#menu .footer{
	font-size:0;
	line-height:0;
	background:url(../img_common/bt-menu.png) no-repeat;
	padding-bottom:17px;
}

* html #menu .footer{
	behavior: expression(IEPNGFIX.fix(this));
}

.box-search,.box-entry,.box-category,.box-archive{
	margin-bottom:10px;
}

/*  検索  */
.box-search .ttl{
	background:url(../img_common/ttl-search.png) no-repeat;
}

* html .box-search .ttl {
	behavior: expression(IEPNGFIX.fix(this));
}

.margin {
	mergin-left:5px;
}

/*  エントリー  */
.box-entry .ttl{
	background:url(../img_common/ttl-entry.png) no-repeat;
}

* html .box-entry .ttl {
	behavior: expression(IEPNGFIX.fix(this));
}

/*  カテゴリー  */
.box-category .ttl{
	background:url(../img_common/ttl-category.png) no-repeat;
}

* html .box-category .ttl {
	behavior: expression(IEPNGFIX.fix(this));
}

/*  アーカイブ  */
.box-archive .ttl{
	background:url(../img_common/ttl-archive.png) no-repeat;
}

* html .box-archive .ttl {
	behavior: expression(IEPNGFIX.fix(this));
}

/*  検索結果  */
.box-search-result {
	width: 495px;
}

.box-search-result p {
	margin-bottom: 10px;
	font-size: 10px;
}

p.search-options {
	margin: 10px 0 20px;
}

h4 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #f69;
}

#menu .box-banner{
	width:216px;
}

#menu .box-banner img{
	padding:0 8px;
	margin-bottom:10px;
}
