
/* 全体のレイアウト
----------------------------------------------- */
html{ 
  height:100%; 
  background-color: #f0f0f0;
}


body{

        width: 960px;
	height:100%;

        margin: 0 auto;

	font-family: "Helvetica Neue"
	margin-top: 0px;
	margin-bottom: 0px;
}

#blog-header {
	height: 100px;

}

.blog-title{
	font-size:20px;
	font-weight:bold;
	padding-top:20px;
        padding-left:50px;
}
.blog-description{
	padding-left:60px;
}


/* カラムレイアウト
----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 960px;
	height:100%;
	display: table;
}

/* メニューパート
-----------------------------------------------*/
#sidebar {
	font-size:14px;
	width: 243px;
	display: table-cell;
	vertical-align: top;

        background-color: #ffffff;
	border-radius: 1em 0em 0em 1em;	

}

#sidebar-inner {
	line-height:100%;
	margin-top:25px;

}

/* メインパート
-----------------------------------------------*/
#main {
	width: 717px;
	display: table-cell;
	vertical-align: top;
        background-color: #ffffff;
	border-radius: 0em 1em 1em 0em;	
}

#main-inner {
	margin-top:50px;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:50px;

}



/* フッター
-----------------------------------------------*/
#footer {
	font-size:12px;
	width: 717px;
	text-align:center;
	margin-bottom:10px;
}


a.title_link{
	text-decoration: none;
}



/*記事タイトル
----------------------------------------------- */
.article-title{
	color:#000000;
	font-size:20;
	font-weight:bold;
	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%;
}
.menue_list2 {
	color:#666666;
	padding-left:30px;
}

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;

}


/*人気メニュー
----------------------------------------------- */
.kanren_link {
	line-height:100%;
	padding-bottom:50px;
}