/* ------- ■全体の中身設定------- */
* {
  margin: 0;
  padding: 0;
}
#page a:link {
	color: #335016;
	text-decoration: underline;
}
#page a:visited {
	color: #335016;
	text-decoration: underline;
}
#page a:hover {
	color: #D30000;
	text-decoration: none;
}
#page a:active{
color: #D30000;
text-decoration: none;
}
HTML {
  scrollbar-arrow-color:#aaa;
  scrollbar-3dlight-color:#F7F7F7;
  scrollbar-darkshadow-color:#F7F7F7;
  scrollbar-face-color:#F7F7F7;
  scrollbar-highlight-color:#aaa;
  scrollbar-shadow-color:#aaa;
  scrollbar-track-color:#F7F7F7;
}
body {
	background: #FFF url(http://as-bird.jp/images/bg_main.gif) left top repeat;
	color: #766E65;
}
#page {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
}
#page .footer-bottom {
	width: 750px;
	height: 10px;
	margin: 0 auto;
}
#head-sub {
	width: 730px;
	height: 70px;
	margin: 0 auto;
	padding: 10px;
	background: url(http://as-bird.jp/images/bg_head2.gif) center top no-repeat;
}
#t-navi {
	padding: 0 20px;
	height: 60px;
}
#t-navi ul {
	list-style: none;
}
#t-navi li {
	float: left;
}
#t-navi li a {
	display:block;
	width: 115px;
	height: 60px;
	text-indent: -9999px;
}
#t-navi .bt-top a {
	background: url(http://as-bird.jp/images/bt_top.gif) left top no-repeat;
}
#t-navi .bt-top a:hover {
	background: url(http://as-bird.jp/images/bt_top.gif) left bottom no-repeat;
}
#t-navi .bt-intro a {
	background: url(http://as-bird.jp/images/bt_intro.gif) left top no-repeat;
}
#t-navi .bt-intro a:hover {
	background: url(http://as-bird.jp/images/bt_intro.gif) left bottom no-repeat;
}
#t-navi .bt-info a {
	background: url(http://as-bird.jp/images/bt_info.gif) left top no-repeat;
}
#t-navi .bt-info a:hover {
	background: url(http://as-bird.jp/images/bt_info.gif) left bottom no-repeat;
}
#t-navi .bt-blog a {
	background: url(http://as-bird.jp/images/bt_blog.gif) left top no-repeat;
}
#t-navi .bt-blog a:hover {
	background: url(http://as-bird.jp/images/bt_blog.gif) left bottom no-repeat;
}
#t-navi .bt-access a {
	background: url(http://as-bird.jp/images/bt_access.gif) left top no-repeat;
}
#t-navi .bt-access a:hover {
	background: url(http://as-bird.jp/images/bt_access.gif) left bottom no-repeat;
}
#t-navi .bt-contact a {
	background: url(http://as-bird.jp/images/bt_contact.gif) left top no-repeat;
}
#t-navi .bt-contact a:hover {
	background: url(http://as-bird.jp/images/bt_contact.gif) left bottom no-repeat;
}
#page .clear {
	clear: both;
}
BR{letter-spacing:normal;}

input, textarea {
  font-family: Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.btn {
  background-color:#eee;
  color:#766E65
}

form {
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 16px;
  margin: 0px;
}

h2 {
  font-size: 13px;
  margin: 0px;
}

blockquote {
  font-size: 12px;
  background-color:#fff;
  padding: 5px;
  margin: 5px;
  border: 1px solid #d4c6b1;
}

/* ------- ■画像 ------- */
img {
  border:none;
}

/* ------- ■全体の指定------- */
#inbox {
  MARGIN-LEFT: auto; 
  MARGIN-RIGHT: auto; 
  width: 750px;
	background: #F2EEE9;
}
#inbox .blog-box {
	padding: 0 10px;
}
/* ------- ■タイトル部分 ------- */
#banner {
  margin: 10px;
  padding: 0px 0px 0px 0px;
}

#banner_l {
  text-align: left;
  background-color: #f0f0f0;
  margin: 0px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
}

.site_title {
  padding: 5px 0px 0px 0px;
}

.description {
  font-weight: normal;
  color: #666;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 5px 0px 0px 0px;
}

/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 250px;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: right;
  OVERFLOW: hidden;
  width: 470px;
	padding-top: 10px;
	background: #FFF url(http://as-bird.jp/images/bg_content_top.gif) center top no-repeat;
}

#main .main-sect {
	padding-bottom: 20px;
	background: url(http://as-bird.jp/images/bg_content_bottom.gif) center bottom no-repeat;
}
/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 450px;
  OVERFLOW: hidden;
  margin: 10px 10px 30px 10px;
  text-align: left;
}

.entry_title {
  color: #777;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  margin: 3px 5px 3px 5px;
  padding: 0px 10px 0px 10px;
  border-left: 5px double #B3CE54;
}

.entry_date {
  color: #aaa;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  text-align: left;
  margin: 0px 0px 0px 0px;
}

.entry_body   {
  background-image: url(../skin/images/no18_13.gif);
  font-size: 12px;
  line-height: 142%;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 0px 0px 5px 0px;
  padding: 0px 15px 0px 15px;
}

.entry_body li{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 20px;
  list-style-type: circle;
}

.entry_state {
  font-size: 12px;
  color: #666666;
  margin: 10px 0px 5px 0px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-align: center;
  clear: both;
}

.subBodyset {
  width: 460px;
  OVERFLOW: hidden;
  margin: 0px 0px 30px 0px;
  text-align: left;
  border: 1px solid #ddd;
}

.sub_title {
  color: #888;
  font-size: 13px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 5px 0px 10px;
  margin: 5px 0px 5px 5px;
  border-left: 5px solid #ddd;
}

.sub_state {
  font-size: 12px;
  color: #666666;
  margin: 0px 0px 0px 0px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  text-align: center;
  clear: both;
}

/* ------- ■メニューの小分け部分 ------- */
#sideleft .left-box {
	padding-top: 70px;
	background: #FFF url(http://as-bird.jp/images/bg_leftnavi_top_sub.gif) center top no-repeat;
}
#sideleft .sect-lnavi {
	padding: 10px;
	background: url(http://as-bird.jp/images/bg_leftnavi_bottom.gif) center bottom no-repeat;
}
.sideSet {
  width: 230px;
  padding: 0px 0px 0px 0px;
  margin: 20px 10px 20px 10px;
  text-align: left;
}

.linktitle   {
	width: 210px;
	height: 25px;
	margin: 0 auto;
	background: url(http://as-bird.jp/images/entry_capt.gif) center top no-repeat;
  padding: 6px 0px 0px 20px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

#sideleft .linktext {
	padding: 5px;
  font-size: 12px;
  color: #766E65;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	position: relative;
}

#sideleft .linktext ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.5em;
}

#sideleft .linktext li{
  list-style-type: none;
}

#sideleft .li_main{
  background: url(http://as-bird.jp/images/entry_point.gif) left top no-repeat;
	padding-left: 15px;
}

/* ------- ■ページ移動リンク ------- */
.nextback {
  font-size: 12px;
  text-align: center;
  font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Verdana, Osaka‐等幅;
  margin: 20px 10px 20px 10px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  padding: 0px 0px 0px 0px;
}

#search {
  color: #766E65;
  font-size: 12px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}

/* ------- ■ページトップ ------- */
.pagetop {
  text-align: right;
  margin: 10px 20px 20px 0px;
}

/* ------- ■カレンダー部分 ------- */
/* --- 月～日の部分 --- */
.calendar_top {
  width: 100%;
  font-size: 10px;
  color: #766E65;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #766E65;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_sattop {
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 数字の部分 --- */
.calendar {
  width: 100%;
  font-size: 10px;
  color: #766E65;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 0px 0px 0px;
}
.calendar a, .calendar a:link, .calendar a:visited, .calendar a:active {display:block; background-color:#eaeaea; color:#766E65; text-decoration:none;}

.cell {
  color: #766E65;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_today {
  color: #666;
  font-size: 10px;
  font-weight: bold;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #c00;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #5982b2;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

/* --- 年月の部分 --- */
.calendarym {
  width: 100%;
  font-size: 10px;
  color: #766E65;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  letter-spacing : 1px;
  padding: 0px 0px 25px 0px;
}


/* ------- ■フッダー部分 ------- */
#f-navi {
	width: 730px;
	background: #FFF url(http://as-bird.jp/images/bg_footer_top.gif) center top no-repeat;
	margin: 20px auto 0 auto;
	padding-top: 10px;
}
#f-navi .footer-text {
	text-align: center;
	background: url(http://as-bird.jp/images/bg_footer_bottom.gif) center bottom no-repeat;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}
