@charset "utf-8";

/* 共通 */
body {
	padding-bottom:50px;
	background-color: #ff9c01;
}

body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	text-align: left;
}

/* メイン枠 */
#MainWrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}

/* ヘッダー枠 */
#HeaderWrap {
	width: 900px;
}

#HeaderNavi {
	width: 880px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
}

/* メインコンテンツ */
#MainContents {
	width: 900px;
}

#MainImage {
	width: 900px;
	clear: both;
}

/* コンテンツセンター */
#MainCenter {
	width: 880px;
	margin-left: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-right: 10px;
}

/* フッター */
#Footer {
	width: 900px;
	clear: both;
	height: 61px;
	background: url(../images/top/top_40.jpg) no-repeat;
}

#bookmarkWrap{
	margin-bottom:-10px;
	width:100%;
	position:fixed;
	left:0;
	bottom:0;
}

#bookmark{
	margin:auto;
	padding:10px;
	width:650px;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:10px;
}

#bookmark a img{
	border:none;
}

#bookmark ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#bookmark ul li{
	margin:0;
	float:left;
	padding:0 5px;
}

#bookmark ul li.twitter_tweet{
	width:80px;
}
#bookmark ul li.twitter_follow{
	width:160px;
}
#bookmark ul li.facebook_check,
#bookmark ul li.facebook_check iframe{
	width:120px;
}

#bookmark ul.otherMenu{
	width:auto;
	border-left:1px solid #ccc;
	float:left;
}

#bookmark:after,
#bookmark ul:after{
	content:"";
	clear:both;
	display:block;
}


/* フォント */

a:link { color: #666666; text-decoration: none;
}
a:visited { color: #666666; text-decoration: none;
}
a:hover { color: #ff6600; text-decoration: none;
}
a:active { color: #ff6600; text-decoration: none;
}



.list {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
}

.list-price {
	color: #CC0000;
	font: bold 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.list-text {
	color: #FF9900;
	font: normal 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
}

.howto {
	color: #333333;
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.howto-2 {
	color: #333333;
	font: 12px/14px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
}

