@charset "shift_jis";
/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0;
	padding: 0;
}
/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
a:link {
	color: #006633;
}
a:visited {
  color : gray;
  text-decoration : none;
}
a:hover {
  color: #f00;
}
a:active {
  color: #f00;
}
/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
	font-size: 85%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FFFFE6;
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	page-break-before: always;
	page-break-after: always;
}
/*-- 全体を囲んでいます --*/
#wrapper {
	text-align: left;
	width: 780px;
	height : 100%;
	background-color: #FFFFFF;
	background-image: url(../img/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/*-- ヘッダー部分 --*/
#header {
  width: 780px;
  height: 220px;
  margin-bottom: 2em;
  position: relative;
  background: url(../img/bg-header.jpg) no-repeat 0px 0px;
}
/*-- コンテンツ部分 --*/
#contents {
	width: 550px;
	float: right;
	padding : 0px 10px 0px;
	padding-left : 40px;
	padding-left : 10px;
	text-align : left;
}
/*-- サイドバー部分 --*/
#sidebar {
  width: 200px;
  float: left;
}
#right-sidebar {
  width: 180px;
  float: left;
}
.ticket {
	border: medium dotted #006666;
	height: 120px;
	width: 530px;
	display: block;
	background-image: url(../img/ticket.jpg);
	padding: 5px;
}
#iframe_faq {
	height: 780px;
	width: 200px;
}


/*-- フッター部分 --*/
#footer {
  background : white url(../img/bg-footer.gif) repeat-x 100% 100%;
  bottom: 0px;
  text-align: center;
  color: white;
  height: 50px;
  position: inherit;
  width: auto;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* 見出し */

h1 {
	font-size: 100%;
	text-align: right;
	position: absolute;
	top: 30px;
	left: 10px;
	color: #360;
	text-decoration : none;
}
#bodycare_box {
	color: #009900;
	text-align: center;
	height: 3em;
	width: 350px;
	background-color: #FFFFCC;
	border: thin solid #00CCFF;
	font-size: 14px;
	margin-left: 50px;
	padding: 10px;
	letter-spacing: 1px;
}


/* サイトタイトル */
.logo {
	font-size : 120%;
	position: absolute;
	top: 50px;
	left: 10px;
	color : white;
	display: none;
}
#info {
	height: 56px;
	width: 200px;
}

.logo a {
  font-weight: bold;
  color: #360;
  text-decoration: none;
}
.logo a:hover {
  color: #f00;
  text-decoration: none;
}
/* 概要 */
.description {
  line-height: 1.5em;
  position: absolute;
  bottom: 35px;
  left: 10px;
  color : gray;
  font-size : 12px;
  top : 190px;
  text-decoration : none;
}
/* サイトマップ等へのリスト */
.ul-info {
  list-style-type: none;
  position: absolute;
  top:25px;
  right: 10px;
}
.ul-info li {
  display: inline;
  margin-left: 0.5em;
}
.ul-info li a {
  text-decoration:none;
  color : gray;
  font-size : 11px;
}
.ul-info li a:hover {
  text-decoration: underline;
  color: #f00;
}

/* 電話番号 */
.tel{
  text-align : right;
  position : absolute;
  top : 60px;
  right: 10px;
  font-size : 40px;
  font-family : Haettenschweiler,"Gill Sans Ultra Bold",Impact;
  letter-spacing : 1px;
  color : white;
  background-image : url(../img/tel.gif);
  background-position : 0px;
  padding-left : 35px;
  background-repeat : no-repeat;
}
.tel span {
  background: url(..img/gradient.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
}
.telinfo{
  font-size : xx-small;
  color : white;
  top : 55px;
  right: 10px;
  position : absolute;
}



/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* パン屑リスト */
.topicpath {
  margin-bottom: 1em;
}
/* 見出し */
h2,h3,h4　{
	font-size: 160%;
	font-weight : bold;
	height: 40px;
	background: url(../img/mark.gif) no-repeat 0 0;
	color: #006600
;
	font-family : HG丸ｺﾞｼｯｸM-PRO;
	width : auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 40px;
}
/* 文字 */
#contents p {
  line-height: 1.5em;
  margin-bottom: 1em;
}
/*---------------------------------------グローバルナビ部分*/
#globalnavi {
	list-style-type: none;
	width : 580px;
	position : absolute;
	top : 195px;
	font-family : HG丸ｺﾞｼｯｸM-PRO;
	font-weight: bold;
	float : right;
	left : 200px;
	bottom : auto;
	padding: 0px;
}
#globalnavi li {
	width : 145px;
	float: left;
}
#globalnavi li a {
	text-decoration: none;
	width : 145px;
	height : 20px;
	display: block;
	background-image: url(../img/bg-globalnavi.jpg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	vertical-align: text-bottom;
	font-size: 110%;
	padding-top: 5px;
}
#category01 a {
	background-position: 18 0;
}
#category02 a {
  background-position: -145px 0;
}
#category03 a {
  background-position: -290px 0;
}
#category04 a {
  background-position: -435px 0;
}
#globalnavi li a:hover {
	text-decoration: none;
	background-image: url(../img/bg-globalnavi.jpg);
	background-repeat: no-repeat;
	color: #9f0;
}
#category01 a:hover {
  background-position: 8 -40px;
}
#category02 a:hover {
  background-position: -145px -40px;
}
#category03 a:hover {
  background-position: -290px -40px;
}
#category04 a:hover {
  background-position: -435px -40px;
}
/*--サブメニュー部分--*/

#globalnavi ul {
	list-style-type: none;
	width : 145px;
	height: auto;
	position: static;
}
#globalnavi ul li {
	font-size : 80%;
	display: block;
	margin: 0px;
}

#globalnavi ul li a {
	text-align: left;
	text-decoration: none;
	width : auto;
	display: block;
	padding: 2px;
	border: 1px inset #690;
	background-color : #00cc00;
	height: auto;
	margin: 0px;
}
#globalnavi ul li a:hover {
	text-decoration: none;
	border: 1px solid #666;
	color: #9f0;
	z-index: 100;
	display: block;
}
#globalnavi .menu ul {
	display: none;
}
#globalnavi .menuOn ul {
	display: block;
	position: relative;
}
/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* カレンダー＆コルクボード */

#calender{
  background-image : url(../minicalendar/index.php);
  position : relative;
  top : -25px;
  z-index : 3;
}

#corkboard{
  background-image : url(../img/corkboard.gif);
  text-align : left;
  position : relative;
  height : 210px;
  background-repeat : no-repeat;
  top : -15px;
}
#eigyojikan{
  left : 10px;
  top : 10px;
  position : relative;
  line-height : 140%;
  color : #2e3833;
  font-size : 13px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  background-image : url(../img/mark_mini.gif);
  background-position : 0px 0px;
  padding-left : 22px;
  background-repeat : no-repeat;
  margin-left : 4px;
}
#H7{
  font-size : 130%;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  color : green;
  background-repeat : no-repeat;
  background-position : 0px 0px;
  font-weight : bold;
  margin-top : 5px;
}


/* サイドバータイトル */
.side-title {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  background-image : url(../img/bg-titlebar.jpg);
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  color : white;
  text-decoration : none;
  font-size : medium;
}
ul.localnavi {
  font-size: 95%;
  list-style-type: none;
  margin-bottom: 20px;
}
.localnavi li {
  display: inline;
}
.localnavi a {
  text-decoration: none;
  width: 200px;
  display: block;
  padding: 4px;
  border: 1px outset #360;
  color : #005500;
  background-image : url(../img/bg-titlebar-list.jpg);
  background-repeat : repeat-y;
}
.localnavi a:hover {
  text-decoration: none;
  border: 1px outset #360;
  background-color: #9c0;
  color : white;
  background-image : url(../img/bg-titlebar.jpg);
  background-position :-0px -80px;
}
/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p{
  position : relative;
  top : 20px;
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}
#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}
#koyo_leaf{
	position : absolute;
	top : 50px;
	left : 20px;
	width : 140px;
	height : 140px;
	z-index: auto;
}

.description a:hover{
  color : red;
  text-decoration : underline;
}
.description a{
  text-decoration : none;
  color : gray;
}

hr{
	display:none
}

#hr {
	background-image: url(../img/hr.gif);
	background-repeat: repeat-x;
	height: 16px;
	width: auto;
	background-position: 0px 0px;
	background-color: fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
	margin-bottom: 10px;
}
#return {
	text-align: right;
	right: 0px;
	font-size: 10px;
	color: #CCCCCC;
	margin-right: 20px;
}
#word{
	color : #3c3c3c;
	letter-spacing : 1px;
	margin: 0px;
	padding-bottom: 20px;
}

/* -------------------------------------------------------------
   [7] コンセプト部分のフォントに関する指定 */

#font_pink {
	color: #FF6685;
	font-weight: bold;
}


#font_green {
	color: #006600;
}

#font_blue {
	font-weight: bold;
	color: #006699;
	font-size: large;
	font-family: "ＭＳ Ｐ明朝";
}

/* -------------------------------------------------------------
   [8] メニューページに関する指定 */

#space {
	width: 0.8em;
	visibility: hidden;
}
h5 {
	font-size: 150%;
	font-weight : bold;
	height: auto;
	color: #006600;
	font-family : "HG丸ｺﾞｼｯｸM-PRO";
	width : auto;
	margin-top: 20px;
	padding-left: 20px;
	background-position: 0 0;
}
#price {
	font-size: medium;
	font-weight : bold;
	height: auto;
	color: #006600;
	width : auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-family: "HG丸ｺﾞｼｯｸM-PRO", Arial;
}
#word_cource {
	color : #3c3c3c;
	letter-spacing : 1px;
	margin: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#syonisin_box {

	color: #009900;
	text-align: center;
	height: auto;
	width: 350px;
	background-color: #FFFFCC;
	border: thin solid #00CCFF;
	font-size: 14px;
	margin-left: 50px;
	padding: 10px;
	letter-spacing: 1px;
}

/* -------------------------------------------------------------
   [10] 角丸ボックスに関する指定 (没)*/

    /* Snazzy Borders - http://www.cssplay.co.uk/boxes/snazzy.html */
#xsnazzy {
	background:transparent;
	margin:1em;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#xsnazzy .h, #xsnazzy p {
	margin:0;
	padding:10px 15px;
	line-height:2em;
	text-align: center;
}
#xsnazzy .h { font-size:1.5em; color:#60c8d8; padding-bottom:0; font-weight:bold; }
#xsnazzy .xtop, #xsnazzy .xbottom {display:block; background:transparent; font-size:1px; }
#xsnazzy b { display:block; overflow:hidden; }
#xsnazzy .xb1, #xsnazzy .xb2, #xsnazzy .xb3 {height:1px; }
#xsnazzy .xb2, #xsnazzy .xb3, #xsnazzy .xb4 {background:#ffffcc; border-left:1px solid #009900; border-right:1px solid #009900; }
#xsnazzy .xb1 { margin:0 5px; background:#009900; }
#xsnazzy .xb2 { margin:0 3px; border-width:0 2px; }
#xsnazzy .xb3 { margin:0 2px; }
#xsnazzy .xb4 { height:2px; margin:0 1px; }
#xsnazzy .xboxcontent { display:block; background:#ffffcc; border:0 solid #009900; border-width:0 1px; 
}

/* -------------------------------------------------------------
   [11] 角丸ボックス２に関する指定 */

.round_box {
	background-image: url(../contents/img/round_box_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 500px;
}
.round_box_top {
	background-image: url(../contents/img/round_box_tr.png); 
	background-repeat:no-repeat;
	background-position:top right;
}
.round_box_bottom {
	background-image: url(../contents/img/round_box_bl.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.round_box_bottom div {
	background-image: url(../contents/img/round_box_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.round_box_content {
	background-image: url(../contents/img/round_box_r.png);
	background-repeat: repeat-y;
	background-position: right top;
	text-align: center;
}

.round_box_top div, .round_box_top,
.round_box_bottom div, .round_box_bottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.round_box_content, .round_box_bottom {
	margin-top: -19px;
}
.round_box_content {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 4px;
}
#H6 {
	font-size : 130%;
	font-family : HG丸ｺﾞｼｯｸM-PRO;
	color : green;
	background-repeat : no-repeat;
	background-position : 20px 0px;
	font-weight : bold;
	background-image: url(../img/mark_mini.gif);
}
#caution {
	color: #999999;
	font-size: xx-small;
}
dt {
	font-weight: bold;
	width: 480px;
	border-bottom-style: dashed;
	border-bottom-color: #006666;
	color: #006666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	line-height: 2em;
	background-image: url(../img/mark_mini.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}
dd {
	padding-bottom: 1em;
	width: 480px;
	line-height: 1.8em;
	color: #666666;
}
.new_admin {
	top: 180px;
	right: -10px;
	position: absolute;
}
.ticket h4 {
	font-family: "HG丸ｺﾞｼｯｸM-PRO", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
	height: 20px;
	margin-left: 10px;
}



.new {
	position : absolute;
	right: 10px;
	background-position : 20px 5px;
	background-repeat : no-repeat;
	overflow: hidden;
	top: 120px;
}
.ticket h5 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	margin-top: -10px;
	margin-left: -20px;
	height: 18px;
	padding-top: 5px;
}

.ticket p {
	font-size: 10px;
	color: #000000;
	text-align: justify;
	width: 340px;
	margin-top: 5px;
	margin-left: 10px;
}
#caution-x {

	color: #666666;
	font-size: x-small;
}

