@charset "utf-8";

/* 
目次
01 CSSの初期化
02 wrap
03 ヘッダー
04 container　中央欄
05 トップページ右欄　ナビゲーション部分
06 トップページ左欄　
07 トップページ下部
08 アーカイブ右欄　ナビゲーション部分
09 アーカイブ左欄　

10 フッター
11 other
12 clear
13 clearfixハック

*/


/* 
01 css初期化 */

body {
	background-color:#FFFFFF;
	font-style:normal;
	line-height:1.3;
	letter-spacing:normal;
	margin:0px;
	padding: 0px;
	font-size: 100%;
}

head,html,body,h1,h2,h3,h4,h5,div,span,p,ol,ul,li,img,table,th,tr,td,strong,a,address,form {
 	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	margin:0px;
	padding:0px;
}




/*
02 wrap
*/

#wrap{
	width: 692px;
	margin-right: auto;
	margin-left: auto;
}


/*
03 header
*/
#header{
	width: 692px;
	height: 130px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*
04 全枠
*/
#container{/*トップページ*/
	width: 692px;
	vertical-align: top;
	text-align: center;
	background-color: #FFFFFF;
}


#container2 .txtbox01 h3{/*2層目以降*/
	margin-left: 50px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #024CA3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
}
#container2 .txtbox01 h4{
	margin-left: 50px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#container2 .txtbox01 {
	width: 692px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
#container2 .txtbox01 p{
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 0.8em;
	line-height: 150%;
}
#container2 .txtbox02 {
	width: 630px;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;

}
#container2 .thumbox01 {
	width: 210px;
	text-align: center;
	float: left;
	vertical-align: top;
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: normal;

}
#container2 .thumbox01 h4{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;

}
#container2 .thumbox01 p{
	font-size: 1em;
	margin: 0px;
	padding: 0px;

}
#container2 .txtbox03 {

	width: 692px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
#container2 .txtbox04 {
	width: 360px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

/*
05 トップページ右欄　バナー欄
*/

#contRight{
	float: right;
	width: 163px;
	text-align: center;
	background-image: url(../img/top_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

#contRight .txtbox01 {
	width: 123px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/top_right_bg2.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#contRight .txtbox02 {
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	text-align: left;
	width: 100px;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 100%;
}

/*
06 トップページ左欄 
*/

#contLeft{
	vertical-align: top;
	float: left;
	width: 525px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contLeft .txtbox01 {
	background-image: url(../img/top_left_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 521px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBDBDB;
}
#contLeft .txtbox01 h3{
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #024CA3;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
}
#contLeft .txtbox01 h4{
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#contLeft .txtbox01 p{
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 150%;
}

/*
07 アーカイブ右欄　サムネイル欄
*/

#arcRight{
	float: right;
	width: 500px;
	text-align: center;

}

#arcRight .txtbox01 {
	width: 488px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/archive_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#arcRight .txtbox01 h3{
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	padding: 0px;
	margin-right: 40px;
	line-height: 90%;
}
#arcRight .txtbox01 h4{
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
	margin-right: 40px;
	line-height: 80%;
}
#arcRight .txtbox02 {
	margin-left: 20px;
	text-align: left;
	width: 426px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
}
#arcRight .each {
	text-align: center;
	border: 1px solid #999999;
	padding: 0px;
	vertical-align: top;
	float: left;
	height: 132px;
	width: 132px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#arcRight .img-h {
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 22px;
	margin-left: auto;
}
#arcRight .img-v {
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}

/*
08 アーカイブ左欄 ナビゲーション
*/

#arcLeft{
	vertical-align: top;
	float: left;
	width: 192px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border: none;

}
#arcLeft img{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: none;

}





/*
09 下段　topページ
*/

#contLow {
	vertical-align: top;
	width: 692px;
	text-align: left;
	clear: both;
	margin-top: 15px;
	background-image: url(../img/top_low_bg.jpg);
	background-repeat: no-repeat;
}

#contLow a{
	color: #000000;
	text-decoration: none;
}
#contLow a:visited{
	color: #000000;
	text-decoration: none;
}
#contLow a:hover{
	color: #0000CC;
	text-decoration: underline;
}
#contLow a:active{
	color: #000000;
	text-decoration: none;
}


#contLow .txtbox{
	vertical-align: top;
	width: 133px;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contLow .txtbox2{
	vertical-align: top;

	text-align: center;
	float: left;
	margin-top: 10px;

}
#contLow .ttl{
	font-size: 16px;
	font-weight: bold;

}
#contLow .ttl-e{
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;

}
#contLow .detail{
	font-size: 0.8em;
	text-align: left;
	line-height: 100%;
	margin-top: 10px;
	font-weight: normal;
}



/*
10 フッター
*/

#footer{
	clear: both;
	width: 692px;
	color: #666666;
	text-align: center;
	font-size: 0.8em;
	line-height: 140%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: normal;
}

#footer h5{
	font-size: 1.1em;
	line-height: 140%;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}



/*
11 other */


#member td{
	font-size: 0.8em;
	padding: 3px;
	text-align: left;
}
#member a{
	font-weight: bold;
	color: #669900;
}
#member a:visited{
	font-weight: bold;
	color: #669900;
}
#member a:hover{
	font-weight: bold;
	color: #669900;
}
#member a:active{
	font-weight: bold;
	color: #669900;
}
#archivephoto {
	text-align: center;
	margin: 10px;
}







/*
12 clear */
.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}



/*
13 clearfixハック */
.clearfix {/*for IE 5.5-7*/
    zoom:1;
}
div.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
