/*
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;
	}

img {
	border: 0;
}

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

#container p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 20px;
	overflow: hidden;
	}


/* バナー部分（文字や背景色、枠線、余白）設定 */
#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: 328px;
	overflow: hidden;
	margin : 0px 10px 0px 5px ;
	}

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

/* centerの内側エントリー本文設定（メンバー紹介） */
.contentm {
	padding: 5px 5px 2px 15px;
	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: 370px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin : 0px 10px 0px 10px ;
	}

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

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

/* 左右合わせたってな感じの統合エリア*/
#space {
	float: left;
	width: 700px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#space  p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 40px;
	overflow: hidden;
	}



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

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

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

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

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

/* content内リスト関連の設定(ul) */
.content ul {
	margin:0px 20px 10px 20px;
　　　　　　　list-style-type:decimal;
	}


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


/* content内h2指定部分の設定 */
.content h2 {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	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;
	}

/* チームWGHスケジュールtable*/
.style1 {
　　　　　　　font-size: 14px;
　　　　　　　	line-height: 100%;
	color: #666666;　　　　　　　
　　　　　}

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

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


/.table {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
　　　　　　　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: 15px;
	padding-top: 10px;
	}

/* sidebar 内p指定部分の設定 */

.midashi{
	color: #66ccff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 20px;
	overflow: hidden;
	}

/* メニュー枠内h2の設定 */
.sidebar h2 {
	color: #FFFFFF;
                background:url("http://www.strongholds.jp/img/style/menuh.gif");
                background-repeat:no-repeat; 
                background-color: #FFFFFF; 
	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: 150%;
	margin-top: 10px;
	}

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

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

/* 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;
	}

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

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

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

/* カテゴリー説明*/
.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: 5px;
	/*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-image: url("");
	background-color: #8F0000;
	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
	}

#mainselect {
	float: left;
	width: 710px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin : 0px 15px 0px 15px ;
	}

#mainselect h2 {
	color: #0080FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 10px;
	overflow: hidden;
	}

#mainselect h3 {
	color: #0060BF;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 15px;
	overflow: hidden;
	}



#mainselect p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 20px;
	overflow: hidden;
	}

#mainselect .section {
	width: 320px;

}
#mainselect #section01,
#mainselect #section04{
	float: left;
　　　　　　　margin: 0px 0px 5px 20px;
}
#mainselect #section02,
#mainselect #section03 {
	float: right;
	text-align: left;
　　　　　　　margin: 0px 20px 5px 0px;

#mainselect #section01 p,
#mainselect #section04 p,
#mainselect #section02 p,
#mainselect #section03 p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
　　　　　　　margin: 0px 0px 5px 0px;
	overflow: hidden;
	}

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

