@charset "utf-8";

/*基本タグ*/
body {
	font-size: 90%;
	line-height : 1.5;
	font-family : 'Verdana','ＭＳ Ｐゴシック','Arial';
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}
body:hover{}

p {
	margin: 0.6em 0;
}
ul {
	margin: 0 2em;
	padding: 0;
}
li {
	margin: 0.5em 0;
	padding: 0;
}
img {
	border:0px;
}
h1,h2,h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
em {
	font-weight:bold;
	font-style:normal;
	color: #c33;
}
table,
td {
	border-collapse: collapse;
	border: 0px solid #ccc;
	vertical-align: top;
}
select {
	font-size: 100%;
	padding: 4px 12px;
}
hr {
	border: 0;
	border-top: 1px solid #999;
	height: 1px;
}

a:link {color: #004499;}
a:visited {color: #994466;}
a:hover {color: #66ccff;}
a:active {}
.more {
	clear: both;
	text-align: right;
	margin: 2px 0;
	font-size: 85%;
}
.more a {
	background: url(/img/icon_more.gif) no-repeat 16px 50%;
	padding: 0 0 0 32px;
}
.tablink { overflow: hidden; }
.tablink div{
	margin-top: 12px;
	padding: 0 4%;
	border-bottom: 1px solid #ccc;
}
.tablink span,
.tablink a {
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 4px -4px 4px;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 125%;
}
.tablink .back {
	background: #eee;
}
.tablink .front {
	color: #333;
	text-decoration: none;
}
.trimming { display:block; overflow:hidden; position:relative; margin: 0 auto; text-align:left; z-index:1;}
.trimming img { position:absolute; }
.pageError {
	border: 1px solid #ccc;
	max-width: 640px;
	margin: 0 auto;
	padding: 4em 0;
	text-align: center;
}

/****************************/
/* テンプレート */
/****************************/
#main {
}
#headline_caller {
	position: fixed;
	top: 0;
	width: 100%;
	height: 12px;
	z-index: 50;
}
#headline {
	position: fixed;
	top: 0;
	margin: 0;
	width: 100%;
	background: #333;
	z-index: 100;
}
#headline_inner {
	overflow: hidden;
	margin: 0 1%;
	padding: 8px 0;
	font-size: 90%;
}
#headline_inner a{ color: #ccc; text-decoration: none; }
#headline_inner a:hover{ color: #fff; text-decoration: underline; }
img.logo {
	width: 196px;
	height: 36px;
}
#headline_inner form#search {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 400px;
	margin: 6px 0px 0px 0px;
}
#input_box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 32px;
	border: 1px solid #ccc;
	background: #fff;
}
.keywords {
	display: block;
	font-size: 150%;
	height: 100%;
	margin: 0;
	padding: 0 4px;
	border: 0;
	width:98%;
}
.search_button {
	display: table-cell;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc;
	background: url('img/icon_search.png') center no-repeat;
	background-color: #ccc;
}
.search_button:hover {
	background-color: #6c3;
}
#headline_menu {
	float: right;
	width: 32px;
	height: 32px;
	margin: 6px 0 0 12px;
	cursor: pointer;
}
#menu_listoflist {
	position: absolute;
	background: #fff;
	font-size: 120%;
	border: 1px solid #ccc;
	z-index: 200;
	width: 200px;
	margin: 0 0 0 -168px;
	text-align: left;
}
#menu_listoflist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_listoflist li {
	margin: 0;
	padding: 0;
}
#menu_listoflist li a {
	color: #333;
	padding: 4px 12px;
	display: block;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#menu_listoflist li:hover { background: #eee; }
#logo {
	float: left;
	margin: 6px 12px 0px 0px;
}
#logo_s { display: none; }
#navigation {
	clear: both;
	background: #444;
	padding: 2px 1%;
	color: #ccc;
	overflow: hidden;
}
#message { padding: 2px 0; max-height: 1.5em; overflow: hidden; }
#message h1 { font-weight: bold; display: inline; }
#controller {
	float: right;
	text-align: right;
}
#controller a {
	color: #fff;
	padding: 2px 12px;
	text-decoration: none;
	background-color: #666;
}
#controller a.selected {
	color: #fff;
	background-color: #9ac;
}
#controller a:hover {
	color: #fff;
	background: #6cf;
}
.dropdown_parent {
	display: inline-block;
}
.dropdown {
	display: block;
	position: absolute;
	background: #666;
	z-index: 200;
	margin-top: 1px;
	white-space: nowrap;
}
.dropdown_parent a,
.dropdown a {
	display: block;
}
#field {
	clear: both;
	margin: 80px 0 0 0;
	padding:8px;
	min-height: 640px;
	background-color: #fff;
}
#pan {
	font-size: 85%;
}
#images {
	overflow: hidden;
}
#end {
	clear: both;
	text-align: center;
	padding: 64px 0;
	border: 1px solid #999;
}
#loading {
	clear: both;
	text-align: center;
	padding: 24px 0;
}
#overlay {
	width: 100%;
	position: fixed;
	bottom: 0px;
	color: #fff;
	background: #333;
	z-index: 1000;
}
#goup {
	width: 64px;
	padding: 4px;
	color: #fff;
	background: #333;
	text-align:center;
	position: absolute;
	display: none;
	text-decoration: none;
	top: -64px;
	right: 0
}
.recommend {
	max-width: 660px;
	max-height: 252px;
	margin: 12px auto;
	text-align: center;
	font-size: 90%;
	overflow: hidden;
}
.recommend p {
	font-size: 90%;
	text-align: left;
}
.amazon_ad {
	float:left;
	width: 100%;
	max-height: 510px;
	margin: 24px auto;
	text-align: center;
	font-size: 90%;
	overflow: hidden;
}
#footer_listoflist {
	max-width: 680px;
	margin: 14px auto;
	font-size: 95%;
}
#footer_listoflist ul {
	margin: 24px 0 0 0;
	text-align: center;
}
#footer_listoflist li {
	display: inline-block;
	text-align: left;
	margin: 0.5em 0 0 0;
	background: url(/img/icon_more.gif) no-repeat 16px 50%;
	padding: 0 0 0 32px;
	width: 16em;
}
#footer_shortcut {
	text-align: center;
}
#footer_shortcut a {
	display: inline-block;
	margin: 24px 12px;
}
#footer {
	background: #333;
	margin: 24px 0 0 0;
	padding: 64px 64px 96px 64px;
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 90%;
}
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
/* 画像BOX */
.imagebox {
	border: 0px solid #ccc;
	background-color: #eee;
	color: #333;
	padding: 4px;
	margin: 4px -0.2em 4px 4px;
	display: inline-block;
	*margin: 4px;     /* IE6,7のみ */
	*display: inline; /* IE6,7のみ */
	*zoom: 1;         /* IE6,7のみ */
	vertical-align: top;
	font-size: 85%;
	line-height: 1.2;
	min-width: 120px;
	min-height: 120px;
	max-width: 100%;
}
.imagebox:hover {
	background-color: #cef;
}
.imagebox img {
	max-width: 100%;
}
.imagebox .detail {
	text-align: right;
	font-size: 95%;
	color: #999;
}
.thumbnailBox {
	margin: 0 -0.2em 12px 0;
	display: inline-block;
	*margin-right: 4px; /* IE6,7のみ */
	*display: inline;   /* IE6,7のみ */
	*zoom: 1;           /* IE6,7のみ */
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	font-size: 85%;
	width: 108px;
	height: 128px;
}
.thumbnailBox a {
	color: #333;
	text-decoration: none;
}
.thumbnailBox .trimming {
	width: 108px;
	height: 108px;
}
.thumbnailBox b {
	color: #966;
}

/****************************/
/* 画像単独 */
/****************************/
.image1 #flame {
	width: 100%;
	text-align: center;
	margin: 24px 0;
}
.image1 .status {
	font-size: 90%;
	margin: 12px auto 0 auto;
	text-align: left;
	word-wrap: break-word;
	max-width: 600px;
}
.image1 .status { color: #999; }
.image1 .status a { color: #999; text-decoration: none;}
.image1 .status a:hover { color: #333; text-decoration: underline;}
.image1 h1 {
	font-size: 150%;
	font-weight: normal;
}
.image1 a.imagetitle {
	color: #666; text-decoration: underline;
}

/****************************/
/* コンテンツページ */
/****************************/

.top #headline {
	position: relative;
}
.top #headline_inner {
	padding-bottom: 64px;
	text-align: center;
}
.top #headline_inner #logo {
	clear: both;
	float: none;
	margin: 108px 0 12px 0;
}
.top #headline_inner .logo {
	width: auto;
	height: auto;
}
.top #headline_inner form#search {
	clear: both;
	float: none;
	margin: 0 auto;
}
.top #field {
	margin: 0 auto;
}
#topMainColumn {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.top #topMainColumn {
	max-width: 680px;
}
.thumbnailBox_list{
	text-align: center;
	overflow: hidden;
}
#topMainColumn .thumbnailBox {
	width: 128px;
	height: 144px;
}
#topMainColumn .thumbnailBox .trimming {
	width: 128px;
	height: 128px;"
}
#topMainColumn .dummy .thumbnailBox {
	height: 1px;
}
.midasi {
	margin: 6px 0;
	padding: 6px 6px;
	font-weight: bold;
	background: #333;
	color: #fff;
	border-left: 16px solid #6c3;
}
h3 {
	margin: 24px 0 6px 0;
	padding: 2px;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #999;
}

.pagenavi,
.subnavi {
	margin: 24px 0;
	text-align: center;
	font-size: 90%;
}
.pagenavi p {
	color: #666;
}
.pagenavi a {
	white-space: nowrap;
	line-height: 2.5;
	border: 1px solid #ccc;
	padding: 8px 12px;
}
.pagenavi a:hover {
	background: #6c3;
	color: #ffffff;
}
.pagenavi b {
	border: 1px solid #ccc;
	background: #6c3;
	padding: 8px 12px;
}
.subnavi a {
	white-space: nowrap;
	border-right: 1px solid #ccc;
	padding: 8px 12px;
}
.subnavi a:hover {
	background: #6c3;
	color: #ffffff;
}
.subnavi b {
	background: #333;
	border-right: 1px solid #ccc;
	padding: 8px 12px;
	color: #fff;
}

