@charset "UTF-8";

/* ==================== クロスブラウザ設定 ==================== */
.clearfix:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

.clearfix {
  min-height:1px;
}

* html .clearfix {
  height:1px;
  /*\*//*/
  height:auto;
  overflow:hidden;
  /**/
}

/* ==================== タグ設定 ==================== */
html {
	height: 100%;
    background: #F0ECE0;
}

body {
	width: 100%;
	min-height:100%;
	margin:0;
	padding:0;
	color:#222222;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	behavior:url(/common/css/lib/csshover.htc);
}

h1 {
	margin:0 0 20px 0;
	padding:0;
	font-size:159%;
	color:#222222;
	font-weight:bold;
	border-bottom:#A6A564 solid 5px;
	clear:both;
}

h2 {
	margin:0 0 20px 0;
	padding:0 0 0 28px;
	font-size:144%;
	color:#333333;
	font-weight:bold;
	background:transparent url(/common/images/h2.png) no-repeat left center;
	clear:both;
}

h3 {
	margin:0 0 10px 0;
	padding:0;
	font-size:122%;
	color:#666666;
	font-weight:bold;
	clear:both;
}

h4 {
	margin:0 0 5px 0;
	padding:0;
	font-size:107%;
	color:#333333;
	font-weight:bold;
}
strong {
	font-size:114%;
	font-weight:bold;
    color:#999933;
}

small {
    display:block;
    font-size:85%;
	line-height:1.5;
    color:#666666;
}

h1 small,h2 small,h3 small {
	display:inline;
}

.section {
	margin-bottom:30px;
	padding:0;
	clear:both;
}

.section:after {
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}

.section {
  min-height:1px;
}

* html .section {
  height:1px;
  /*\*//*/
  height:auto;
  overflow:hidden;
  /**/
}

.column {
	float:left;
}

iframe {
	border:#CCCCCC solid 1px;
}

p {
	display:block;
	margin:0 0 20px 0;
	padding:0;
	line-height:1.7;
}

hr {
	height:0;
	margin:20px 0 20px 0;
	_margin:10px 0 20px 0;
	padding:0;
	background:transparent;
	border:none;
	border-bottom:#999999 dotted 1px;
	clear:both;
}

address {
    font-size:93%;
	line-height:1.5;
}

/* テーブル関連 */
table {
    width:100%;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:hide;
}

th {
	padding:15px;
	color:#333333;
    font-size:107%;
	font-weight:bold;
	text-align:left;
	background:#EEEEEE;
	border:#CCCCCC solid 1px;
	border-right:none;
}

td {
	padding:15px;
	color:#222222;
	line-height:1.5;
	background:#FFFFFF;
	border:#CCCCCC solid 1px;
	border-left:none;
}

/* リンク関連 */
a {
	cursor:pointer;
}

a:link {
	color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

a.external {
	padding:0;
	background:url(/common/images/icon-external.gif) no-repeat 100% top;
}

a.relation {
	margin: 10px 0;
	padding-left:21px;
	font-size:93%;
	line-height:1.5;
	text-decoration:none;
	background:transparent url(/common/images/icon_arrow_bl.png) no-repeat left center;
	behavior: url(/common/css/lib/iepngfix.htc);
}

a#pagetop {
	display:block;
	width:160px;
	height:0;
	margin-left:520px;
	padding-top:30px;
	background:transparent url(/common/images/btn_pagetop.png) no-repeat;
	overflow:hidden;
}

a:hover#pagetop {
	background-position:0 -30px;
}

a:active#pagetop {
	background-position:0 -60px;
}

/* ==================== フォント設定 ==================== */
.font-size-s {
	font-size:85%;
}

.font-size-m {
	font-size:93%;
}

.font-size-l {
	font-size:107%;
}

.font-size-ll {
	font-size:122%;
}

.font-color-black {
	color:#000000;
}

.font-color-red {
	color:#FF0000;
}

.font-color-blue {
	color:#0061A0;
}

.font-color-green {
	color:#009966;
}

.font-color-orange {
	color:#FF6600;
}
.font-color-gray {
	color:#666666;
}