/* --- general elements --- */
html {
	background-color: #fff;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 777px;
	height: 100%; /* for IE/PC */
	margin: auto;
	padding: 0px;

	background-image: url("../img/bg_shadow.gif");
	background-repeat: repeat-y;
	background-color: #dddcdc;
	font-family: Courier New, monospace;
	color: #000;
}

html>body {
	/* for !IE/PC browsers */
	min-height: 100%;
	height: auto !important;
}

body #divcontainer {
	width: 768px;
	padding-left: 6px;
}


/* --- defaults --- */
div, p, h1, h2, h3, h4, ul, ol, li, img {
	margin: 0px;
	padding: 0px;
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #862;
}

.clearboth {
	clear: both;
	font-size: 0px;
}


/* --- header --- */

#header {
	width 762px;
}

#header #menu {
	width: 127px;
	height: 330px;
	float: left;
}

#header div.logo {
	width: 635px;
	height: 330px;
	float: left;
}



/* --- main --- */

#main {
	width: 762px;
}

#main #photo {
	width: 514px;
	float: left;
}

#main #text {
	width: 248px;
	float: left;
}

#main #text #content {
	width: 192px;
	padding: 0px 28px 5px 28px;
}

#main #text #recept {
	width: 185px;
	margin-bottom: 10px;
	padding-bottom: 30px;
	float: right;
	background-image: url(../img/legend.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#main #text #recept h3 {
	margin: 0px;
	padding: 2px 0px 0px 20px;
	font-size: 150%;
	font-weight: bold;
}
#main #text #recept p {
	margin: 0px;
	padding: 5px 0px 5px 20px;
}

div #main #text #content h2 {
	font-size: 140%;
	margin-top: 0;
}

#main #text #content h3 {
	margin: 15px 0px 5px 0px;
	font-size: 110%;
	font-weight: bold;
}

#main #text #content p {
	line-height: 160%;
	margin-bottom: 10px;
	font-size: 110%;
}

#main #text #content ul,
#main #text #content ol {
	margin-bottom: 10px;
	padding-left: 28px;
}

#main #text #content blockquote {
	margin: 15px 0px 10px 0px;
	padding: 5px 10px 10px 10px;
	border: 1px dotted #862;
}

#main #text #content a {
	text-decoration: underline;
}




/* --- header elements --- */

#header div.logo h1 {
	width: 180px;
	height: 110px;

	margin: 0px;
	padding-top: 100px;
	padding-left: 158px;
	font-size: 180%;
}


#header .logo {
	background-position: top right;
	background-repeat: no-repeat;
}
#header .logo#bg0 {
	background-image: url(../img/header00.jpg);
}
#header .logo#bg1 {
	background-image: url(../img/header01.jpg);
}
#header .logo#bg2 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg3 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg4 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg5 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg6 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg7 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg8 {
	background-image: url(../img/header_default.jpg);
}
#header .logo#bg_recept {
	background-image: url(../img/header_recept.jpg);
}


/* --- menu elements --- */

#header #menu ul {
	width: 127px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
#header #menu ul li {
	float: left; /* for IE5/PC */

	width: 127px;
	margin: 6px 0px 0px 0px;
	font-size: 110%;
	font-weight: bold;

	overflow: hidden; /* define no fixed height (for IE/PC) */
}
#header #menu ul>li {
	/* redefine for !IE/PC browsers */
	min-height: 22px;
	height: auto !important;
}

#header #menu ul li a {
	padding: 3px 0px 3px 20px;
}

#header #menu ul.cms {
	clear: both;
	padding-top: 10px;
}


#header #menu h3 {
	clear: both;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	font-size: 140%;
}

/* --- main elements --- */


#main #photo ul{
	list-style-type: none;
}

#main #photo ul li {
	display: block;
}

#main #photo ul li.even img {
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
	float: right;
}

#main #photo ul li.uneven img {
	margin: 0px;
	padding: 0px;
	padding-left: 102px;
	border: none;
	display: block;
	float: left;
}

#main #photo ul li.even div.legend {
	width: 243px;
	margin: 0px 0px 22px 0px;
	padding: 5px 14px 30px 5px;
	float: right;
	background-image: url(../img/legend.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main #photo ul li.uneven div.legend {
	width: 248px;
	margin: 0px 0px 22px 0px;
	padding: 5px 136px 30px 10px;
	float: right;
	background-image: url(../img/legend.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#main #photo ul li div.legend p img.cmsmenu {
	margin: 0px;
	padding: 0px 4px 0px 4px;
	display: inline;
	float: none;
}

#main #photo ul li div.legend p img {
}

#main #photo ul li.even div.address {
	width: 132px;
	padding: 0px 0px 12px 22px;
	float: left;
}

#main #photo ul li.even div.address p {
	font-size: 110%;
	text-align: left;
}

/* --- cms styles --- */

/* --- cms table styles --- */

.cmscontent table {
        width: 100%;
        font-size: 100%;
        text-align: left;
        margin: 0px 0px 40px 0px;
        padding: 0px;
        border-collapse: seperate;
        border-spacing: 2px;
}

.cmscontent table caption {
        color: #862;
        text-align: center;
        font-weight: bold;
        padding: 0px;
}
.cmscontent table th {
        font-weight: bold;
        border-bottom: 2px solid #862;
        padding: 5px 2px 2px 0px;
}
.cmscontent table td {
        vertical-align: top;
        border-bottom: 1px dashed #862;
        padding: 2px 5px 2px 0px;
}
.cmscontent table td.number {
        text-align: right;
}

div.cmscontent {
	padding-left: 130px;
}

#text-content #contents .cmscontent {
	padding: 0px 30px 0px 55px;
}

img.cmsmenu {
	margin: 0px 4px 0px 4px;
}

.current {
	color: #c00;
}

/* cms form top-down styles */

form.top-down dl {
	clear: both;
}

form.top-down ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

form.top-down dl dt {
	margin-top: 5px;
	font-size: 100%;
	font-weight: bold;
}

form.top-down dl dd {
	margin: 0px;
}

form.top-down dl.horizontal dd ul li {
	float: left;
}

form.top-down input.type_text {
	width: 330px;
}
form.top-down input.type_file {
	width: 240px;
}
form.top-down textarea {
	width: 330px;
	height: 100px;
}

form.top-down textarea#in_content_id {
	height: 250px;
}

form.top-down input.type_checkbox {
	vertical-align: bottom;
}

form.top-down input,
form.top-down textarea,
form.top-down select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

form.top-down input#in_login_id,
form.top-down input#in_passwd_id {
	width: 200px;
}


