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


/* ↓↓↓↓↓↓↓↓↓↓タグレベルの共通スタイル↓↓↓↓↓↓↓↓↓↓ */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style:none;
}

/* アバターの画像枠表示 */
#abatarC {
	border: 1px solid #360;
}
#abatarU {
	border: 1px solid #999;
}
#abatarR {
	border: 1px solid #CC3;
}
#abatarSC {
	border: 1px solid #900;
}
#abatarN {
	border: 1px solid #069;
}

/* ↑↑↑↑↑↑↑↑↑↑タグレベルの共通スタイル↑↑↑↑↑↑↑↑↑↑ */





/* ↓↓↓↓↓↓↓↓↓↓ヘッダー・フッター用スタイル↓↓↓↓↓↓↓↓↓↓ */

/* ヘッダースタイル */
#Header {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFF;
}
#HeaderNavi {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
#HeaderNavi a {
	margin-right: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-left: 8px;
	color: #666;
}

/* フッタースタイル */
#Footer {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
}
#FooterNavi {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
#FooterNavi a {
	margin-right: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-left: 8px;
	color: #666;
}

/* ↑↑↑↑↑↑↑↑↑↑ヘッダー・フッター用スタイル↑↑↑↑↑↑↑↑↑↑ */



/* ↓↓↓↓↓↓↓↓↓↓カラムスタイル↓↓↓↓↓↓↓↓↓↓ */

/* ブログを囲むスタイル */
#Wrapper {
	width:1002px;
	min-height:1px;


　/* IE 7対策 */
	border-right-width: 1px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/site/WrapperBG.png);
	background-repeat: repeat-y;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
/* start: clearfix ------------------------------ */
#Wrapper:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#Wrapper { display:inline-table; }
/* Hides from Mac IE \*/
* html #Wrapper { height:1px; }
#Wrapper { display:block; }
/* */
/* end: clearfix ------------------------------ */

/* 左のボックス */
#LeftBox {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 201px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
}

/* 右のボックス */
#RightBox {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 165px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
}

/* 中央のボックス */
#mainContent {
	margin-left: 208px;
	margin-bottom: 0px;
} 

/* ↑↑↑↑↑↑↑↑↑↑カラムスタイル↑↑↑↑↑↑↑↑↑↑ */






/* ↓↓↓↓↓↓↓↓↓↓共通スタイル↓↓↓↓↓↓↓↓↓↓ */

.Adv {
	margin-bottom: 5px;
}

.dammyline {
	margin: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

/* ↑↑↑↑↑↑↑↑↑↑共通スタイル↑↑↑↑↑↑↑↑↑↑ */
.dammyspace {
	margin-top: 2px;
	margin-bottom: 2px;
}
