/*
Theme Name: kawana_ganka_theme
Theme URI: http://www.kawanaganka,com
Description: kawana_ganka
Version: 1.0
Author: SHOH NAGATA (AD) SAWADA MINORI (LOGO)
Author URI: http://www.na9ata.com/
*/

* {
zoom: 1;
}

html{
height: 100%;
}

/*デフォルト */
a, h1, h2, h3, h4, h5, h6, blockquote {
 margin: 0 0 0 0;
 padding: 0;
 border: 0;
}
/*ブログ日付*/
h7{
margin:0 0 0 8px;
 font-size: 10px;
}
p {
 margin: 5px 0 5px 0;
 padding: 0;
 border: 0;
}


/* strong */
strong {font-weight: bold;}

/* 画像*/
img {border: none; margin: 0 5px;}

/* 強調文*/
h1,h2,h3,h4,p{
font-size: 15px;
font-weight: normal;
}

/* リンク（未指定時） */
a:link, a:visited, a:active {color: #CC0000;text-decoration: none;}
a:hover {color: #FFCC00;text-decoration: underline;}

body {
 background: #FFF url("img/back.gif") repeat-y top center;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
 margin : 0;
 padding: 0;
 height : auto;
 color: #272727;
 font-size: 15px;
 line-height: 150%;
}

#container{
	width: 890px;
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
	}

#header	{
width: 875px;
height: 110px;
padding: 5px 0 5px 0;
border-top: 1px solid #73BE1E;
border-bottom: 1px solid #73BE1E;
overflow: hidden; /* これがポイント */
margin: 5px 0 0 6px;
}

#rogo {
height:110px;
width: 205px;
border-right: 1px solid #73BE1E;
background: #FFF url("img/rogo.gif") top center;
float: left;
overflow: hidden; /* これがポイント */
}

#title{
height: 110px;
width: 665px;
background: #FFF url("img/title.gif") top center no-repeat;
float: left;

}
#tagbox{
height: 90px;
float: right;
	xborder: 1px solid #73BE1E;
}
#kotubox{
float: right;
}
/*
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 ¥*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
*/
/*上のぼたん*/

ul#button{
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
}

ul#button li{
float: left;
list-style: none;
width: 107px;
padding: 0 0 0 0;
background: url("img/blogbutton.gif") bottom right no-repeat;

}

ul#button li a{
display: block;
width: 107px;
margin-top: -15px;
padding: 68px 0 0 0;
background: url("img/blogbutton.gif") bottom right no-repeat;
overflow: hidden; /* これがポイント */
 color: #FFFFFF;
}

ul#button li a:hover{
margin-top: -15px;
width: 107px;
padding: 80px 0 0 0;
color: #ddf72b;
list-style-type : none; 
 color: #FFFFFF;
}
/**/

ul#button2 li{
float: left;
list-style: none;
width: 107px;
xmargin: 0 0 0 0;
padding: 0 0 0 0;
background: url("img/otoiawase-button.gif") bottom right no-repeat;

}

ul#button2 li a{
display: block;
width: 107px;
margin-top: -15px;
padding: 68px 0 0 0;
background: url("img/otoiawase-button.gif") bottom right;
overflow: hidden; /* これがポイント */
 color: #FFFFFF;
}

ul#button2 li a:hover{
margin-top: -15px;
width: 107px;
padding: 80px 0 0 0;
color: #ddf72b;
list-style-type : none; 
 color: #FFFFFF;
}

/*トップメニュー------------------------------------------------------------------------*/

#top_menu {
	height: 25px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #73BE1E;
}

/* 左メニュー ------------------------------------------------------------------------*/

#leftmenu {
width: 210px;
margin:5px 0 0 0;
float: left;
}

div.leftinfo{
width: 200;
bacground-color: #CCC;
}

div.leftinfo a{
}

div.moreinfo{
display: none;
baclground-color: #CCC;
}

#leftmenu ul li a:link, #sidebar ul li a:visited, #sidebar ul li a:active {
 	height: 20px;
 	list-style: none; 
 	padding-left: 15px;
 	text-decoration: none;
 	font-size: 13px;
 	line-height: 150%;
 	display: block;
}

/* 中央コンテンツ------------------------------------------------------------------------*/

#info{
	height:100%;
	min-height: 100%;
	overflow: hidden; /* これがポイント */
	width: 673px;
	margin: 5px 0 0 1px;
	float: left;
	border-left: 1px solid #73BE1E;
	position: relative;
}

#info2{
				width: 650px;
				margin: 5px 10px 5px 8px;
				*overflow: hidden; /* これがポイント */
				position: relative;
}
#topic2{
				width: 650px;
				margin: 5px 10px 5px 8px;
				*overflow: hidden; /* これがポイント */
				position: relative;
								 border-bottom: 1px dotted #262626;
}
#topic2 h1 {
 	font-size: 18px;
}


/*ブログ用のタイトル*/
#binfo2{
				width: 650px;
				margin: 15px 10px 1px 8px;
				overflow: hidden; /* これがポイント */
  				position: relative;
}
/*Q and AのAの下線*/
#binfo2a{
				width: 650px;
				margin: 15px 10px 1px 8px;
				border-bottom: 5px solid #73BE1E;
				overflow: hidden; /* これがポイント */
  				position: relative;
}
/*ブログ用の本文*/
#binfocon{
				width: 650px;
				margin: 1px 2px 1px 8px;
				border: 1px dotted #262626;
				overflow: hidden; /* これがポイント */
  				position: relative;
}
#innaishoukai{
				width: 650px;
				margin: 1px 2px 1px 8px;
				overflow: hidden; /* これがポイント */
  				position: relative;
}
/*リンク用の本文*/
#blinkcon{
				width: 650px;
				margin: 1px 2px 1px 8px;
				overflow: hidden; /* これがポイント */
  				position: relative;
}
/*ページごあいさつ用の本文*/
#bpage{
				width: 650px;
				margin: 1px 2px 1px 8px;
				overflow: hidden; /* これがポイント */
  				position: relative;
}
/*目の病気*/
#byo{
				 font-size: 20px;
				 border-bottom: 1px dotted #262626;
				 width: 663px;
				 	height:100%;
	min-height: 100%;
				 margin: 5px;
}
#byobun{
	height:100%;
	min-height: 100%;
				 margin: 5px;
}

/*ブログ用のタイトル用の文字設定*/
#binfo2 h2{
 margin: 2px 0 4px 0;
 font-size: 25px;
 border: 0;
}

#jinfo{
				width: 649px;
				border-top: 3px solid #73BE1E;
				border-bottom: 3px solid #73BE1E;				
			  overflow: hidden; /* これがポイント */
  position: relative;
}

#jinfo2{
				width: 649px;
				border-bottom: 3px solid #73BE1E;
				overflow: hidden; /* これがポイント */
				position: relative;
}

#jinfokou{
				width: 172px;
				font-size: 23px;
				float: left;
				overflow: hidden; /* これがポイント */
				position: relative;
}

#jinfooff{
				width: 113px;
				margin: 0 0 0 1px;
				font-size: 23px;
				float: left;
				overflow: hidden; /* これがポイント */
				position: relative;
  }
/*マルかバツかをいれるはこ*/
#jinfokouon{
				width: 54px;
				height: 44px;
				margin: 0 0 0 6px;	
				font-size: 23px;
				float: left;
				overflow: hidden; /* これがポイント */
				position: relative;
}

#infophoto{
				width: 240px;
				height: 162px;
				float: right;
}



/*infoにおいてセンタリング用*/
#info3{
margin-top: 10px;
margin-left: auto;
margin-right: auto;
width: 336px;
float: clear;
}

#info4{
    display:block;
    margin: 0 auto;
    text-align: center;
}

/* 右メニュー------------------------------------------------------------------------*/
#rightmenu {
	width: 210px;
	margin: 5px 0 0 0;
	float: right;
}

#rightmenustaff {
	width: 200px;
	overflow: hidden; /* これがポイント */
	position: relative;
}

/*検索------------------------------------------------------------------------*/
.search{
	margin: 5px;
}

/*フッター------------------------------------------------------------------------*/
#footeri {
	clear: both;
	margin: 30px 0 0 6px;
	width: 880px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #73B333;
}