@charset "UTF-8";

iframe.youtube { display: block; margin: 10px auto; margin-bottom: 30px;}

iframe.twitter-share-button {
	width: 100px!important;
}

/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   /* letter-spacing:1px; */
   /* font-family:Verdana, Helvetica, sans-serif; */
   font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka",sans-serif;
   font-size:13px;
   color:#333;
}

br {
   letter-spacing:normal;
}

a {
   color:#98534B;
   text-decoration:none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

img.title_image {
	width:225px;
	margin:0 auto;
	padding:0px;
	float:right;
	display:inline;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:1002px;
   margin:0 auto;
}

#header {
   position:relative;
   width:1002px;
}

#head-wrapper {
   height:100px;
   width:1002px;
}

#logo {
   float:left;
   height:80px;
   padding:0;
   margin:0 auto;
}

#logo img {
   margin:0 auto;
}

#head-googleads {
   float:right;
   height:90px;
   width:728px;
   border:1px solid #ccc;
   background:#FFF3EF;
   padding:5px;
   margim:0;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#pr {
   width:1002px;
}

#menu {
   float:left;
   width:1002px;
   margin-bottom:15px;
}

#icatch {
   width:1002px;
   margin:0 auto;
   background:#fff;
}

#contents {
   clear:both;
   width:1002px;
   margin:0 auto;
   padding:0;
   background:#fff;
}

#wrapper {
   float:left;
   width:812px;
}

#right {
   float:right;
   width:180px;
}

#main {
   float:right;
   width:600px;
   padding:0px 10px 0px 10px;
   border-right:1px dashed #cccccc;
   border-left:1px dashed #cccccc;
}

#sub {
   float:left;
   width:180px;
   padding:0px;
}

#info {
   float:left;
   width:470px;
}

#news {
   float:right;
   width:470px;
}

#pageTop {
   clear:both;
}

#footMenu {
   width:1002px;
   clear:both;
   overflow:hidden;
   padding:10px 0;
}

#footer {
   width:1002px;
   clear:both;
   padding:10px 0;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#333;
}

#header h1 a {
   color:#9B0000;
}

#header h1 a:hover {
   color:#D30000;
   text-decoration:none;
}

/* PR CUSTOMIZE */
#header #pr p {
   margin:0;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
   float:left;
   margin:0;
   padding:0;
}

#menu li {
   margin:0;
   padding:0;
   float:left;
   font-size:11px;
   color:#fff;
   text-align:center;
   list-style-type:none;
}

#menu li span {
   font-family:verdana;
   font-size:15px;
   font-weight:bold;
   color:#823C34;
}

#menu li a {
   display:block;
   width:200px;
   padding:8px 0;
   color:#fff;
   background:#fdb8bd;
}

#menu li a:hover {
   text-decoration:none;
   background:#fddfdf;
}


/* ========INFO CUSTOMIZE======== */
#info h2 {
   background:#98534B;
   font-size:16px;
   color:#fff;
   padding:2px 5px 0px 5px;
   border-bottom:3px solid #823C34;
}

#info dl dt {
   clear:left;
   float:left;
   width:7em;
   padding:10px 0.5em;
}

#info dl dd {
   margin-left:0;
   padding:10px 0.5em 10px 8em;
   background:#fff url(../images/bg_info_line.gif) 0 100% repeat-x;
}


/* ========NEWS CUSTOMIZE======== */
#news p {
   margin:0;
   padding:0 0 1em 0;
}

#news h2 {
   background:#422F28;
   font-size:16px;
   color:#fff;
   padding:5px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#9B0000;
}

#main a:hover {
   color:#9B0000;
}

#main h2 {
   margin:0 0 20px 0;
   padding:3px;
   font-size:25px;
   font-family: "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
   font-weight: lighter;
   color:#ff9999;
   line-height:1.3;
   border-bottom:2px solid #ff9999;
}

#main h3 {
   margin-bottom:3px;
   padding:3px;
   font-size:20px;
   font-weight: lighter;
   color:#ff9999;
   line-height:1.3;
   border-bottom:2px solid #ff9999;
}

#main h4 {
   margin-bottom:2px;
   padding:3px;
   font-size:13px;
   font-weight: lighter;
   color:#ff9999;
   line-height:1.3;
   border-bottom:2px solid #ff9999;
   border-left:8px solid #ff9999;
}

#main h5 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
   border-bottom:1px dotted #823C34;
}

#main h6 {
   margin-bottom:2px;
   font-size:13px;
   color:#823C34;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#FFF3EF;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   margin:0;
   padding:0 0 0 10px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#main dl.information dd {
   margin:0 0 1em 1em;
   padding:3px;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   color:#fff;
   text-align:left;
   border:1px solid #ddd;
   background:#fdb8bd;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h3 {
   background:#ffdddd;
   color:#823C34;
   text-align:center;
   font-size:13px;
   font-weight:bold;
   line-height:1.3;
   padding:5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#sub ul {
   margin:5px;
   padding:0;
}

#sub li {
   padding:6px 0 6px 0;
   list-style:none;
   background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}

#sub li a {
   display:block;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#sub li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
   text-decoration:none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sub #area_access_ranking {
	margin-bottom:20px;
}

/* ========RIGHTCONTENTS CUSTOMIZE======== */
#right h2 {
   font-size:14px;
   font-weight:bold;
   color:#333;
   line-height:1.2;
}

#right ul {
   margin:5px;
   padding:0;
}

#right li {
   padding:6px 0 6px 0;
   list-style:none;
   background:url(../images/bg_sub_line.gif) 0 100% repeat-x;
}

#right li a {
   display:block;
   padding-left:12px;
   background:url(../images/bg_list.gif) 0 6px no-repeat;
}

#right li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_list.gif) 0 6px no-repeat;
   text-decoration:none;
}

/* GNAVI CUSTOMIZE */
#right #gnavi {
   border:1px solid #ccc;
   background:#FFF3EF;
   padding:0;
   margin-bottom:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#right #gnavi ul {
   list-style:none;
}

#right #gnavi li {
   font-size:12px;
   margin-left:10px;
   background:none;
}

#right #gnavi li a {
   padding-left:15px;
   background:url(../images/bg_gnavi.gif) 0 50% no-repeat;
}

#right #gnavi li a:hover {
   border:none;
   font-weight:bold;
   background:#FFF3EF url(../images/bg_gnavi.gif) 0 50% no-repeat;
   text-decoration:none;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#right #marker_access {
   border:1px solid #ccc;
   background:#fffbff;
   padding:0;
   margin-bottom:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}
#right #marker_access h3 {
   background:#ffdddd;
   color:#823C34;
   font-size:13px;
   font-weight:bold;
   line-height:1.3;
   text-align:center;
   padding:5px;
}

#right #marker_recently {
   border:1px solid #ccc;
   background:#fffbff;
   padding:0;
   margin-bottom:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#right #marker_recently h3 {
   background:#ffdddd;
   color:#823C34;
   font-size:13px;
   font-weight:bold;
   line-height:1.3;
   text-align:center;
   padding:5px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.googlead_right {
   background:#fff3ef;
   margin-bottom:20px;
   padding:0;
   text-align:center;
   border:1px solid #ccc;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

.googlead_right h3 {
   background:#ffdddd;
   color:#823C34;
   font-size:13px;
   font-weight:bold;
   line-height:1.3;
   padding:5px;
}

.googlead_right ins {
	margin:10px;
	padding:0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#rakuten_right {
	background:#fff3ef;
	text-align:center;
	padding:0px;
   margin-bottom:20px;
   border:1px solid #ccc;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#rakuten_right h3 {
   background:#ffdddd;
   color:#823C34;
   font-size:13px;
   font-weight:bold;
   line-height:1.3;
   padding:5px;
}

#rakuten_right table {
	background:#fff3ef;
	width:160px;
	margin:30px auto;
	padding:0px;
	text-align:center;
}

#rakuten_right img {
	background:#fff3ef;
	width:120px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ========PAGETOP CUSTOMIZE======== */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE========= */
#footMenu {
   position:relative;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

#footMenu ul {
   position:relative;
   left:50%;
   float:left;
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li {
   position:relative;
   left:-50%;
   float:left;
   margin:0 20px 0 0;
   padding:0;
   font-size:12px;
}


/* ========FOOTER CUSTOMIZE======== */
#footer {
   text-align:center;
   padding:20px 0;
}

.copyright {
   font-size:11px;
}

#toolbox {
   clear:both;
   width:598px;
   text-align:center;
   border:1px solid #ccc;
   background:#FFFFFF;
   margin-bottom:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#toolbox ins {
	margin:10px;
	padding:0;
}

#upload {
   height:60px;
   float:left;
   border:1px solid #ccc;
   background:#FFF3EF;
   margin:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#upload p {
	margin: 20px;
}

/* ************************************************************************************ */
/* index event                                                                          */
/* ************************************************************************************ */
#photo {
   width:598px;
   margin-bottom:20px;
   text-align:justify;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
}

/* 回り込み解除 ここから */
#photo {
   ⁄zoom:1;
}

#photo:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

#photo h3 {
   margin-bottom:2px;
   padding:5px 10px;
   font-size:13px;
   background:#ffdddd;
   border:0;
   font-weight:bold;
   color:#823C34;
   line-height:1.3;
}

#photo p {
   margin:1em 10px;
}

.photoInner {
   display:inline; /* for IE6 */
   width:598px;
   float:left;
   border:1px solid #ccc;
   background:#FFF3EF;
   margin-bottom:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

/* 写真が右 */
.photo_v img {
   float:left;
   margin:10px;
   max-width:120px;
   max-height:160px;
}

/* 写真が左 */
.photo_h img {
   float:right;
   margin:10px;
   max-width:160px;
   max-height:120px;
}

.center_banner {
	width:468px;
	height:60px;
	padding:0px;
	margin:0 auto;
	text-align:center;
}

.center_banner img {
	clear:both;
	padding:5px;
	margin:0 auto;
	max-width:none;
	max-height:none;
}

/* title_image */
img.title_image {
   float:right;
   margin:10px;
   max-width:200px;
}

img.seich_image {
  clear:both;
  display:block;
  padding:0;
  margin:20px auto;
  max-width:560px;
  max-height:560px;
}

#title_data p {
   margin:1em 10px;
}

#title_movie {
   width:598px;
   border:1px solid #ccc;
   background:#FFF3EF;
   margin-bottom:20px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 5px;
}

#title_movie p {
   margin:1em 10px;
}

/* ************************************************************************************ */
/* thumbnail                                                                    */
/* ************************************************************************************ */
#thumbnail {
   width:598px;
   margin-bottom:20px;
   font-size:13px;
   line-height:1.4;
}
#thumbnail:after {
   content: ".";
     display: block;
     visibility: hidden;
     height: 0.1px;
     font-size: 0.1em;
     line-height: 0;
     clear: both;
}

#thumbnail p {
   margin:auto;
   font-size:13px;
   font-weight:bold;
   color:#823C34;
   line-height:1.3;
}

#thumbnail .th {
   width:180px;
   height:260px;
   float:left;
   border:1px solid #ccc;
   background:#FFF3EF;
   margin:0 8px;
   margin-bottom:20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   text-align: center;
}


/* 写真が左 */
#thumbnail .th img {
   max-width:160px;
   max-height:200px;
   margin:10px auto;
   padding:0;
}
#aiueo table td {
   width:30px;
   text-align: center;
   border:1px solid #ccc;
   border-radius: 5px
}
#aiueo td:hover {
   text-decoration:none;
   background:#fdb8bd;
}
#aiueo {
   margin:0;
   padding:2px 2px;
   border:1px solid #ccc;
   background:#ffffff;
   margin-bottom:20px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
