@charset "utf-8";
/* CSS Document */

/* ---------------------------------------- #reset */
html,body,div,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:x-small; font-weight:normal; font-style:normal;}
ul {list-style-type:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* ---------------------------------------- #layout */


body{
	width:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(/img/common/bk.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F8F7F3;
	}
	
.element{
float: left;
}

.clear { clear: both; }

.clearFix{
	zoom: 1;
}

.clearFix:after{
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
}

a img {	border:none}

#page-top {
  line-height: normal;
  text-align: right;
  margin-bottom: 2em;
  clear: both;
}


#header:after, #header-wrap:after, #header:after, #searchbox-wrap:after, #searchbox:after, #content-wrap:after, #content:after, #main-wrap:after, #main:after, #footer-wrap:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header:after, #header-wrap:after, #header:after, #searchbox-wrap:after, #searchbox:after, #content-wrap:after, #content:after, #main-wrap:after, #main:after, #footer-wrap:after, #footer:after {
	zoom: 1;
}
/* ---------------------------------------- #width */

#searchbox, #footer{
	width:888px;
	margin:0 auto;
	padding:0;
	}



/* ---------------------------------------- #header */
#header-wrap{
	padding:0;
	margin: 0;
	}

#header{
	height: 37px;
	width: 888px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position:relative;
	padding: 0;
	}
	
#header h1{
	text-indent:-9999em;
	margin:0;
	padding:0;	
	}

#header h1 a span{
	position:absolute;
	width:101px;
	height:56px;
	top:-30px;
	left:0px;
	background-image: url(/img/common/logo.png);
	background-repeat: no-repeat;
	}
		

/* ------------------------------ #searchbox */

#searchbox-wrap{
	width:100%;
	height:50px;
	}

#searchbox{
	position:relative;
	}

#searchbox form{
	position:absolute;
	margin:0;
	padding:0;
	top:12px;
	right:110px;
	}

input#search-field{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:11px;
	color:#666;
	font-weight:normal;
	width:170px;
	border:2px solid #A72323;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	}

input#submit-button{
	vertical-align:bottom;
	}


#searchbox a{
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	margin:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A72323;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	}

#searchbox a:hover{
	color: #A72323;
	border-bottom-width: 1px;
	}
/* ---------------------------------------- #search results */
#search-paging{
	color:#666;
	font-weight:normal;
	width:820px;
	text-align: right;
	margin-bottom: 10px;
	font-size: 11px;
	margin-top: 10px;
	}
h3.search-results {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
	color: #069;
	text-decoration: underline;
}

h4.search-results {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
	color: #069;
	
}p.search-results {
	margin: 0px;
}

/* ---------------------------------------- #wrap area */

#wrap{
	width: 888px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
/* ---------------------------------------- #content area */

#content-wrap{
	padding:0;
	margin: 0;
	}
	
#content{
	background-image: url(/img/common/container_head.png);
	width:888px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height:1%; /* IE背景バグ対策 */
	}
	
#pagebanner {
	width: 870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	z-index:0;
}

#pagebanner:after {
			content: ".";
			clear: both;
			display: block;
			height: 0;
			visibility: hidden;
}

/* ---------------------------------------- #main area */

#main-wrap{
	padding:0;
	margin: 0;
	}
	
#main{
	background-image: url(/img/common/container_bk.png);
	width:888px;
	background-repeat: repeat-y;
	height:1%;
	margin: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 1.2em;
	color: #333333;
	}
#top-content {
	float: left;
	width: 840px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#main-content {
	float: left;
	width: 830px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}

#main-content:after {
			content: ".";
			clear: both;
			display: block;
			height: 0;
			visibility: hidden;
}
#main-txtarea {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 848px;
}


/* ---------------------------------------- #banner */
#banner-list{
	list-style:none;
	margin-right: 0px;
	margin-left: 0px;
	width: 828px;
	float: left;
	margin-top: 0px;
	margin-bottom: 15px;
}
.banner{
	float:left;
	width: 250px;
	margin-right: 10px;
	margin-left: 10px;
}
	

/* ---------------------------------------- #footer area */
#footer-wrap{
	padding:0;
	margin: 0;
}
#footer{
	height:1%;
	background-image: url(/img/common/footer_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-top: 0px;
	padding-top: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	text-decoration: none;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:none;
	color: #990000;
}

#footer ul{
	margin-bottom:10px;
}
#footer li{
	display:inline;
	line-height:1;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
#footer li.last{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


#footer .copyright{
	text-align: center;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #999999;
}

.bold{
	font-weight: bold;
}
	

/* -------------------------------------- #colum */
.section-half {
	float: left;
	width: 390px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}

.section-1third {
	float: left;
	width: 280px;
	position: relative;
}
.section-locations {
	float: left;
	width: 300px;
	position: relative;
}
.section-contact {
	float: left;
	width: 350px;
	position: relative;
}
.section-contact-americas {
	float: left;
	width: 735px;
	padding: 0 35px;
	position: relative;
}
.section-contact-america-option-l {
	float: left;
	width: 350px;
}
.section-contact-america-option-r {
	float: left;
	width: 350px;
	padding: 0 0 0 35px;
}
.section-2third {
	float: left;
	width: 560px;
	position: relative;
}
.section-sidemenu {
	float: left;
	width: 165px;
	position: relative;
}

.section-sidemenu ul li {
	margin-bottom: 3px;
}

.section-3forth {
	float: left;
	width: 630px;
	position: relative;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #EFEFEF;
	padding-left: 30px;
}


#column-1, #column-2, #column-3, #column-4 {
	float: left;
	width: 20%;
	padding-left: 22px;
}

.section-topnews {
	float: left;
	width: 110px;
	position: relative;
	padding-left: 20px;
}
.section-topblog {
	float: left;
	width: 655px;
	position: relative;
	border: 1px solid #CCC;
	padding: 3px;
	height: 120px;
}


/* ---------------------------------------- #type */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #006699;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #006699;
}

strong {
	font-weight: bold;
}
b {
	font-weight: bold;
}

i {
	font-style: italic;
}

em {
	font-style: italic;
}
p {
	margin-bottom: 18px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
}
h2 {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: 8px;
	color: #036;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 5px;
}
h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 1.4em;
}
h5 {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
}
p.intro {
	font-weight: bold;
}

.more {
	text-align: right;
}
.red {
	color: #990000;
}
.blue {
	color: #006699;
}
ul {
	margin-bottom: 18px;
	list-style: none outside;
	line-height: 1.3em;
}
ol {
	margin-bottom: 18px;
	list-style: decimal;
	margin-left: 2.2em;
}
ul.square, ul.circle {
	margin-left: 2em;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul ul.circle, ul ul.square {
	margin-top: 4px;
	margin-bottom: 5px;
}
ol.sosumi {
	margin-left: 0;
	padding-left: 2em;
}
a.pdf {
	display: block;
	padding-left: 20px;
	background-image: url(/img/common/pdf_middle.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}
a.email{ color:#1e2bb3; font-size:125%; font-weight:bold; text-decoration:none; }
a:hover.email{ color:#fff; background-color:#1e2bb3;}
.dotblueline {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
.dotline {
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E6E7;
}

.img_left{
	float: left;

}
.img_right{
	float: right;

}
.img_left-space10r{
	float: left;
	margin-right: 10px;
}
.img_right-space10l{
	float: right;
	margin-left: 10px;
}
/* ---------------------------------- #contactform */

#contactform {
	width: 750px;
	margin-left: 35px;
}


#contactform .td{
width: 200px;
}


#contactform .col1 {
	text-align: left;
	width: 120px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
}

#contactform .col2 {
	width: 400px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
}

#contactform .col2comment {
	width: 400px;
	height: 1%;
	margin-bottom: 10px;
	line-height: 1.4em;
	display: block;
	float: left;
}

#contactform .col1comment {
	text-align: right;
	width: 135px;
	float: left;
	display: block;
}

#contactform div.row {
	clear: both;
	width: 600px;
}


#contactform label{
	float: left;
	width: 250px;
	text-align: right;
	padding: 0 20px 0 0;
}
#contactform input, textarea select{
	margin-bottom: 3px;
}

#contactform textarea{
	width: 400px;
	height: 100px;
}

#contactform boxes{
width: 1em;
}

#contactform select {
	margin-bottom: 5px;
}



#contactform br{
clear: left;
}

#contactform .required{
color: #000000;
}


label span,
#contactform .required span {
color: #ff0000;
}

label span,
#contactform .required p {
color: #ff0000;
}


input#send
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 100px;
}

input#reset
{
	float: left;
	margin-left: 270px;
	margin-top: 10px;
	width: 100px;
}

div.success_message{
    color: #006699;
}

div.failure_message{
    color: red;
}
/* ---------------------------------- #calendar */
#calendar-navi {
	float: left;
	width: 700px;
	padding-bottom: 5px;
	display: inline;	
}
#calendar-navi h2 {
	display:inline;
	padding-left: 8px;
	font-size: 16px;
	font-weight: normal;
}
submit#calendar{
	width: 30px;
	float: left;
}
select#calendar_year{
	margin-right: 5px;
}
select#calendar_month{
	margin-right: 5px;
}



