@charset "utf-8";

/* ========================================================================

	Common Style
 
======================================================================== */

/* Base
---------------------------------------------------- */
html {
	height: 100%;
}
body {
	height: 100%;
	color: #3C3C3C;
	background: #d0d0d0 url(../img/bg.jpg);
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
	background: url(../img/dotline.gif) repeat-x left bottom;
}
a:hover {
	color: #bc3200;
	text-decoration: none;
	background: url(none);
}


/* Layout
---------------------------------------------------- */
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3.5em;
	text-align: left;
} 
#header {
	height: 77px;
	background: url(../img/header_bg.gif) repeat-x;
	padding: 0 0 0 24px;
}
#contents {
	padding: 0 20px 30px 30px;
}
body.Index #contents {
	padding: 20px 20px 30px 30px;
}
body.detail #contents {
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	position: relative;
}
/* Mac IE5 \*//*/
#contents {
	height: auto;
}
/* End Mac IE5 */ 
#footer {
	background: url(../img/dotline_b.gif) repeat-x left top;
	text-align: right;
	padding: 1em 20px 0;
	font: normal 77%/1.1 Georgia, "Times New Roman", Times, serif;
	height: 2.5em;
}
.push {
	height: 3.5em; /* .push must be the same height as .footer */
}


/* Logo
---------------------------------------------------- */
#header a { background: url(none);}


/* Navi
---------------------------------------------------- */
dl#navi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	line-height: 1.1;
	text-transform: capitalize;
	background: url(../img/navi_bg.jpg);
	padding: 4px 10px 6px 30px;
}
dl#navi dt {
	margin: 3px 0 0 0;
	padding: 2px 0;
	width: 8em;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
}
dl#navi dd {
	margin: 0 0 0 9em;
	padding: 1px 0;
}
dl#navi ul li {
	line-height: 1.8;
	display: inline;
	margin: 0 8px 0 0;
	padding: 2px 2px 2px 18px;
}
dl#navi ul.tagList li {	background: url(../img/icon_tag.gif) no-repeat 0 center;}
dl#navi ul.catList li {	background: url(../img/icon_category.gif) no-repeat 0 center;}
dl#navi ul.monList li {	background: url(../img/icon_monthly.gif) no-repeat 0 center;}


/* TopicPath
---------------------------------------------------- */
#topicPath {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 77%;
	text-align: left;
	margin: 0px 0px 20px;
	padding: 5px 0px 5px 30px;
	background: url(../img/topicpath_bg.jpg);
	border-bottom: 1px solid #CCCCCC;
}
#topicPath span {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, Verdana,'ＭＳ Ｐゴシック',sans-serif;
}
#topicPath a 		{ background: url(../img/dotline.gif) repeat-x left bottom;}
#topicPath a:hover	{ background: url(none);}


/* PicList
---------------------------------------------------- */
ul#picList li {
	height: 115px;
	width: 115px;
	float: left;
}
ul#picList li a {
	background: url(none);
}
ul#picList li a img {
	height: 100px;
	width: 100px;
	padding: 5px;
	background: url(../img/piclist_bg.gif) no-repeat;
	display: block;
}
ul#picList li a:hover img {
	background: #bc3200;
}



/* ========================================================================

	Detail
 
======================================================================== */


/* PicArea
---------------------------------------------------- */
#picArea {
	margin: 0 auto;
	height: 550px;
	width: 550px;
}
#picArea .picBody img {
	border: 10px solid #000000;
}

/* PageNavi
---------------------------------------------------- */
#pageNavi {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
#pageNaviNext,
#pageNaviPrev {
	height: 650px;
	width: 12%;
	overflow: hidden;
	position: absolute;
	top: 0;
}
#pageNaviNext {
	right: 0;
}
#pageNaviPrev {
	left: 0;
}
#pageNavi a {
	background: url(none);
}
#pageNaviPrev a img {
	position: absolute;
	right: 0;
	top: 0;
}
#pageNavi a img {
	border: 10px solid #000000;
	filter:alpha(opacity=10);
	opacity:0.1;
}
#pageNavi a:hover img {
	filter:alpha(opacity=100);
	opacity:1;
}


/* End */
