@charset "utf-8";
/*
Theme Name: BRANDIC
Theme URI:
Description: BRANDICのテーマです。
Version: 1.0
Author: Takahiro Takeuchi
Tags:
*/
@import "reset.css";

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size: 0.95em;
}


/* Opera 9 */
;;body {
	font-family: "メイリオ", Meiryo, sans-serif;
	position: ablosute;
	}

/* IE7 */
	*:first-child+html body {
		font-family: "メイリオ", Meiryo, sans-serif;
		}
	
/* IE 6 or sooner   */
	*html body {
		font-family: "メイリオ", Meiryo, sans-serif;
		}
	*html body {
		font-size: medium;
}

#header {
	margin-bottom: 1.2em;
	border-bottom: 1px solid #CCCCCC;
}
#header h1 a {
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(images/logo.jpg) no-repeat;
	width: 365px;
	height: 160px;
}
#innerSubheader {
	margin: 0 auto;
	width: 930px;
	height: 82px;
}
#innerSubheader h1 {
}
#innerSubheader h1 a {
	float: left;
	display: block;
	text-indent: -9999px;
	background: url(images/logo_mini.jpg) no-repeat;
	width: 160px;
	height: 82px;
}



/*ロゴをFugahumロゴに変更しています。あわせてheaderの背景をFugahumロゴにあわせて変更しています。
--------------------------------------------------*/
#innerSubheader h1 a {
	background: url(images/_fugahum_logo.jpg) no-repeat;
	}

#header {
	background-color: #C0C0C0;
	}

/*ここまで*/


#wrapper {
	clear: both;
	margin: 0 auto;
	width: 930px;
	padding: 0;

}
#body {
	
	margin-bottom: 15px;
	float: left;
}

#body a {
	color: #333;
	text-decoration: none;
}
#bodyheader {
	margin: 0 4px 15px;
	/*height: 179px;*/
	height: 354px;
}
h2.catTitle {
	margin: 0 0 5px 2px;
	text-transform: uppercase;
	font-size: 150%;
}
#collection {
	float: right;
	padding: 5px;
	border: 1px solid #ededed;
	width: 288px;
	height: 100%;
}
#collection a {
	text-decoration: none;
	color: #666;
}
#collection li a:hover {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #ccc;
}
#collection h3 {
	font-size: 150%;
	margin-bottom: -2px;
}
#collection h3 a {
	color: #333333;
}
#collection ul {
	margin: 0;
}
#collection ul li {
	font-size: 80%;
	margin-bottom: 0.4em;
}
#collection ul.children {
	margin-top: 7px;
	text-indent: 0.5em;
}

/* Top CSS */
#body .category {
	float: left;
	margin: 4px;
	width: 300px;
	border: 1px solid #f7f7f7;
	min-height: 220px;
}
#body .category:hover {
	background: #fafafa;
}
#body .category img {
	margin: 10px 10px 0 10px;
	background: #fff;
}
#body .category a img {
	padding: 4px;
	border: 1px solid #f7f7f7;
}
#body .category a:hover img {
	border: 1px solid #ccc;
}
#body .category h2 {
	margin-left: 10px;
	margin-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 100%;
	color: #000;
}
#body .category ul.post-meta {
	margin: 0 0 10px 10px;
	font-size: 75%;
	color: #666;
}

/* Single CSS */
#bodySingle {
	float: left;
	width: 610px;
	padding-bottom: 1em;
}
#bodySingle h3 {
	margin: 0.6em 0;
}
#bodySingle h3 a {
	text-decoration: none;
	font-size: 160%;
	color: #FF0000;
}
#bodySingle h3.search {
	padding-bottom: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #FF0000;
}
#bodySingle p {
	line-height: 1.5em;
}
.contentFooter p {
	padding: 2px;
	border: 2px solid #FF0000;
	text-align: center;
}
.contentFooter p a {
	text-decoration: none;
	color: #FF0000;
}
.entry {
	padding-bottom: 1em;
}

/* Sideber CSS */
#sideber {
	float: right;
	width: 200px;
	min-height: 450px;
}
#sideber #azSerch {
	width: 100%;
}

/* Cat CSS */
.catContent {
	float: left;
	margin: 4px;
	width: 300px;
	border: 1px solid #f7f7f7;
	_margin: 3px; /* For IE6 2倍のマージンに対しての応急措置*/
}
.catContent:hover {
	background: #fafafa;
}
.catContent img {
	margin: 10px 10px 0 10px;
	background: #fff;
}
.catContent a img {
	padding: 0px;
	border: 1px solid #f7f7f7;
}
.catContent a:hover img {
	border: 1px solid #ccc;
}
.catContent h3 {
	margin-left: 10px;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 100%;
	color: #FF0000;
}


/*Light Box Gallery導入に伴い、トップページのサムネイル周りのpaddingを変更しました。 2008.7.8. by アキヤマ
サムネイルのサイズは110 x 110pxを想定しています。
----------------------------------------------------*/
.catContent img {
	margin: 5px;/*下側にもマージンを設定*/
	background: #fff;
}
.catContent {

	width: 112px;
	height: 112px;
	margin: 4px 4px
	_margin: 4px 2px;
}

#body {
	margin-bottom: 15px;
	width: 613px;
	_width: 610px;
	margin-left: 3px;

}

#collection {
	height: 346px; /*padding上下5pxとborder上下1pxを足すと、画像をおなじ358pxになります*/
	}


/*#bodyと#collection2を囲います。
--------------------------------------------------------*/
#bodycontainer {
	margin: 0 4px 15px;

}




/*collection2というdivを作成しました。今までのものと中身は同じです。
----------------------------------------------------*/



#collection2 {
	float: right;
	padding: 5px;
	border: 1px solid #ededed;
	width: 288px;
/*	height: 167px;*/
}

#collection2 li {
	text-decoration: none;
	color: #666;
}

#collection2 a {
	text-decoration: none;
	color: #666;
}
#collection2 li a:hover {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #ccc;
}
#collection2 h3 {
	font-size: 150%;
	margin-bottom: -2px;
}
#collection2 h3 a {
	color: #333333;
}
#collection2 ul {
	margin: 0;
}
#collection2 ul li {
	font-size: 80%;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}
#collection2 ul.children {
	margin-top: 7px;
	text-indent: 0.5em;
	
}

#collection2 ul.children li {
	text-transform: capitalize;
	
}





























/*ここまで*/








/* footer CSS */
#footerWrapper {
	clear: both;
	border-top: 1px solid #CCCCCC;
	padding-top: 8px;
	height: 5em;
	background: #fff;
	text-align: center; /*7月8日秋山追記*/
}
#footer {
	margin: 0 auto;
	width: 840px;
	font-size: 70%;/*5月28日秋山追記*/
	line-height: 1.8em;/*5月28日秋山追記*/
	padding: 0.5em 0 1.5em;/*5月28日秋山追記*/
	/*text-align: right;   7月8日秋山追記*/
	
}
#footer ul li {
	display: inline;
	font-size: 100%;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
}
#footer ul li a:hover {
	border-bottom: 1px dotted #333;
}
#footer ul li.line_right {
	border-right: 1px solid #333333;
	padding-right: 0.4em;
}
*:first-child+html #footer ul li.line_right {
	padding-right: 0em;
	margin-right: 0.7em;
}
*html #footer ul li {
	padding: 0 0 0 0.5em;
}
address {
	margin-top: 1em;
	/*text-align: center; 5月28日秋山追記*/

}
address a {
	color: #666;
	text-decoration: none;
}
address a:hover {
	color: #ccc;
	border-bottom: 1px dotted #ccc;
}


/*フッターの処理も変更します。2008.7.8. by アキヤマ
Footerにbrandicロゴを入れることになりました。
text-alignはfooter全体ではなく、address要素のみに適用しています。(上記ソース変更しています。)
--------------------------------------------------*/



#footer img.footer-brandic-logo {
	text-align: center;
	}





/*ここまで*/


/*Search*/
form#searchform {
	padding-bottom: 1em;
}
form#searchform input.form {
	margin-bottom: 0.5em;
	padding: 2px;
	width: 90%;
	border: 2px solid #FF0000;
}
form#searchform input.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0.2em;
	border: 3px double #fff;
	background: #FF0000;
	color: #FFFFFF;
}
form#searchform input.button:hover {
	border: 3px double #FF0000;
	background: #fff;
	color: #FF0000;
}
p.ex {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999;
}

/*IE6*/
*html #gnavi2 ul li a:hover {
	text-decoration: underline;
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	border: 1px hidden #fff;
	color: #FFFFFF;
}