/* CSSテンプレート：ブラック002 */

/* サイト全体の設定 */
body {
	margin: 0px;
	background-color: #F0F0F0;
　　　　font-size:13px;
　　　　line-height:160%;
        color: #333333;
}

/* 各種タグレイアウト　*/

p{
        color: #333333;
	margin-top:10px;
	margin-bottom:10px;
　　　　font-size:13px;
　　　　line-height:160%;
}

ul {
	width: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



li{
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	width: auto;
	text-align: left;
	margin: 0px;
	line-height: 30px;
	padding-top: 60px;
	padding-bottom: 0px;
	padding-left: 10px;
}


h2,h3,h4 {
	color: #333333;
	font-size: 16px;
	width: 550px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-indent: 10px;
	padding: 0px;
	line-height: 30px;
	background-image: url(images/entry-title.jpg);
	background-repeat: repeat;
	background-position: left;
	border-left-color: #444444;
	border-left-width: 8px;
	border-left-style: solid;
}


h5{
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}

h6{
	font-size: 14px;
}



/* リンクのレイアウト */

a,
a:visited{
	color: #0066FF;
}


a:hover{
	color: #FF0000;
	text-decoration: none;
}

a img {
    border: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}




/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 820px;
	padding-top: 10px;
	background-image: url(images/box-back.jpg);
	background-repeat: repeat-y;
}


.FloatEnd {
	clear: both;
	font-size: 1px;
}

.img-right {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}


#script {
	height: 0px;
	width: 0px;
	visibility: hidden;
	position: absolute;
}



/* ヘッダーの設定 */

#header {
	height: 160px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
}


#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:0px;
	text-height:20px;
}

#header p {
	display: block;
    text-align: left;
	width: auto;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 20px;
	margin-top:5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* コンテンツレイアウト */

#contents {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/menu-back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#contents-main {
	width: 570px;
	float: left;
	position: static;
	margin-top: 0px;
	display: inline;
	margin-left: 10px;
	background-color: #FFFFFF;
}



/* フッターの設定 */

#footer {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 5px;
	background-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
}


/* カテゴリーのレイアウト */

.category-body {
	font-size: 14px;
	line-height: 140%;
	margin: auto;
	width: 550px;
	margin-top: 15px;
	margin-bottom:25px;
}


.category-entrylist , .sitemap-box{
	width: 528px;
	margin-right: auto;
	margin-left: auto;
	margin-top:5px;
	margin-bottom:10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

.category-entrylist ul li,.sitemap-box ul li{
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-indent:25px;
	font-size:12px;
	line-height:140%;
	float:left;
	margin-right: 0px;
	text-decoration: none;
	background-image: url(images/cat-list.gif);
	background-position: 5px center;
	background-repeat: no-repeat;
}

/* サイトマップ */


.sitemap-box strong a,.sitemap-box strong a:visited {
	font-size: 16px;
	line-height: 22px;
	width: 100px;
	color: #666666;
	text-decoration: none;
}


.site-description {
	color: #666666;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}


/* エントリーのレイアウト */

.entry-body {
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	　　　　　　　font-size:14px;
	　　　　　　　line-height:150%;
	line-height: 140%;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;

}

.entry-body-dott {
	margin: auto;
	width: 550px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 130%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* コピーライト */
.cpyright {
	text-align: right;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}
.cpyright a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


/* メニューのレイアウト */

#menu-box {
	width: 200px;
	display : inline;



	margin-bottom:15px
	margin-right: 10px;
	float: right;
	margin-right: 5px;
}



.menu {
	width: auto;
	font-size: 12px;
	margin-bottom:20px;
}


.menu li a,.menu li a:visited{
	list-style: none;
	width: 190px;
	display: block;
	color: #333333;
	font-size: 12px;
	line-height: 25px;
	text-indent: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	text-decoration: none;
}

.menu li a:hover {
	list-style: none;
	width: 190px;
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	font-size: 12px;
	line-height: 25px;
	text-indent: 5px;
}


.menu-rss{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* その他のレイアウト */


#site-navi {
	display: block;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	height: 35px;
	line-height: 32px;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}


#bookmark {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
}


#bookmark img a {
	margin-right: 5px;
	margin-left: 5px;
}

#container {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}
