@charset "iso-2022-jp";

/* board */
div.cover div.brd-cover {
	background-image:url(img/brd.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 28px;
	}
div.cover div.brd-cover div.contents {
	background-image:url(img/brd.jpg);
	padding-bottom:0;
	}

/* h1 */
div.brd-cover h1.h1-common {
	background-image:url(img/h1.jpg);
	}
div.brd-cover h1.h1-common span {
	height:230px;
	}

div.sections {
	background-color:#fff;
	padding:25px 30px 40px;
	margin:0 56px;
	}

div.sections h2 {
	color:#f2dfff;
	background-color:#0e0c0b;
	text-shadow:0 0 5px #000;
	font-size:125%;
	line-height:1.25;
	letter-spacing:0.2em;
	padding:10px 20px;
	margin-bottom:1.25em;
	}

div.sections h3 {
	color:#334048;
	line-height:1.5;
	letter-spacing:0.2em;
	margin-bottom:0.5em;
	}

div.archives hr {
	display:none;
	}

div.archives h3 {
	color:#4e4e7b;
	border-top:5px double #999;
	padding-top:25px;
	}
div.sections ul {
	margin-left:1.5em;
	}
div.sections ul li {
	line-height:1.5;
	}
div.sections ul li a {
	color:#7b7bb2;
	display:block;
	padding:0.5em 0;
	border-bottom:1px dashed #eaeaea;
	}
div.sections ul li a:hover {
	text-decoration:none;
	background-color:#d6e0f4;
	}

div.sections p {
	color:#333;
	font-size:100%;
	line-height:1.6;
	margin:0 20px 30px;
	}

div.sections div.pics {
	background-repeat:no-repeat;
	background-position:10px 10px;
	}

div.bx-yoko div.pics {
	margin-left:151px;
	width:440px;
	}
div.bx-tate div.pics {
	margin-left:20px;
	float:left;
	display:inline;
	}

div.sections div.pics span {
	display:block;
	background-image:url(../report/img/waku.png);
	background-repeat:no-repeat;
	padding:10px;
	}
div.bx-yoko div.pics span {
	background-position:left top;
	}
div.bx-tate div.pics span {
	background-position:-440px 0;
	}


div.bx-yoko img {
	width:420px;
	height:280px;
	}
div.bx-yoko p {
	}

div.bx-tate img {
	width:280px;
	height:420px;
	}
div.bx-tate p {
	width:410px;
	float:right;
	margin:0;
	}

/* to facebook */
p.tofacebook {
	position:relative;
	height:180px;
	}
p.tofacebook a {
	position:absolute;
	left:232px;
	top:30px;
	display:block;
	font-size:2px;
	text-indent:-9999px;
	width:460px;
	height:90px;
	}
.hovnuri a {
	background-color:#393941;
	}