@charset "UTF-8";
/* CSS Document */

/* ページ基本設定 */
body {
	font-family:'ＭＳ Ｐゴシック', 'MS PGothic', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size:100%;
	font-weight:normal;
    *font-size: small; /* IE 7向け */
	margin: 0;
	padding: 0;
	line-height: 120%;
}
table, td, th {
	font: 100% 'ＭＳ Ｐゴシック', 'MS PGothic', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	line-height: 120%;
	margin:0;
	padding:0;
}
/* 各要素マージン無効化 */
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
	font-weight: normal;
}
/* イメージの下部スペースの解消、及びボーダーの消去 */
img {
	vertical-align: bottom;
	display: block;
	border-style: none;
}
/*****start add 20121019*****/
img.centered,img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.post p{
	margin-bottom:20px;
}
/*****end add 20121019*****/
/*テンプレート更新箇所*/
/* リンク疑似クラスの設定 */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/*リンク総合設定*/
ul {
	list-style:none;
}
/* 最外部コンテナ */
#Container {
	width:100%;
	margin:0;
	padding:0;
}
/* 最外部ヘッダー */
#HEADspc {
	width: 100%;
	background:url(../images/header/header_back.png) repeat-x left top;
}
/*スペース設定*/
#BODYspc, #FOOTspc {
	width:930px;
	overflow:hidden;
	margin:0 auto 10px;
	clear:both;
}
/*--------------------------------------------------
clearfix
--------------------------------------------------*/
.clearfix:after {
content: "";
display: block;
clear: both;
}
.clearfix{
display: inline-block;
} 
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
} 
.clearfix{
display: block;
} 
/* End hide from IE-mac */
