/*■■■■■■■■■■■ ページ基本設定　■■■■■■■■■■■■*/

html {
	height: 100%;
	margin: 0px;
	}


body {
	font-size: small;
	color: #000000;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #330066;
	background-image: url(../img/common/body_bg.gif);
	background-repeat: repeat-x;
}

p {
	margin: 0px;
}
a {
}
a:hover {
	color: #FF0000;
}





img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*■■■■■■■■■■■ センタリング　■■■■■■■■■■■■*/

/* センタリング */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	min-height: 100%;
	background-color: #FFFFFF;
	padding: 0px;
}

/*■■■■■■■■■■■ ヘッダー　■■■■■■■■■■■■*/

/* ヘッダー */
#header {
	height: 412px;
	width: 800px;
	background-image: url(../img/index/index_main.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#header_kasou {
	height: 200px;
	width: 800px;
	background-image: url(../img/common/kasou_main.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}


/* ヘッダー内 リンク*/

#header a:link{
	color: #666666;
	text-decoration: none;

}

#header a:hover{
	color: #0000FF;
	text-decoration: underline;
}

#header a:visited{
	color: #666666;
	text-decoration: none;
}


/* ヘッダー下リンクレイアウト */
#head_navi {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 300px;
}

#head_navi ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.attention {
	background-color: #FFFFCC;
	border: 2px solid #FFCC66;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#head_navi li{
	background-image: url(../img/common/icon01.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	margin: 0px;
}

#head_navi a {
	text-decoration: none;
	font-weight: bold;
}
#head_navi a:hover {
	text-decoration: underline;
}

#head_navi a:visited{
	color: #0000FF;
	text-decoration: none;
}


/*■■■■■■■■■■■ パンくず　■■■■■■■■■■■■*/
#pankuzu{
	width: 570px;
	padding-left: 210px;
	font-size: x-small;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*■■■■■■■■■■■ メインイメージ　■■■■■■■■■■■■*/

#main_image {
	width: 780px;
	padding: 0px;
	background-image: url(../img/index/main_image.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 200px;
}

/*■■■■■■■■■■■ 左側サイドメニュー＆メインコンテンツの囲い　■■■■■■■■■■■■*/
#content {
	width: 800px;
	height: 100%;
	background-image: url(../img/common/content_bg.gif);
	background-repeat: repeat-y;
	float: left;
	overflow: hidden;
	padding: 0px;
	
}


/*■■■■■■■■■■■ 左側サイドメニュー　■■■■■■■■■■■■*/

#left_navi {
	float: left;
	width: 160px;
	text-align: left;
	min-height: 100%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
#side_link li {
	background-image: url(../img/common/icon01.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
	background-position: 0px 1px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}
#side_link a {
	text-decoration: none;
}


/* 左側サイドメニュー　リンク */

#left_navi a{

}

#left_navi a:hover{
	text-decoration: underline;
}

#left_navi ul{
	margin: 0px;
	padding: 0px;
}

.side_box{
	background-color: #FFFFFF;
	padding: 10px;
	width: 158px;
	line-height: 1.3em;
}

.side_box_title{
	color: #000000;
	background-color: #66FFCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}


/*■■■■■■■■■■■ メインコンテンツ　■■■■■■■■■■■■*/
#contents{
	float: right;
	width: 560px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}


/*■■■■■■■■■■■ フッタ　■■■■■■■■■■■■*/

#footer {
	padding-top: 5px;
	color: #999999;
	padding-bottom: 5px;
	width: 800px;
	text-align: center;
	height: 15px;
}


#footer a {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
	line-height: 1em;
}
#footer02 {
	width: 800px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: xx-small;
	display: block;
	color: #330066;
}
#footer02 a {
	text-decoration: none;
	color: #390068;
}




/*■■■■■■■■■■■ Clear-Both　■■■■■■■■■■■■*/

.Clear-Both { 
        clear: both; 
        height: 1px!important; 
        display: block !important; 
        font-size: 1px!important; 
        margin: 0 !important; 
} 

/*■■■■■■■■■■■ グローバルナビ　■■■■■■■■■■■■*/
/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	margin: 0px;
	clear: both;
}
#g_navi ul {

}
#g_navi li {
	display:inline;
	list-style-type:none;
	background-image: none;
}
#g_navi li a {
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow: hidden;
	height: 60px;
}
#g_navi li.g_navi00 a {
	width:160px;
	margin-bottom: 5px;
	background-image: url(../img/common/navi00.gif);
	background-repeat: no-repeat;
}
/*------off*/
#g_navi li.g_navi01 a {
	background:url(../img/common/navi01.gif) no-repeat;
	width:160px;
	margin-bottom: 5px;
}
#g_navi li.g_navi02 a {
	background:url(../img/common/navi02.gif) no-repeat;
	width:160px;
	margin-bottom: 5px;
}
#g_navi li.g_navi03 a {
	background:url(../img/common/navi03.gif) no-repeat;
	width:160px;
	margin-bottom: 5px;
}
#g_navi li.g_navi04 a {
	background:url(../img/common/navi04.gif) no-repeat;
	width:160px;
	margin-bottom: 5px;
}
#g_navi li.g_navi05 a {
	background:url(../img/common/navi05.gif) no-repeat;
	width:160px;
	margin-bottom: 5px;
}
#g_navi li.g_navi06 a {
	background:url(../img/common/navi06.gif) no-repeat;
	width:160px;
	margin-bottom: 5px;
}
#g_navi li.g_navi07 a {
	width:160px;
	background-image: url(../img/common/navi07.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi08 a {
	width:160px;
	background-image: url(../img/common/navi08.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

#g_navi  li.g_navi09  a {
	width:160px;
	background-image: url(../img/common/navi10.gif);
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 5px;
}
#g_navi li.g_navi00 a:hover {
	background-image: url(../img/common/navi00b.gif);
	background-repeat: no-repeat;
}




/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(../img/common/navi01b.gif) no-repeat;
}
#g_navi li.g_navi02 a:hover {
	background:url(../img/common/navi02b.gif) no-repeat;
}
#g_navi li.g_navi03 a:hover {
	background:url(../img/common/navi03b.gif) no-repeat;
}
#g_navi li.g_navi04 a:hover {
	background:url(../img/common/navi04b.gif) no-repeat;
}
#g_navi li.g_navi05 a:hover {
	background:url(../img/common/navi05b.gif) no-repeat;
}
#g_navi li.g_navi06 a:hover {
	background:url(../img/common/navi06b.gif) no-repeat;
}
#g_navi li.g_navi07 a:hover {
	background-image: url(../img/common/navi07b.gif);
	background-repeat: no-repeat;
}
#g_navi li.g_navi08 a:hover {
	background-image: url(../img/common/navi08b.gif);
	background-repeat: no-repeat;
}

#g_navi  li.g_navi09  a:hover {
	background-image: url(../img/common/navi10b.gif);
	background-repeat: no-repeat;
}


#contents ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;


}
#bottom_navi {
	text-align: right;
	margin-right: 20px;
	color: #666666;
	margin-top: 15px;
}
#bottom_navi a {
	color: #666666;
	text-decoration: none;
}



#contents li {
	list-style-type: none;
	line-height: 160%;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	padding-top: 3px;

}
#attention   ol {
	list-style-type: decimal;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
#attention li {
	list-style-type: decimal;
	line-height: 160%;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}
#ticket ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#ticket li {
	list-style-type: decimal;
	line-height: 160%;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#access  ol {
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#access  li {
	list-style-type: decimal;
	line-height: 160%;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
