body
{
	color: #333333;
	font-size: 80%;
	line-height:140%;
	padding: 0;
	margin: 0;
	background: #fff8dd;
text-align:center; 
}

img
{
	border: 0;
	vertical-align: text-bottom;
}


form
{
	margin: 0;
}

strong {
	font-style: normal;
	font-weight: bold;
}
strong.red {
	color: #ff9933;
}
strong.blue {
	color: #006600;
}
strong.gray {
	color: #666666;
}

strong.big_red {
	color: #ff6600;
	font-size: 14px;
}

strong.big_blue {
	color: #006600;
	font-size: 14px;
}

input{font-size:9pt;}

/* Headings */
h1 {
	font-size: 14px;
	margin: 0px;
	color: #cc6633;
	line-height:100%;
}

h2 {
	font-size: 14px;
	color: #008000;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 4px 18px;
	background-image: url("./common/bg_menu_green.gif");
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #ddeedd;
	border-right: 1px solid #ddeedd;
	border-bottom: 1px solid #ddeedd;
	border-left: 1px solid #ddeedd;
	clear: both;
}


h2.header_text {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: none;
	font-weight: normal;
	background-image: none;
line-height:140%;
}


.subtitle {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	border: 1px solid #ffffff;
	background: #ffffff;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #006600;
	margin: 8px 0px 4px 0px;
	padding: 0px;
	clear: both;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

li
{
	padding: 0 0 0 0px;
	margin: 0 0px;
}

.imgl {
	float: left;
	margin: 0px 10px 8px 0px;
	border: 1px solid #cccccc;
}

.imgr {
	margin: 0px 0px 10px 15px;
	float: right;
	border: 1px solid #cccccc;
}


/* Links */
a {color: #006699;}
a:link {color: #006699;}
a:link:hover {color: #ff9933;}
a:link:active {color: #006699;}
a:visited {color: #006699;}
a:visited:hover {color: #ff9933;}
a:visited:active {color: #006699;}

a.navilink {color: #ffffff;background: #333333;text-decoration:none;margin: 0px 0px 0px 0px;padding: 2px 2px 2px 2px;}
a.navilink:link {color: #ffffff;background: #333333;text-decoration:none;}
a.navilink:link:hover {color: #ffffff;background: #333333;text-decoration:underline;}
a.navilink:link:active {color: #ffffff;background: #333333;text-decoration:none;}
a.navilink:visited {color: #ffffff;background: #333333;text-decoration:none;}
a.navilink:visited:hover {color: #ffffff;background: #333333;text-decoration:underline;}
a.navilink:visited:active {color: #ffffff;background: #333333;text-decoration:none;}

a.mainlink {color: #333333;text-decoration:none;background: none;}
a.mainlink:link {color: #333333;text-decoration:none;background: none;}
a.mainlink:link:hover {color: #333333;text-decoration:none;background: none;}
a.mainlink:link:active {color: #333333;text-decoration:none;background: none;}
a.mainlink:visited {color: #333333;text-decoration:none;background: none;}
a.mainlink:visited:hover {color: #333333;text-decoration:none;background: none;}
a.mainlink:visited:active {color: #333333;text-decoration:none;background: none;}

a.footerlink {color: #555555;text-decoration:none;background: none;}
a.footerlink:link {color: #555555;text-decoration:none;background: none;}
a.footerlink:link:hover {color: #ff9933;text-decoration:none;background: none;}
a.footerlink:link:active {color: #555555;text-decoration:none;background: none;}
a.footerlink:visited {color: #555555;text-decoration:none;background: none;}
a.footerlink:visited:hover {color: #ff9933;text-decoration:none;background: none;}
a.footerlink:visited:active {color: #555555;text-decoration:none;background: none;}

a.whitelink {color: #ffffff;text-decoration:none;}
a.whitelink:link {color: #ffffff;text-decoration:none;}
a.whitelink:link:hover {color: #ffffff;text-decoration:underline;}
a.whitelink:link:active {color: #ffffff;}
a.whitelink:visited {color: #ffffff;text-decoration:none;}
a.whitelink:visited:hover {color: #ffffff;text-decoration:underline;}
a.whitelink:visited:active {color: #ffffff;text-decoration:none;}

h2 a {color: #006600;text-decoration:none;}
h2 a:link {color: #006600;text-decoration:none;}
h2 a:link:hover {color: #ff9933;text-decoration:none;}
h2 a:link:active {color: #006600;text-decoration:none;}
h2 a:visited {color: #006600;text-decoration:none;}
h2 a:visited:hover {color: #ff9933;text-decoration:none;}
h2 a:visited:active {color: #006600;text-decoration:none;}

a.office {color: #006600;text-decoration:none;}
a.office:link {color: #006600;text-decoration:none;}
a.office:link:hover {color: #006600;text-decoration:underline;}
a.office:link:active {color: #006600;text-decoration:none;}
a.office:visited {color: #006600;text-decoration:none;}
a.office:visited:hover {color: #006600;text-decoration:underline;}
a.office:visited:active {color: #006600;text-decoration:none;}


/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 500px;
	height: 1px;
	clear: both;
}

.formfield {
	font-size: 13px;
}

.pageswitch {
	text-align: right;
	padding: 5px 0px 5px 0px;
}

#breadcrumbs {
	padding: 5px 10px 3px 10px;
	background:#fbf8ee;
	border-bottom: 1px solid #ffcc66;
	margin: 0px 0px 0px 0px;
	line-height:160%;
	font-size: 10px;
}

.back_next_link {
	text-align: right;
	font-size: 10px;
}

.icon {
	padding: 0px 5px 0px 16px;
}

.icon_side {
	padding: 0px 5px 0px 0px;
}

.read_rss {
	padding: 0px 10px 10px 0px;
}

.mark {
	color: #ff9933;
}

.mark2 {
	color: #004477;
}

.little_text {
	color: #888888;
	font-size: 10px;
}

th, td {
  font-size: 10pt;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/

#header {
	padding : 0px 0px 0px 0px;
	width: 760px;
	margin: auto;
	background: #ffffff url("./common/header_back.jpg") no-repeat;
	border-top: 8px solid #ff9933;
text-align:left; 
}

#header_left {
	float:left;
	width: 85px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_logo {
	padding: 10px 0px 3px 14px;
}

#header_center {
	float:left;
	width: 250px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header_description {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 2px 15px;
	line-height:100%;
}

#header_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
}


#header_right {
	float:right;
	width: 370px;
	text-align:right;
	padding: 10px 10px 0px 0px;
}

.header_contact {
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#header_navi {
	margin: 0px 0px 0px 0px;
	padding : 4px 0px 3px 10px;
	background: #f8f8f8 url("./common/bg.gif");
	border-left: 1px solid #f8eecc;
	border-top: 1px solid #f8eecc;
	border-bottom: 1px solid #eedd99;
	border-right: 1px solid #eedd99;
	text-align: right;
}

.header_navi2 {
	top: 0px;
	right:0;
	padding:3px 10px 3px 0px;
	margin:0;
}

.header_navi2 li {
	display:inline;
	list-style:none;
	margin:0 0px 0 0;
	background:url("./common/point_menu.gif") no-repeat left center;
	padding: 1px 8px 1px 18px;
	font-size: 12px;
	line-height: 100%;
}



/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 760px;
	margin: auto;
	padding : 0px 0px 0px 0px;
	background: #ffffff;
}
#wrapper
{
	width: 760px;
	margin: 0px;
	padding : 0px;
text-align:left; 
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/

#container
{
	margin: 0px 0 0 0;
	padding: 0px 12px 0 12px;
}

#container_right
{
	width: 520px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

#container_left
{
	width: 200px;
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

.content
{
	padding: 15px 0 15px 0;
	line-height: 140%;
}

.content2
{
	padding: 15px 0 0 0;;
	line-height: 140%;
}

.content_flash
{
	margin: 0px;
	padding: 5px 0 0 0;
}

.content3
{
	padding: 5px 0 0 0;
	line-height: 140%;
	border: 1px dotted #ffaaaa;
}

.content_author
{
	padding: 10px 5px 0 5px;
}

.index_button_block
{
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
width:520px;
}

.index_contents
{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.index_map
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
}

.index_title
{
	font-size: 14px;
	margin: 0px 0px 12px 0px;
	padding: 8px 10px 6px 18px;
	background-image: url("./common/bg_menu_orange.gif");
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #ffe7dd;
	border-left: 1px solid #ffe7dd;
	border-right: 1px solid #eed6cc;
	border-bottom: 1px solid #eed6cc;
}

.photograph
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}

.index_descreption
{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
}

.page_text
{
	padding: 8px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.page_contents
{
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.page_title
{
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 8px 10px 6px 16px;
	background-image: url("./common/bg_menu_orange.gif");
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #ffe7dd;
	border-left: 1px solid #ffe7dd;
	border-right: 1px solid #eed6cc;
	border-bottom: 1px solid #eed6cc;
}

#photo_image2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

.index_news_block
{
	margin: 8px 0px 0px 8px;
	padding: 1px 5px 1px 20px;
	background-image: url("./common/point_menu.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.index_news_last
{
	margin: 0px 8px 0px 0px;
	padding: 5px 5px 3px 5px;
	text-align: right;
}


.detail_link {
	color: #333333;
	padding: 3px 0px 3px 0px;
	margin: 5px 0px 0px 0px;
	background: #000066;
	text-align:center;
	color: #ffffff;
	font-size:10px;
	line-height: 130%;
}

.banner_block {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle
{
	padding: 0 0 0px 0;
	margin: 0 0 12px 0;
}

.itemtitle h2
{
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 8px 10px 6px 16px;
	background-image: url("./common/bg_menu_orange.gif");
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #ffe7dd;
	border-left: 1px solid #ffe7dd;
	border-right: 1px solid #eed6cc;
	border-bottom: 1px solid #eed6cc;
	color: #cc6633;
}

.contentbody
{
	font-size:12px;
	padding: 10px 0 10px 0;
}

.itembody
{
	font-size:12px;
	padding: 15px 0 0px 0;
}


/*-------------------------------------------------
  Item info
-------------------------------------------------*/

.number {
	z-index: 1;
	padding: 0;
	top: 80px;
	right: -15px;
	font-size: 60px;
	color: #f8eedd;
	position: relative;
	text-align:left;
}

.contentdetail
{
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
	position: relative;
}

.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 0 0 0 0;
	margin: 2px 0 10px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

.headline_block {
	padding: 7px 10px 0px 10px;
}

.voice_list {
	padding: 0px 0px 8px 0px;
	background-color: #f4ffe7;
	border-bottom: 1px solid  #e7ffcc;
	border-left: 1px solid  #e7ffcc;
	border-right: 1px solid  #e7ffcc;
	margin: 0 0 18px 0;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background-color: #ffffff;
	border: 1px solid  #dddddd;
	margin: 10px 0 0 0;
	padding: 10px;
	overflow: hidden;
	position: relative;
}

.odd
{
	background-color: #eeeeee;
}

.commentbody
{
	padding: 10px 2px 10px 2px;
	margin: 0 0 0 0;
	position: relative;
	z-index: 2;
}

.commentinfo
{
	padding: 0px 2px 0px 2px;
	margin: 0 0 0 0;
	position: relative;
	text-align:right;
	z-index: 2;
}

.commentnumber
{
	z-index: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: -6px;
	left: -12px;
	font-size: 100px;
	line-height: 80px;
	color: #eeeeee;
	position: absolute;
}

.odd .commentnumber
{
	color: #ffffff;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/

.left_menu
{
	margin: 0px 0 15px 0;
	padding: 0px 0px 8px 0px;
	background: url("./common/menu_block_back2.jpg") right bottom no-repeat;
	border: 1px solid #ffdd99;
width:198px
}

.left_menu_title{
	color: #333333;
	font-weight: bold;
	padding: 3px 5px 3px 10px;
	margin: 0px 0px 0px 0px;
	background: #f8f8f8 url("./common/bg_menu_orange.gif");
	text-align: left;
}

.left_menu_block{
	font-size: 12px;
	color: #666666;
	padding: 2px 9px 2px 20px;
	margin: 8px 0px 0px 10px;
	background-image: url("./common/point_menu.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.left_menu_button{
	padding: 5px 0px 0px 0px;
	margin: 0px;
text-align:center;
}


.left_menu_block_m{
	font-size: 12px;
	color: #666666;
	padding: 2px 9px 2px 16px;
	margin: 0px 0px 0px 26px;
	background-image: url("./common/point_menu_m.gif");
	background-repeat: no-repeat;
	background-position: left;
}


.left_menu2
{
	margin: 0px 0 15px 0;
	padding: 0px 0px 8px 0px;
	background: url("./common/menu_block_back.jpg") right bottom no-repeat;
	border: 1px solid #aaeeaa;
width:198px
}

.left_menu_title2{
	color: #333333;
	font-weight: bold;
	padding: 3px 5px 3px 10px;
	margin: 0px 0px 0px 0px;
	background: #f8f8f8 url("./common/bg_menu_green.gif");
	text-align: left;
}

.left_menu_block2{
	font-size: 12px;
	color: #666666;
	padding: 2px 9px 2px 20px;
	margin: 8px 0px 0px 10px;
	background-image: url("./common/point_menu.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.left_menu_tel{
	padding: 8px 8px 2px 8px;
	margin: 0px 0px 0px 0px;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	width: 760px;
	margin: auto;
	padding : 15px 0px 0px 0px;
	background: #ffffff;
text-align:left; 
}

#footer_navi
{
	text-align: center;
	padding: 4px 10px 3px 0;
	border-width: 0px 0 12px 0;
	border-bottom: 3px solid #ff9933;
	background: #eeeeee;
}

#copyrights
{
	text-align: right;
	padding: 8px 12px 10px 12px;
}

.powerdby
{
	font-size: 10px;
}

#footer_area
{
	text-align: left;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
}

#footer_area2
{
	border: 1px solid #ffdd99;
	background: #fff4dd;
	padding: 6px 8px 6px 8px;
	margin: 8px 0px 0px 0px;
	line-height:160%;
	font-size: 10px;
}


/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 12px;
	background: #ffeecc;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
	padding: 5px;
}
.searchform .formfield
{
	width: 130px;
	height: 12px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0px 0px 0 0;
}
.searchform .formbutton
{
	background: #339933;
	color: #ffffff;
	width: 30px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 0px 0px;
}
.loginform .formfield
{
	width: 130px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
	width: 300px;
	margin-right: 105px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
	width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox {
	float: left;
	margin: 0px;
	padding:0px 10px 8px 0px;
}

.leftbox img {
	border: 1px solid #cccccc;
}

.rightbox {
	margin: 0px;
	padding:0px 0px 8px 10px;
	float: right;
}

.rightbox img {
	border: 1px solid #cccccc;
}

.viewbody {
	padding:12px;
	border: 1px dotted #ffaaaa;
	line-height:200%;
	margin: 5px 0 25px 0;
}


div.clear {
	margin:0;
	padding:0;
	height:0;
	line-height:0;
	clear: both;
}

.access_area
{
	width:470px;
	padding: 0;
	margin: 0;
}

.access_block
{
	padding: 0;
	margin: 0;
}


.access_right {
	float: left;
	padding: 30px 0px 0px 20px;
	margin: 0;
	line-height:160%;
	width:270px;
}

.access_left {
	float: left;
	width:180px;
	padding: 0;
	margin: 0;
}

.movie_block {
	padding: 8px 0px 8px 0px;
	margin: 0;
}

.movie_block img {
	padding: 0px 0px 5px 0px;
	margin: 0;
}

.movie_index {
	margin: 0;
	padding: 0px 6px 0px 6px;
	float: left;
	width:170px;
}


.form-preview {
	width: 460px;
	border: 1px solid #CCCCCC;
}
.form-name {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	width: 120px;
}
.form-value {
	border: 1px solid #CCCCCC;
	width: 340px;
}
.formerror {
	font-weight:bold;
	color:#cc3300;
}
.form-notice {
	font-weight:bold;
	color:#ff9933;
}

.column_block {
	margin: 0;
	padding: 24px 3px 0px 3px;
}

.column_news {
	margin: 0;
	padding: 2px 0px 6px 0px;
}

.column_banner {
	float: left;
	margin: 0px 10px 8px 0px;
}

#contact {
border-collapse: collapse; 
}

#contact TD {
border-top: 1px #bbdd99 solid;
background-color: #f4ffe7;
}

.relate_list {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 6px;
}

.sslbox {
	margin: 0px 10px;
	padding: 10px;
	border: 1px solid #cc3300;
}

.flow_souzoku1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("./common/flow_back1.png");
	background-repeat: repeat-y;
	background-position: left top;
}

.flow0xsnazzy {background: transparent; margin:20px 120px 0px 15px;}
.flow0xboxcontent {display:block; background:#fffbfb; border:0 solid #eecccc; border-width:0 1px; padding:3px 15px;font-size:120%;color:#661111;font-weight:bold}
.flow0xtop, .flow0xbottom {display:block; background:transparent; font-size:1px;}
.flow0xb1, .flow0xb2, .flow0xb3, .flow0xb4 {display:block; overflow:hidden;}
.flow0xb1, .flow0xb2, .flow0xb3 {height:1px;}
.flow0xb2, .flow0xb3, .flow0xb4 {background:#fffbfb; border-left:1px solid #eecccc; border-right:1px solid #eecccc;}
.flow0xb1 {margin:0 5px; background:#eecccc;}
.flow0xb2 {margin:0 3px; border-width:0 2px;}
.flow0xb3 {margin:0 2px;}
.flow0xb4 {height:2px; margin:0 1px;}


.flow1xsnazzy {background: transparent; margin:16px 120px 0px 15px;}
.flow1xboxcontent {display:block; background:#ffeeee; border:0 solid #eecccc; border-width:0 1px; padding:3px 15px;font-size:120%;color:#661111;font-weight:bold}
.flow1xtop, .flow1xbottom {display:block; background:transparent; font-size:1px;}
.flow1xb1, .flow1xb2, .flow1xb3, .flow1xb4 {display:block; overflow:hidden;}
.flow1xb1, .flow1xb2, .flow1xb3 {height:1px;}
.flow1xb2, .flow1xb3, .flow1xb4 {background:#ffeeee; border-left:1px solid #eecccc; border-right:1px solid #eecccc;}
.flow1xb1 {margin:0 5px; background:#eecccc;}
.flow1xb2 {margin:0 3px; border-width:0 2px;}
.flow1xb3 {margin:0 2px;}
.flow1xb4 {height:2px; margin:0 1px;}

.flow2xsnazzy {background: transparent; margin:16px 85px 0px 50px;}
.flow2xboxcontent {display:block; background:#fff4dd; border:0 solid #ffdd99; border-width:0 1px; padding:2px 14px;font-size:110%;color:#663311;font-weight:bold}
.flow2xtop, .flow2xbottom {display:block; background:transparent; font-size:1px;}
.flow2xb1, .flow2xb2, .flow2xb3, .flow2xb4 {display:block; overflow:hidden;}
.flow2xb1, .flow2xb2, .flow2xb3 {height:1px;}
.flow2xb2, .flow2xb3, .flow2xb4 {background:#fff4dd; border-left:1px solid #ffdd99; border-right:1px solid #ffdd99;}
.flow2xb1 {margin:0 5px; background:#ffdd99;}
.flow2xb2 {margin:0 3px; border-width:0 2px;}
.flow2xb3 {margin:0 2px;}
.flow2xb4 {height:2px; margin:0 1px;}

.flow3xsnazzy {background: transparent; margin:16px 85px 0px 50px;}
.flow3xboxcontent {display:block; background:#ffffe7; border:0 solid #e7e733; border-width:0 1px; padding:2px 14px;font-size:110%;color:#666611;font-weight:bold}
.flow3xtop, .flow3xbottom {display:block; background:transparent; font-size:1px;}
.flow3xb1, .flow3xb2, .flow3xb3, .flow3xb4 {display:block; overflow:hidden;}
.flow3xb1, .flow3xb2, .flow3xb3 {height:1px;}
.flow3xb2, .flow3xb3, .flow3xb4 {background:#ffffe7; border-left:1px solid #e7e733; border-right:1px solid #e7e733;}
.flow3xb1 {margin:0 5px; background:#e7e733;}
.flow3xb2 {margin:0 3px; border-width:0 2px;}
.flow3xb3 {margin:0 2px;}
.flow3xb4 {height:2px; margin:0 1px;}

.flow4xsnazzy {background: transparent; margin:12px 15px 0px 120px;}
.flow4xboxcontent {display:block; background:#f8ffee; border:0 solid #ddeecc; border-width:0 1px; padding:0px 12px;font-size:100%;color:#336611;font-weight:bold}
.flow4xtop, .flow4xbottom {display:block; background:transparent; font-size:1px;}
.flow4xb1, .flow4xb2, .flow4xb3, .flow4xb4 {display:block; overflow:hidden;}
.flow4xb1, .flow4xb2, .flow4xb3 {height:1px;}
.flow4xb2, .flow4xb3, .flow4xb4 {background:#f8ffee; border-left:1px solid #ddeecc; border-right:1px solid #ddeecc;}
.flow4xb1 {margin:0 5px; background:#ddeecc;}
.flow4xb2 {margin:0 3px; border-width:0 2px;}
.flow4xb3 {margin:0 2px;}
.flow4xb4 {height:2px; margin:0 1px;}


/* 料金表 */
table.price {
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}

/* セル共通 */
table.price td, table.price th {
	color:#333;
	margin:0;
	padding:0.5em;
	border:1px solid #999;
}

table.price th {
	background:#e7f8dd;
text-align:center; 
}

table.price td.label1 {
	font-weight:bold;
	background:#f8ffee;
}

table.price td.label2 {
	text-align:right;
}

table.price td.label3 {
	text-align:right;
	background:#FFE8BB;
}