@charset "UTF-8";
/*--------------------------------------
 Structure Module
---------------------------------------*/
* {
	margin: 0;
	padding: 0;
	color: #333333;
	background: transparent;
}

body {
	text-align: center; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
	font: 100.01% "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Geneva, Arial, sans-serif;
	background-color: #FF9900;
}

/*--------------------------------------
 Text Module
---------------------------------------*/
p {
 margin: 0;
 padding: 0;
}

h1, h2, h3, h4, h5, h6 {
 font-weight: bold;
 line-height: 1.5;
}

h1 { font-size: 170%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

em {
  font-style: normal;
  font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}

/*--------------------------------------
  List Module
---------------------------------------*/
ul, ol, dl {
  list-style-position: inside;
}

li, dt, dd {
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/
a {
  color: #5b84ba;
  text-decoration: none;
}

a:visited {
  color:#ba5b94;
  text-decoration: none;
}

a:hover {
  color: #bab15b;
  text-decoration: underline;
}

/*--------------------------------------
  Forms Module
---------------------------------------*/
form {
	background-color: #FFF;
	border: none;
}

input,
textarea {
  background-color: white;
  border: none;
  border-top: 2px solid #a8a8a8;
  border-left: 2px solid #a8a8a8;
  margin: 0.1em 2px 0em;
  padding: 0.1em 2px;
}

/* 記入部分にマウスが触れた時に、変色して優しく主張してくる [IE未対応] */
input:hover,
textarea:hover {
  background-color: #eaeeef;
  border-top: 2px solid #b9c3c8;
  border-left: 2px solid #b9c3c8;
}

/* 記入部分をクリックしてフォーカスしたら、変色して記入者を高揚させる [IE未対応] */
input:focus,
textarea:focus {
  background-color: #e2e6e7;
  border-top: 2px solid #a7abac;
  border-left: 2px solid #a7abac;
}

/* input[type="radio"](属性選択肢)がIEで使えないので、仕方なくクラスを作る。
HTML側のラジオボタンにも class="radio"と付ける必要がある。 */
input.radio {
  background-color: transparent;
  border: none;
}

/* input[type="submit"](属性選択肢)がIEで使えないので、仕方なくクラスを作る。
HTML側のsubmitなinputにも class="submit"と付ける必要がある。 */
input.submit {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #6c737a;
  border-width: 1px;
  border-style: solid;
  border-color: #c2c2c2 #8f8f8f #8f8f8f #c2c2c2;
  padding: 1px 0.5em;
}

input.submit:hover {
  color: black;
  background-color: white;
}

/*--------------------------------------
  Tables Module
---------------------------------------*/
table{
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0 none;
  border-spacing: 0;
}
th {
	padding : 2px;
	vertical-align : top;
}
tr, td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0 none;
}

/*--------------------------------------
  Image Module
---------------------------------------*/
img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: none;
}

/*--------------------------------------
  Line Module
---------------------------------------*/
hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*--------------------------------------
 各種定義
---------------------------------------*/
#page {
	text-align: left;
	width: 860px;
	background: #fff;
	border: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 150%;
}

#invitation {
	font-size: 10px;
	font-weight: normal;
	background-color: #FF9900;
	color: #FFFFFF;
}

/* ヘッダ */
#header {
	width: 820px;
	height: 50px;
	margin: 0;
	padding: 50px 20px 0px;
	background: url(/assets/images/child/header.gif) no-repeat left top;
	text-align: right;
}
#header li {
	list-style: none;
	display: inline;
}
#header a,
#header a:visited {
	border-left: 2px solid #999;
	padding: 0 5px;
	color: #333;
	font-size: 12px;
	text-decoration: none;
}
#header a:hover {
	color: #000;
	text-decoration: underline;
}
#header li.last a {
	border-left: 2px solid #999;
	border-right: 2px solid #999;
}

/* 内容 */
#contentWrapper {
	width: 858px;
	margin: 0;
	padding: 0;
	border-top: none;
	border-right: 1px solid #ff0;
	border-bottom: 1px solid #ff0;
	border-left: 1px solid #ff0;
}
#content {
	width: 846px;
	margin: 0 12px 30px 0;
	text-align: center;
	overflow: hidden;
}

/* 左側 */
#leftBar {
	float:left;
	width: 194px;
	border-right: 1px solid #fc6;
	text-align: left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
#leftBar img,
#leftBar ul {
	margin-bottom: 8px;
}
#leftBar li {
	list-style: none;
	display: inline;
}
#leftBar li a,
#leftBar li a:visited {
	background: url(/assets/images/child/mnavi.gif) left top;
	width: 152px;
	height: 32px;
	padding: 6px 0 0 42px;
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
#leftBar li a:hover {
	background-position: left -38px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* 右側 */
#mainContent {
	float: right;
	width: 640px;
	text-align: left;
}
#mainContent h3 {
	margin-bottom: 15px;
	padding: 5px 0 0 25px;
	background: url(/assets/images/child/koumoku_back.gif) no-repeat left top;
	width: 615px;
	height: 34px;
	font-size: 18px;
}
#mainContent h4 {
	margin: 0 0 15px 0;
	padding: 2px 0 0 20px;
	background: url(/assets/images/child/h4_back.gif) no-repeat left top;
	width: 620px;
	height: 20px;
	font-size: 14px;
	color: #f30;
	clear: both;
}
#mainContent p {
	margin: 0 0 15px 1em;
	clear: both;
}
#mainContent p img {
	float: left;
	margin: 0 10px 20px;
}
#mainContent p.pageImg {
	margin: 0 0 15px 0;
}
#mainContent p.pageImg img {
	float: none;
	margin: 0;
}
#mainContent li {
	margin: 0 0 15px 1em;
}
#centerContent {
	float: left;
	width: 509px;
	text-align: left;
}
#centerContent h3 {
	margin-bottom: 15px;
	padding: 5px 0 0 25px;
	background: url(/assets/images/child/koumoku_back_s.gif) no-repeat left top;
	width: 484px;
	height: 34px;
	font-size: 18px;
}
#rightBar {
	float: right;
	width: 120px;
	text-align: center;
}
#rightBar p {
	margin: 0;
}
#rightBar p img {
	margin: 0 0 8px;
}

/* フッタ */
#footer {
	width: 860px;
	text-align: center;
	margin: 10px auto 0;
	padding: 0px;
	font-size: 12px;
}

/**************** Utility Rules *******************/
.skip {
	position: absolute;
	left: -999em;
}
.Wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.centering {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatClear {
	clear: both;
}
.bigChar {
	font-size: 120%;
}
.small {font-size: .9em;}
.large { font-size: 1.2em; }


/* http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
   フロートを含む親ボックスで.clearfix を使う*/
.clearFix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix:after {
	content: ".";#
} /* without Safari */

.clearFix { display: inline-table; } /* for IE-mac */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

