@charset "utf-8";
/* CSS 共通-page */

/*** ボディ（その他） ****/
/*** @group body ******************************************************************************/

body {
	background: url(../images/contents/bg-body.gif) repeat-x left top #303030;
	height: 100%;
}

/*** [Ｈ２] サイトワイズ画像 ****/
/*** @group sitewise ****************************************************************************/

h2#sitewise {
	padding: 0px;
	height: 129px;
	width: 946px;
	margin: 0px auto 6px auto;
	display: block;
}

/*** [リンク] 前のページへ戻る ****/
/*** @group backpage ****************************************************************************/

.backpage ul {
	margin: 0px auto 10px auto;
	padding: 0;
	width: 920px;
}

.backpage ul li {
	list-style-type: none;
	color: #404040;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, sans-serif;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.backpage ul li a { 
	color: #404040;
	text-decoration: underline;
}

.backpage ul li a:hover {
	color: #3B9EDF;
	text-decoration: underline;
}

/*** [枠] コンテンツ ****/
/*** @group contents ****************************************************************************/

#contents {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: auto;
	width: 936px;
	background: url(../images/contents/bg-contents.gif) repeat-y left top;
}

#contents-bottom {
	margin: 0px auto 24px auto;
	padding: 0px;
	height: 24px;
	width: 936px;
	background: url(../images/contents/contents-bottom.gif) no-repeat left top;
}

/*** [枠] メイン ****/
/*** @group main ****************************************************************************/

#main {
	padding: 0px;
	height: auto;
	width: 936px;
	margin: 0px auto 30px auto;
	overflow: hidden;
}

#main-left {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 200px;
	display: inline;
	float: left;
}

#main-right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 706px;
	display: inline;
	float: right;
}

/*** [Ｈ３] タイトル ****/
/*** @group h3.categoryTitle ****************************************************************************/

div.categoryTitle_blue {
	padding: 0px;
	height: 30px;
	width: 706px;
	margin: 0px 0px 5px 0px;
	background: url(../images/contents/h3-blue.gif) no-repeat;
	overflow: hidden;
}

h3.category-moji {
	margin: 6px 0px 0px 16px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	display: inline;
	float: left;
}

/*** [リンク] 文字 ****/
/*** @group moji-Link ****************************************************************************/

.moji-Link01 a {
	color: #3492E3;
	font-weight: bold;
	text-decoration: none;
}

.moji-Link01 a:hover {
	color: #6CB6F6;
	font-weight: bold;
	text-decoration: underline;
}

/*** [色] 文字 ****/
/*** @group moji-color ****************************************************************************/

.moji-blue {
	color: #3492E3;
	font-weight: bold;
	text-decoration: none;
}




