@charset "utf-8";

/* ----------------------------------------------------------------------------------------

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment

	77% = 10px	|	122% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

---------------------------------------------------------------------------------------- */
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  text-align: left;
  font-size: 13px;
  *font-size: small;
  /* IE 7向け */
  *font: x-small;
  /* IE 6以下 */
  width: 100%;
  margin: 0;
  background-color: #F0E0C9;
  background: url(../images/common/header_page_in.png) no-repeat;
  background-position: center top;
  background-color: #F0E0C9;
  color: #301a0c;
}

body,
html {
  background-color: #F0E0C9;
}

p {
  margin: 0 0 15px;
  line-height: 1.5;
}

strong {}

/* anchor */
a:link {
  color: #301a0c;
  text-decoration: underline;
}

a:visited {
  color: #301a0c;
  text-decoration: none;
}

a:hover,
a:active {
  color: #d66e4a;
  text-decoration: underline
}

/* ----------------------------------------------------------------------------------------

	h[x}

---------------------------------------------------------------------------------------- */
h1 {
  width: 100%;
  font-weight: normal;
  font-size: 167%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 15px;
  line-height: 1;
}

h2 {
  font-size: 152%;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1;
}

h3 {
  font-size: 136%;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1;
}

h4 {
  font-weight: bold;
  font-size: 122%;
  padding: 3px 0;
  margin-bottom: 15px;
  line-height: 1;
}

h5 {
  font-weight: bold;
  font-size: 114%;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1;
}

h6 {
  font-size: 100%;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 15px;
  line-height: 1;
}

/* ----------------------------------------------------------------------------------------

	list

---------------------------------------------------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em;
}

li {
  line-height: 1.5;
}

ul li {
  padding: 0;
  list-style: none;
}

/* ----------------------------------------------------------------------------------------

	table

---------------------------------------------------------------------------------------- */
table {
  width: 100%;
  margin: 0 0 15px;
  border-top: 1px solid #dac4a5;
  border-left: 1px solid #dac4a5;
}

table th,
table td {
  padding: 10px;
  border-right: 1px solid #dac4a5;
  border-bottom: 1px solid #dac4a5;
  line-height: 1.5;
}

table th {
  background: #301a0c;
  color: #fff;
}

table th a {
  color: #fff;
}

table td {
  background: #fff;
}

/* ----------------------------------------------------------------------------------------

	common

---------------------------------------------------------------------------------------- */
.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.box {
  margin: 0 0 15px;
}

#header .box {
  width: 980px;
  margin: 0 auto 15px;
}

.returnBu a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 0 !important;
  height
  /**/
  : 16px;
  margin-top: 10px;
  padding: 16px 0 0 0;
  background: url(../images/common/bu_prev.png) no-repeat 0 0;
}

/* ----------------------------------------------------------------------------------------

	clearfix

---------------------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0 !important;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/