@charset "utf-8";

@import url("./base.css"); /* base stylesheet */
@import url("./common.css"); /* common stylesheet */
@import url("./main_title.css"); /* main title stylesheet */

/* contents */

	div#contents {
	padding:20px 8px 8px 8px;
	width:859px;
	background-color:#1e1e1e;
	color:#ffffff;
	}

	div#contents .inner_box {
	padding:8px;
	background-color:#333333;
	width:843px;
	}


/* main */

	div#contents .main_contents {
	float:left;
	width:632px;
	}

	div#gallery_list {
	width:100%;
	}

	div#gallery_list .gallery {
	margin-bottom:8px;
	padding:15px;
	background-color:#262626;
	display:block;
	}	

	div#gallery_title {
	margin:0 0 8px 0;
	padding:15px;
	background-color:#262626;
	}

	div#gallery_title h3 {
	font-size:2em;
	line-height:1;
	font-family:arial black,sans-serif;
	color:#ff7e00;
	}

	div#gallery_list .gallery h4 {
	margin:0 0 12px 0;
	padding-bottom:6px;
	border-bottom:1px solid #666666;
	font-size:2em;
	line-height:1;
	font-family:arial black,sans-serif;
	color:#a8d20c;
	}

	div#gallery_list .gallery {
	font-size:0.875em;
	line-height:1.6;
	}

	div#gallery_list p.section_footer {
	padding-top:1em;
	font-size:0.875em;
	text-align:right;
	}

/* side */

	div#contents .sub_contents {
	float:right;
	width:202px;
	}

	div#contents .sub_contents h4 {
	margin-bottom:0.5em;
	border-bottom:1px solid #a8d20c;
	font-size:1.4em;
	font-family:arial black, sans-serif;
	}

	div#contents .sub_contents h5 {
	font-size:1.2em;
	font-family:arial black, sans-serif;
	}

		div#category_gallery {
		margin-bottom:8px;
		padding:10px;
		background-color:#262626;
		}

		div#category_gallery ul {
		padding-bottom:1em;
		list-style-type:none;
		width:100%;
		}

		div#category_gallery li {
		font-size:0.875em;
		}
