/* CSS Document */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","メイリオ";
	font-size:85%;
	line-height:170%;
	letter-spacing:0.05em;
	color:#383636;
	background-color:#fff;
	margin-top:40px;
}

h1 {
	position: absolute;
	left: -9999px;
}
h2 {
	background-image:url(img/back-h2.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:50px;
	padding-top:10px;
	padding-bottom:5px;
	font-size:180%;
}


img {
	border:0;
}
img.right {
	float:right;
	padding:5px 0 5px 5px;
}
img.left {
	float:left;
	padding:5px 5px 5px;
}
a:link,a:visited {
	color:#030;
}
a:hover {
	color:#030;
	text-decoration:none;
}
table.border td {
	border-bottom:1px solid #ccc;
}

/* ===============レイアウト系======================= */

div#wrapper {
	width:800px;
	text-align:left;
}

div#title {
	text-align:right;
	padding-bottom:75px;
}



div#contents {
	clear:both;
	float:right;
	width:580px;

}

div#side {
	float:left;
	width:200px;
}

div#footer {
	clear:both;
	padding-top:20px;
	border-top:3px solid #063;
	text-align:center;
}


/* ===============ナビゲーション======================= */

ul.navigation {
	list-style:none;
	margin-left:0px;
	font-size:85%;
}
.navigation li {
	list-style:none;
	float:left;
	margin-left:0px;
}

/* ===============トップページ系======================= */

div#main-image {
	clear:both;
	background-image:url(img/main-image.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:390px;

}
div#main-image p {
	padding-top:120px;
	width:345px;
	font-size:90%;
}

div.photo-thumb {
	float:left;
	width:200px;
	text-align:center;
	}
	
div.photo-thumb img {
	width:180px;
}

/* ===============サイド======================= */

div#side dt,div#side h3 {
	font-weight:bold;
	padding:2px 0 1px 5px;
	color:#fff;
	background:#030;
	border-bottom:2px solid #039;
	text-align:left;
}
div#side dd {
	margin-left:0;
	padding-left:10px;
	border-bottom:1px dotted #ccc;
	line-height:180%;
}

div.side-photo {
	text-align:center;
}

div.side-photo img {
	width:180px;
}


/* ===============カテゴリ======================= */


div.category-thumb {
	clear:both;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	padding-top:5px;
}

div.category-thumb img {
	float:left;
	padding:5px 5px 5px;
}


/* ===============協賛一覧======================= */

table.credit {
	background:#ccc;
}
table.credit td {
	background:#fff;
	padding:2px;
	padding-left:10px;
}


/* ===============写真一覧======================= */

div.photoblock {
	width:72px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	text-align;left;
}
div.photoblock a img {
	border:2px solid #fff;
}
div.photoblock a:hover img {
	border:2px solid #36c;
}