@charset "utf-8";


html{
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 11px/18px 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	color: #000000;
	margin: 0 5px;
	border: 0;
	padding: 0;
	background: #FFFFFF;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}


ol,ul {
	list-style: none;
}
h1,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
img{
	border: 0;
	vertical-align: top;
}
strong{
	font-weight: normal;
}
.empty {}

a:link	  { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:active  { color: #ed008c; text-decoration: none; }
a:hover   { color: #ed008c; text-decoration: none; }

/* left_navigation */
#left_navigation {
	margin: 0 0 30px 20px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#left_navigation a:link { color: #000000; text-decoration: none; }
#left_navigation a:visited { color: #000000; text-decoration: none; }
#left_navigation a:active { color: #ed008c; text-decoration: underline; }
#left_navigation a:hover { color: #ed008c; text-decoration: underline; }

#left_navigation #shoplist { margin: 0 0 20px 20px; }
#left_navigation #shoplist a { color: #FFFFFF; background-color: #00aeef; text-decoration: none; padding:0 2px; }
#left_navigation #shoplist a:hover   { background-color: #ed008c; }

#left_navigation #navittl_0 a:link { color: #898989; text-decoration: none; }
#left_navigation #navittl_0 a:visited { color: #898989; text-decoration: none; }
#left_navigation #navittl_0 a:active { color: #898989; text-decoration: none; }
#left_navigation #navittl_0 a:hover { color: #ed008c; text-decoration: none; }


/* entry title */
.entry h3 a:link { color: #111111; text-decoration: none; }
.entry h3 a:visited { color: #111111; text-decoration: none; }
.entry h3 a:active { color: #ed008c; }
.entry h3 a:hover { color: #ed008c; }

/* copyright */
#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:active { color: #f5b2d5; text-decoration: none; }
#footer a:hover { color: #f5b2d5; text-decoration: none; }

.tx-14 { font-size:14px; }
.tx-20 { font-size:20px; }
.hide { display: none; }

/*
#contents #leftarea #left_navigation dt{
	margin: 0;
	padding: 0;
}
#contents #leftarea #left_navigation dd{
	margin: 0 0 20px 20px;
	padding: 0;
}
#contents #leftarea #left_navigation ul{
	margin: 0;
	padding: 0;
}
#contents #leftarea #left_navigation li{
	margin: 0;
	padding: 0;
}
*/
.accordion {
	margin-top: 20px;
	width: 200px;
}
.accordion_block {
	margin-top: 25px;
	width: 200px;
}

.bellow {
	margin-top: 7px;
	width: 240px;
}

.bellow ul{
	margin: 0 0 0 10px;
	padding: 0;
}
.bellow li{
	margin: 0;
	padding: 0;
}


#header #header_inner h1 a:hover img, .rss_image a:hover img {
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

#contents #leftarea #left_banner{
	margin: 0 0 0 20px;
	padding: 0;
}
#contents #leftarea #left_banner li{
	margin: 0 0 10px 0;
	padding: 0;
}
#contents #leftarea #left_banner a:hover img {
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

#footer a:hover img {
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

#footer #footer_menu {
	font-size:9px;
}
/*
#footer #footer_menu a:link { color: #999999; text-decoration: none; }
#footer #footer_menu a:visited { color: #999999; text-decoration: none; }
#footer #footer_menu a:active { color: #ed008c; text-decoration: none; }
#footer #footer_menu a:hover { color: #ed008c; text-decoration: none; }
*/
#footer #footer_menu ul{
	margin: 0;
	padding: 0;
}
#footer #footer_menu li{
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

#footer #copyright {
	font-size: 9px;
}

/* entry */
.entry {
	width: 550px;
	margin: 0 0 30px 0;
	border-bottom: #CCCCCC solid 1px;
	overflow: hidden;
	position: relative;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
}
#contents #rightarea #page_title {
	margin: 0 0 50px 0;
}
#contents #rightarea #page_title h2 {
	font-size: 18px;
	font-wait: bold;
}
.entry h3 {
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 3px;
}
.entry_name {
	font-size: 12px;
	color: #777777;
}
.entry_date {
	margin:0 15px 0 15px;
	font-size: 12px;
	color: #777777;
	/*margin-left: 20px;*/
}
.entry_category_link{
	font-size: 12px;
}
.entry_category_link a:link { color: #000000; text-decoration: underline; }
.entry_category_link a:visited { color: #000000; text-decoration: underline; }
.entry_category_link a:active { color: #ed008c; text-decoration: none; }
.entry_category_link a:hover { color: #ed008c; text-decoration: none; }

.entry_body {
	margin: 8px 0 20px 0;
	overflow: hidden;
}
.entry_more {
	margin: 0 0 25px 0;
	overflow: hidden;
}
.entry_body a:hover img, .entry_more a:hover img {
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

.entry_footer {
	display: block;
	clear: both;
	position: relative;
	text-align: right;
	margin-bottom: 15px;
}

#entry_menu {
	width: 550px;
	text-align: center;
}


/* エントリーテンプレート */
#autograph {
	font-size:10px;
	width: 550px;
	margin: 70px 0 30px 0;
}
.autograph_title h4 {
	font-size:12px;
	color: #111111;
	/*border-bottom: #CCCCCC solid 1px;*/
	margin: 0 0 4px 0;
}


/* 検索結果 */
#search-results a:hover img {
	-moz-opacity:0.60;
	opacity:0.60;
	filter:alpha(opacity=60);
}

.search_excerpt {
	margin:8px 0 0 0;
}
.search_excerpt a:link    { color: #000000; text-decoration: none; }
.search_excerpt a:visited { color: #000000; text-decoration: none; }
.search_excerpt a:active  { color: #ed008c; text-decoration: none; }
.search_excerpt a:hover   { color: #ed008c; text-decoration: none; }




.search_excerpt_image {
	float:left;
	margin:0 8px 0 0;
	display: block;
}

.search_excerpt_footer {
	width:500px;
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}



