@charset "utf-8";
/* CSS Document */

/* 目次
==================================================
	01. common  - 全ページ共通
	03. other  - トップ以外共通 
	11. blog - ブログ
==================================================
*/

/* =============================================== */
/** 01. common  - 全ページ共通  */
/* ----------------------------------------------- */

*{ margin: 0px;	padding: 0px;}

body{
	margin:0px;
	padding:0px;
	background-image:url(/images/bg01.jpg);
	background-repeat:repeat-x;
}

/* IE6padding指定 */
* html body{
padding-left: 1px;
}
/* IE7padding指定 */
*:first-child+html body{
padding-left: 1px;
}

/* リンク */
a:link{text-decoration:underline; color:#FFF;}
a:visited{text-decoration:underline; color:#FFF;}
a:active{text-decoration:underline; color:#FFF;}
a:hover{text-decoration:underline; color:#F8B624;}

/* 共通要素 */
ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

p{
	margin:0px;
	padding:0px;
}

h1{
	margin:0px;
	padding:0px;
}

h2{ 
}

h3{
	padding:6px 0px 4px 5px;
	border-left: solid 3px #900;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
	background-color:#EEE;
}

hr{
	border:#000 1px solid;
	margin:20px 0px;
}

img{
	border:none;
}

#pagetop{
	text-align:right;
	clear:both;
}

.red{
	color:#900;
}

/* 通常段落  */
.paragraph{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	line-height:140%;
}
.paragraph a {
	color:#900;
	text-decoration: none;
}
.paragraph a:hover {
	color:#900;
	text-decoration: underline;
}

/* タブ */
#tab{
	display:block;
	margin: 3px 0px;
}

#tab a{
	display: inline-block;
	font-size:12px;
	padding: 0 1em 0 5px;
	border-left: solid 1px #000;
	margin-bottom: 2px;
	color:#000;
}

#tab a:hover{
	color: #900; 
}

#tab a.small {
	font-size: 10px;
	width: 70px;
}

/* ヘッダー  */
#header{
	width:840px;
	height:79px;
	background-image:url(/images/bg_header.jpg);
	background-position:bottom;
}

.logo{
	float:left;
	margin-left:5px;
	border:none;
}

.banner_ticket01{
	float:right;
	margin:20px 15px 0px 0px;
	border:none;
}


/* フッター */
.copyright{
	width:840px;
	height:50px;
	margin:0px auto;
	background-image:url(/images/copyright.gif);
	clear:both;
}

/* clear fix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ページ画像の右寄せ、左寄せ、センタリング */
.left { float: left; }
.right { float: right; }
.center { text-align:center; }
.center div { text-align:center; margin:auto; width:100%; }

/*横罫*/
.dashed_border {
 clear:both;
 margin: 10px 0;
 border-bottom: 1px dashed #CAC9C7;
}

/*段組*/
.section .columns_2, .section .columns_3 {
 clear: both;
}
.section .column {
 text-align: left;
}
.section .columns_2 .column {
 width: 250px;
 float: left;
 margin-left: 12px;
 margin-right: 12px;
 _margin-left: 10px;
 _margin-right: 10px;
}
.section .columns_3 .column {
 width: 150px;
 float: left;
 margin-left: 16px;
 margin-right: 16px;
 _margin-left: 12px;
 _margin-right: 12px;
}

/* prev_next */

#next{
	padding:5px 20px 20px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:235px;
	text-align:right;
	float:left;
}

#next a{
	color:#000;
}

#next a:hover{
	color:#C00;
}

#prev{
	padding:5px 20px 20px 20px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:235px;
	text-align:left;
	float:right;
}

#prev a{
	color:#000;
}

#prev a:hover{
	color:#C00;
}

/* /prev_next */

/* =============================================== */
/**  03. other  - トップ以外共通  */
/* ----------------------------------------------- */

#wrapper_other{
	width:840px;
	height:100%;
	margin:0px auto;
	background-image:url(/images/bg02.jpg);
	background-repeat:repeat-y;
}


/* 左カラム */

#left_box{
	float:left;
	width:210px;
	background-image:url(/images/bg_contents.gif);
	background-repeat:repeat-y;
	padding-right:9px;
	padding-left:9px;
}

.title_contents{
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_contents.jpg);
}

.title_newsentry{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_newsentry.jpg);
}

.txt_newsentry{
	padding:0px 10px;
	font-size:11px;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


/* ナビゲーション */

#navi_other_box{
	width:210px;
	padding-bottom:50px;
}

#navi_other li a{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#FFF;
	text-decoration:none;
	width: 195px;
	height: 25px;
	line-height: 25px;
	padding-left:15px;
	display: block;
}

#navi_other li a:hover{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#f8b624;
	text-decoration:none;
	padding-left:15px;
}

.navi_on{
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	width: 195px;
	height: 25px;
	line-height: 25px;
	color:#f8b624;
	padding-left:15px;
	text-decoration:none;
}

#blog_banner_container {
	margin-top: 40px;
	text-align: center;
}

/* 右カラム */

#right_box{
	width:612px;
	float:right;
}

#page{
	width:551px;
	margin:0px auto;
	padding:10px 0px;
	clear:both;
}

/* =============================================== */
/**  11. blog  - ブログ  */
/* ----------------------------------------------- */

.blog_entry{
	width:551px;
	margin:0px auto;
	padding:10px 0px;
	clear:both;
}

/* カテゴリー枠 */

.title_category{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_category.gif);
}

#category{
	padding:0px 10px;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅",Arial, Helvetica, sans-serif, Osaka-mono, monospace;
	line-height:200%;
}

.title_blogentry{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_saisinblog.gif);
}

#blogentry{
	padding:0px 10px;
	font-size:11px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Arial, Helvetica, sans-serif,Osaka-mono, monospace;
	line-height:160%;
}

.title_kakoblog{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_kakoblog.gif);
}

#kakoblog{
	padding:0px 10px;
	font-size:12px;
	font-weight:bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Arial, Helvetica, sans-serif,Osaka-mono, monospace;
	line-height:160%;
}

/* タイトル枠 */

.title_blog{
	width:612px;
	height:160px;
	float:left;
	background-image:url(/images/title_blog.gif);
}


/* 内容 */

.bg_blog_date{
	border-left: solid 3px #C00;
	margin:20px 0px 10px 0px;
	background-color:#000;
	height:25px;
}

.blog_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px 0px 5px 7px;
	color:#FFF;
}

.blog_midashi{
	padding:5px 0px 5px 10px;
    font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:14px;
	font-weight:bold;
	color:#900;
}

.blog_photo img{
	border: #CCC 1px solid;
	margin: 10px 20px 20px 20px;
}

.blog_txt{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	line-height:160%;
	margin:10px;
}

.blog_txt a:link{text-decoration:none; color:#900;}
.blog_txt a:visited{text-decoration:none; color:#900;}
.blog_txt a:active{text-decoration:none; color:#900;}
.blog_txt a:hover{text-decoration:none; color:#900;}


.blog_category{
	float:right;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#000;
	padding:20px 10px 5px 0px;
}

.blog_category a:link{text-decoration:underline; color:#000;}
.blog_category a:visited{text-decoration:underline; color:#000;}
.blog_category a:active{text-decoration:underline; color:#000;}
.blog_category a:hover{text-decoration:underline; color:#C00;}


.blog_line{
	width:550px;
	height:4px;
	background-image:url(/images/blog_line.gif);
	background-repeat:no-repeat;
	clear:right;
}

/* コメント欄 */

#comment_box{
	width:500px;
	margin:20px auto;
	border:#000 1px solid;
	padding:20px 30px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif,"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	font-size:12px;
}

#comment_title{
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#900;
	padding:20px 0px 0px 10px;
	background-image:url(/images/icon02.gif);
	background-repeat:no-repeat;
	background-position:0px 21px;
}

#comment_txt{
	font-size:11px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	line-height:140%;
	padding:20px 0px 5px 0px;
}

#comment_name{
	font-size:11px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color:#000;
	padding:3px 10px;
}

#comment_time{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:3px 10px;
}

.btn_submit{
	margin:5px 0px;
}

.article_footer {
	margin-top:10px;
	text-align:right;
}

.alert {
	margin: 10px 0;
	color: #ff6666;
}

.title_calendar{
	margin-top:40px;
	margin-bottom:10px;
	width:210px;
	height:25px;
	background-image:url(/images/title_calendar.gif);
}

#calendar {
	background-color: #ffffff;
	width:170px;
	height:120px;
	font-size:12px;
	margin:0 auto;
	padding-top:10px;
	color: #999999;
}
#calendar caption {
	color: #000000;
}
#calendar table {
	margin: 0 auto;
}
#calendar table th {
	font-weight: normal;
	color: #000000;
	width: 18px;
	height: 12px;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
}
#calendar table td {
	text-align: right;
	width: 18px;
	height: 12px;
	font-size: 10px;
	line-height: 10px;
}
#calendar table td.holiday {
	color: #ff6666;
}
#calendar a {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}