
/******************* ベース設定 ************************/

body {
	text-align:center;
	margin:0;
	padding:0;
	background:#fff;
	font:normal 12px/1.5em Verdana, Arial,"ＭＳ Ｐゴシック","Osaka",sans-serif;
	line-height:17px;
	padding-top:0px;
	color:#443c2b;
 	}

* {
	margin:0;
	padding:0;
	}

html {
	overflow-y:scroll;
	}

form,ul,li,dl,dt,dd,p,div{
	margin:0;
	padding:0;
}

ul,li{
	list-style:none;
	
}

img{
	border:none;
	margin:0;
	padding:0;
}

table,tr,td{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
	font:normal 12px/1.5em Verdana, Arial,"ＭＳ Ｐゴシック","Osaka",sans-serif;
	line-height:17px;
}


.Clear{
	clear:both;
	height:0px;
	line-height:1px;
	font-size:0px;
}

/******************* リンク設定 ************************/

a{
	text-decoration:underline;
	}

a:link {
	color:#7c6b5f;
	text-decoration:none;
	}

a:visited {
	color:#7c6b5f;
	text-decoration:none;
	}

a:hover {
	color:#443c2b;
	text-decoration:underline;
}

a:active {
	color:#7c6b5f;
	text-decoration:none;
	}
	
/******************* clearfix設定 ************************/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/******************* コンテナ ************************/
div#container{
 	width:845px;
	margin:0px auto;
	text-align:left;
/*	background:url(../imgs/base_background.jpg) repeat-y;*/
	}
	
	
/******************* ヘッダー ************************/


h1{
	padding:8px 0 0 0;
	font-size:10px;
	font-weight:normal;
	text-align:center;
}

div#sitemap{
	float:right;
	text-indent:-9999px;
	background:none !important;

}


div#header{
	margin:0 0 10px 0;
	padding:20px 0 20px 30px;
	background:url(../imgs/blog_header.gif);
}

h2#logo{
	width:300px;

	font-size:10px;
	text-align:right;
	font-weight:normal;
}

h2#logo a:link {
	color:#333;
	text-decoration:none;
	}

h2#logo a:visited {
	color:#333;
	text-decoration:none;
	}

h2#logo a:hover {
	color:#443c2b;
	text-decoration:none;
}

h2#logo a:active {
	color:#333;
	text-decoration:none;
	}
	

#sitesearch h3{
	text-indent:-9999px;
}
	
#sitesearch p{
	padding:5px 20px 0 0;
}

#search{
	width:130px;
	padding:3px 0;
	margin:2px 0;
	border:1px solid #605D4A;
	background:#fff;
}

#btn{
	width:70px;
	height:24px;
	margin:2px 0 2px 5px;
	color:#fff;
	background:#605D4A;
}

	
/******************* コンテンツ ************************/
div#contents{
	margin:10px 12px 0 15px;
	}
	
	
.pankuzu{
	font-size:10px;
/*	background:#F9F6E8;*/
	padding:3px 6px;
	margin:0 0 5px 0;
}

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

div#leftmenu{
	width:190px;
	margin:0 0 45px 0;
	float:left;
}

div#leftmenu h3{
	font-size:12px;
	color:#028B9E;
	height:20px;
	border-bottom:1px solid #1FADB8;
}

div#leftmenu h3 a{
	color:#028B9E;
}

h3.widget-header{
	background:url(../imgs/point08.gif) no-repeat left 3px;
	padding:4px 0 1px 23px;
}

.widget-content{
	margin:8px 0 30px 0;
	font-size:10px;
}

.widget-content a:link {
	color:#443c2b;
	text-decoration:underline;
	}

.widget-content a:visited {
	color:#443c2b;
	text-decoration:underline;
	}

.widget-content a:hover {
	color:#7c6b5f;
	text-decoration:none;
}

.widget-content a:active {
	color:#443c2b;
	text-decoration:underline;
	}

.widget-content  li{
	background:url(../imgs/point07.gif) no-repeat left 3px;
	padding:2px 0 2px 15px;
}

.widget-content table{
	width:180px;
	margin:0 0 0 5px;
}

.widget-content table a{
	background:#E5D7BE;
}

.widget-content table a:hover{
	background:#C1AD8B;
	color:#fff;
}


/******************* メインメニュー ************************/

div#main{
	width:600px;
	margin:0 0 45px 0;
	float:right;
}


#clip{
	margin:0 0 20px 0;
	width:160px;
	font-size:10px;
}

#clip h3{
	text-indent:-9999px;
}

#clip img{
	margin:2px 3px 0 0;
}



/******************* エントリー ************************/



.a_title{
/*	background:url(../imgs/title.gif) no-repeat;
	width:635px;
	height:39px;*/
	padding:3px;
	margin:0 0 10px 0;
	border:2px dotted #F79C9C;
}

.a_title h2{
	font-size:14px;
	padding:8px 0 8px 35px;
	background:#F9D7D7 url(../imgs/point02.gif) no-repeat left 2px;
/*	padding:10px 0 0 20px;*/
}

/*
.a_title h2 a:link {
	color:#12B8C4;
	text-decoration:none;
	}

.a_title h2 a:visited {
	color:#12B8C4;
	text-decoration:none;
	}

.a_title h2 a:hover {
	color:#443c2b;
	text-decoration:underline;
}

.a_title h2 a:active {
	color:#12B8C4;
	text-decoration:none;
	}
*/

.entry{
	margin:0 0 70px 0;
}

.entry_body{
	margin:10px 10px 20px;
}

.entry_body p{
	margin:0 0 25px 0;
	line-height:18px;
}

.entry_body dl{
	margin:10px 0;
}
	
.entry_body dt{
	font-weight:bold;
	color:#f79c9c;
	padding:10px 0 2px 20px;
	background:url(../imgs/point07.gif) no-repeat left 13px;
}

.entry_body ul{
	margin:10px 0;
}
	
.entry_body li{
	padding:2px 0 2px 20px;
	background:url(../imgs/point06.gif) no-repeat left 3px;
}

.entry_more_link{
	margin:20px 10px 50px;
	padding:0 0 0 20px;
	background:url(../imgs/point04.gif) no-repeat left 0px;
}

.entry_footer{
	border-top:1px dotted #D3CFBA;
	font-size:10px;
	text-align:right;
	margin:20px 10px 0 10px;
	padding-right:5px;
}

.entry_in a:link {
	color:#028B9E;
	text-decoration:underline;
	}

.entry_in a:visited {
	color:#028B9E;
	text-decoration:underline;
	}

.entry_in a:hover {
	color:#443c2b;
	text-decoration:none;
}

.entry_in a:active {
	color:#028B9E;
	text-decoration:underline;
	}
/******************* フッター ************************/
div#footer{
	margin:0;
	}
	
div#footer2{
	height:60px;
	margin:0 10px 0 10px;
	background:url(../imgs/footer_logo.gif) no-repeat left top;
	text-align:right;
}

div#footer2 ul{
	padding:35px 0 0 270px;
}

div#footer2 li{
	float:left;

}

div#footer_copy{
	margin:0;
	height:65px;
	background:url(../imgs/footer_background.gif) no-repeat center center;
	text-align:center;
	}
	
div#footer_copy p{
	font-size:10px;
	padding:25px 0 0 0;
}

#main h3{
	font-size:14px;
	color:#78D3D6;
	margin:0 0 20px 0;
}

/*******************ページング************************/
	
#pan2{
	text-align:center;
}
