/*   
Theme Name: 金柑画廊
Theme URI: http://kinkangallery.com
Description: 1コラム＆ブログ2コラム
Author: m
Author URI: 
Version: 1.0
*/

* {
	margin:0;
	padding:0;
}

body　*{ 
	font-family:verdana, arial, sans-serif, "Hiragino Kaku Gothic Pro" ,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
	font-size: 100%;

}

body#home { 
	background-color:#000;
	color:#333;
}

body#blog { 
	background-color:#fff;
	color:#333;
}
/*--------------  メイン -------------- */
#home #container	{
	background:#000;
	border:0px solid #FFFFFF;
	margin-left:         auto;
	margin-right:        auto;
	width : 750px;		
	}

#blog #container	{
	background:#fff;
	border: 1px solid #E57A00; 
	margin-left:         auto;
	margin-right:        auto;
	width : 750px;		
	}
/*--------------  トップページ -------------- */
/*
	画像を変えるときは、幅と高さも忘れずにposition: relative; top: -130px; z-index: 1;
*/
#home #topimg {
margin: auto;
padding: auto;
text-align:center;
width:600px;
height:449px;
background:#FFF url(http://kinkangallery.com/images/kinkanT.jpg) no-repeat center center;
}

#blog #topimg {
margin: auto;
padding: auto;
text-align:left;
width:100%;
height:50px;
background:#FFF url(http://kinkangallery.com/images/logo3.gif) no-repeat left top;
}


/*-------------- ヘッダー --------------*/
#header {
margin:0;
padding:0;
}
#header h1{
display:none;
text-align:left;
font-family:verdana, arial, sans-serif, "Hiragino Kaku Gothic Pro" ,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
font-weight:bold;
font-size:medium;
}

#header .description	{
display:none;
text-align:left;
font-family:verdana, arial, sans-serif, "Hiragino Kaku Gothic Pro" ,"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
color:#660000;
font-size:small;
text-transform:none;	
	}

/*--------------  コンテンツborder: 1px solid #E57A00; -------------- */
#home #main {
	width: 100%;
}
#blog #main {	
	float:left;
	width: 600px;
}


/*-------------- サイドバー --------------*/
#home #sidebar{
	padding: 0px;
	margin: 0;
	width: 100%;
text-align:center;
}

#blog #sidebar {
	width: 145px;
	padding: 0;
	margin-top: 5px;
	font-size: 10px;
	float:right;
text-align:left;
	}

#blog #sidebar h2{
	    margin-bottom: 5px;
		border-bottom: 1px solid #999988;
		text-align: left;
		font-size: 10px;
		}
#blog #sidebar h3{
	    margin-bottom: 5px;
		border-bottom: 1px solid #999988;
		text-align: left;
		font-size: 10px;
		}
/*
	margin: 0px 0px -5px 10px;
	text-align: right;
	font-size: 10px;
	border: none;
*/
#blog #sidebar ul {	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}

#blog #sidebar ul li {
	list-style-type: none;
	list-style-image: none;	
	}
#blog #sidebar ul li ul {	
	margin: 0px 0px 5px 10px;
	list-style-type: none;
	list-style-image: none;
	}	
#blog #sidebar ul li ul li {	
	color: #666666;
	list-style-type: none;
	list-style-image: none;
	}
/*
	list-style-type: square;
*/
#blog #sidebar ul li ul li a{	
	font-weight: bold;
	}
/*-------------- メニューナビ --------------*/
#home #sidebar .menunavi {  
	padding-top: 15px;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-botom: 20px; 
	margin:  0 ;

}

#home  .menunavi ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
	border: none;
}
	
#home .menunavi li { 
	display: inline;

}
#home  .menunavi ul li {
	margin: 0 0 0 25px;
	padding : 40px 5px 0 0; 
}
/*	
 line-height:50px;
background: url('images/bb.gif') no-repeat top center ;
*/

#home .menunavi li a {
	color: #E57A00;
	font-weight: bold;
}


/*-------------- フッター --------------*/
 /*
  border: 1px solid #FFDFA8;height: 50px; 
*/
#home #footer { 
	width: 100%;
	height: 50px;
	margin:0; 
	padding:.2em 0 .4em 0;
	background-color: #000;
    clear: both;
	color: #406000;
}

#blog #footer { 
	width: 100%;
	height: 50px;
	margin:0; 
	padding:.2em 0 .4em 0;
	background-color: #fff;
    clear: both;
	color: #406000;
}

p#copyright {
	text-align:center;
	margin: 25px 0 0 0 ;
	color: #666;
}

#copyright a{
	color: #E57A00;
}

#copyright img{
	border: none;
}


#footer a:hover {
	color: #999999;
}

/*-------------- ポストborder: 1px solid #ddd; --------------*/

.post {
	margin: 30px 20px 20px 0px;
	padding: 3px;
	text-align: justify;

}


.post h2{
	text-align: left;
	font-size: 14px;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}
.post h3{
	text-align: left;
	font-size: 14px;
	padding-bottom: 1px;
	border-bottom: 1px solid #000;
}
.entry {
	font-size: 10px;
	line-height: 1.6em;
}
.postmetadata{
	border-top: 1px dotted #ddd;
	text-align: right;
}
/*-------------- ナビゲーションborder: 1px solid #ddd; --------------*/
.navigation {

	margin: 10px 0px 5px 0px;
	padding: 0 ;
	font-weight: nomal;
	font-size: 11px;
	}

/*-------------- パンくずリンク --------------*/
#bread	{
	margin: 0px 0px 20px 30px;
	font-weight: bold;
	}
/*-------------- ニュース --------------*/
/*
	background-color: #000;
	background: url(../../../../..//images/000000-50.png);
*/
#topnews {
	width: 100%;
	padding: 0;
	color: #fff;
	height: 50px;
	overflow: auto;
}
* html #topnews {
	width: 100%;
	padding: 0;
	color: #fff;
	height: 50px;
}

#topnews h2{
background-color: #000;
color: #606263;
border-bottom: 0px solid #fff;
}

#topnews ul {
	list-style: sqeare;
	margin: 5px 30px;
	padding: 0;
	}

#topnews ul a	{
	color: #606263;
	}

#topnews .more {
float:right;
	margin: 0;
	padding: 0;
	display: inline;
}
/*--------------  検索 -------------- */
.search {
  width            : 100px;
	}
.search input{
width: 100px ;
}
/*--------------  リンク -------------- */
a img {	border: none;	}	
a { text-decoration:none }
a:link { color:#E57A00; }
a:visited { color:#c90; }
a:hover { color:#90CB00; }
a:active { color:#D7FA99; }

/*--------------  イメージ-------------- */
a img:hover {	/*-- does not work in IE --*/
	border: 1px inset #000000;
	background-color: #EFEDED;
	}


/*-------------- 文字 --------------*/
h1, h2, h3 {	
	font-weight: bold;
	text-align: left;
	margin: 0px;
	}
	
h2, h3, h2 a, h2 a:visited{
	color: #000000;
	}


/*-------------- html --------------*/

hr {
	display: none;
	}

blockquote {
	background-color: #F7F7F7;
	border-left : 5px solid #000;
	padding: 10px 20px;
	}
blockquote:hover { /*-- does not work in IE --*/
	background: #FFFFFF;
	}
code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}	
textarea {
width: 450px ;
}
input {
width: 450px ;
}
/*-------------- その他 --------------*/	
.right {
	float: right;
	}
.left {
	float: left
	}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

/*-------------- コンタクトフォーム beast-blog.css--------------*/	
#gb_form_div { 
  text-align : left;
  width : 460px;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #999;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #111;
  text-decoration : none;
  background-color : #fff;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #99cc66;
}

#gb_form legend {
  margin-left : 10px;
  padding-top : 10px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #99cc66;
  margin-left : 10px;
  padding-top : 15px;
  padding-bottom : 10px;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div h2.formhead small {
  font-size : .7em;
  width : 40%;
  padding-left : 15px;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #666; 
  margin-top : 5px;
  margin-left : 0;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1em 'trebuchet ms', arial, sans-serif; 
  color : #666; 
  padding : 4px; 
  border : 1px solid #666;
  background-color : #eee;
  line-height : 1.5em;
  width : 300px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 450px;
  height : 6em;
}

#gb_form select.med {
  width : 250px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 10px;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  background-color : #99cc66;
  color : #fff;
}

/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #111;  
  padding : 4px; 
  border : 1px solid #111;
  background-color : #fff;
  cursor : text;
}


#gb_form textarea.textbox:focus, #gb_form textarea.textbox.focus { 
  width : 450px;
  height : 18em;
}

#gb_form input.button {
  margin-top : 10px;
  padding-right : 20px;
  padding-left : 20px;
  width : 35%;
  float : right;
  cursor : pointer;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #99cc66;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : .9em; 
  text-decoration : none;
  border : 1px solid #fafafa;
  color : #666;
}

#gb_form small.whythis a span {
  color : #fafafa;
  padding : 1px 4px 1px 4px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : #99cc66;
  color : #000;
  font-weight : bold;
  font-style : normal;
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 45px 0 15px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #99cc66;
}


/* End BEAST-BLOG CSS */