@charset "utf-8";

/* フォントサイズの統一
--------------------------------------------------------------------------*/
/* Win IE のみ */
body { font-size: 100%; }
/* Win IE 以外のブラウザ */
html>body { font-size: 16px; }
/* Win IE7 のみ */
*:first-child+html body { font-size: 100%; }


/* リセット
--------------------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3",  "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1;
}

body {
	color: #64605B;
	background-color: #F3F2E8;
}
a,a:link,
a:visited,
a:hover {
	color: #64605B;
	text-decoration: none;
}
a:hover {
	color: #7EB82B;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li,
ol li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
hr { display: none; }

ul li, ol li,
th, td {
	font-size: 75%;
	line-height: 1.4;
}
p {
	font-size: 75%;
	line-height: 1.6;
}

/* 入れ子の文字サイズ設定 */
li li {
	font-size: 100%;
}

/* clearfix
--------------------------------------------------------------------------*/
#AB_container,
.AB_Entry {display: inline-block;}
#AB_container:after,
.AB_Entry:after {
    content: ".";
	font-size: 0.1em;
	line-height: 0;
    display: block;
    height: 0;
    visibility: hidden;
	clear: both;
}
/*\*/ 
* html #AB_container,
* html .AB_Entry {height: 1%;} 
#AB_container,
.AB_Entry {display: block;} 
/**/

/* ベースレイアウト
--------------------------------------------------------------------------*/
#AB_container {
	padding-left:25px;
	padding-right:25px;
	width:880px;
	margin-top: 25px;
}
#AB_main {
	width:700px;
	background-color:white;
}
#AB_side {
	width:180px;
	background-color:#FFFFFF;
	margin-left: 11px;
}

/* サイドメニュー
--------------------------------------------------------------------------*/
#AB_side h5 {
	text-align:center;
	color:#FFF;
	background-color: #9B8F3D;
	padding:5px;
	background-image: url(../images/common/texture.gif);
}
#AB_side a {
	color: #666;
	text-decoration:underline;
}
#AB_side a:hover {
	color: #C00;
	text-decoration:underline;
}
#AB_side h5 a {
	color:white;
}
#AB_side h5 a:hover {
	color:white;
}
#AB_side div.AB_section {
	margin-bottom:20px;
}
#AB_side span.AB_EntryNew {
	color: #F60;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 75%;
}
#AB_side span.AB_EntryDate,
#AB_side .AB_EntryCount {
	font-size: 83.3%;
	padding-left: 2px;
}
#AB_side ul {
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#AB_side li {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 75%;
	line-height: 1.4;
}
#AB_side #AB_RSS p img {
	vertical-align:middle;
	padding: 0px 5px;
}
#AB_side #AB_RSS {
	font-size: 87.5%;
}
#AB_side #AB_RSS a{
	text-decoration:none;
}

/* サイドメニュー：カレンダー */
#AB_calendar {
	border-collapse:collapse;
	border:1px solid #F2EEE4;
	width:100%;
	background-color: #FBFAF2;
}

#AB_calendar th {
	background-color: #FFFFFF;
	color:#666666;
	padding:2px;
	text-align:center;
	font-size: 75%;
}
#AB_calendar th.AB_Sun {
	color:red;
}
#AB_calendar th.AB_Sat {
	color:blue;
}
#AB_calendar td {
	color: #8B8564;
	text-align:center;
	padding: 1px;
	font-size: 75%;
}
#AB_calendar a {
	background-color: #EEE7D7;
	display: block;
	width:100%;
	height:100%;
}
#AB_calendar a:hover {
	color:8B8564;
	background-color: #DDD4C8;
}
#AB_main h2.category {
	font-size: 110%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9B8F3D;
	line-height: 1;
	padding-left: 7px;
	color: #9B8F3D;
	padding-bottom: 5px;
	margin-bottom: 20px;
	display: block;
	margin-top: 0px;
}
/* メインエリア
--------------------------------------------------------------------------*/
#AB_main h2 {
	font-size: 133%;
	font-weight: bold;
	line-height: 48px;
	color: #9B8F3D;
	margin-top: 0px;
	padding: 0px;
}
#AB_main h6 {
	color: #333;
	margin-bottom: 1em;
	font-size: 100%;
}
.AB_EntryHead .AB_EntryDate {
	text-align: right;
}
.AB_EntryHead {
	margin-bottom: 20px;
	height: 68px;
	background-image: url(/images/common/bg_title.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	position: relative;
	width: 650px;
}
.AB_Entry {
	margin-bottom: 40px;
	position: relative;
	border: 1px solid #D9D5B3;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#AB_main p.category {
	position:absolute;
	top:60px;
	left:40px;
	padding: 0px;
	margin: 0px;
	font-size: 75%;
}
#AB_main p.category a {
	color:#7EAF3F;
}

.AB_EntryBody {
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 80%;
}
.AB_EntryALL {
	margin-top: 20px;
}
.AB_Navi {
	margin-bottom: 20px;
	text-align: center;
	font-size: 75%;
}
.AB_Navi a {
	background-color: #fff;
	display: inline-block;
	padding: 0px 7px;
}
.AB_Navi a:hover {
	background-color: #C5CDD0;
}
#AB_main .AB_Navi a.state {
	background-color: #83949C;
	color: #FFFFFF;
}
.AB_EntryFoot {
	text-align: left;
	font-size: 87.5%;
}
#AB_main .AB_EntryDate{
	position: absolute;
	top: -5px;
	right: -5px;
	margin: 0px;
	width: 84px;
	height: 82px;
	line-height:normal;
	background-image: url(/images/common/parts_calendar.png);
	background-repeat: no-repeat;
	color: #9B8F3D;
}
#AB_main .AB_EntryDate_HEAD{
	position: absolute;
	top: 6px;
	left: 0px;
	font-size:12px;
	width:84px;
	text-align: center;
	color: #FFF;
}
#AB_main .AB_EntryDate_M{
	padding-left:2px;
}

#AB_main .AB_EntryDate_D{
	position: absolute;
	top: 30px;
	left: -3px;
	font-size:34px;
	width:72px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
#AB_main .AB_EntryDate_W{
	position: absolute;
	top: 52px;
	right: 8px;
	font-size:10px;
}

/* 以下、tinyMCE.css と共通
--------------------------------------------------------------------------*/
/* 字下げ */
#AB_main blockquote {
	margin-left:40px;
}
/* アンカーリンク */
#AB_main a {
	color: #3366CC;
	text-decoration:underline;
}
#AB_main a:hover {
	color: #C00;
	text-decoration:underline;
}
/* 文字スタイル */
#AB_main .small {
	font-size:84%;
}
#AB_main .big {
	font-size:133.33%;
}
/* 段落 */
#AB_main p {
	font-size: 100%;
	line-height: 1.6;
	margin-top: 1em;
	margin-bottom: 1.4em;
}
#AB_main li,
#AB_main dt,
#AB_main dd,
#AB_main th,
#AB_main td {
	font-size: 100%;
	line-height: 1.6;
}
/* 大見出し */
#AB_main h3 {
	font-size: 166%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	color: #605247;
	margin-top: 40px;
	padding-bottom: 5px;
}
/* 中見出し */
#AB_main h4 {
	font-size: 133%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 25px;
	margin-top: 40px;
	padding-bottom: 2px;
}
/* 小見出し */
#AB_main h5 {
	margin-bottom: 25px;
	color: #333;
	font-size: 116%;
	line-height: 1.4;
	margin-top: 40px;
}

/* 罫線 */
#AB_main hr {
	display:block;
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #9B8F3D;
	border-right-color: #9B8F3D;
	border-bottom-color: #9B8F3D;
	border-left-color: #9B8F3D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
/* リスト */
#AB_main ol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#AB_main ol li{
	margin-bottom:0.5em;
	font-size:100%;
	list-style-type: decimal;
	line-height:1.4;
	margin-left: 5px;
}
#AB_main ul {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#AB_main ul li {
	font-size: 100%;
	line-height: 1.4;
	margin-bottom: 0.5em;
	padding-left: 5px;
	list-style-type: disc;
}

/* テーブル */
#AB_main table.table1 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width:668px;
}
#AB_main table.table1 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table1 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table2 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width:628px;
	margin-left:40px;
}
#AB_main table.table2 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table2 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table3 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	margin-left:1px;
	width:668px;
}
#AB_main table.table3 th {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table3 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table4 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	width:628px;
	margin-left:41px;
}
#AB_main table.table4 th {
	padding: 5px 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table4 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table5 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
}
#AB_main table.table5 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table5 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}

#AB_main table.table6 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}
#AB_main table.table6 th {
	padding: 5px 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table6 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table7 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	margin-left:auto;
	margin-right:auto;
}
#AB_main table.table7 th {
	background-color: #EFEFF0;
	padding: 5px 10px;
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table7 td {
	border: 1px solid #999;
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}

#AB_main table.table8 {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	margin-left:auto;
	margin-right:auto;
}
#AB_main table.table8 th {
	padding: 5px 10px;
	font-size:100%;
	line-height:1.6;
}
#AB_main table.table8 td {
	font-size:100%;
	line-height:1.6;
	padding: 5px 10px;
}
#AB_main table.table9 {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	width:668px;
}
#AB_main table.table9 th{
	font-size:100%;
	border:none;
	padding: 5px 10px;
}
#AB_main table.table9 td {
	font-size:100%;
	border:none;
	padding: 5px 10px;
}
#AB_main table.table1 p,
#AB_main table.table2 p,
#AB_main table.table3 p,
#AB_main table.table4 p,
#AB_main table.table5 p,
#AB_main table.table6 p,
#AB_main table.table7 p,
#AB_main table.table8 p,
#AB_main table.table9 p{font-size:100%;}
cccc
