/*　共通のCSS　*/

/*　ブラウザCSS初期化　*/
*{
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

/*　全体　*/
body{
	margin: 0;
	font-family: "メイリオ","Meiryo","Osaka","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	background: #fff url("../image/body-back.gif") repeat top center;
	outline: 0;
	text-align: center;
}

/*　文字＋リンク　*/
p{
	margin: 0;
	margin-left: 50px;
	font-size: 83%;
	line-height: 160%;
	text-align: left;
}

.small{
	font-size: 83%;
}

.moresmall{
	margin-left: 0px;
	font-size: 70%;
	text-align: center;

}

h1{
	font-size: 120%;
	text-align: left;
	height: 45px;
	width: 380px;
	vertical-align: bottom;
	margin: 0px auto;
	padding-top: 20px;
	padding-left: 50px;
	border-top: 5px solid #008ceb;
	background:#fff url("../image_bigbang/nanonano.gif") no-repeat center left;
}


*html h1{
	font-size: 100%;
}

h2{
	font-size: 120%;
	text-align: left;
	margin:40px 0px 15px 40px;
	padding-left: 20px;
	background:#fff url("../image/h2back.gif") no-repeat center left;
}

.bold{
	font-weight: bold;
}

p a:link, li a:link{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #008CEB;
}

p a:visited, li a:visited{
	color: #000000;
	border-bottom: 1px dotted #008CEB;
}

p a:hover, li a:hover{
	color: #fff;
	background-color: #008CEB;
}

a.external{
	margin-left: 6px;
	padding-left: 14px;
	background: url("../image_bigbang/blank.gif") no-repeat center left;
	border-bottom: 1px dotted #008CEB;
}

a.external:hover{
	background: #008CEB url("../image_bigbang/blank-on.gif") no-repeat center left;
	border-bottom: 1px dotted #008CEB;
}


img{
	border: 0;
}

img:hover{
	background-color: inherit;
}

.blue{
	color: #008CEB;
}

.red{
	color: #FF0000;
}

/*　主要ブロック　*/
#content{
	width: 800px;
	margin: 30px auto;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #008CEB;
	padding-top: 25px;
	padding-bottom: 0px;
}

#content img{
	margin: 0px;

}

/*　アーカイブ用　*/
#photo{
	width: 700px;
	margin: 0px auto;
	background-color: #fffff;
	
	padding-top: 5px;
	padding-bottom: 5px;
}

#photo a img{
	width: 80px;
	height: 60px;
}

h3{

	font-size: 100%;
	text-align: left;
	margin:0px 50px 0px 50px;
	padding-left: 20px;
	padding-right: 20px;
}



#footer{
	position: relative;
	width: 770px;
	margin: 0px auto;
	padding: 15px;
	text-align: center;
	border: 1px solid #008CEB;
	background-color: #ffffff;
	margin-bottom: 20px;
}

*html #footer{
	width: 800px;
}

/*　その他全体的なセレクタ　*/
.center{text-align: center;}
.spacer{
	clear: both;
	height: 1px;
}

/*　header　*/

/*　content　*/
a.flashback{
	margin: 20px 0px;
	padding-left: 35px;
	background: url("../image_bigbang/flashback.gif") no-repeat center left;
}
a.flashback:hover{
	color: #000000;
	background: url("../image_bigbang/flashback-on.gif") no-repeat center left;
}


#content p{
	background-color: #ffffff;
	padding-left: 10px;
	margin-bottom: 10px;

}




/*　footer　*/
p.footer-menu{
	margin: 0px 20px 15px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

p.footer-menu a:visited{
	color: #000000;
}
