@charset "utf-8";

/* 大枠 */
html,
body {
	height: 100%;
	}
body {
	color: #2C190B;
	font-size: 14px; 
	line-height: 1.6;
	}
#wrapper {
	min-width: 960px;
	background: url(../img/bg.png);
	padding: 0 20px 0 0;
	position: relative;
	}
body > #wrapper {
	height: auto;
	}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    }
	
/* リンク */
a:link    {color:#0066FF; text-decoration: none;}
a:visited {color:#0066FF; text-decoration: none;}
a:hover   {color:#0066FF; text-decoration: underline;}
a:active  {color:#0066FF; text-decoration: underline;}

/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
	}
img {
	vertical-align: bottom;
	}
	

/* ▼▼▼ ヘッダー
=====================================*/
#header {
	width: 100%;
	overflow: hidden;
	}


/* タイトル */
.site_title {
	top: -20px;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	}
     .site_title div {
          position: relative;
          left: 50%;
          float: left;
          }
	#site_title {
		position: relative;
		left: -50%;
		float: left;
		}
          
.mainVisual {
	width: 746px;
	margin: -176px auto 35px;
	overflow: hidden;
	}
	

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
.bg {
	background: url(../img/bg02.png);
	padding: 20px 0 0 20px;
	}
.bg01 {
	background: url(../img/bg03.png) repeat-x left bottom;
	padding-bottom: 20px;
	}
.bg02 {
	background: url(../img/bg_contents.png);
	}
	
/* コンテンツ */
#contents {
	width: 868px;
	padding: 0 12px 0 16px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}

h2.subtitle {
	margin-bottom: 20px;
	}

.btn {margin-bottom: 10px;}
.date {margin-bottom: 90px;}
.present_read {
	background: url(../img/present03.png) no-repeat center bottom;
	padding-bottom: 212px;
	margin-bottom: 15px;
	overflow: hidden;
	}	
ul.kome {
	width: 580px;
	margin: 0 auto 70px;
	color: #572712;
	font-size: 13px;
	text-align: left;
	}

/* ▼▼▼ フッター
=====================================*/
#footer {
	width: 750px;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
	margin: 0 auto;
	color: #666;
	font-size: 11px;
	text-align: center;
	position: relative;
	clear: both;
	overflow: hidden;
	}
	#footer #copyright {
		position: absolute;
		bottom: 10px;
		left: 0;
		}
	#footer .watabe {
		float: right;
		}

