@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向け */
	color:#FFF;
	margin: 0;
	padding: 0;
	line-height: 120%;
	background-color:#CCC;
	background-image: url(../images/parts/back.jpg);
}
table,td,th {
	font: 100%  'ＭＳ Ｐゴシック','MS PGothic','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', sans-serif;
	color:#ccc;
	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;
}
/*****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;
}
/*****add 20121019*****/


/*テンプレート更新箇所*/
/* リンク疑似クラスの設定 */
a:link {
	color:#FFF;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color:#FF9;
	text-decoration: underline;
}
a:active {
	color:#FFF;
	text-decoration: underline;
}
/*リンク総合設定*/
ul {
	list-style:none;
}

/* 最外部コンテナ */
#Container {
	width: 100%;
	margin:0;
	padding: 0;
}

/* 最外部ヘッダー */
#HEADspc {
	width: 100%;
	height:197px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	background-image: url(../images/header/flash_back.gif);
	background-repeat: repeat-x;
}
#HEADspc2 {
	width:100%;
	background:url(../images/header/header_back2_s1.jpg) repeat-x left top;
	height:135px;
}
/*スペース設定*/
#BODYspc, #FOOTspc {
	width:930px;
	overflow:hidden;
	margin:0 auto 10px;
	clear:both;
}
