@charset "utf-8";

/* 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 {
	width:900px;
	padding-right: 10px;
	padding-left: 10px;
}
#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: #333;
	padding:5px;
	margin-top: 0px;
}
#AB_side a {
	color: #333;
	text-decoration:none;
}
#AB_side a:hover {
	color: #F60;
	text-decoration:underline;
}
#AB_side h5 a {
	color:#FFF;
}
#AB_side h5 a:hover {
	color:#F60;
}
#AB_side div.AB_section {
	margin-bottom:20px;
}
#AB_side span.AB_EntryNew {
	color: #CC0000;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 83.3%;
}
#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;
	padding:0px;
}
#AB_side li {
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding:0px;
}
#AB_side #AB_RSS p img {
	vertical-align:middle;
	padding: 0px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* サイドメニュー：カレンダー */
#AB_calendar {
	border-collapse:collapse;
	border:1px solid #ccc;
	width:100%;
	background-color: #FFF;
}

#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: #023564;
	text-align:center;
	padding: 0px;
	font-size: 75%;
	line-height: 2;
}
#AB_calendar a {
	background-color: #D6EAF5;
	display: block;
	width:100%;
	height:100%;
}
#AB_calendar a:hover {
	color:#023564;
	background-color: #D6EAF5;
}
/* メインエリア
--------------------------------------------------------------------------*/
#AB_main a {
	color: #3366CC;
	text-decoration:underline;
}
#AB_main .AB_Category p {
	font-size: 122%;
	font-weight: bold;
	margin-bottom:0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333;
	line-height: 1;
	padding-left: 7px;
	color: #333;
}
#AB_main h2 {
	font-size: 150%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom:5px;
}
#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_Category {
	margin-bottom: 20px;
	margin-top: 10px;
}
.AB_Entry {
	margin-bottom: 30px;
}
.AB_EntryBody {
	margin-bottom: 20px;
}
.AB_EntryALL {
	margin-top: 20px;
}
#AB_main a:hover {
	color: #F60;
	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;
  border: dotted 1px #999;
  padding: 0 1em;
}
.AB_EntryFoot .AB_PageNavi { text-align: center; }
.AB_EntryFoot .AB_EntryInfo .AB_EntryInfo-category { float: right; }

/* CMSのWYSIWYG部分と共通）
--------------------------------------------------------------------------*/

#AB_main p,
#AB_main table {
	margin-top: 10px;
	margin-bottom: 1em;
	line-height: 1.6;
	margin-right: 0px;
	margin-left: 0px;
	font-size:100%;
}
#AB_main h3 {
	font-size: 166.66%;
	margin: 30px 0;
	line-height:1.6;
	font-weight: bold;
}
#AB_main h4 {
	font-size: 133.33%;
	margin: 20px 0;
	line-height:1.6;
	font-weight: bold;
}
#AB_main h5 {
	font-size: 116.66%;
	font-weight: normal;
	margin: 20px 0;
	line-height:1.6;
	font-weight: bold;
}
#AB_main .center {
	text-align:center;
}

#AB_main .right{
	text-align:right;
}
#AB_main .small {
	font-size:84%;
}
#AB_main .big {
	font-size:133.33%;
}
#AB_main strong {
	font-weight:bold;
}

#AB_main hr {
	border-bottom:solid 1px #ccc;
	display:block;
	clear: both;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* リスト */
#AB_main ol {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#AB_main ol li{
	margin-left:2em;
	margin-bottom:1em;
	font-size:100%;
	list-style-type: decimal;
	line-height:1.6;
}
#AB_main ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#AB_main ul li {
	font-size: 100%;
	line-height: 1.8;
	margin-bottom: 0.5em;
	padding-left: 12px;
	margin-left: 1em;
}
/* テーブル */
#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%;}
