@import url('reset.css');

body{
	background: #e8f6fe url(../image/bg.gif) repeat-x;
	color: #434343;
	text-transform: capitalize;
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}

body.none {
	background: #fff;
	color: #434343;
	text-transform: capitalize;
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
}

header {
	width: 950px;
	height: 334px;
	margin: 0 auto;
	padding: 0;
}

#tabs {
	width: 950px;
	margin: 0 auto;
}

div#tabs a {
	color:#00aeef;
	border: 1px dotted #00aeef;
	text-decoration: none;
	padding: 10px;
	margin-right: 5px;
}

div#tabs a:hover {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-right: 5px;
	background-color: #00aeef;
}

.ui-tabs {
	position: relative;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

.ui-tabs .ui-tabs-nav {
	margin: 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 .2em 1px 0;
	border-bottom: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	background: none;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#content {
	width: 868px;
	height: auto;
	margin: 0 auto 10px;
	border-right: 1px solid #5e71b5;
	border-bottom: 1px solid #5e71b5;
	border-left: 1px solid #5e71b5;
	padding: 40px;
	background-color: #fff;
}

p { margin: 0 0 14px; }

p.bold {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

p.copy_right {
	text-align: left;
	font-size: 12px;
	color: #5e71b5;
}

.caption {
	float: none;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 12px;
	color: #5e71b5;
	position: relative;
	top: 10px;
}

.caption2 {
	float: none;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 16px;
	color: #5e71b5;
	position: relative;
	top: 10px;
	font-weight: bold;
}

.text_area {
	position: relative;
	bottom: 100px;
}

.style1 {
	color: #8dca6a;
	font-size: 16px;
}

.style2 {
	color: #9275b5;
	font-size: 16px;
}

.style3 {
	color: #f1689c;
	font-size: 16px;
	font-weight: bold;
}

.style4 {
	color: #5e71b5;
	font-size: 16px;
	font-weight: bold;
}

nav {
	background-color: #fff;
	position: relative;
	bottom: 120px;
	float: right;
	border-right: 1px solid #5e71b5;
	padding: 0 40px 0 0;
}

footer {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

/* Double-color dashed line */
		
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #8dca6a;
    background: #fff;
}

h4 {
	border-left: 20px solid #8dca6a;
	color: #8dca6a;
	font-size: 20px;
	padding-left: 25px;
	border-right: 20px solid #8dca6a;
	text-align: center;
}

.map_area {
	float: right;
	width: 400px;
	height: 500px;
	clear: both;
	position: relative;
	top: 30px;
}

.text_r {
	text-align: right;
}

#contactform li.buttons input { padding:3px 0 3px 270px; margin:0; border:0; color:#b0b0b0; float:left;}

#imageField {
	width: 120px;
	height: 50px;
	margin: 0;
	padding: 0;
}



#Table00 {
	width: 100%;
}

.column-1 {
	width:20% !important;
	text-align: center;
	border: 1px solid #9275b5;
	padding: 10px 0;
	background-color: #f6f3fe;
	font-weight: bold;
}

.column-2 {
	width:80% !important;
	text-align: left;
	padding: 10px;
	border: 1px solid #9275b5;
}

.img_left {
	float: left;
	width: 434px;
	height: 200px;
	position: relative;
	bottom: 60px;
}

.img_right {
	float: right;
	width: 434px;
	height: 200px;
	position: relative;
	bottom: 60px;
}

.clr {
	width: 868px;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

.margin_r {
	width: 200px;
	height: 200px;
	margin-right: 12px;
}

.box {
	width: 868px;
	height: 40px;
}

#mid_image {
	padding: 0;
	display: block;
	height: 160px;
	position: relative;
	bottom: 90px;
	margin: 0 0 50px;
}

.imageSlideshowHolder {
	width:200px;
	height:113px;
	position:relative;
	margin: 0;
	padding: 0;
}
.imageSlideshowHolder img{
	position:absolute;
	left:0;
	top:0;
	margin: 0;
	padding: 0;
}

.coution {
	font-size: 12px;
	text-align: right;
	color: #f1689c;
	position: relative;
	
}

#body.text {
	width: 600px;
	height: 200px;
}