body {
	background:url(../images/bg-01.png);
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
}

img a { border:none; }
img { border:none; }

#gui {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
}

td {
	font-family:Tahoma;
	font-size:9pt;
	line-height:18px;
}

div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:18px;
	color:#333333;
}

p {
	margin-top:7px;
	margin:0px;
	font-size:9pt;
}


h1 {
	margin:0px;
	font-size:9pt;
	font-weight:bold;
	color:#b61e0a;

}

#wrapper_main {
	width:960px;
	margin:30px auto;
}

#wrapper {
	width:960px;
	padding-top:30px;
	margin:0 auto;
}

#block_main {
	background:url(../images/bg_white-floral.gif) top no-repeat;
	width:960px;
	height:606px;
	margin:0 auto;
}

#block_main-admin {
	background:#ffffff;
	width:960px;
	margin:0 auto;
}

#top_block {
	width:900px;
	height:60px;
	margin:0 auto;
	padding-top:20px;
}

#content_block {
	width:910px;
	height:459px;
	margin:0 auto;
	padding-top:15px;
}

#content_block-top {
	background:url(../images/bg_box-top.gif) top no-repeat;
	width:910px;
	height:10px;
}

#content_block-bottom {
	background:url(../images/bg_box-bottom.gif) top no-repeat;
	width:910px;
	height:10px;
}

#content_block-mid {
	background:url(../images/bg_box-mid.gif) top;
	width:910px;
	text-align:center;
}

#content_block-mid2 {
	background: url(../images/bg_top-ribbon.gif) top no-repeat;
	width:910px;
	text-align:center;
}

#content_block-mid2-admin {
	background: none;
	width:910px;
	text-align:center;
	margin:10px auto;
	text-align:left;
	padding:0px 10px 0px 10px;
}


#block_content-box {
	height:438px;
}

#block_content-box td {
	line-height:18px;
	font-family:Arial;
	font-size:9pt;
}

#block_cat td{
	text-align:center;
}

#bg-catframe {
	background:url(../images/bg_cat-frame.gif) no-repeat;
	width:118px;
	height:165px;
	text-align:center;
	padding-top:10px;
	display:block;
}

#bg-catframe:hover {
	background:url(../images/bg_cat-frame0.gif) no-repeat;
	width:118px;
	height:165px;
	text-align:center;
	padding-top:10px;
	display:block;
}

#breadcrumbs {
	height:11px;
	_height:43px;
	margin:10px;
	
}

#breadcrumbs_admin {
	height:28px;
	background:#ac1c18;
	border-top:1px solid #3d0401;
	
}

#breadcrumbs_admin ul {
	padding:5px 0px 5px 0px;
	margin:0px;
	font-size:8pt;
	list-style:none;
	color:#dcd193;
}

.breadcrumbs_admin ul li{
	color:#d3ae82;
	float:left;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Tahoma, Arial;
	font-size:9pt;
	list-style:none;
}

.breadcrumbs_admin ul li a {
	color:#d3ae82;
	float:left;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Tahoma, Arial;
	font-size:9pt;
	list-style:none;
}

#breadcrumbs ul {
	padding:0px;
	margin:0px;
	font-size:8pt;
}

#breadcrumbs li {
	float:left;
	list-style:none;
	margin:0px 12px 0px 0px;
	padding:0px;
	color:#dcd193;
	font-family:Tahoma, Arial;
	font-size:9pt;
}

#breadcrumbs li a {
	float:left;
	list-style:none;
	margin:0px 12px 0px 0px;
	padding:0px;
	color:#d3ae82;
	font-family:Tahoma, Arial;
	font-size:8pt;
}

#breadcrumbs li a:hover {
	float:left;
	list-style:none;
	margin:0px 12px 0px 0px;
	text-decoration:underline;
	padding:0px
}

.current {
	font-size:11pt;
	text-decoration:none;
	padding:0px
}


#block_menu {
	background:url(../images/bg_menu.gif) no-repeat top;
	height:33px;
	width:910px;
	margin:0 auto;
	text-align:center;
}

#block_inner {
	margin-top:0px;
	text-align:center;

}

#flash_intro {
	width:960px;
	height:620px;
	margin:0px auto;
	padding-top:40px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px;
}

a {
	text-decoration:none;
}

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */

.menu, .menu ul {
	padding:0;
	border: 0;
	list-style-type: none;
	display: block;
	margin:0 auto;
	width:876px;
	text-align:center;
	
}

.menu li {
	margin: 0 auto;
	padding: 0 21px 0 21px;
	border: 0;
	display: block;
	list-style-type: none;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
	
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(../images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 10px 30px;
	margin: 0 0 -10px -30px;
	
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 20px 30px 20px;
	margin: 0 0 -30px -10px;
}


/* - - - ADxMenu: DESIGN styles - - - */

.menu ul li {
	color: #ac1c18;
	background:#d7dbde;
	opacity: .9;
	filter: alpha(opacity=90);

	
}

.menu ul {
	width: 12em;
}

.menu a {
	text-decoration: none;
	color: #ac1c18;
	padding: .4em 1em;
	display: block;
	position: relative;
	font-size:10pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
}

.menu a:hover, .menu li:hover>a {
	color: #480702;
	
}

.menu li li {	/* create borders around each item */
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:left;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0px solid #ccc;
	
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
	
/* .menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
/*

}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/

<!--[if lte IE 6]>

/*<![CDATA[*/

/* - - - ADxMenu: BASIC styles - - - */

/*
	this rules improves accessibility - if Javascript is disabled, the entire menu will be visible
	of course, that means that it might require different styling then.
	in which case you can use adxie class - see: aplus.co.yu/adxmenu/examples/ie6-double-style/
 */
.menu ul {
	visibility: visible;
	position: static;
}

.menu, .menu ul {	/* float.clear */
	zoom: 1;
}

.menu li.adxmhover {
	z-index: 10000;
}

.menu .adxmhoverUL {	/* li:hover>ul selector */
	visibility: visible;
}

.menu .adxmhoverUL {	/* 1st-level submenu go below their parent item */
	bottom: 100%;
	left: 0;
}

.menu .adxmhoverUL .adxmhoverUL {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* - - - ADxMenu: DESIGN styles - - - */

.menu ul a {	/* fix clickability-area problem */
	zoom: 1;
}

.menu li li {	/* fix white gap problem */

}

.menu li li {	/* prevent double-line between items */
	margin-top: -1px;
}

.menu a:hover, .menu .adxmhoverA {		/* li:hover>a selector */
	color: #fc3;
}

.menu .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

/*]]>*/


.cssform p{
width: 100;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 0px solid #cccccc;
height: 1%;
}

.cssform label{
padding-left:16px;
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

/* admin */

.block_admin {
	text-align:left;
	padding:7px;
}

.block_noti01 {
	margin:10px;
	background:#e9dedc;
	display:block;
	padding:10px;
	border:1px solid #681408;
	color:#681408;

}

.block_noti02 {
	margin:10px;
	background:#b7c868;
	display:block;
	padding:10px;
	border:1px solid #681408;
	color:#681408;

}

.bar-sub {
	text-align:right;
	width:900px;
	margin:0 auto;
	font-size:8pt;
	border-bottom:1px solid #cccccc;
}

.bar-sub a {
	text-align:right;
	font-size:8pt;
	color:#681408;
}
.bar-sub a:hover {
	text-align:right;
	font-size:8pt;
	color:#681408;
	text-decoration:underline;
}

h2 {
	padding:0px 9px 0px 9px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	border-bottom: 2px solid #cccccc;
	color:#991a09;
}

h3 {
	padding:7px 0px 0px 9px;
	margin:0px;
	font-size:14px;
	font-weight:normal;
}

h4 {
	padding:0px 9px 0px 9px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
	color:#991a09;
}

.subnav {
	width:100%;
	line-height:32px;
	color::#333333;
	padding:0px 16px 0px 16px;
}


.subnav a {
	width:100%;
	color::#333333;
	font-size:14px;
	font-weight:bold;
}

.bg_subcat {
	background: url(../images/bg_subcat-frame01.gif);
	width:152px;
	height:250px;
	float:left;
	margin:0px 10px 0px 10px;
	padding-top:45px;
}

.bg_subcat:hover {
	background: url(../images/bg_subcat-frame01-0.gif);
}

.bg_subcat-by-five {
	width:136px;
	height:369px;
	float:left;
	margin:0px 19px 0px 19px;
	opacity: .8;
	filter: alpha(opacity=80);
}

.bg_subcat-by-five:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg_subcat-by-six {
	width:110px;
	height:369px;
	float:left;
	margin:0px 18px 0px 18px;
	_margin:0px 15px 0px 15px;
	opacity: .8;
	filter: alpha(opacity=80);
}

.bg_subcat-by-six:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.bg_subcat-by-four {
	width:110px;
	height:369px;
	float:left;
	margin:0px 50px 0px 50px;
	_margin:0px 40px 0px 40px;
	opacity: .8;
	filter: alpha(opacity=80);
}

.bg_subcat-by-four:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.bg_cat {
	width:83px;
	height:369px;
	float:left;
	margin:0px 7px 0px 7px;
	_margin:0px 5px 0px 5px;
	padding-top:0px;
	opacity: .8;
	filter: alpha(opacity=80);
}

.bg_cat:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

a {
	color:#be1f0a;
}

a:hover {
	color:#480702;
}

a:visited {
	color:#be1f0a;
}

#bg_old-paper {
	background: url(../images/bg-old-paper.gif) no-repeat top left;
	text-align:center;
}

#tit_management {
	background: url(../images/tit_managenent.gif) no-repeat top left;
	height:51px;
	margin-top:30px;
	margin-left:50px;
}

#tit_feedback {
	background: url(../images/tit_feedback.gif) no-repeat top left;
	height:51px;
	margin-top:30px;
	margin-left:50px;
}

#left_content {
	text-align:left;
	padding-left:40px;
	padding-right:40px;
}

td .text_paging {
	font-family:Tahoma;
	font-size:8pt;
	height:18px;

}

.text_paging a {
	font-family:Tahoma;
	font-size:8pt;
	height:18px;
	color:#006699;

}

.text_paging a:hover {
	font-family:Tahoma;
	font-size:8pt;
	height:18px;
	color:#006699;

}


.text_paging a:visited {
	font-family:Tahoma;
	font-size:8pt;
	height:18px;
	color:#006699;
}

.showRoomBlock { background:url(../images/img_home02.jpg) no-repeat top left; padding:90px 0 0 35px;)


