<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto;
	background-color: #FFD700;
}


#wrapper {
	width: 976px;
	margin: 0 auto;
	background-image: url(../images/img_index/back_index.gif);
	background-repeat: repeat-y;
}


/* ----------ヘッダ---------- */
#header {
	width: 860px;
	margin: 0 auto;
	padding-top: 20px;
}


/* ----------メイン---------- */

.main {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;

	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4C4C4C;
}

.main_sub {
	width: 860px;
	margin: 0 auto;
}



/* ----------UST＆ニコニコ-------- */
#ust_nikoniko {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4C4C4C;
}

#ust_title {
	width: 600px;
	margin: 0 auto;
	float: left;
}

#ust_tweet {
	width: 300px;
	margin: 0 auto;
	float: left;
}

.ahive {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.ahive_02 {
	width: 430px;
	margin: 0 auto;
	float: left;
}


/* ----------フッター---------- */

#footer {
	width: 860px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.btn_footer01 {
	margin: 0 auto;
	padding-top: 10px;
	padding-right: 23px;
	float: left;
}

.btn_footer02 {
	margin: 0 auto;
	padding-top: 10px;
	float: right;
}

/* ------------------テキストフォント------------------ */

.menu_title_b {
	margin: 0 auto;
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.menu_title_s {
	margin: 0 auto;
	font-size: 14px;
	color: #000000;
	line-height: 26px;
	letter-spacing: 2px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.achive_title {
	margin: 0 auto;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.achive_contents {
	margin: 0 auto;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	letter-spacing: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ------------------マージン------------------ */

.margin_b_30 {
	margin-bottom: 30px;
}

.margin_b_40 {
	margin-bottom: 40px;
}

.margin_b_8 {
	margin-bottom: 8px;
}

.padding_l_30 {
	padding-left: 30px;
}

.padding_r_30 {
	padding-right: 30px;
}


/* ------------------リンク------------------ */
a:link {
	color: #128E0E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #128E0E;
}
a:hover {
	text-decoration: none;
	color: #57BDEA;
}
a:active {
	text-decoration: none;
}



/* ------------------ボタン------------------ */
.btn {
}


/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
</pre></body></html>