/***********************************************************
*  Owner:      	Seitai One
*  Title:      	整体院One
*  Version      1.2 screen media
*  Author:     	www.doko.com telecommunication
*  Created:		03.07.2008 kuri
*  Updated:    	03.07.2008 kuri
************************************************************/

/* layout
---------------------------------------------------------- */

body
{
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 125%;
	background-color: #006837;
	font-size: 100%;
	font-family: verdana, arial, sans-serif;
}

#maincontainer
{
	width: 900px;
	margin: 0 auto;
}

#topsection
{
	height: 80px;
	background-color: #FFF;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}

#menu
{
	height: 27px;
	background-color: #fff;
}

#contentwrapper
{
	float: left;
	width: 100%;
	background: #fff;
}

#contentcolumn { margin-left: 261px; }

#leftcolumn
{
	float: left;
	width: 261px;
	margin-left: -900px;
	background: #fff;
}

#footer
{
	clear: left;
	width: 100%;
	background-color: #006938;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 25px;
}

.innertube
{
	margin: 10px;
	margin-top: 0;
}

.content_innertube { margin: -70px 15px 10px 25px; }

/* typo
---------------------------------------------------------- */

#topsection h1
{
	margin: 0;
	padding-top: 32px;
	padding-left: 80px;
	font-size: 20px;
}

#contentcolumn h1
{
	margin: -15px 0 0 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #006938;
}

#contentcolumn h2
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	color: #006737;
}

#contentcolumn h4
{
	margin: 0 0 5px 0;
	padding: 2px;
	font-size: 12px;
	color: #006938;
	background-color: #FFB912;
}

#contentcolumn p
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
}

#footer p
{
	color: #006134;
	text-align: center;
	font-size: 10px;
}

/* images
---------------------------------------------------------- */

img { border: 0 none; }

#topsection img
{
	margin: 0;
	padding-top: 15px;
	padding-left: 20px;
}

#leftcolumn img
{
	margin: 0;
	padding-top: 60px;
}

.left_side_img
{
	margin: 0;
	padding-right: 15px;
	padding-bottom: 10px;
}

.right_side_img
{
	margin: 0;
	padding-left: 15px;
}

#logo
{
	position: relative;
	left: 420px;
	top: -80px;
	right: 23px;
}

/* list
---------------------------------------------------------- */

ul { list-style-type: square; }

li
{
	margin: 0 0 0 -20px;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
}

/* links
---------------------------------------------------------- */

#footer a { color: #006938; }

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

.solidblockmenu
{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	background-color: #006938;
	background-image: url(images/menu/blockdefault.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.solidblockmenu li { display: inline; }

.solidblockmenu li a
{
	float: left;
	color: white;
	width: 90px;
	padding: 5px 0px 4px 0px;
	text-decoration: none;
	border-right: 1px solid white;
	text-align: center;
}

.solidblockmenu li a:visited { color: white; }

.solidblockmenu li a:hover
{
	color: #006938;
	background-image: url(images/menu/blockhover.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.solidblockmenu li .current
{
	color: #fff;
	background: transparent url(images/menu/blockactive.png) center top;
	background-repeat: repeat-x;
}

/* form
---------------------------------------------------------- */

legend { color: #D4142D; }

fieldset
{
	border: 1px #006938 solid;
	font-size: 12px;
	background-color: #fff;
}

label
{
	display: block;
	float: left;
	color: #000;
	width: 100px;
	padding: 0;
	margin: 5px 0 0;
	text-align: right;
}

input, textarea, select
{
	width: auto;
	margin: 5px 0 0 10px;
}

input#reset { margin-left: 0px; }
textarea { overflow: auto; }

form small
{
	display: block;
	padding: 5px 3px 10px 110px;
}

form .required { font-weight: bold; }
form br { clear: left; }

/* table
---------------------------------------------------------- */

table#open
{
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fff;
	width: 100%;
	margin: 0 0 10px 0;
}

table#wari
{
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
	background-image: url(images/waribiki.gif);
	background-repeat: no-repeat;
	background-position: 290px 23px;
}

table#fees
{
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
}

table#time
{
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: #fff;
	width: 160px;
	margin: 0 0 10px 10px;
}

th
{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 5px;
	background-color: #006938;
	vertical-align: middle;
	color: #FFB912;
	border: 1px #006938 solid;
}

.td_left
{
	border-width: 1px;
	padding: 0 0 0 2px;
	border-style: solid;
	border-color: #006938;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

.td_right
{
	border-width: 1px;
	border-style: solid;
	border-color: #006938;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	color: #006A39;
}

.td_center
{
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: #006938;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
}
