/*

     ★ COPYRIGHT 2006 (C) SHIKISOKUZEKUU.COM ALL RIGHTS RESERVED. ★

*/

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

body{
	background-image: url(img/header-background.gif);
	background-repeat: repeat-x;
	background-color: #330000;
	text-align:center;
	padding:0px;
	margin:0px;
}

/* HTML基本初期化 */

h1,h2,h3,h4,h5{
	font-weight:normal;
	padding:0px;
	margin:0px;
}

form {
	padding:0px;
	margin:0px;
}

/* ３段組レイアウト */

#container {
	width:100%;
	margin-left:0;
	margin-right:0;
	text-align:left;
}

#container-header{
	height:150px;
}

#wrapper {
	width:100%;
	margin-right:-210px;
	float:left;
}

#container-center{
	width:100%;
	float:right;
	margin-left:-210px;
	padding-top:10px;
}

#container-left{
	width: 210px;
	float:right;
	padding-top:10px;
	padding-left:10px;
}

#container-right{
	width: 210px;
	float:left;
	padding-top:10px;
}

#container-center-wrapper{
	margin-right:210px;
	margin-left:210px;
}

#container-footer{
	width:100%;
	clear:left;
}

/* サイドバーレイアウト */

#image-home{
	margin-bottom:10;
}

.Sidemenu-Title {
	background-image: url(img/sideblock-title.gif);
	height: 35px;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 11px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

.Sidemenu-Body {
	width: 200px;
	background-image: url(img/sideblock-body.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
	color: #FFFFFF;
	padding-top:5;
	padding-bottom:5;
}

.Sidemenu-Body a{
	color:#FFFFFF;
}

.Sidemenu-Bottom {
	width: 200px;
	height: 10px;
	background-image: url(img/sideblock-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:15;
	background-position:top top;
}

/* ＳＥＯレイアウト */

#index-h1 {
	font-weight:bold;
	font-size: 27px;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
	top: 15px;
	right: 40px;
	position: absolute;
	text-decoration:none;
}

#index-description {
	font-size: 14px;
	text-align: right;
	color:#ffffff;
	width:350px;
	margin: 0px;
	padding: 0px;
	top: 55px;
	right: 40px;
	position: absolute;
	text-decoration:none;
}

#index-h1 a{
	color:#ffffff;
	text-decoration:none;
}

/* 検索ウィンドウ */

#container-search{
	font-size: 14px;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
	top: 124px;
	left: 680px;
	position: absolute;
}

#search{
	height:21px;
	border-color:#990000;
	width:100px;
	margin:0px;
}

#search-submit{
	border-color:#990000;
	background-color:#dd0000;
	color:#FFFFFF;
	height:22px;
}

/* ニュースエリア */

#container-news {
	font-size: 13px;
	font-size:14px;
	color: #FFFFFF;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	font-family:"Verdana";
	line-height: 25px;
/*
background-repeat: no-repeat;
	padding: 5px;
	background-color: #cc0000;
	background-position: 0px center;
	border-style:solid;
	border-width:2px;
	border-color:#663333;
*/
}

#container-news a{
	color: #FFFFFF;
}

#container-entry-header {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #cc0000;
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 5px;
	margin-left:10px;
	margin-right:10px;
	border-style:solid;
	border-width:2px;
	border-color:#663333;
	margin-bottom:10px;
	font-family:"Verdana";
}

/* トップページ記事 */

.Article-Title {
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #cc0000;
	background-image: url(http://www.shikisokuzekuu.com/images/article_title.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding: 10px 10px 10px 90px;
	margin-left:10px;
	margin-right:10px;
	border-style:solid;
	border-width:1px;
}

.Article-Title a{
	color:#ffffff;
}

.Article-Body{
	font-size:14px;
	background-color:#FFFFFF;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	line-height: 25px;
	font-family:"Verdana";
}

.Article-Bottom{
	font-size:14px;
	background-color:#FFFFFF;
	padding: 10px;
	margin-bottom:15;
	margin-left:10px;
	margin-right:10px;
	font-family: "Verdana";
}

/* 個別記事レイアウト */

.Article-NextBack{
	font-size:14px;
	background-color:#FFFFFF;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
}

.Article-Trackback{
	font-size:14px;
	background-color:#FFFFFF;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
	line-height: 22px;
}

.Article-Comment{
	font-size:14px;
	background-color:#FFFFFF;
	padding: 10px;
	margin-left:10px;
	margin-right:10px;
}

.comment-table{

}

.comment-table-title{
	width:250;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#eeeeee;
}

.comment-table-form{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#eeeeee;
}

.comment-table-submit{
	padding:15px;
}

#article-trackback-url{
	padding:20px;
	width:70%;
	background-color:#f6f6f6;
	margin-left:50px;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	margin-top:10px;
	margin-bottom:10px;
	font-size:14px;
	font-family:"Verdana";
}

/* 個別記事画像タイトル一覧 */

#comment-form-title{
	background-image: url(http://www.shikisokuzekuu.com/img/article-title-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 68px;
	background-color:#F0F0F0;
	font-size:17px;
	padding:25;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

#aritcle-nextback-title{
	background-image: url(http://www.shikisokuzekuu.com/img/article-title-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 68px;
	background-color:#F0F0F0;
	font-size:17px;
	padding:25;
	margin-top:5px;
	margin-bottom:25px;
	font-weight:bold;
}

#aritcle-trackback-title{
	background-image: url(http://www.shikisokuzekuu.com/img/article-title-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 68px;
	background-color:#F0F0F0;
	font-size:17px;
	padding:25;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

#aritcle-trackback-list-title{
	background-image: url(http://www.shikisokuzekuu.com/img/article-title-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 68px;
	background-color:#F0F0F0;
	font-size:17px;
	padding:25;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

#aritcle-comment-list-title{
	background-image: url(http://www.shikisokuzekuu.com/img/article-title-background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 68px;
	background-color:#F0F0F0;
	font-size:17px;
	padding:25;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

/* 個別記事　次の記事　前の記事 */

#article-nextback-block{
	text-align:center;
	font-weight:bold;
	font-size:16;
	background-color:#FFFFFF;
}

/* 個別記事トラックバックリスト */

.trackback-title{
	font-size:16px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	font-family:"Verdana";
}

.trackback-excerpt{
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#dddddd;
	font-size:14px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	font-family:"Verdana";
}

/* 個別記事コメントリスト */

.comment-name{
	font-size:16px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-weight:bold;
	font-family:"Verdana";
}

.comment-excerpt{
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#dddddd;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	line-height: 22px;
	margin-bottom:5px;
	font-family:"Verdana";
}

/* カテゴリーレイアウト */



/* フッター */

#container-footer{
	padding:20px;
	color:#ffffff;
	font-size:11px;
	text-align: center;
}

/* カテゴリー記事 */

#category-article-list{

}

#category-article-list li{
	margin-bottom:5px;
	font-family:"Verdana";
}



