body {background-color: #FFFFFF;}

/*リンク・テキスト*/
a {
text-decoration: none;
color: #333333;
}

a:link {
text-decoration:none;
color: #333333;
}

a:visited {
text-decoration:none;
color: #333333;
}

a:active {
color: #333333;
}

a:hover {
color: #333333;
background-color: #CCFFFF;
position:relative; top:2px; left:2px;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

ul{
border:1px solid #CC0000;
padding:7px 0 7px 10px;
margin-left:5px;
margin-bottom:10px;
list-style-type:none;
background:#FFCCCC;
}

li{
margin-top:5px;
margin-bottom:5px;
}

/*記事部分*/
.main table{
 font-size:12px;
}
.main p {
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
font-size:12px;
line-height: 150%;
text-align: left;
padding: 10px 10px 10px 10px;
margin-bottom: 0px;
margin-top: 0px;
}

/*記事の日付*/
.main h1 {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
text-align: left;
font-weight: bold;
color: #000000;
padding: 3px 5px 3px 5px;
margin-bottom: 10px;
line-height: 120%;
border-bottom: solid 1px #000000;
}

.main h2 {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-align: left;
text-decoration: underline;
color: #000066;
padding: 0px 3px 3px 0px;
margin-bottom: 0px;
line-height: 100%;
}

/*記事のタイトル*/
.main h3 {
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-align: left;
font-weight: bold;
padding: 3px 3px 3px 3px;
margin-bottom: 0px;
margin-top: 0px;
line-height: 140%;
border-bottom: solid 1px #000000;
}

.main h4 {
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
text-align: left;
font-weight: normal;
padding: 0px 5px 0px 5px;
margin-bottom: 3px;
margin-top: 0px;
line-height: 110%;
}

/*記事下のリンク*/
.main p.posted {
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
text-align: left;
padding: 3px 10px 3px 10px;
margin-bottom: 20px;
margin-top: 0px;
line-height: normal;
}

.main img {
padding: 10px;
}

.main blockquote {
    margin: 5px,15px; /* 枠線を表示する上下左右の空白 */
    padding: 10px; /* 枠線から文字までの上下左右の空白 */
    background: #fffff6; /* 背景色 */
    border: 1px solid #999999; /* 文字色 */
    font-size: 12px; /* フォントサイズ */
    line-height: 150%; /* 改行幅 */
    text-align: left;
}

/*画像に影を付ける制御*/

.shadow {
    background: url("http://3594.slocker.net/images/temp/shadow.gif") right bottom;
    float: left; /* 回り込み制御 */
}

.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 0px; /* 画像枠 */
    background: #ffffe0; /* paddingを設定した場合の背景色 */
    border: 0px solid #999999; /* 画像の枠線 */
}

.foot a {
text-decoration: none;
color: #FFFFFF;
}

.foot a:visited {
text-decoration:none;
color: #FFFFFF;
}


/*レイアウト*/

.head
	{
	width:850px;
	height:100px;
	margin:0 auto 5px auto;
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
	color: #FFFFFF;
	line-height: 200%;
	background-image: url("http://3594.slocker.net/images/temp/top.jpg");
	}

.title
	{
	width:835px;
	margin:0 auto 5px auto;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding:4px 5px;
	border-color:#990000;
	border-style:double;
	background:#F8F8F8;
	}

.pankuzu
	{
	width:850px;
	margin:0 auto 10px auto;
	padding: 0px;
		font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	}

.zengo
	{
	font-size: 12px;
	color: #CC0000;
	margin:3px auto;
	padding:4px 5px;
	border-color:#990000;
	border-width:1px 0 2px 0;
	border-style:solid;background:#FECACA
	}

.flame
	{
	width:870px;
	margin:0 auto 0 auto;
	}

.outer_main
	{
	float:left;
	width:470px;
	margin:0 auto auto 10px;
	}

.outer_left
	{
	float:left;
	width:158px;
	}

.outer_right
	{
	float:right;
	width:178px;
	}

.right_menu
	{
	float:right;
	width:178px;
	background-color: #FFFFFF;
	margin:0 auto 12px auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 5px 5px 1px;
	padding: 5px;
	font-size: 10px;
	line-height: 150%;
	vertical-align: middle;
	}

.side_title
	{
	background-color: #000000;
	margin:0 0 10px 0;
	padding: 3px;
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}

.topmenu
	{
	width:158px;
	float:left;
	margin:0 auto 12px auto;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 5px 5px 1px;
	vertical-align: middle;
	}

.menu
	{
	width:158px;
	float:left;
	margin:0 auto 12px auto;
	padding: 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 150%;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 5px 5px 1px;
	vertical-align: middle;
	}

.main
	{
	width:453px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 12px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 5px 5px 1px;
	font-size: 12px;
	line-height: 130%;
	}

.normal_main
	{
	width:453px;
	height:250px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 130%;
	background-image: url("http://3594.slocker.net/images/shokatsuryo.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	}

.content
	{
	font-size: 12px;
	line-height: 130%;
	}


.entry_disc
	{
	position: relative;
	float:right;
	font-size: 10px;
	color: #336600;
	border-top: solid 1px #336600;
	}


.foot
	{
	width:850px;
	margin:0 auto 10px auto;
	padding: 10px;
		font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url("http://3594.slocker.net/images/temp/bottom.jpg");
	}

.clears{
  clear:both;
}

/*以下トラックバック、コメント関連*/

.trackbacks,
.comments,
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.trackback-footer,
.comment-footer,
.comments-open-footer,
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
{
   color: #fff;
}

.comment-footer,
.trackback-footer,
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/*一般のデザインの追加*/
.center{
	text-align: center;
}


/*武将カードのデザイン*/
.busho{
	margin-left: 25px;
	font-size: 12px; 
	line-height: 110%;
	width: 400px;
	border: solid 1px #999999;
	table-layout: fixed;
}

.busho_pic,
.busho_serif,
.busho_right,
.busho_left_gi,
.busho_left_sh,
.busho_left_go,
.busho_left_ry,
.busho_left_en,
.busho_left_ta{
	border: solid 1px #999999;
}

.busho_pic{
	width: 100px;
	text-align: center;
}

.busho_serif{
	font-size: 14px; 
	font-style: italic;
	line-height: 130%;
}

.busho_right{
	text-align: left; 
	padding: 5px;
}

.busho_left_gi{
	text-align: center;
	color:#FFFFFF;
	width: 100px;
	background-color:#CC0000;
}

.busho_left_sh{
	text-align: center;
	color:#FFFFFF;
	width: 100px;
	background-color:#006600;
}

.busho_left_go{
	text-align: center;
	color:#FFFFFF;
	width: 100px;
	background-color:#0033FF;
}

.busho_left_ry{
	text-align: center;
	color:#FFFFFF;
	width: 100px;
	background-color:#666666;
}

.busho_left_en{
	text-align: center;
	color:#FFFFFF;
	width: 100px;
	background-color:#660066;
}

.busho_left_ta{
	text-align: center;
	color:#FFFFFF;
	width: 100px;
	background-color:#FFCC00;
}

.busho img{
    background: url("http://3594.slocker.net/images/temp/nowprinting.jpg");
}

/*▼RSS-NEWS▼*/

.rss{
	margin: 10px;
}

.rss h2{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px; 
	padding:3px 5px;
	border-color:#6AA2DB;
	border-width:1px 1px 1px 7px;
	border-style:solid;
	background:#EEF6FF;
}

.rss  p{
	font-size: 12px; 
}

.rss  a{
	font-size: 10px; 
	font-color: #6AA2DB; 
	text-decoration: none;
}

/*▲RSS-NEWS▲*/


/********************************/
/*▼Ａｊａｘ関連▼*/
/********************************/



.faq h4{
 font-size:14px;
 margin:5px 5px 5px;
 padding:5px;
 color:#4c597f ;
 background:#C0D2EB;
}

.faq .ans{
 margin:5px 20px 15px;
 padding:5px;
 color:#7A7A7A ;
 border-color:#4c597f;
 border-width:1px;
 border-style:solid;
}

.faq .right{
 text-align:right;
}

.faq .close{
 text-decoration: none;
 margin:10px;
 padding:2px;
 font-size:10px;
 color:#FAA920; 
 border-color:#FAA920; 
 border-width:1px;
 border-style:solid;
}

.faq .close2{
 text-decoration: none;
 margin:10px;
 padding:2px;
 font-size:10px;
 color:#FAA920; 
 border-color:#FAA920; 
 border-width:1px;
 border-style:solid;

 background:#C3CA8D;
}

/********************************/
/*▲Ａｊａｘ関連*/
/********************************/

.card img{
    background: url("http://3594.slocker.net/images/temp/nowprinting.jpg");
 border-width:1px;
 border-color:#858585;
}

.ctitle{
 font-size:10px;
 text-align:center;
}