﻿
/* +++++ すべてのタグの余白をゼロにリセット +++++ */
* {  margin: 0; padding: 0; }


/* リンク設定 */
a { text-decoration: underline; color: #0000ff }
a img { border: 0; }
a:hover {color: #1C4578; }


/* 見出し設定 */
h1, h2, h3, h4 { font-weight: bold; color: #2c1e0d; }
h1, h2, h3, h4, p, ul { margin-top: 0; margin-bottom: 0;}


/* ++++++++++ ベース設定 ++++++++++ */

/* ブログ全体の設定 */
body {
	margin: 0px ;
	background: url(img/body_back.gif) repeat-y #ffffff;
	background-position: center;
	color: #444444;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	}

/* ++++++ ブログの横幅設定 ++++++ */
#container {
	width: 580px;
	text-align: left;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	}


/* ++++++ １段組の横幅設定 ++++++ */

/* コンテンツ部分の横幅 */
#center	{
	width: 580px;
	text-align: left;
	}

/* ++++++++++ レイアウトのデザイン設定 ++++++++++ */
#main {
	background-color: #ffffff;
	padding-top:10px;
	}



/* ページトップリンク */
#return {
	text-align: right;
	font-size: 12px;
	padding: 15px 0 15px 0;
	clear: both;
	}




.content div {
	margin-left: 10px;
	margin-right: 10px;
	}

.content div div {
	margin-left: 0;
	margin-right: 0;
	}



#banner,
#banner2	{
	padding: 10px;
	background: url(img/title_banner_580.jpg) no-repeat;
	background-position: top; 
	height: auto;
	}
.disc{
text-align:right;
padding:10px 30px 100px
}
#banner h1 {
	color: #ffffff;	
	font-size: 24px;
	margin-bottom: 0px;
	text-align: right;
	padding: 0 30px 0 30px;
	}



.main-inner { margin: 0; }




/* 新着情報 */
.w-new { 	margin: 15px 0 30px; 

}

.w-new .sin {
	background: url(img/kiji_bar.gif) no-repeat;
	font-size: 15px;
	height: auto;
	line-height: 150%;	
	padding: 0 5px 5px 30px;
	margin-bottom: 10px;
	}

.w-new p {
	background: url(img/arrow.gif) no-repeat;
	height: auto;
	font-size: 12px;
	padding: 0 25px 3px 20px;
	margin: 5px 5px 10px 20px;
	border-bottom: dotted 1px #636988;
disc-type:none;
	}


/* エントリー */
.entry-up {
	background:url(img/kiji_box_up.gif) no-repeat;
	height: auto;
	margin: 0;
	padding: 18px 35px 7px 55px;
	z-index: 0;
	}

.entry-up h2 {
	font-size: 15px;
	line-height: 150%;	
	}

.entry-body {
	background: url(img/kiji_box_cen.gif) repeat-y;
	margin: 0;
	padding: 0 10px;
	z-index: 2;
	}

.entry-body p {
	font-size: 14px;
	line-height: 150%;
	padding: 15px 20px 0px 25px;
	clear: both;	
	}



.entry-foot {
	background:url(img/kiji_box_down.gif) no-repeat;
	margin:0;
	padding:0 0 20px;
	z-index: 1;
	}

.entry-foot p.posted {
	text-align: right;
	font-size: 12px;
	padding: 20px 30px 10px 0;
	}

/* フッターの設定ここから */
#footer {
	width: 580px;
	height: 50px;
	background: url(img/footer_back_580.jpg) no-repeat;
	background-position:bottom;
	font-size:13px;
	text-align: center;
	color: #ffffff;
	margin: 0;
	clear: both;
	}

#footer-inner { padding: 17px 15px 0 15px; }



.categorybox,
.entry-bottom,
.linkbox {
	background: #ffffff;
	padding: 10px 15px;
	margin: 10px 0;
	border: 1px dotted #d68371;
	}

.categorybox h3,
.entry-bottom h3,
.linkbox h3 {
	font-size: 12px;
	padding: 0 0 5px 0;
	}

.categorybox h4,
.entry-bottom h4,
.linkbox h4,
.linkbox p {
	font-size: 12px;
	}