@charset "UTF-8";


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

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

body#blogBg {
	background: #d6fbfb;
	margin: 0px;
	padding: 0px;
	}


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

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding:0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	}
	
th,td,li,dt,dd,blockquote {
	margin: 0px;
	padding:0px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	}

div {
	margin:0px;
	padding:0px;
	text-align: left;
	}
	
ul,ol,dl,table,form,pre {
	margin: 0px;
	padding:0px;
	}

address {
	margin:0px;
	padding:0px;
	font-size: 1em;
	line-height: 1.5em;
	font-style: normal;
	}


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

a:link { color: #369; text-decoration: underline;}
a:visited { color: #369; text-decoration: underline;}
a:hover { color: #369; text-decoration: none;}
a:active { color: #369; text-decoration: underline;}

img { border: none}


/* table ------------------------- */

table { border-collapse: collapse; font-size: 1em;}
th,td { text-align: left; vertical-align: top; border: solid 1px #ccc;}
th { background-color: #999; color:#fff;}
		
table.layout td,table.layout th { font-size: 1em;}
form { display: block; margin: 0px;}
label { cursor: pointer;}
input,select,textarea {
	background-color: #f6f6f6;
	border: solid 1px;
	border-color: #999 #ccc #ccc #999;
	}


/* フォーム類 ------------------------- */

input.radio,input.checkbox,input.image {
	border:none;
	background-color:#fff;
	}

input.submit,input.reset {
	border-color:#ccc #999 #999 #ccc;
	}

/* html5で新しく追加したプロパティ ------------------------- */

article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
	display: block;
	margin:0px;
	padding:0px;
	}


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

.clear { clear: both;}



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

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

.clearfix { display: inline-block;}


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



