/*  
Theme Name: aic_wp_03
Theme URI: none
Description: 
Version: 1.0
Author: aic-tokai
Author URI: http://aic-tokai.com/
Tags: aic-tokai, Web design and programming, Computer programming.
*/

/*>>>>> Setup and Reset <<<<<*/

@import "general.css";

form {
  margin: 0;
  padding: 0;
}

h2 {
  clear: both;
}

body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 80%;
  line-height: 1.5;  /*unitless for proper inheritance*/
  color: #666;
  /*background: #ddd;*/
  background: #ddd;/* url(img/sea_summer.jpg);;*/
  /*background: #3496BB url(img/background_3496bb.jpg) repeat-x;*/
  padding: 0;
}

#container {
  float: center;
  margin: 0 auto;
  padding: 0;
  width: 900px;
  min-height: 700px;
  _height: 700px;
  /*background: #d3dcfb;*/
  /*background: #d3dcfb url(img/1x1b.gif) repeat-y 100% 0;/*#6395ab;*/
  /*background: #fff url(img/1x1b.gif) repeat-y 100% 0;/*#6395ab;*/
  background: #fff url(img/900x1b.gif) repeat-y;
}
#container:after {
  content: "";
  display: block;
  clear: both;
}

#head {
  /*height: 137px;*/
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(img/menu-w.jpg) no-repeat;
}




/* top menu */

#nav-container {
  margin: 0px 0 0 0px;
  padding: 0; /* ZERO! */
  width: 100%;
  background: url(img/1x1_bbb.jpg) repeat-x 0 100%;
}
#nav-container:after {
  content: "";
  display: block;
  clear: both;
}

#nav{
  margin: 0px 0 0 0px /*71px; /* left space */
  padding: 0;
  width: ***;
}

#nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;/*828px;  /* menu width */
  /*background: #000 url(img/1x1_bbb.jpg) repeat-x 0 100%;*/
}

#nav li{
  float: left;
  width: 130px; /* menu width 180 -> 140 */
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bbb;
  background: url(img/navdivider.jpg) no-repeat center right;
}

#nav a{
  text-align: center;
  display: block;
  padding: 0.1em 0 0.3em 0;
  width: 100%;
  /*background-color: darkgray;*/
  /*background: url(img/menu_under_line_wide.jpg) no-repeat 50% 95%;*/
  background: url(img/menu_under_line_wide_180.jpg) no-repeat -47px 95%;
  color: #3496bb; /*#3496BB;*/ /* メニュー文字色 */
  font-weight: bold;
  text-decoration: none;
}

#nav a:hover{
  background: url(img/menu_under_line_wide_hover_180.jpg) no-repeat 50% 95%;
}

/* カテゴリーの場合 */
#nav li.current-cat {
  border-bottom: 1px solid white;
}
#nav li.current-cat a {
  background: url(img/clear.gif);
}
#nav li.current-cat a:hover {
  background: url(img/menu_under_line_wide_hover_180.jpg) no-repeat 50% 95%;
}

/* ページの場合 */
#nav li.current_page_item {
  border-bottom: 1px solid white;
}
#nav li.current_page_item a {
  background: url(img/clear.gif);
}
#nav li.current_page_item a:hover {
  background: url(img/menu_under_line_wide_hover_180.jpg) no-repeat 50% 95%;
}

/* end of top menu */





#sidebar {
  float: left;
  width: 260px;
  margin: 0;
  padding: 0;
  background: white url(img/1x1b.gif) repeat-y;/*#6395ab;*/
  color: black;
  min-height: 700px;
  _height: 700px;
}

.widget {
  width: 230px;
  float: center;
  margin: 0 auto;
  padding: 0;
}

#sidebar h3 {
  display: block;
  font-size: 110%;
  width: 100%;
  /*border-bottom: 1px solid black;*/
  margin: 2px 0 0 0;
  padding: 3px 0 3px 0;
  text-align: center;
  background: url(img/sb_title.gif) 0 50%;
  color: #004795;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  margin: 2px 0 0 11px;
  background: url(img/sb_li.gif) 0 50%;
  padding: 0 0 0 12px;
}
#sidebar a {
  color: #004795;
  text-decoration: none;
}
#sidebar a:hover {
  color: #004795;
  text-decoration: underline;
}

#search {
  margin: 3px 0 0 11px;
  padding: 0;
}




#content {
  float: right;
  width: 640px;
  padding: 0;
  margin: 0;
  background: url(img/1x1b.gif) repeat-y 100% 0;/*#6395ab;*/
}

#logo {
  width: 100%;
  height: 70px;
  background: url(img/logo2a.jpg) no-repeat 50% 50%;
}

#logo2 {
  display: block;
  float: left;
  margin: 0 auto;
  width: 890px;
  height: 70px;
  background: url(img/logo2b.jpg) no-repeat 5px 50%;
}

#footer {
  width: 900px;
  float: center;
  margin: 0 auto 8px auto;
  padding: 8px 0 8px 0;
  /*border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;*/
  border-top: 1px solid #ddd;
  text-align: center;
  background: url(img/footer.jpg) 0 100%;
}

/* カテゴリータイトル */
h1.single_cat_title {
  display: block;
  width: 609px;
  border-bottom: 3px solid #ccc;
  padding: 3px 0 3px 30px;
  background: url(img/single_cat_title.gif) no-repeat 0 50%;
  color: #3496bb;
  font-size: 110%;
}

h2.title {
  display: block;
  width: 611px;
  border-bottom: 3px solid #ccc;
  margin: 0 0 0 3px;
  padding: 3px 0 3px 25px;
  background: url(img/h2_title_entry.gif) no-repeat 0 50%;
  color: #3496bb;
  font-size: 100%;
}

h2.title_page {
  display: block;
  width: 609px;
  border-bottom: 3px solid #ccc;
  padding: 3px 0 3px 30px;
  background: url(img/single_cat_title.gif) no-repeat 0 50%;
  color: #3496bb;
  font-size: 110%;
}

#content a {
  font-weight: bold;
  text-decoration: none;
  color: #3496bb;
}

.entry {
  padding: 0px 8px 0px 8px;
}

#post_rapper a {
  color: black;
  font-weight: normal;
}

#post_rapper a:hover {
  color: blue;
  text-decoration: underline;
}

#cathead {
  margin: 3px 0 0 0;
  padding: 0;
}

h3.cathead {
  padding: 0;
  margin: 0;
  font-size: 100%;
  border-bottom: 3px solid #ccc;
  color: #3496bb;
}

#cathead a {
  font-weight: bold;
  text-decoration: none;
  color: #3496bb;
}


h2.title_home {
  display: block;
  width: 630px;
  border-bottom: 3px solid #ccc;
  margin: 8px 0 0 0;
  padding: 3px 0 3px 10px;
  background: #3496bb;/*black;*/
  color: white;
  font-size: 100%;
}

#post a {
  color: white;
  font-weight: bold;
}
#post a:hover {
  text-decoration: underline;
}


p.posted {
  font-size: 90%;
  color: black;
}
#posted a {
  color: black;
  font-weight: normal;
}

.title_wn {
  clear: both;
  display: block;
  width: 630px;
  border-bottom: 3px solid #ccc;
  margin: 5px 0 0 0;
  padding: 3px 0 3px 10px;
  background: #3496bb;/*black;*/
  color: white;
  font-size: 100%;
  font-weight: bold;
}

#history ul {
  margin: 0;
  padding: 1px;
  list-style-type: none;
}

#history li, ul {
  margin: 0;
  padding: 3px 0 0 0;
}

#history a {
  color: black;
  font-weight: normal;
}

#history a:hover {
  text-decoration: underline;
}

li.link_list_last {
  margin: 5px 0 0 0;
  border-top: 1px dotted #d3dcfb
}



#top_content_1 {
  width: 640px;
  height: 65px;
  /*background: yellow;*/
  background: url(img/logo_right.gif) no-repeat;
}
#top_content_2 {
}

/* お問い合わせの下の部分 */
#sita {
  width: 95%;
  border: 1px solid #d3dcfb;
  padding: 3px 3px 3px 20px;
}
#sita a {
  color: black;
  font-weight: normal;
}
#sita a:hover {
  color: blue;
  text-decoration: underline;
}


#postnav {
  border: none;
}

#postnav a {
  color: #3496bb;
  text-decoration: none;
}
#postnav a:hover {
  text-decoration: underline;
}




/***************************************************/
a.sidebar_banner_blockey {
  display: block;
  width: 100%;
  height: 90px;
  background: url(img/blockey_200x72.png) no-repeat 50% 50%;
}
a.sidebar_banner_rights {
  display: block;
  width: 100%;
  height: 60px;
  background: url(img/rogo_1.jpg) no-repeat 50% 50%;
}
a.sidebar_banner_classictown {
  display: block;
  width: 100%;
  height: 160px;
  background: url(img/banner_classictown.jpg) no-repeat 50% 50%;
}
a.sidebar_banner_chitamaki {
  display: block;
  width: 100%;
  height: 94px;
  background: url(img/chitamaki_banner.jpg) no-repeat 50% 50%;
}



