/*
strongholds スタイルシート
*/

/* ページ全体の設定 */
body {
	margin: 0px 0px 20px 0px;
　　　　　　　　　　　　　　/* background-image: url("http://www.strongholds.jp/img/bg.jpg"); */
	      	text-align: center;
                                background-color: #FFFFFF;

       	}

/* 全体のリンク設定（下線無） */
a {
	text-decoration: none;
	}

/* 未訪問リンク色設定 */
a:link {
	color: #003399;
	}

/* 訪問済みリンク設定色 */
a:visited {
	color: #003399;
	}

/* リンク中の設定（クリック時） */
a:active {
	color: #003399;
	}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color: #FF8040;
	text-decoration: underline;
	}

/* 見出し文字の設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログを囲む枠の背景色・線、余白などの設定 */
#container {
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 870px;
	border: 1px solid #CCCCCC;	
	background-color: #FFFFFF;
	}

/* バナー部分（文字や背景色、枠線、余白）設定 */
#banner {
	color: #FFFFFF;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	}

/* バナー部分のイメージリンクの設定レイヤー非表示 */
#banner-img {
	display: none;
	}

/* バナー部分のリンク文字の設定 */
#banner a {
	color: #88AAEE;
	text-decoration: none;
	}

/* バナー部分のh1（タイトル）の設定 */
#banner h1 {
	font-size: xx-large;
	line-height: 120%;
	
	}

/* バナー部分のh2（説明）の設定 */
#banner h2 {
	font-size: small;
	padding-top: 5px;	
	}


/* エントリーを入れるＢＯＸの設定（回り込み左・横幅・あふれ部分非表示） */
#center {
	float: left;
	width: 540px;
	overflow: hidden;
	}

/* centerの内側エントリー本文設定 */
.content {
	padding: 10px 10px 5px 10px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	}



/* centerの回り込み解除用の class 属性 */
.fbox {
    zoom: 100%;
}
.fbox:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}


/* 右側のメニューＢＯＸ全体の設定 */
#right {
	float: left;
	width: 198px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#right a {
	color: #666666;
	text-decoration: none;
	}

#right a:hover {
	color: #6FB7FF;
	text-decoration: underline;
	}

/* 選択カテゴリーに色つけ指定atodekesu */
.orange {
           color: #666666; 
           margin-left: 0px;
           font-weight: bold;
           }

/* 選択カテゴリーに色つけ指定終わり */

/* 最右バナーカラム */
#right1 {
	float: left; 
	width: 130px;
	background-color: #FFFFFF;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	}

#right1 a {
	color: #666666;
	text-decoration: none;
	}

#right1 a:hover {
	color: #6FB7FF;
	text-decoration: underline;
	}


/* content内エントリー本文設定 */

.content p {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
	}

/* content内引用部分の設定（行の高さ）*/
.content blockquote {
	line-height: 150%;
	}

/* content内リスト関連の設定(ul) */
.content ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-image:url(http://strongholds.jp/img/list02.gif);
	margin-left: 20px;
	}


/* content内リスト関連の設定(li) */
.content li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	}


/* content内h2指定部分の設定（日付） */
.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-bottom: 10px;
	}

/* content内h3指定部分の設定（エントリータイトル） */
.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
               background-color: #ECF5FA;	
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-left: 5px solid #000066;	
	}

/* content内h4を使用した時の設定（日付） */
.content h4 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	
	margin-bottom: 10px;
	}

/* content内h5指定部分の設定（写真レポート） */
.content h5 {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
               background-color: #B61E42;	
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}


/* content投稿部分の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: right;
		
	margin-bottom: 15px;
	line-height: normal;
	padding: 3px;
	}

/* content内投稿部分の設定（投稿者やコメント） */
.content p.navi {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}


/* indexページ記事の設定 */
.topp {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
                width:510px;
	margin-bottom:10px;
	overflow: hidden;
	padding: 5px 5px 2px 5px;
	border: 1px solid #cccccc;
	}

.topp h4 {
	color: #B61E42;
               background-color: #ECF5FA;	
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-left: 5px solid #B61E42;	
	font-size: small;
	}

/* indexページ記事what'snewの設定 */
.sectionnew {
text-align:left;
margin-left:10px;
margin-right:10px;
margin-botom:2em
}


/* indexページ理念記事の設定topp＋backimg */
.toppbk {
　　　　　　　background: url("http://www.strongholds.jp/img/topbk.jpg")　bottom right no-repeat;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
                width:510px;
	margin-bottom:10px;
	overflow: hidden;
	padding: 5px 5px 2px 5px;
	border: 1px solid #cccccc;
	}
/* 当サイトモトカリ名刺画像＆バックカラー*/
.tousaito  {
　　　　　　　background: url("http://www.strongholds.jp/img/style/motokari.jpg")　top right no-repeat;
                background-color: #FAD0BB;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
                width:460px;
　　　　　　　height: 150px; 
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px 12px 2px 20px;
	border: 1px solid #cccccc;
	}

.table {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
　　　　　　　background-image: url("http://www.strongholds.jp/img/style/albumshiji.gif");
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-position: 50% 50%;
	}


/* rightサイドバーの設定（メニュー） */
.sidebar {
	padding-right: 5px;
	padding-top: 10px;
	}


/* カレンダー全体設定 */
#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	padding: 2px;
	text-align: center;
	margin-bottom: 10px;
	}

/* カレンダー本体テーブルの設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

/* カレンダーのタイトル（年月） */
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	text-align: center;	
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;	
	letter-spacing: .3em;
	}

/* カレンダーの(th週)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	}

/* カレンダーの(td日)部分の設定 */
#calendar td {
	text-align: center;
	}

/* メニュー枠内h2の設定 */
.sidebar h2 {
	color: #FFFFFF;
                background:url("http://www.strongholds.jp/img/style/menuh31.gif");
                background-repeat:no-repeat; 
                /* background-color: #FFA851;*/
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	letter-spacing: .3em;
	padding: 5px 0px 5px 20px;
	}

/* メニュー枠内でul（リスト）設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-image:url(http://strongholds.jp/img/style/r-list.gif);
	margin-left: 20px;
	}

/* メニュー枠内でul ul（リスト）設定 */
.sidebar ul ul {
	margin-bottom: 0px;
	}

/* メニュー枠内でcategories ul（リスト）設定 */
.sidebar #categories ul {
	padding-left: 15px;
	}

/* メニュー枠内でli（リスト）設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 120%;
	margin-top: 10px;
	}

/* メニュー枠内で categories li（リスト）設定（白丸） */
.sidebar #categories li {
	list-style-type: circle;
	}

/* メニュー枠内img(画像）の周りに白い枠の設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
	margin-left: 0px;
	}
.sidebar object {
	border: 3px solid #FFFFFF;
	margin-left: 0px;
	}


/* photo写真部分の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
                border: 0px
	}

/* link-note 内文字の設定 */
.link-note {
	background-color: #F7F6F5;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 120%;
	text-align: left;
	padding: 5px 10px 2px 10px;
	margin-bottom: 10px;
	border: 1px solid #E4E1DF;
	}

/* Movable Typeの著作権Powered by設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 2px 2px 10px;
	}

/*  コメント部分の設定 */
#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

/*  コメントのフォームのテキストエリアの設定（幅） */
textarea[id="comment-text"] 
　　　　{
	width: 80%;
	}

/*  プロフィール画像の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

/* 引用タグ(囲み）の設定 */
	blockquote {
		color: #000000;
		margin:10px 5px 10px 5px;
		font-size:small;
		font-weight:normal;
		background #99CC00;
		line-height:150%;
		padding: 10px; 
		border: 2px dotted :#DFEDCB;
		width: auto ;
	}

.sidebar hr { border:1px dotted #E4E8DF;}

/* カテゴリー説明*/
.content p.about {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;	
	line-height: normal;
	border: 2px dotted #8faebe;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	}

.toptitle	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	border: 1px solid #8faebe;
	background-color: #eaf2ff;
	text-align: center;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#eaf2fb;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #b8dafc;
	}


/* 写真下の説明文字 */
.content p.photoa {
	color: #7F9ABE;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;	
	}

#comments-experimental .comment .comment-footer,
#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

.module-tagcloud .module-content {text-align: left; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

/* ◆ヘッダーメニュー部分の設定◆ */
#tophead {
               background:url("http://www.strongholds.jp/img/menubg.gif");
	/* background-color: #A71634;*/
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin : 0px 0px 0px 0px ;
	padding: 0px 0px 0px 20px;
	border-top: 1px solid #FFFFFF;
	
	}

/* ◆ヘッダーメニュー部分リンクの設定◆ */
#tophead a {
	color: #FFFFFF;
	text-decoration: none;
	}

#tophead a:hover {
	color: #E4E1DF;
	text-decoration: underline;
	}

#tophead span{
	color: #FFFFFF
	}


#footer {
	background-color: #ffffff;
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 20px;
	
	}

/* ◆月別アーカイブツリー表示用スタイル◆ */

#acv {
	background-color: #F7F6F5;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 120%;
	text-align: left;
	padding: 5px 10px 2px 10px;
	margin-bottom: 10px;
	border: 1px solid #E4E1DF;
	}

ul.tree {
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 9px;
    list-style: none;
}
ul.tree ul {
    margin: 0 0 0 10px;
    padding: 0;
}
ul.tree li {
    margin: 0;
    padding: 0 0 0 11px;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat;
    list-style: none;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    list-style: none;
}


