@charset "UTF-8";
@import url("fonts-min.css");
body {
	text-align: left;
	color: #000000;
	background: #FBDDDC;
	background: #FBDDDC url(coback01.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
}

table {
    font-size: inherit;
    font: 100%;
	line-height: 150%;
	margin: 0px;
}

/* -----------------------------------
■エレメント / タグセレクター
----------------------------------- */

ul, ol, dl {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 20px;
}
a img {
	border: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* -----------------------------------
■基本レイアウト
----------------------------------- */

/* コンテナ */
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
}

#header {
	
}
.headerFreeArea {
	width: 928px;
	margin: 0px 16px 0px 16px;
}

#content {
	clear: both;
	padding: 0;
}
.contentNest {
	padding: 35px 35px 0px 35px;
}

#footer {
	background: #FFFFFF;
}
.footerFreeArea {
	padding: 15px;
}

/* その他の float/clear クラス */
.flootRight {
	float: right;
	margin-left: 13px;
	margin-bottom: 13px;
}
.flootLeft {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}
.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* -----------------------------------
■見出し
----------------------------------- */
 /* SEO対策に使用 */
h1 {
	font-size: 100%;
	font-weight: normal;
	color: #560911;
	background-color: #FCDEDB;
	margin-bottom: 0;
	padding: 0.25em 15px;
	text-align: right;
}

h2 {
	font-size: 153.9%;
	color: #FFF;
	text-align: left;
	background-color: #A52937; /* メインカラー1 */
	margin-right: -10px;
	margin-left: -10px;
	padding: 0.25em 23px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
h3 {
	font-size: 138.5%;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	border-left: 5px #A52937 solid; /* メインカラー1 */
	border-bottom: 1px #999999 dotted;
	padding: 0.25em 8px;
}
h4 {
	font-size: 123.1%;
	text-align: left;
	background-color: #FCDEDB;
	padding: 0.125em 13px;
	border-top: 2px #A52937 solid; /* メインカラー1 */
	border-bottom: 1px #CCCCCC solid;
}
h5 {
	font-size: 116%;
	text-align: left;
	border-left: 5px #A52937 solid; /* メインカラー1 */
	padding: 0 8px;
}
h6 {
	color: #A52937; /* メインカラー1 */
	font-size: 108%;
	text-align: left;
}
p {
	font-size: 100%;
	line-height: 150%;
	padding: 0px;
}
strong {
	color: #A52937; /* メインカラー1 */
}

/* 注釈 */
.notes {
	font-size: 100%;
	line-height: 100%;
	color: #A52937; /* メインカラー1 */
	margin: -7px 13px 20px 13px;
	padding-left: 1em;
	text-indent: -1em;
}

/* 文字中央揃え */
.textCenter {
	text-align: center;
}

/* 文字右揃え */
.textRight {
	text-align: right;
}

/* -----------------------------------
■定型パーツ
----------------------------------- */
/* パンクズリスト */
.topicPath {
	font-size: 93%;
	margin: 0px 0px 13px 0px; /* 上・右・下・左 */
}

/* リンクエリア */
.linkArea {
	text-align: right;
}
.linkArea a {
	border: 1px #84532E solid;
	text-decoration: none;
	color: #84532E;
	background-color: #FFF;
	padding: 0.5em;
}
.linkArea a:hover {
	color: #FFF;
	background-color: #84532E;
}


/* ページTOPへ */
.linkTop {
	font-size: 100%;
	text-align: right;
	margin: 0px 0px 20px 0px;
	clear: both;
}
.linkTop a {
	text-decoration: none;
}
.linkTop span {
	color: #A52937; /* メインカラー1 */
}

/* 戻る */
.linkBack {
	font-size: 100%;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
.linkBack a {
	text-decoration: none;
}

/* 住所 */
.addressArea {
	padding: 0 20px 0 20px;
	color: #003313;
	font-size: 100%;
	line-height: 200%;
}

/* コピーライト */
.copyrightArea {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	border-top: 5px #A52937 solid;
	font-size: 100%;
	text-align: center;
}

/* コピーライト */
.imageArea {
	margin: 0px 0px 20px 0px;
}


/* 囲み */
.squareBoxA {
	background: #FCDEDB;
	border: 1px dashed #A52937; /* メインカラー1 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin: 0px 0px 20px 0px;
	padding: 1em;
}
.squareBoxA p {
	font-size: 108%;
	margin-bottom: 0px;
	padding: 0.5em 0.5em;
	line-height: 200%;
}
.squareBoxA ul,.squareBoxA ol {
	padding-top: 1em;
	padding-bottom: 0px;
}

/* -----------------------------------
■タブ切り替え
----------------------------------- */

.tabNav{
	position: relative;
	z-index: 10;
	*zoom: 1;
	list-style-type: none;
	padding-left: 13px;
}
.tabNav li{
	float: left;
	margin-right: 0.25em;
}
.tabNav li a{
	display: block;
	border: 1px solid #CCCCCC;
	padding: 0.25em 0.5em;
	background-color: #EEEEEE;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	text-decoration: none;
}
.tabNav li a:hover{
	background-color: #FFFFFF;
}
.tabNav li a.active{
	background-color: #FCDEDB;
	border-bottom: 1px solid #FCDEDB;
}
.tabContent{
	clear: left;
	position: relative;
	top: -1px;
	z-index: 1;
	background-color: #FCDEDB;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding: 1em;
}

/* -----------------------------------
■リスト
----------------------------------- */

/* リストA */
.listDesignA {
	font-size: 108%;
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
}
.listDesignA li {
	margin: 0 0 1em 1em;
	padding: 0;
}

/* リストB */
.listDesignB {
	font-size: 108%;
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0 0 1em 0;
}
.listDesignB li {
	margin: 0 0 1em 0;
	padding: 0;
}

/* -----------------------------------
■表組
----------------------------------- */
/* 表組A */
.tableDesignA {
	font-size: 108%;
	margin: 0px auto 20px auto; /* 上・右・下・左 */
	border: 1px #CCCCCC solid;
	border-collapse: collapse; /* 表の枠線を隣の枠線と重ねて表示 */
	background-color: #FFFFFF;
}
.tableDesignA caption { /* デフォルトのキャプション */
	caption-side: top;
	text-align: right;
}
.tableDesignA th {
	color: #FFFFFF;
	font-weight: normal;
	text-align: center; /* セルの横の配置 */
	vertical-align: middle; /* セルの縦の配置 */
	white-space: nowrap; /* 改行しない */
	background-color: #A52937;
	padding: 0.75em;
	border: 1px #CCCCCC solid;
}
.tableDesignA td {
	vertical-align: middle;
	padding: 0.75em;
	border: 1px #CCCCCC solid;
}
.tableDesignA .odd {
	background-color: #FCDEDB; /* 奇数背景 */
}
.tableDesignA .even {
	background-color: #FFFFFF; /* 偶数背景 */
}

/* -----------------------------------
■TOP
----------------------------------- */
.topMenuArea {
	width: 310px;
	float: left;
	margin-right: 15px;
}
.topMenuAreaNest {
	border: 1px #84532E solid;
	padding: 1em;
	color: #84532E;
	font-size: 108%;
}
.topMenuAreaNest ul {
	padding: 0 1em 0 1em;
	list-style-type: none;
}
.topMenuAreaNest li {
	margin: 0.5em 0 0.5em 0;
}
.topMenuAreaNest a{
	color: #84532E;
}
.topMenuAreaNest a:hover{
	color: #84532E;
}
.topMenuAreaNest a.active{
	color: #84532E;
}
.topNewsArea {
	width: 550px;
	float: right;
	margin-left: 15px;
}
.topNewsAreaNest {
	font-size: 108%;
}
.topNewsAreaNest ul {
	padding: 0;
	list-style-type: none;
}
.topNewsAreaNest li {
	margin: 0.5em 0 0.5em 0;
	padding: 0 0.25em 0.5em 0.25em;
	border-bottom: 1px #666666 dotted;
}
.topNewsAreaNest a,.topNewsAreaNest span {
	color: #84532E;
}