@charset "UTF-8";

/* bloccoのリセットcss
   thanks, Mr.yoseyama */


/* calvados　フォントリセット
----------------------------------------------- */

body {
	font-size:13px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳＰゴシック','Osaka';
	color: #000;
	line-height:1.5em;
	background-color:#000;
	background-position: top left;
	margin:0px;
	padding:0px;
	}


/* 見出し ------------------------- */

h1 {font-size:1em;}
h2 {font-size:1em;}
h3 {font-size:1em;}
h4 {font-size:1em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
h1,h2,h3,h4,h5,h6 { line-height:1.5em; }
	
p,th,td,li,dt,dd,blockquote{font-size:1em;}
	
	
div,th,td {margin:0px; padding:0px}
	
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd,table,form,pre {
	margin: 0px 0px 0px 0px;
	padding:0px;
	}

li {margin: 0px 0px 0px 0px;list-style: none;}
dt {font-weight:bold; margin: 0px 0px 0px 0px;}
dd {margin: 0px 0px 0px 0px;}
td,th {padding:0px}


/* リンク 疑似クラス ------------------------- */

a:link {color:#E8DCC9; text-decoration: none;}
a:visited {color:#E8DCC9; text-decoration:none;}
a:hover {color:#f00;}
a:focus {color:#E8DCC9; text-decoration: none;}
a:active {color:#C8B08E;text-decoration:underline;}

img {border:none}

a{ outline: none; }
:focus{ -moz-outline-style: none; }/*2010-4-14追記　クリックした時の点線を消す*/


/* クリア ------------------------- */

.clear { clear: both}



/* clearfix
----------------------------------------------- */

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

.clearfix { display: inline-block;}


/* Hides from IE-mac ¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

