@charset "Shift_JIS";

* {
  padding: 0;
  margin: 0;
}

/* 全体のリンク指定 */
a:link {
  color: #0000ff;
  text-decoration: underline;
}
a:visited {
  color: #0000ff;
  text-decoration: underline;
}
a:hover {
  color: #00ffff;
  text-decoration: underline;
}

/*----------------*/
/* レイアウト指定 */
/*----------------*/
body {
	font-size: 11px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	background: url(../img/back.png);
}

/* ラッパー */
#wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 0px 50px 0;
  width: 730px;
  background: url(../img/kensetu-bg-wrapper.png) repeat-y 0 50%;
  position: relative;
}

/* ヘッドナビ部分 */
#globalnavi {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 60px;
}
#globalnavi ul { list-style-type: none; }
#globalnavi li {
  display: inline;
  margin: 0;
  padding: 0;
/*  background: url(../img/globalnavi.png) no-repeat 0 50%;*/
}
#globalnavi li a { padding: 0.5em 5px 0.5em 15px; }
#globalnavi li a:hover { text-decoration: underline; }

/*----------------*/
/* ヘッダー部指定 */
/*----------------*/
#header {
  height: 300px;
  margin-bottom: 2em;
  background: url(../img/header.png) no-repeat;
}

/* keyword */
h1 {
	font-size: 8pt;
	font-weight: normal;
	padding: 0 0 0.5em 10px;
	color: #cccccc;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 150%;
  margin-left: 10px;
  padding: 5px 30px;
  background: url(../img/title.png) no-repeat 0 50%;
}

.logo a {
  text-decoration: none;
/*  color: #000000;*/
}

.logo a:hover {
  text-decoration: none;
/*  color: #ff0000;*/
}

/*--------------------------*/
/* コンテンツヘッダー部指定 */
/*--------------------------*/
#contents-header {
  height: 150px;
  margin-bottom: 2em;
  background: url(../img/contents-header.png) no-repeat;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 150%;
  margin-left: 10px;
  padding: 5px 30px;
  background: url(../img/title.png) no-repeat 0 50%;
}

.logo a {
  text-decoration: none;
/*  color: #000000;*/
}

.logo a:hover {
  text-decoration: none;
/*  color: #ff0000;*/
}

/* ページの概要 */
.description {
	padding: 0 20px 0 50px;
	font-size: 10pt;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.pagetop {
width: 480px;
height: 15px;
text-align: right;
}

/*--------------------*/
/* 情報ヘッダー部指定 */
/*--------------------*/
#info-header {
  height: 150px;
  margin-bottom: 2em;
  background: url(../img/header.png) no-repeat;
}

/* 企業名｜ショップ名｜タイトル */
.logo {
  font-size: 150%;
  margin-left: 10px;
  padding: 5px 30px;
  background: url(../img/title.png) no-repeat 0 50%;
}

.logo a {
  text-decoration: none;
/*  color: #000000;*/
}

.logo a:hover {
  text-decoration: none;
/*  color: #ff0000;*/
}

/* ページの概要 */
.description {
	padding: 0 20px 0 50px;
	font-size: 10pt;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
}

/*------------------*/
/* コンテンツ部指定 */
/*------------------*/
/* コンテナ部 */
#container { width: 100%; /*background-color: #cccccc;*/}

/* コンテンツ部 */
#contents {
  float: right;
  width: 500px;
  padding-right: 10px;
}
/* 見出し */
h4,
h5,
h6 {
  font-size: 120%;
  margin-bottom: 1em;
  padding: 0.5em 0 0.5em 25px;
  background: #ffffff url(../img/bg-h.gif) no-repeat 0 50%;
  color: #996699;
}

h4,
h5,
h6 { margin-top: 3em; }

h2.main-contents {
height:50px;
width:468px;
margin:0px 10px 0px 0px;
padding:10px 0px 0px 20px;
font-size:12px;
font-weight:bold;
color:#333333;
background: #ffffff url('../img/main-contents.png') no-repeat 0 50%;
}

h2.subject_red {
height:24px;
width:400px;
margin:0px 10px 15px 0px;
padding:7px 0px 0px 30px;
font-size:14px;
font-weight:bold;
font-family: "ＭＳ Ｐゴシック","Arial";
color:#000000;
background-image:url('../img/subject_red.png');
}

h2.index_red {
height:25px;
width:400px;
margin:10px 10px 5px 0px;
padding:10px 0px 0px 20px;
font-size:12px;
font-weight:bold;
color:#333333;
background-image:url('../img/index_red.png');
}

h2.subject_green {
height:24px;
width:400px;
margin:0px 10px 15px 0px;
padding:7px 0px 0px 30px;
font-size:14px;
font-weight:bold;
font-family: "ＭＳ Ｐゴシック","Arial";
color:#000000;
background-image:url('../img/subject_green.png');
}

h2.index_green {
height:25px;
width:400px;
margin:10px 10px 5px 0px;
padding:10px 0px 0px 20px;
font-size:12px;
font-weight:bold;
color:#333333;
background-image:url('../img/index_green.png');
}

h2.subject_blue {
height:24px;
width:400px;
margin:0px 10px 15px 0px;
padding:7px 0px 0px 30px;
font-size:14px;
font-weight:bold;
font-family: "ＭＳ Ｐゴシック","Arial";
color:#000000;
background-image:url('../img/subject_blue.png');
}

h2.index_blue {
height:25px;
width:400px;
margin:10px 10px 5px 0px;
padding:10px 0px 0px 20px;
font-size:12px;
font-weight:bold;
color:#333333;
background-image:url('../img/index_blue.png');
}

h2.subject_purple {
height:24px;
width:400px;
margin:0px 10px 15px 0px;
padding:7px 0px 0px 30px;
font-size:14px;
font-weight:bold;
font-family: "ＭＳ Ｐゴシック","Arial";
color:#000000;
background-image:url('../img/subject_purple.png');
}

h2.index_purple {
height:25px;
width:400px;
margin:10px 10px 5px 0px;
padding:10px 0px 0px 20px;
font-size:12px;
font-weight:bold;
color:#333333;
background-image:url('../img/index_purple.png');
}

h3.link {
height:30px;
width:450px;
margin:20px 0px 0px 10px;
padding:10px 0px 0px 10px;
font-size:12px;
font-weight:bold;
color:#a975ff;
}

h3.about {
margin:10px 10px 0px 10px;
padding:10px 0px 0px 20px;
font-size:14px;
font-weight:bold;
color:#0000fa;
font-family: "ＭＳ Ｐゴシック","Arial";
}

h3.feelist {
height:23px;
width:400px;
margin:10px 10px 0px 10px;
padding:10px 0px 0px 20px;
font-size:12px;
font-weight:bold;
color:#333333;
background-image:url('../img/subject_black.png');
}

/* パンクズ */
#pankuzu {
	margin:0px 0px 30px 0px;
	background: #ffffff;
	height: 10px;
	text-align: left;
	width: 300px;
	font-size: 8pt;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック","Arial";
	border: 0;
}
a.pankuzulist {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック","Arial";
}

/* 文字 */
#contents p {
  font-size: 12px;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* リスト */
#contents ul { margin: 1em 0 1em 20px; }

#contents ol { margin: 1em 0 1em 25px; }

#contents li {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents .main-contents {
	font-size: 12pt;
	margin:10px 0px 0px 0px;
	padding:25px 0px 0px 30px;
	color: #ffffff;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック","Arial";
	font-weight: bold;
}
#contents .stuff-info {
	font-size: 11pt;
	margin:10px 0px 0px 0px;
	padding:15px 0px 0px 10px;
	color: #0000ff;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック","Arial";
	font-weight: bold;
}


/* テキスト指定 */
.text-def {
	padding:0px 10px 0px 0px;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height : 15pt;
	font-family: "ＭＳ Ｐゴシック","Arial";
}
.text1 {
	padding:0px 30px 0px 0px;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	line-height : 15pt;
	font-family: "ＭＳ Ｐゴシック","Arial";
}
.text2 {
	padding:5px 20px 0px 5px;
	font-size: 10pt;
	color: #000059;
	text-decoration: none;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック","Arial";
	line-height : 15pt;
}
.text3 {
	padding:0px 0px 0px 0px;
	font-size: 11pt;
	color: #00000a;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック","Arial";
	font-weight: bold;
	line-height : 15pt;
}
.text4 {
	padding:0px 0px 0px 10px;
	font-size: 10pt;
	color: #ff0000;
	text-decoration: none;
	font-family: "Arial";
	font-weight: normal;
	line-height : 15pt;
}
.text5 {
	padding:10px 0px 0px 20px;
	font-size: 10pt;
	color: #ff0000;
	text-decoration: none;
	font-family: "Arial";
	font-weight: normal;
	line-height : 15pt;
}

.text-sitemap {
	margin:0;
	padding:10px 15px;
	line-height:3px;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック","Arial";

}

a.link1 {
	font-size: 10pt;
	color: #0000ff;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック","Arial";
	font-weight: normal;

}
a:visited.link1 {
	font-size: 10pt;
	color: #0000ff;
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック","Arial";
	font-weight: normal;

}


/*------------*/
/* メニュー部 */
/*------------*/
#leftside {
  float: left;
  width: 180px;
  padding-left: 10px;
}

/* メニュータイトル */
.menutitle {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid #0000fa;
}

/*----------*/
/* メニュー */
/*----------*/
.menu {
  list-style-type: none;
  margin: 0.5em 0 2em;
}

.menu li {
  display: inline;
}

.menu li a {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 1.5em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/menu.png) no-repeat 0 50%;
}

.menu li a:hover {
  text-decoration: none;
  border-bottom: 0px solid #0000ff;
}

.menu li a:visited {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 1.5em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/menu.png) no-repeat 0 50%;
}

.menu li a:hover {
  text-decoration: none;
  border-bottom: 0px solid #0000ff;
}

.home {
  list-style-type: none;
  margin: 0.5em 0 2em;
}

.home li {
  display: inline;
}

.home li a {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 0.5em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/home.png) no-repeat 0 50%;
}

.home li a:hover {
  text-decoration: none;
  border-bottom: 0px solid #0000ff;
}

.support {
  list-style-type: none;
  margin: 0.5em 0 2em;
}

.support li {
  display: inline;
}

.support li a {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 1.0em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/support.png) no-repeat 0 50%;
}

.support li a:visited {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 1.0em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/support.png) no-repeat 0 50%;
}

.support li a:hover {
  text-decoration: none;
  border-bottom: 0px solid #0000ff;
}

.pj-info {
  list-style-type: none;
  margin: 0.5em 0 2em;
}

.pj-info li {
  display: inline;
}

.pj-info li a {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 1.0em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/pj-info.png) no-repeat 0 50%;
}

.pj-info li a:visited {
  font-size: 12px;
  text-decoration: none;
  width: 180px;
  display: block;
  padding: 1.0em 0;
  border-bottom: 0px solid #0000ff;
  background: #ffffff url(../img/pj-info.png) no-repeat 0 50%;
}

.pj-info li a:hover {
  text-decoration: none;
  border-bottom: 0px solid #0000ff;
}

/*------------*/
/* フッター部 */
/*------------*/
#footer {
  clear: both;
  width: 100%;
  padding: 2em 0 1em;
}

#footer p { font-size: 12px; text-align: center; }

/* フッターリンク */
#footer a,
#footer a:hover {
  font-size: 12px;
  text-decoration: underline;
  text-align: right;
  margin-right: 1em;
  color: #0000ff;
}

/*--------*/
/* かこみ */
/*--------*/
/* main info area */
#main-info { background:transparent; margin:1em; padding:0px 0px 30px 0px; width: 460px;}
#main-info p { margin:0; padding:10px 15px; line-height:2em; font-size:12px; font-family: "ヒラギノ角ゴ Pro W6","Arial"; font-weight:bold; color:#ffffff;}
#main-info .h { margin:0; padding:10px 15px; line-height:1em; font-size:15px; font-family: "ヒラギノ角ゴ Pro W6"; font-weight:bold; color:#ffffff;}
#main-info .xtop, #main-info .xbottom {display:block; background:transparent; font-size:1px; }
#main-info b { display:block; overflow:hidden; }
#main-info .xb1, #main-info .xb2, #main-info .xb3 {height:1px; }
#main-info .xb2, #main-info .xb3, #main-info .xb4 {background:#1E90FF; border-left:1px solid #00008B; border-right:1px solid #00008B; }
#main-info .xb1 { margin:0 5px; background:#00008B; }
#main-info .xb2 { margin:0 3px; border-width:0 1px; }
#main-info .xb3 { margin:0 2px; }
#main-info .xb4 { height:2px; margin:0 1px; }
#main-info .xboxcontent { display:block; background:#1E90FF; border:0 solid #00008B; border-width:0 1px; }

/* warning area */
#warning-area { background:transparent; margin:0em; padding:0px 0px 10px 0px; width: 460px;}
#warning-area .h, #warning-area p { margin:0; padding:10px 15px; line-height:2em; }
#warning-area .h { font-size:12px; color:#60c8d8; padding-bottom:0; font-weight:bold; }
#warning-area .xtop, #warning-area .xbottom {display:block; background:transparent; font-size:1px; }
#warning-area b { display:block; overflow:hidden; }
#warning-area .xb1, #warning-area .xb2, #warning-area .xb3 {height:1px; }
#warning-area .xb2, #warning-area .xb3, #warning-area .xb4 {background:#FFECEC; border-left:1px solid #FF0000; border-right:1px solid #FF0000; }
#warning-area .xb1 { margin:0 5px; background:#FF0000; }
#warning-area .xb2 { margin:0 3px; border-width:0 2px; }
#warning-area .xb3 { margin:0 2px; }
#warning-area .xb4 { height:2px; margin:0 1px; }
#warning-area .xboxcontent { display:block; background:#FFECEC; border:0 solid #FF0000; border-width:0 1px; }

/*------*/
/* 画像 */
/*------*/
.imageRight {
float:right;
margin:0px 20px 20px 0px;
border-style:none;
}
img.def {
border: 0;
}

img.detail {
border: 0;
margin:5px 10px 0px 10px;
}

/*-------*/
/* table */
/*-------*/
table.fee-area {
margin: 0px 0px 0px 0px;
width: 500px;
height: 350px;
border-collapse: collapse;
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
th.fee-area {
text-align: center;
color: #ffffff; /* 文字の色 */
background-color: #999999; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
td.fee-area {
color: #000000; /* 文字の色 */
background-color: #ffffff; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
td.fee-area-ex {
color: #0000ff; /* 文字の色 */
background-color: #e0ffff; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
font-weight: bold;
}

table.igon-area {
margin: 0px 0px 0px 0px;
width: 450px;
height: 300px;
border-collapse: collapse;
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
th.igon-area {
text-align: center;
color: #ffffff; /* 文字の色 */
background-color: #999999; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
td.igon-area {
color: #000000; /* 文字の色 */
background-color: #ffffff; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
td.igon-area-ex {
color: #0000ff; /* 文字の色 */
background-color: #e0ffff; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
font-weight: bold;
}

table.optionprocedure {
margin: 0px 0px 0px 0px;
width: 490px;
height: 100px;
border-collapse: collapse;
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
th.optionprocedure {
text-align: center;
color: #ffffff; /* 文字の色 */
background-color: #0000ff; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}
td.optionprocedure {
color: #000000; /* 文字の色 */
background-color: #ffffff; /* 背景の色 */
border-style: solid; /* 枠の種類 */
border-color: #777777; /* 枠の色 */
border-width: 1px 1px; /* 枠の幅 */
font-size: 9pt;
font-family: "ＭＳ Ｐゴシック","Arial";
}

/* STYLES FOR CROSSFADER */
div.cf_wrapper { position:relative; padding:0px 0px 600px 0px;}
div.cf_wrapper_ex { position:relative; padding:0px 0px 260px 0px;}
div.cf_element_new { width:500px; height:600px; background: url('../img/new-def.png') repeat-x 0 0; border:0px solid #ccc; }
div.cf_element_up { width:500px; height:600px; background: url('../img/up-def.png') repeat-x 0 0; border:0px solid #ccc; }
div.cf_element_ch { width:500px; height:600px; background: url('../img/ch-def.png') repeat-x 0 0; border:0px solid #ccc; }
div.cf_element_kei { width:500px; height:600px; background: url('../img/kei-def.png') repeat-x 0 0; border:0px solid #ccc; }
div.cf_element_main { width:500px; height:250px; background: url('../img/main-def.png') repeat-x 0 0; border:0px solid #ccc; }
div.cf_element_inh { width:500px; height:600px; background: url('../img/inh-def.png') repeat-x 0 0; border:0px solid #ccc; }
div.cf_element div.content { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; line-height:2; }
div.cf_element div.content h2 { margin:0px 0px 10px 0px; padding:20px 0px 20px 0px; }

