/* カラムレイアウト
----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 960px;
	height:100%;
	background:url(./img/header2.png) no-repeat center top;
	display: table;
}

#blog-header {
	height: 130px;
	display: table-row;
}

/* メインパート
-----------------------------------------------*/
#main {
	background-color: #ffffff;
	width: 717px;
	display: table-cell;
	vertical-align: top;
	border-radius: 1em 0em 0em 1em;	
}

#main-inner {
	margin-top:50px;
	margin-right:60px;
	margin-left:70px;
	margin-bottom:50px;

}

/* メニューパート
-----------------------------------------------*/
#sidebar {
	font-size:14px;
	background:url(./img/trans_50.png);
	width: 243px;
	display: table-cell;
	vertical-align: top;
	border-radius: 0em 1em 1em 0em;	

}

#sidebar-inner {
	line-height:100%;
	margin-top:25px;
	margin-right:10px;

}

/* フッター
-----------------------------------------------*/
#footer {
	font-size:12px;
	width: 717px;
	text-align:center;
	margin-bottom:10px;

}


/* 全体のレイアウト
----------------------------------------------- */
html{ height:100%; }

body{
	font-family:"メイリオ","Meiryo", Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif,Ariel,Helvetica;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eae7e1;
	background: url(./img/bodybg.gif) repeat;
	height:100%;

}

/* ■記事ページのタイトル部分リンク
----------------------------------------------- */
a.title_link{
	text-decoration: none;
}

.blog-title{
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
}
.blog-description{
	padding-left:10px;
}

/*■記事タイトル
----------------------------------------------- */
.article-title{
	color:#990033;
	font-size:20;
	font-weight:bold;
	margin-top:5px;
	padding-left:30px;
	margin-left:-30px;
	margin-bottom:30px;
	background:url(./img/happa_list.gif) no-repeat top left 

}

/*メニューリスト
----------------------------------------------- */
.menue_list {
	list-style-type:decimal;
	color:#000000;
	line-height:100%;
}


/*■箇条書き
----------------------------------------------- */
li{
	margin-bottom:8px;
}

/*■メニューのリンク
----------------------------------------------- */
a.menue_link{
	text-decoration: none;
	color:#333333;
}
a.menue_link:hover {
	text-decoration: underline;
}


/*メニューのタイトル
----------------------------------------------- */
#menue_title {
	font-weight:bold;
	color:#333333;
	padding-top:30px;
	padding-left:25px;

}


/*■カテゴリメニューリスト
----------------------------------------------- */
.category_list {
	color:#000000;
	line-height:100%;
}

/*■カテゴリメニューのリンク
----------------------------------------------- */
a.category_link{
	text-decoration: none;
	color:#333333;
}
a.category_link:hover {
	text-decoration: underline;
}

/*■カテゴリページのリンク文字（カテゴリリンク集）
----------------------------------------------- */
a.category_page_link{
	text-decoration: none;
	color:#333333;
}
a.category_page_link:hover {
	text-decoration: underline;
}

/*■カテゴリページの行間設定（カテゴリリンク集）
----------------------------------------------- */
#category_page{
	line-height:100%;

}

/*■日付
----------------------------------------------- */
.wrire_date {
	font-size:12px;
	color:#999999;
	margin-bottom:0px;
}



/*人気メニュー
----------------------------------------------- */
.kanren_link {
	line-height:100%;
	padding-bottom:50px;
}


/* 前後ページリンク間のライン
-----------------------------------------------*/
#sep2{
	margin-top:50px;

}

/*前後ページリンク
----------------------------------------------- */
#PL {
	font-size:14px;

}
	
#LL {
	width:230px;
	padding-right:30px;
	vertical-align: top;
}
#RL {
	width:230px;
	padding-left:30px;
	vertical-align: top;
}
