@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: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1;
}

body {
	color: #64605B;
	background-color: #ffffff;
}
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;
	text-align: left;
}
#AB_main {
	width:640px;
	float:right;
	background-color:white;
}
#AB_side {
	width:180px;
	float:left;
	background-color:#FFFFFF;
}

/* サイドメニュー
--------------------------------------------------------------------------*/
#AB_side h5 {
	text-align:center;
	color:#FFF;
	background-color: #0079C3;
	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: 87.5%;
	line-height: 1.4;
}
#AB_side #AB_RSS p img {
	vertical-align:middle;
	padding: 0px 5px;
}

/* サイドメニュー：カレンダー */
#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 a {
	color: #3366CC;
	text-decoration:underline;
}
#AB_main h2 {
	font-size: 122%;
	font-weight: bold;
	margin-bottom:20px;
	border: 3px double #CCCCCC;
	padding: 5px;
}
#AB_main h3 {
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
	color: #0079C3;
	text-align: left;
}
/* 大見出し */
#AB_main h4 {
	font-size: 133%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 25px;
}
/* 中見出し */
#AB_main h5 {
	margin-bottom: 25px;
	color: #333;
	font-size: 116%;
	line-height: 1.4;
}
/* 小見出し */
#AB_main h6 {
	color: #333;
	margin-bottom: 1em;
	font-size: 100%;
}
/* 段落 */
#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_EntryHead .AB_EntryDate {
	text-align: right;
}
.AB_EntryHead {
	margin-bottom: 20px;
}
.AB_Entry {
	margin-bottom: 30px;
}
.AB_EntryBody {
	margin-bottom: 20px;
	line-height: 1.6;
}
.AB_EntryALL {
	margin-top: 20px;
}
#AB_main a:hover {
	color: #C00;
	text-decoration:underline;
}
.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 table.table1 {
	border-collapse:collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	width:638px;
}
#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:598px;
	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:638px;
}
#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:598px;
	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:638px;
}
#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%;}

#AB_main .small {
	font-size:84%;
}
#AB_main .big {
	font-size:133.33%;
}
#AB_side #AB_RSS {
	font-size: 87.5%;
}
#AB_side #AB_RSS a{
	text-decoration:none;
}
