/*
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 0px 0px 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: 338px;
	overflow: hidden;
	}

/* centerの内側エントリー本文設定 */
.content {
	padding: 5px 5px 2px 5px;
	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: 400px;
	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;
           }

/* 選択カテゴリーに色つけ指定終わり */

/* 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: 0px;
	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/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: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 5px 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: 738px;
	background-color: #FFFFFF;
	overflow: hidden;
	}

#mainselect h2 {
	color: #0072FF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	}
#mainselect h3 {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	}	

#mainselect h4 {
	color: #003300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;	
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	}		
#mainselect ol {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
	}

#mainselect li {
	color: #333366;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	}
	
	
table#mm {
    width: 450px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-top:10px;
	margin-left:45px;
	margin-bottom:10px;
}

table#mm th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table#mm td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

table#iin {
    width: 540px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	margin-right:20px;
}

table#iin th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
	text-align: left;
    white-space: nowrap; 
}

table#iin td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
 	text-align: left;
    white-space: nowrap;
}

table#sc {
    width: 540px;
    border: 1px #333366 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	margin-right:20px;
}


table#sc td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
 	text-align: left;
    white-space: nowrap;
}
table#iinc {
    width: 700px;
    border: 1px #333366 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	margin-right: auto;
}


table#iinc td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
 	text-align: left;
}
table#iinc p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin: 0px 5px 5px 10px;
	overflow: hidden;
}

table#name {
    width: 200px;
    border: 0px ;
    border-collapse: collapse;
    border-spacing: 0;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:10px;
	margin-right: auto;
}

table#name td {
    padding: 5px;
    border: 0px ;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;	
	line-height: 140%;
	text-align: left;

}
table#name p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	text-align: left;
	margin: 0px 5px 5px 10px;
	overflow: hidden;
}
#footer {
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-size: 11px;
	margin : 0px 0px 0px 0px ;
	padding: 5px 0px 5px 20px;
	
	}


