@charset "utf-8";

/* 全ページ共通スタイルシート */

/* クリア ＆ 初期設定 */
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #000;
	font-size: 0.85em;
	background: url(images/bk_home_base.png) 0 0 repeat-x ;
}

h1,h2,h3,h4,h5,h6{font-size: 1em;}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,input,textarea,
p,th,td{
	margin:0;
	padding:0;
	text-decoration: none;
	font-style:normal;
	}

a{outline: none;}
a:link {  
/*    color:#2f4f4f;  */
    text-decoration:none;  
}  
a:visited {  
/*    color:#808000;  */
    text-decoration:none;  
}  
a:hover {  
/*    color: #ff4500;*/
    text-decoration:underline;
}  
a:active {  
/*    color:#666;  */
}

table{width: 100%;border-collapse: collapse; font-size: 1.0em;}
th,td{text-align: left; vertical-align: top;}

fieldset,img{
	border:none;
}

select option{padding:0 5px; }
form label{cursor:pointer; }

ul,ol{margin-left: 25px;}
ul{ list-style:none;}

address {  
    font-style:normal;  
}
/* クリア ＆ 初期設定 ここまで*/

/* 共通サイドバー */
#Sidebar-1 #likeBox{
	margin:10px 5px;
}



.post > p {
    padding-left: 0.5em;
}


/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* for Dreamweaver */
.clearfix {overflow:hidden;}
/* end Dreamweaver */

/* ギャラリー用clearfix */
.gallery:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .gallery             { zoom: 1; } /* IE6 */
*:first-child+html .gallery { zoom: 1; } /* IE7 */

/* for Dreamweaver */
.gallery {overflow:hidden;}
/* end Dreamweaver */
