@charset "utf-8";
/*
Theme Name:Kawamaematchi-2
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.0
Author: next information hamashin
Author URI: http://next-hamashin.co.jp/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/




html {
	font-family:  "ヒラギノ角ゴ Pro W3", hirakakupro-w3, "メイリオ",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}




/* container ---------------------------------------------- */
#container{
	width:850px;
	height:auto;
	margin:0 auto;
}

/* header ---------------------------------------------- */

#header{
	width:850px;
	height:80px;
	background:url(img/common/header.jpg) repeat-x;
	position:relative;
}

h1 a{
	text-indent:-9999px;
	position:absolute;
	display:block;
	outline:none;
	left: 1px;
	top: 1px;
	width: 226px;
	height: 73px;
}

.description{
	text-align:right;
	font-size:11px;
	padding-top:5px;
	color:#333333;

}

#search{
	position:absolute;
	display:block;
	outline:none;
	left:690px;
	top: 35px;
}

/* IE 6 */
* html #search{
	position:absolute;
	display:block;
	outline:none;
	left:653px;
	top: 35px;
}

/* IE 7 */
*:first-child+html #search{
	position:absolute;
	display:block;
	outline:none;
	left:653px;
	top: 35px;
} 

/* IE 8 */

html>/**/body #search{
	position:absolute;
	display:block;
	outline:none;
	left /*\**/:660px\9;  
	top: 35px;
} 


#top-img{
	width:850px;
	height:330px;
	margin-top:5px;


}


/* main ---------------------------------------------- */

#main{
	width:850px;
	height:auto;
	margin-top:10px;
	margin-bottom:15px;

}


/* wrapper ---------------------------------------------- */

#wrapper{
	width:660px;
	height:auto;
	float:left;
}

/*side-menu-box1 ---------------------------------------------- */

#side-menu-box1{
	width:200px;
	height:auto;
	float:right;
	margin-right:10px;

}

h3.side-contents{
	width:200px;
	height:35px;
	margin-bottom:6px;
}

#side-menu-box1 ul{
	width:200px;
	height:auto;
	background-color:#FBFBF9;
	margin-bottom:10px;
}


#side-menu-box1 ul li{
	height:40px;
	border-bottom:1px solid #DDDDDD;
	font-size:12px;
	color:#333333;
	line-height:40px;
	background:url(img/common/sankaku.gif) left 0px no-repeat;
	overflow:hidden;
	padding-left:17px;
	
}

#side-menu-box1 ul li a{
	color:#333333;
	text-decoration:none;
	outline:none;
}

#side-menu-box1 ul li a:hover{
	color:#669900;
	text-decoration:underline;
		outline:none;
}


#side-menu-box1 ul li.taikenkouryuuiinnkai{
	line-height:20px;
	outline:none;

}

#hurusato-taiken-banner a img{
	width:200px;
	height:115px;
	opacity: 1; /* IE以外透過設定 */
	filter: Alpha(opacity=100); /* IE用透過設定 */
}

#hurusato-taiken-banner a:hover img{
	width:200px;
	height:115px;
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}


/*side-menu-box2 ---------------------------------------------- */


#side-menu-box2{
	width:180px;
	height:auto;
	float:left;
	margin-left:10px;
}

.banner{
	width:180px;
	height:auto;
	margin-bottom:8px;

}







/* entry ---------------------------------------------- */

#entry-box{
	width:450px;
	height:auto;
	float:right;
}

h2.bar{
	width:440px;
	height:auto;
	background:url(img/common/h2.jpg) left 1px no-repeat;
	font-size:14px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:7px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom:5px;

}

#kiji-box{
	margin-bottom:10px;
}





/* footer ---------------------------------------------- */

#footer{
	width:auto;
	width:100%;
	background:url(img/common/footer.gif) repeat-x;
	margin:0 auto;
	

}

#footer-text-menu{
	width:100%;
	height:auto;
	padding-top:13px;
}

#footer-text-menu ul{
	margin:0px;
	list-style:none;
	text-align:center;
}

#footer-text-menu ul li{
	display:inline;
	font-size:11px;
	border-right:1px solid #333333;
	padding-right:6px;
	padding-left:1px;
}


/*	footer-text-menu hack */
* html #footer-text-menu ul li{               /*IE6*/
	display:inline;
	font-size:8px;
	border-right:1px solid #333333;
	padding-right:4px;
	padding-left:5px;
}

*:first-child+html #footer-text-menu ul li{   /*IE7*/
	display:inline;
	font-size:11px;
	border-right:1px solid #333333;
	padding-right:4px;
	padding-left:5px;
}
/*	footer-text-menu hack */




#footer-text-menu ul li a{
	color:#333333;
	text-decoration:none;
}

#footer-text-menu ul li a:hover{
	color:#669900;
	text-decoration:underline;
}

#footer-text-menu .text-menu-left-bar{
	border-left:1px solid #333333;
	padding-left:3px;
}

#footer p{
	font-size:12px;
	text-align:center;
	margin-top:8px;
	padding-bottom:25px;

}

/* パンくず ---------------------------------------------- */


#pankuzu{
	width:850px;
	height:auto;
	padding-top:11px;
	line-height:100%;
	font-size:12px;
}

#pankuzu a{
	color:#669900;
	text-decoration:underline;
}

#pankuzu a:hover{
	color:#669900;
	text-decoration:none;
}


/* 一部共通 ---------------------------------------------- */

h2.kyoutuu{
	width:445px;
	height:35px;
	background:url(img/common/h2-single.jpg) no-repeat;
	font-size:14px;
	padding-left:5px;
	padding-top:5px;
	color:#333333;
	margin:0;
}

.news-naiyou{
	width:450px;
	height:auto;
	font-size:14px;
	margin:0;
}

.news-naiyou img{
	margin-bottom:6px;

}


hr{
	clear:both;
	border:1px dotted #999999;
}

hr.white{
	clear:both;
	border:1px dotted #FFFFFF;
}


/* サーチ ---------------------------------------------- */

#search-keltuka{
	width:450px;
	height:auto;
	font-size:12px;
}

#search-keltuka ul{
	width:450px;
	height:auto;
}

#search-keltuka ul li{
	width:437px;
	height:auto;
	font-size:12px;
	line-height:140%;
	margin-bottom:5px;
	background:url(img/common/search-shikaku.jpg) left 1px no-repeat;
	padding-left:13px;
	padding-bottom:2px;
	padding-top:2px;
}

#search-keltuka ul li a{
	color:#333333;
	text-decoration:none;
}

#search-keltuka ul li a:hover{
	color:#669900;
	text-decoration:underline;
}


/* サーチ ---------------------------------------------- */

#single-next-kiji{
	width:450px;
	height:auto;
	margin-top:40px;
	font-size:12px;
}

.alignleft{
	float:left;
}

.alignleft a{
	color:#333333;
	text-decoration:none;
}

.alignleft a:hover{
	color:#669900;
	text-decoration:underline;
}

.alignright{
	float:right;
}

.alignright a{
	color:#333333;
	text-decoration:none;
}

.alignright a:hover{
	color:#669900;
	text-decoration:underline;
}

/* アーカイブ ---------------------------------------------- */


.archive-box{
	width:450px;
	height:auto;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#669900 1px dotted;

}

.hizuke{
	font-size:12px;
	text-align:right;
}

.kijimei-1{
	width:450px;
	height:auto;
	font-size:14px;
	color:#333333;

}

.kijimei-1 a p{
	color:#669900;
	text-decoration:underline;
}


.kijimei-1 a:hover p{
	color:#669900;
	text-decoration:none;

}

* html .kijimei-1 a{
	color:#669900;
	text-decoration:underline;
}

* html .kijimei-1 a:hover{
	color:#669900;
	text-decoration:none;

}
 






/* clear ---------------------------------------------- */


.clear{
	clear:both;
}
