@charset "UTF-8";
/* ------------COMMON------------ */

* {
	margin: 0;
	padding: 0;
	zoom:1;
}

img {
	border: 0px;
	display: block;
}


.clearb {
	clear: both;
}

a:link {color:#56b2ed; text-decoration:underline;}
a:visited {color:#56b2ed; text-decoration:underline;}
a:active {color:#999; text-decoration:underline;}
a:hover {color:#999; text-decoration:underline;}


/* BASE */
body {
	background-color: #FFF;
	color: #42413A;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
}

div#page {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 850px;
	padding: 0 15px;
}

div#contents {
	float: left;
	width: 650px;
}

div#header {
	margin: 0 0 25px 0;
	position: relative;
}
div#header p {
	position:absolute;
	top: 212px;
	left: 650px;
}

/* FOOTER */
div#footer{
	width:850px;
	height:272px;
	background: url(../img/footer_bg.gif) left bottom no-repeat;
}

div#footer p#pagetop{
	width:850px;
	text-align: right;
}

div#footer p#pagetop img {
	display: inline;
}

div#footer p#copyright {
	font-size: 80%;
	width: 650px;
	color: #4392C4;
	line-height: 180%;
	padding-top:10px;
	padding-left:5px;
	letter-spacing: 0.1em;
}

div#footer p#copyright span{
	font-family: Helvetica,Arial, sans-serif;
}

/* LIST */
h2#archive_title {
	z-index: 100;
	color: #4392C4;
	padding-bottom: 7px;
	width:620px;
	font-size: 18px;
}

div#archive_head {
	margin-top: -15px;
	background: url(../img/line1.gif) bottom left no-repeat;
	margin-bottom: 10px;
}




div#thumnails div {
	float: left;
	width: 126px;
	margin-bottom: 30px;
}

div#thumnails div p.thumbnail_img {
	width:120px;
	margin: 0 3px 7px 3px;
}

div#thumnails div h2 {
	font-size: 80%;
	padding: 0 3px;
}
div#thumnails div span {
	color: #F00;
	font-size: 80%;
	font-style:italic;
}

/* SIDE BAR */
div#sidebar {
	float: right;
	width: 170px;
}

div#sidebar div {
	margin-bottom:30px;
}

div#sidebar h3 {
	font-size: 80%;
	font-weight:bold;
	margin-bottom:5px;
}

div#sidebar div ul{
	margin-bottom: 15px;
	list-style: none;
	width: 170px;
}

div#sidebar div ul li{
	font-size: 75%;
	line-height: 180%;
}

div#sidebar div ul a:link {color:#333; text-decoration:underline;}
div#sidebar div ul a:visited {color:#333; text-decoration:underline;}
div#sidebar div ul a:active {color:#999; text-decoration:underline;}
div#sidebar div ul a:hover {color:#999; text-decoration:underline;}


/*about */
div#about_horie {
	width: 630px;
}

div#about_horie h3 {
	margin-top: 25px;
	color:#4392C4;
	font-size: 90%;
	line-height: 120%;
	letter-spacing:0.05em;
}

div#about_horie p {
	line-height: 180%;
	font-size:80%;
	margin-top: 5px;
}

div#about_horie address {
	font-size:80%;
	font-style:normal;
	padding-top: 10px;
}


