@charset "utf-8";
/*
=========================================================
    General Style Definitions
---------------------------------------------------------
  Copyright (C) 2011 Yeti PaPa. All rights reserved.
    http://www.yetipapa.com/
=========================================================
*/

a:link {
	color: #158E9F;
	background-color: inherit;
}

a:visited {
	color: #559D93;
	background-color: inherit;
}

a:hover, a:active {
	color: #F94A65;
	background-color: inherit;
}

img {
	border-style: none;
}

p, div, li, dt, dd, th, td, h2, h3 {
	font-family: 'MS UI Gothic', HGPｺﾞｼｯｸM,
	  'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro', HiraMaruPro-W4,
	  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3,
	  平成角ゴシック, HeiseiKakuGothic,
	  'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

code {
	font-family: 'ＭＳ ゴシック', 'Osaka-等幅', monospace;
}

p, div, li, dt, dd, th, td {
	color: #66301E;
	background-color: inherit;
}

p, li, dt, dd {
	line-height: 1.5;
}

ol, ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol {
	margin-left: 0; /* Indent for IE */
	padding-left: 30px; /* Indent for Firefox */
}

ul {
	margin-left: 0; /* Indent for IE */
	padding-left: 20px; /* Indent for Firefox */
}

li {
	margin-top: 5px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

/* ---------------------------------------------------- */

body {
	margin: 0;
	border-style: none;
	color: #66301E;
	background-color: #E6DFC4;
	text-align: center; /* Centering for IE */
}

div#container {
	width: 920px;
	margin-left: auto; margin-right: auto;
	color: inherit;
	background-color: #FFF;
	text-align: left; /* Centering for IE */
}

div#head {
	position: relative;
	height: 120px;
	color: inherit;
/*	background: #FEEDD3 url(/head_line.gif) repeat-x top; xxx */
	background: #FEEDD3 url(./head_line.gif) repeat-x top;
}

div#head h1 {
	position: absolute;
	top: 33px;
	left: 12px;
	width: 253px;
	height: 74px;
	margin: 0;
	font-size: 0;
}

div#head h1 img#logo_01 {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#head h1 img#logo_02 {
	position: absolute;
	top: 0;
	right: 0;
}

div#head div#intro {
	position: absolute;
	top: 35px;
	right: 10px;
	color: #66301E;
	background-color: inherit;
	font-size: 0.8em;
	font-weight: bold;
}

div#head ul {
	position: absolute;
	top: 77px;
	right: 20px;
	height: 30px;
	margin: 0;
	padding: 0;
}

div#head ul li {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 0;
}

/*
h2 {
	float: left;
	margin: 10px 10px 0 10px;
}

#headDsc {
	margin: 20px 0 0 10px;
	font-size: 0.9em;
}
*/

div#dscBox {
	clear: both;
	float: left;
	position: relative;
	width: 182px; /* width + padding = 202 */
	margin: 5px 20px 5px 5px;
	padding: 10px;
}

div#dscBox * {
	position: relative;
	background-color: transparent;
}

div#dscBox img#dscBoxBgT {
	position: absolute;
	top: 0;
	left: 0;
}

div#dscBox img#dscBoxBgB {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#dscBox h2.headImg {
	text-align: center;
	margin: 0;
	font-size: 0;
}

div#dscBoxFr {
	float: right;
	width: 688px; /* 920<container> - (202<dscBox> + 25<dscBox margin>) - 5<margin> */
	margin-right: 5px;
}

div#content { /* width=920 (inner 880px) */
	padding: 10px 20px 30px;
}

.sepT {
	border-top: 3px dashed #E95541;
}

div#foot {
	clear: both;
	color: inherit;
/*	background: #FEEDD3 url(/foot_line.gif) repeat-x top; */
	background: #FEEDD3 url(./foot_line.gif) repeat-x top;
	padding: 5px 0;
}

div#foot ul {
	margin: 5px 0;
	text-align: center;
}

div#foot ul li {
	display: inline;
	margin: 3px;
}

div#foot div#copy {
	margin: 5px 0;
	color: #606060;
	background-color: inherit;
	font-size: 0.8em;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

