body {
	width:830px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	color: #4C4C4C;/* ----K70%------ */
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
	background-color:#FFFFFF;
}

h1,h2,h3,h4,h5,h6,li,ul,ol,dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

label {
	cursor: pointer;
}


/* --------------------リンク--------------------- */

a:link {
  color: #000000;
  background: transparent;/* ---transparent透明--- */
  text-decoration:none;
}

a:visited {
  color: #000000;
  background: transparent;
  text-decoration:none;
}

a:hover{
  color: #339933;/* ----みどり----- */
  background: transparent;
  text-decoration:underline;
}
a:active{
  color: #A5A594;/* ---ベージュ--- */
  background: transparent;
  text-decoration:none;
}


/* --------------------ひだりセレクトリンク--------------------- */

a.sele:link {
  color: #FF9900;/* ---オレンジ------ */
  background: transparent;/* ---transparent透明--- */
  text-decoration:none;
}

a.sele:visited {
  color: #4C4C4C;/* ---K70%--- */
  background: transparent;
  text-decoration:none;
}

a.sele:hover{
  color: #FF9900;/* ----オレンジ----- */
  background: transparent;
  text-decoration:underline;
}
a.sele:active{
  color: #FFCC00;/* ---きいろ--- */
  background: transparent;
  text-decoration:none;
}



/* --------------------ブロック--------------------- */

#wrapper {
	width: 830px;
	background-color: #ffffff; 
}

#header {
	width: 830px;
	padding: 0px 0px 0px 8px;
	background-image: url(../common_img/rogo.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
}

#header_en {
	width: 830px;
	padding: 0px 0px 0px 8px;
	background-image: url(../common_img/rogo_en.jpg);
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
}

#headtex {
	padding: 0px 20px 5px 0px;
	text-align: right;
}

#headsele {
	padding: 0px 0px 10px 0px;
	text-align:center;
}

#mv {
	padding: 0px 0px 15px 0px;
	text-align:center;
}


#left {
	float: left;
	width: 195px;
	padding: 0px 0px 0px 8px;
	text-align:center;
}


#right {
	width: 590px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	margin-left: 210px;
	height: 100%;
	background-image: url(../common_img/line.gif);
	background-repeat: repeat-y;
}


#footer {
	width: 830px;
	padding: 10px 0px 0px 0px;
	font-size: 10px;
	color: #666666;
	line-height: 130%;
	clear: both;
}

/* --------------------別ウィンドウ 情報一覧--------------------- */

body#blank_page {
	width: 390px;
	margin: 20px auto 0;
}

#blank_footer {
	width: 390px;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	line-height: 100%;
}

/* --------------------TOPページ--------------------- */

#top_left {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 8px;
	text-align:center;
}

#center {
	float: left;
	width: 390px;
}



#top_right {
	width: 630px;
	padding: 0px 0px 0px 18px;
	text-align: left;
	margin-left: 178px;
	height: 100%;
	background-image: url(../common_img/line.gif);
	background-repeat: repeat-y;
}

#Reservation {
	width: 215px;
	padding: 0px;
	text-align: center;
	margin-left: 410px;
	height: 100%;
	background-image: url(../top_img/reservation_back_r1_c1.jpg);
	background-repeat: repeat-y;
}

#new {
	width: 390px;
	/*height: 365px;*/
	height: 420px;
	overflow: auto;
}

/* --------------------シンフォニー-------------------- */

#sym_l {
	float: left;
	width: 350px;
	padding: 30px 0px 0px 0px;
}

#sym_r {
	width: 225px;
	padding: 30px 0px 0px 0px;
	text-align: left;
	margin-left: 360px;
	height: 100%;
}




/* --------------------マージン--------------------- */

.mar20_5 {
    margin-top: 20px;
	margin-bottom: 5px;
}


/* --------上下-------- */

.mar5 {
    margin-top: 5px;
	margin-bottom: 5px;
}

.mar10 {
    margin-top: 10px;
	margin-bottom: 10px;
}

.mar15 {
    margin-top: 15px;
	margin-bottom: 15px;
}


/* --------上-------- */

.margintop5 {
    margin-top: 5px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop15 {
    margin-top: 15px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}


/* --------下-------- */

.marginbottom5 {
    margin-bottom: 5px;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginbottom15 {
    margin-bottom: 15px;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom30 {
    margin-bottom: 30px;
}



/* --------------------罫線--------------------- */

.hr_dot{
    border:dotted;
    border-top:dashed 1px #CCCCCC;
    height:1px;
    color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
