
a {
	color:#4682B4;
}

li {
	margin-bottom:12px;

}

img {
  max-width: 100%;
  height: auto;
}


/*リンク　a.menue_link　a.title_link　CGI埋め込みコード
----------------------------------------------- */

a.title_link{
	text-decoration: none;
}
a.title_link:hover {
	text-decoration: underline;
}

a.menue_link{
	text-decoration: none;
}
a.menue_link:hover {
	text-decoration: underline;
}



/* 全体のレイアウト
----------------------------------------------- */
html {
  height: 100%;

  background-image: url("/img/back_1.jpg");

  background-image: url("back_1.jpg");
  background-size: cover;          /* ← 画面いっぱいに表示（追加をおすすめ） */
  background-position: center;     /* ← 中央に表示（追加をおすすめ） */
  
}


body{

        width: 960px;
	height:100%;
        margin: 0 auto;
	font-family: "Helvetica Neue"
	margin-top: 0px;
	margin-bottom: 0px;

}

#blog-header {
	height: 100px;

}

.blog-title{
        color:#4682B4;

	font-size:20px;
	font-weight:bold;
	padding-top:20px;
        padding-left:50px;
}
.blog-description{

	color:#666666;
	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 {

	color:#666666;
	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 {

	color:#333333;
	margin-top:50px;
	margin-right:30px;
	margin-left:30px;
	margin-bottom:50px;

}



/* フッター
-----------------------------------------------*/
#footer {
	font-size:12px;
	width: 717px;
	text-align:center;
	margin-bottom:10px;
}


/*記事タイトル
----------------------------------------------- */
.article-title{
	color:#4682B4;
	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;
	line-height:100%;
	margin-bottom:20px;

}
.menue_list2 {
	color:#666666;
	padding-left:30px;
}





/*メニューのタイトル
----------------------------------------------- */
#menue_title {
	font-weight:bold;
	padding-top:30px;
	padding-left:25px;

}


/*人気メニュー
----------------------------------------------- */
.kanren_link {
	line-height:100%;
	padding-bottom:50px;

}


