@charset "utf-8";
/* CSS Document */
/* ----- CSS ----- */

* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 75%;
}
body {
  background-color:#F6FAF4;
}
/* ----- IDS ----- */
#container {
  width:900px;
  margin:0 auto;
  padding: 0 52px 0 52px;
  text-align:center;
  background-image:url(assets/templates/images/bg.jpg);
  background-repeat:repeat-y;
}
#header {
  background-image:url(assets/templates/images/bg_header.jpg);
  background-repeat:repeat-x;
  width:900px;
  height:100px;
  margin: 0;
  padding: 0;
}
#header #logo {
  /*float:left;*/
  width:500px;
  text-align:left;
  margin:0 0 0 15px;
}
#navigation {
  clear:both;
  width:900px;
  margin: 0;
  padding: 15px 0 0 0;
}
#contentsWrapper {
  clear:both;
  /*  	height:500px; */
	width:900px;
  margin:0;
  padding:0;
  background-image:url(assets/templates/images/bg_contentWrapper.jpg);
  background-repeat:repeat-y;
}
#contentsWrapperInner {
  margin:0 auto;
  padding: 0 0 0 0;
  width:830px;
  text-align:center;
}
#primaryContent {
  width:565px;
  float:right;
}
#secondaryContent {
  width:250px;
  float:left;
}
#footer {
  clear:both;
  height:75px;
  background-color:#E1DFDF;
  border-top:4px solid #ffffff;
  padding:20px 0 0 0;
}
/* ---- ClearFix Class ---- */

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.hide {
  display : none;
}
.show {
  display : block;
}
.fLeft {
  float : left;
}
.fRight {
  float : right;
}
.tLeft {
  text-align : left;
}
.tRight {
  text-align : right;
}
.tCenter {
  text-align : center;
}
.caution{  padding-left : 1em;
 display : block;
 text-indent : -1em;
}
/* ----- CLASSES ----- */

#container #header .headerNavi {
  float:right;
  padding:5px;
}
#primaryContent .primaryBlock {
  width:535px;
  margin:0 auto 15px;
  padding:0;
  background-color:#ffffff;
  text-align: left;
}
#primaryContent .primaryBlock #map {
  margin:15px;
}
#primaryContent .origin span {
  font-weight:bold;
  color:#19AD9F;
  font-size: 130%;
}
#primaryContent .greenBorder {
  border-bottom:1px solid #317A72;
  border-left:1px solid #317A72;
  border-right:1px solid #317A72;
}
#primaryContent .grayBorder {
  border-bottom:1px solid #BFBFBF;
  border-left:1px solid #BFBFBF;
  border-right:1px solid #BFBFBF;
}
#secondaryContent .secondaryBlock {
  width:220px;
  margin:0 auto 20px;
  padding:0;
  background-color:#ffffff;
}
#secondaryContent .aboutDouble {
  border-top:3px double #129E8E;
  border-bottom:3px double #129E8E;
}
/* ----- HEADINGS ----- */
h1 {
  text-align: left;
  font-weight: normal;
  margin: 10px;
  padding: 0;
  font-size:90%;
  color: #19AD9F;
}
h1 span {
  display:none;
}
h1 a {
  width:235px;
  height:56px;
  background-image:url(assets/templates/images/logo.gif);
  background-repeat:no-repeat;
  display:block;
}
h2 {
  margin:0;
  padding:0;
}
h2.titleCategory {
  width:535px;
  height:45px;
  margin:0;
  padding:0 0 0 15px;
  text-align:left;
  line-height:45px;
  font-size:130%;
}
h3 {
}
h3.subHeading {
  line-height:250%;
  color:#ffffff;
  margin:0;
  padding:0;
}
h3.subTitle {
  margin:0;
  padding:0;
}
h3.green {
  background-color:#055F55;
}
h3.emerald {
  background-color:#0F9788;
}
h3.info{
color: #0F9788;
border-bottom: 1px solid #0F9788;
padding-left: 10px;
}

h4 {
  padding: 10px 20px;
  background-color: #DCDCDC;
  border-bottom: solid 1px gray;
}
h5 {
  font-size: 100%;
  margin: 10px;
  background-color: #EEE;
  padding: 10px;
}
/* ----- PARAGRAPHS ----- */

p {
  font-size:120%;
  line-height:1.4em;
}
#primaryContent .primaryBlock p {
  font-size:110%;
  margin: 1em 2em;
}
#primaryContent .primaryBlock p.present {
  color:#0F9788;
  font-weight:bold;
}
#footer p {
  clear:both;
  text-align:center;
  font-size: 90%;
  padding: 20px 0;
}
/* ----- LISTS ----- */
#header .headerNavi ul {
  font-size:100%;
  margin:15px 15px 0 0;
}
#header .headerNavi ul li {
  float:left;
  list-style:none;
  background-image:url(assets/templates/images/listmark_headernavi.gif);
  background-position:left;
  background-repeat:no-repeat;
  padding:0 0 0 14px;
  margin:0 0 0 20px;
  font-size:100%;
}
#header .headerNavi ul li a {
  color:#333333;
  text-decoration:none;
}
#header .headerNavi ul li a:hover {
  color:#129C8D;
  text-decoration:underline;
}
#navigation ul {
  width:760px;
  height:55px;
  margin:0 auto;
  padding:12px 20px 0 20px;
  text-align:center;
  background-image:url(assets/templates/images/bg_grobalnavi.gif);
  background-repeat:no-repeat;
}
#navigation ul li {
  list-style:none;
  float:left;
  margin:0;
  padding:0;
  width:151px;
}
#navigation ul li.last {
  background-image:none;
}
#primaryContent .psitemap ul {
  margin: 10px 30px;
}
#primaryContent .psitemap ul li {
  list-style-image: url(/assets/images/list_arrow.gif);
  padding: 6px 0px;
  margin: 10px;
}
#primaryContent ol {
  font-size:110%;
  text-align:left;
  margin:20px 20px 20px 50px;
}
#primaryContent ol li {
  line-height:1.6em;
  padding:0 15px;
}
#primaryContent .origin ol li {
  padding: 0px 0px 5px;
}
#footer ul {
  margin:0 auto;
  text-align:center;
  width:700px;
}
#footer ul li {
  list-style:none;
  float:left;
  display:block;
  margin:0 20px 0 0;
  text-decoration:underline;
}
/* ----- IMAGES ----- */

img {
  border:none;
}
img a {
  border:none;
}
img a:hover {
  border:none;
}
img.fLeft {
  float:left;
  padding:0 10px 10px 10px;
}
img.fRight {
  float:right;
  padding:0 10px 10px 10px;
}
.origin img {
  padding: 0px 50px 10px 10px;
}
/* ----- LINKS ----- */

a:link {
  color : #10AEA0;
}
a:visited {
  color : #0a5f55;
}
a:hover {
  color : #73cec4;
}
a:active {
}
a:focus {
}
/* ---- DEFINITIONS ---- */
dl {
  margin : 20px;
}
dt {
  font-size : 110%;
  font-weight : bold;
  padding: 10px 0 5px;
}
dd {
  padding : 5px 10px;
  margin-left: 10px;
}
dl.privacy {
  font-size:100%;
  text-align:left;
  margin:10px 0;
  padding:0 15px;
}
dl.privacy dt {
  font-size:110%;
  font-weight:700;
  line-height:180%;
}
dl.privacy dd {
  font-size:100%;
  margin:0;
  padding:5px;
}
dl.privacy dd ul {
  font-size:100%;
  margin:5px 0;
  padding:0 10px;
}
dl.privacy dd ul li {
  font-size:100%;
  list-style:none;
  line-height:160%;
}
dl.consul{
  border : #19AD9F 2px solid;
  padding : 5px 10px;
}
dl.consul dt{
  font-size : 120%;
  text-align: center;
  border-bottom: 1px gray dotted;
  margin-bottom: 15px;
}
dl.consul dd{
  font-size : 150%;
}
dl.consul dd.message{
  font-size : 110%;
  font-weight : bold;
  color : #19AD9F;
}
dl.consul dd img{
  padding-right : 15px;
}
dl.rinen dt{
  color: #19AD9F;
  background-image : url(assets/images/ico_green.gif);
  background-position : center left;
  background-repeat : no-repeat;
  padding-left: 25px;
}

/* ---- TABLE ---- */
.primaryBlock table.info{
  border-collapse: separate;
  border-spacing: 10px;
  width:95%;
}
.primaryBlock table.info th{
  background-color: #0F9788;
  color : #fff;
  width: 250px;
  padding: 5px;
  font-size: 110%;
}
.primaryBlock table.info td{
  text-align:center;
  padding: 0 5px;
}
table.insList {
  padding:5px;
  font-size:90%;
  border-collapse: separate;
}
table.insList td {
  padding-bottom:10px;
}

/* ------------ */
address {
  font-style:normal;
  padding:10px 0 0 25px;
  text-align:left;
}
/* ---- 絵文字PC用 ---- */
.Emoji {
  display : inline;
  width : 1em;
  height : 1em;
  margin : 0px;
  padding : 0px;
  border : none;
}
/* ---- cfFormMailer スニペット埋め込まれ用 ---- */
.cfFM_require {
  COLOR: #aa0000;
}
.cfFM_error {
  FONT-WEIGHT: bold;
  COLOR: red;
}
.cfFM_note {
  FONT-SIZE: 75%;
  COLOR: #F4FBF3;
}
.cfFM_buttons {
}
.cfForm table th {
  background-color: #D8E4CD;
  padding: 10px 8px;
  vertical-align: top;
  font-size: 100%;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.cfForm table td {
  padding: 10px 8px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.cfForm table {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  width: 95%;
  margin: auto;
}
.cfForm .require {
  color: red;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

/* ------------ */