@charset "UTF-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

body {
	font-family: Verdana, Arial;
/*	background: #ebebeb url("/chiyopon/common/images/body-bg.jpg") repeat-y center;*/
	background: #ffffff ;
	color: #3b3b3b;
	width: 800px !important;
	margin: 0 auto;
	text-align: center !important;
	/*padding-bottom: 20px;*/
}

img {
	border: 0;
}

em {
	font-style: normal;
	/*font-weight: bolder;*/
}

strong {
	font-size: 15px !important;
}

h1 {
	text-align: left !important;
	padding: 0 0 0 45px !important;
	margin: 0 !important;
	width: 800px;
}
* html h1 {  /* ～IE6  HACK */
	padding: 0 0 0 60px;
	margin: 0;
}

h2 {
	font-size: 18px !important;
	font-weight: bolder;
	color: #fff12b;
	margin: 310px auto 5px auto;
}

h3 {
	border-bottom: 1px solid #3b3b3b;
	margin: 10px 0 15px 0;
	text-align: left;
}

h4 {
	/* border-bottom: 1px solid #3b3b3b; */
	margin: 0 !important;
	padding: 0 !important;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
}

hr {
	border: 1px solid #3b3b3b;
	margin: 5px auto;
	padding: 0;
	width:95%;
}

address {
	font-style: normal;
}


p , dl {
	margin: 15px 0;
	vertical-align: top;
	text-align: left !important;
}

p , ul , dl {
	font-size: 12px;
	line-height: 1.8em;
}
*+html p , ul , dl {  /* IE7～  HACK */
	font-size: 13px;
	line-height: 1.7em;
}
* html p , ul , dl {  /* ～IE6  HACK */
	font-size: 13px;
	line-height: 1.7em;
}


p a , li a {
	color: #8b1a1e;
	text-decoration: none;
}
dl a {
	color: #8b1a1e;
	text-decoration: underline;
}
dl a:hover {
	color: #e7a4a4 !important;
	text-decoration: underline;
}
dl a:visited {
	color: #8b1a1e;
	text-decoration: underline;
}


rtxt {
	text-align: right !important;
}

p.intro {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 0 30px 0;
	text-align: center;
	width: 100%;
}

p.h2txt {
	text-align: center !important;
	color: #fff12b;
	font-size: 11px;
	padding: 0;
	margin: 0 0 10px 0;
}
p.h2txt2 {
	text-align: center !important;
	color: #fff12b;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

p.blinktxt {
	vertical-align: bottom !important;
	margin: 0 0 5px 0;
}

p#cross-links {
	text-align: center;
}

p#cross-links {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

p.ttltxt {
	font-size: 16px;
	font-weight: bolder;
	line-height: 2.0em;
	margin: 20px auto;
}

p.nametxt {
	margin: 0 0 10px 0;
}



div#under-links-ttl {
	padding: 55px 0 0 50px;
	text-align: center !important;
	width: 800px !important;
}
* html div#under-links-ttl {  /* ～IE6  HACK */
	padding: 55px 0 0 60px;
}

div#under-links {
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px 5px;
	margin: 0 0 30px 0;*/
	text-align: center !important;
	width: 800px !important;
}
*+html div#under-links {  /* ～IE7  HACK */
	padding: 0 0 10px 10px;
}
* html div#under-links {  /* ～IE6  HACK */
	padding: 0 0 10px 10px;
}

div#under-links ul {
	margin: 0 0 0 50px;
	padding: 0 !important;
}

div#under-links li{
	float: left;
	margin: 0 6px 0 0;
	font-size: 10px;
	list-style: none;
}


/* for NO  JAVA SCRIPT 
/////////////////////////////////////////////////////////////// */
noscript p , noscript ol {
	color: #a00;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}
noscript a {
	color: #a00;
	text-decoration: underline;
}
noscript p {
	margin: 10px 20px 10px 20px;
}
noscript ol {
	margin-left: 50px;
}
	noscript ol li {
		margin: 2px 0 5px 0;
	}

a:focus {
	outline:none;
}




.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 10px auto 0 auto;
	position: relative;
	width: 800px;
	text-align: center;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 5px solid #663300; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
	background: #ffffff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: 0 10px 0 360px;
	text-align: right !important;
	position: relative;
	top: 500px;
}
*+html .stripNav {  /* IE7～  HACK */
	margin: 0 10px 0 310px;
	text-align: right !important;
	position: relative;
	top: 500px;
}
* html .stripNav {  /* ～IE6  HACK */
	margin: 0 10px 0 310px;
	text-align: right !important;
	position: relative;
	top: 490px;
}


.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #663300;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav a:hover {
	background: #8b1a1e;
}

.stripNav a.current {
	background: #e7a4a4;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 300px;
	text-indent: -9000em;
}

.stripNavL a , .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}
* html .stripNavL {  /* ～IE6  HACK */
	left: 5px;
}

.stripNavR {
	right: 0;
}
* html .stripNavR {  /* ～IE6  HACK */
	right: 5px;
}

.stripNavL {
	background: url("/chiyopon/common/images/arrow-left_0803.gif") no-repeat center;
}

.stripNavR {
	background: url("/chiyopon/common/images/arrow-right_0803.gif") no-repeat center;
}


div.floatbox {
	margin: 0;
	vertical-align: top !important;
}


/* ChiyoTia 
/////////////////////////////////// */
div.floatbox div.lefttxt {
	float: left;
	margin: 0 0 20px 10px;
	padding: 0;
	width: 370px;
	vertical-align: top !important;
}
*+html div.floatbox div.lefttxt {  /* IE7～  HACK */
	width: 380px;
}
* html div.floatbox div.lefttxt {  /* ～IE6  HACK */
	width: 370px;
}

div.floatbox div.rightphoto {
	float: right;
	margin: 0;
	width: 274px;
	height: 380px;
	vertical-align: top !important;
}

/* PONTA 
/////////////////////////////////// */
div.floatbox div.righttxt {
	float: right;
	margin: 0 10px 20px 0;
	padding: 0;
	width: 370px;
	vertical-align: top !important;
}
*+html div.floatbox div.righttxt {  /* IE7～  HACK */
	width: 380px;
}
* html div.floatbox div.righttxt {  /* ～IE6  HACK */
	width: 370px;
}

div.floatbox div.leftphoto {
	float: left;
	margin: 0;
	width: 274px;
	height: 380px;
	vertical-align: top !important;
}


div.clearbox {
	clear: both;
}



#liveinfo {
	width: 660px;
	height:390px;
	overflow: auto;
	margin: 0 0 10px 0;
}


.livetxt {
	margin: 10px 0 10px 20px;
}

dt {
	margin: 0 0 0 10px;
}
dt.livettl {
	margin: 0;
}

dl strong {
	font-size: 14px !important;
	font-weight: bolder;
}

dd {
	margin: -22px 0 0 120px;
}

dd.stage {
	padding: 0 0 0 20px !important;
}

div.sumphoto {
	text-align: right !important;
	padding: 10px 40px 10px 0;
}


.main_bg {
	background: url(/chiyopon/common/images/main_bg0902.jpg) top center no-repeat;
}

.maint_bg {
	background: #c5bdb2 url(/chiyopon/common/images/main_bgt0901.jpg) top center no-repeat;
}




/* LIVE info 080508
////////////////////////////////////////////////////// */
div.floatbox div.leftb {
	float:left;
	display:inline;
}

div.floatbox div.rightb {
	float:right;
	display:inline;
}

div.floatbox div.rightb img {
	margin: 10px 10px 0 0;
}

div.floatbox div.rightb ul {
	list-style: none !important;
}

div.floatbox div.rightb ul li {
	margin: 2px;
	list-style: none !important;
}















