/* CSSテンプレート */

/* サイト全体の設定 */
body {
	margin: 0px;
}




/* 各種タグレイアウト */


p{
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	line-height:140%;
}

ul {
	margin: 10px 0 0 0;
	padding: 0px;
}



li{
	list-style-type: none;
	margin: 0px;
}



h2,h3,h4 {
	color: #333333;
	font-size: 13px;
	width: 550px;
	font-weight: bold;
	margin:15px 0 15px 0;
	text-indent: 20px;
	line-height: 22px;
	padding: 0px;
	background: url(images/entry-title.jpg) no-repeat left center;
}


h5{
	font-size: 13px;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px #999999 solid;
}

h6{
	font-size: 14px;
}



/* リンクのレイアウト */

a{
	color:#0033CC;
}

a:visited{
	color:#0066FF;
}


a:hover{
	color:#009999;
	text-decoration: none;
}

a img {
    border: 0;
}



/* サイト全体のレイアウト */


#box {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}


.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 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background: url(images/footer.jpg) repeat-x bottom left;
	color:#666666;
}
/*hack*/
#header:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
/* Hides from IE-mac */
#header {
	height:1%;
	}
#header {
	display:block;
	}
#header {
	display:inline-table;
	}
/*End-hack*/

#header h1 {
	font-size: 18px;
	margin: 3px 0 0 10px;
	width: 450px;
	text-align: left;
	padding: 15px 0 15px 60px;
	float:left;
	color:#333333;
	background: url(images/h1.jpg) no-repeat bottom left;
}

#header h2 {
	font-size: 14px;
	margin: 0px;
	width: 350px;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	float:left;
}


#header h1 a {
	text-decoration: none;
	font-weight: bold;
	color:#494223;
}

#header h1 a:visited{
	color:#494223;
}


#header h1 a:hover{
	color:#494223;
	text-decoration: none;
}

#header p {
	text-align: right;
	width: auto;
	font-weight: normal;
	font-size: 14px;
	padding:5px 10px 0 0;
	float:right;
}




/* コンテンツレイアウト */

#contents {
	width: 800px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-color: #FFFFFF;
	background-image: url(images/menu-back.jpg);
	border:1px #cccccc solid;
}

#contents-main {
	width: 570px;
	float: right;
	height: 100%;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
	display: inline;
}



/* フッターの設定 */

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	line-height: 130%;
	font-size: 12px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	white-space:nowrap;
}

#footer ul {
	margin:10px 0 10px 0;
	padding:0;
	width: 800px;
}
/*hack*/
#footer ul:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
/* Hides from IE-mac */
#footer ul {
	height:1%;
	}
#footer ul {
	display:block;
	}
#footer ul {
	display:inline-table;
	}
/*End-hack*/

#footer li {
	margin:0 10px 0 0;
	float:left;
	font-weight:normal;
}


/* カテゴリーのレイアウト */

.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:#FFFFFF;
}

.category-entrylist ul li,.sitemap-box ul li{
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	text-indent:25px;
	font-size:12px;
	line-height:130%;
	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;
}


/* コピーライト */

#copyright {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	line-height: 130%;
	font-size: 12px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	width: 560px;
}

#copyright {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 40px;
}
#copyright a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}


/* メニューのレイアウト */

#menu-box {
	width: 190px;
	display : inline;



	margin-bottom:15px;
	margin-right: 10px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}



.menu {
	width: auto;
	font-size: 12px;
	margin-bottom:15px;
}

.menu h5{
	font-size: 14px;
	color:#000066;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 7px;
	width: auto;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 3px #333333 solid;
}
.menu li a{
	list-style: none;
	display: block;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 25px;
	margin: 0px;
	letter-spacing: 0.1em;
}

.menu li a:hover {
	list-style: none;
	width: auto;
	display: block;
	color: #666666;
	background-color:#ECECFF;
}



.menu-rss{
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}


/* その他のレイアウト */


#site-navi {
	display: block;
	width: auto;
	margin: 0px;
	font-size: 12px;
	height: 30px;
	line-height: 23px;
	color: #666666;
	padding: 0 5px 0 5px;
	border-bottom:1px dashed #cccccc;
}


#bookmark {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: right;
	margin-top: 30px;
	padding:3px;
	background-color:#cccccc;
}


#bookmark img a {
	margin-right: 5px;
	margin-left: 5px;
}

#container {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}
