@charset "utf-8";

/* 全体構造
---------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
}


#body_window{
	top:1px;
	left:467px;
	margin-left:-380px;
	width:760px;
	background:#FFFFFF url(../img/body_bg.gif) repeat-y 0px 0px;
}
/* -- \*/
#body_window{
    position:relative;
}

#body_frame{
    width: 760px;
    margin:0px auto;
    position:relative;
}


/* 右
---------------------------------------------------- */
#right {
	background-color: #FFFFFF;
}

#cover {
	float: right;
	width: 580px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#flash {
	width: 580px;
}

#main {
	width: 385px;
	float: left;
	background-color: #FFFFFF;
	height: auto;
	margin-left:7px;
}

#main2 {
	width: 160px;
	float: left;
	height: auto;
	background-color: #FFFFFF;
	margin-left:7px;
}

.news {
	font-size: small;
	line-height:130%;
}

.news2 {
	font-size: small;
	line-height:130%;
}


/* 右内部フレーム（アイチケット）
---------------------------------------------------- */

.ticket_frame{
	background:url(../img/ticket_body_bg.gif);
	background-color:#FFFFFF;
	width:160px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}

div.ticket_heading{
	background:url(../img/ticket_heading_bg.gif) no-repeat;
	width:160px;
	height:10px;
}
.ticket_frame div.ticket_text{
	padding:7px;
	font-size:12px;
	word-break:break-all;
	line-height:130%;
	color:#666666;
}
.ticket_bottom{
	clear:both;
	display:block;
	width:160px;
	height:68px;
	text-align:right;
	background:url(../img/ticket_bottom.gif) no-repeat right bottom;
}
.ticket_bottom a{
	display:block;
	width:160px;
	height:60px;
}

/* 右内部フレーム（ＱＲ）
---------------------------------------------------- */

.QR_frame{
	background:url(../img/qr_body_bg.gif);
	background-color:#FFFFFF;
	width:160px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
}

div.QR_heading{
	background:url(../img/qr_heading_bg.gif) no-repeat right bottom;
	width:160px;
	height:140px;
}
div.QR_heading a{
	display:block;
	width:160px;
	height:140px;
}

.QR_frame div.QR_text{
	padding:7px;
	font-size:12px;
	word-break:break-all;
	line-height:130%;
	color:#666666;
}
.QR_bottom{
	clear:both;
	display:block;
	width:160px;
	height:5px;
	text-align:right;
	background:url(../img/qr_bottom.gif) no-repeat right bottom;
}

.QR_frame div.QR_text a{
	/* font-weight:bold; */
	font-size:12px;
	text-align:center;
}


/* ヘッダー
---------------------------------------------------- */
#header {
	width: 760px;
	background-image: url(../img/header.gif);
	height: 80px;	
}

#header h1{
	display:none;
}

/* フッター
---------------------------------------------------- */

#footer{
    clear: both;
    height:40px;
    width:760px;
	background:#FFFFFF url('../img/footer.gif') repeat-y 0px 0px;
}


/* 左サイド
---------------------------------------------------- */
#side {
	width: 180px;
	float: left;
	background-color: #FFDFEE;
}

#side .text{
	padding:7px;
	font-size:12px;
	word-break:break-all;
	line-height:130%;
	color:#666666;
}

#side .text .title{
	font-size:14px;
	color:#666666;
	font-style:inherit;
}


/* 左内部フレーム
---------------------------------------------------- */

.in_frame{
	background:url(../img/in_body_bg.gif) repeat-y;
	margin-top:15px;
	margin-left: 5px;
	margin-bottom:15px;
}

div.in_heading{
	background:url(../img/in_heading_bg.gif) no-repeat;
	width:170px;
	height:55px;
}
.in_frame div.in_text{
	padding:7px 12px 7px 7px;
	font-size:12px;
	word-break:break-all;
	line-height:130%;
	color:#666666;
}
.in_bottom{
	clear:both;
	display:block;
	width:170px;
	height:15px;
	text-align:right;
	background:url(../img/in_bottom.gif) no-repeat right bottom;
}


/* ナビゲーション
---------------------------------------------------- */
#navigation {
  top:0px;
  left: 5px;
  width: 180px;
}

#navigation ul {
  margin: 0 0 1em;
  padding: 0;
  border-top: 1px solid #FFFFFF;
/*  border-bottom: 1px solid #FFFFFF; */
  list-style: none;
}
#navigation li {
  margin: 0;
  padding: 0;
  width: 180px;
  height: 43px;
  text-indent: -9999px;
}
#navigation li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  width: 180px;
  height: 43px;
}

#navigation li#home      {
  background: url(../img/menu01.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#shisetuannai    {
  background: url(../img/menu02.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#kaigyou  {
  background: url(../img/menu03.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#sinryounaiyo {
  background: url(../img/menu04.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#intyou      {
  background: url(../img/menu05.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}


/* マウスオーバー時の指定
---------------------------------------------------- */
#navigation li#home  a:hover    {
  background: url(../img/menu01_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}

#navigation li#shisetuannai  a:hover    {
  background: url(../img/menu02_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#kaigyou  a:hover    {
  background: url(../img/menu03_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#sinryounaiyo  a:hover    {
  background: url(../img/menu04_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#intyou  a:hover    {
  background: url(../img/menu05_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}

/* うすいピンク色のナビゲーション
---------------------------------------------------- */
#navigation li#home1      {
  background: url(../img/menu01_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#shisetuannai1    {
  background: url(../img/menu02_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#kaigyou1  {
  background: url(../img/menu03_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#sinryounaiyo1 {
  background: url(../img/menu04_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}
#navigation li#intyou1      {
  background: url(../img/menu05_on.gif) no-repeat;
  border-bottom: 1px solid #FFFFFF;
}


/* リンク設定
---------------------------------------------------- */
a:link{
	color:#FF6666;
}
a:visited{
	color:#FF3366;
}
a:active{
	color:#FF6666;
}
a:hover{
	color:#FF6666;
}


* {
	font-family:"Tahoma","MS UI Gothic","Osaka","Helvetica","sans-serif";
	}

/* お知らせ
---------------------------------------------------- */
.icon_new{
	padding: 4px;
}

