/**
* 全体に影響するもの
*/
img {
	border: 0px;
}

form {
	margin: 0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
}
table {
	font-size: 12px;
	color: #999;
}

/* トラックバック等 */
.posted {
	width: 100%;
	font-size: 10px;
	color: #999;
	margin-bottom:10px;
}
/* トップページのページの先頭への上の点線 */
.pagetop {
	border-top: 1px dotted #999;
	padding:5px;
}

/**
* リンク
*/
/* 通常リンク */
a {
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
/* メニュー項目リンク */
a.leftiteml {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
/* PICKUP、関連商品リンク */
a.righttitlel {
	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
/* トップページ名前、タイトルリンク */
a.toptitlel {
	font-sizer: 12px;
	color: #B1545B;
	text-decoration: none;
}
/* ブログ、商品リストのタイトルリンク */
a.listtitlel {
	font-sizer: 12px;
	color: #555;
	text-decoration: none;
}
/* 詳しくはこちら、続きを読むリンク */
a.nextl {
	font-size: 10px;
	color: #d3767d;
	text-decoration: none;
}
/* ページの先頭へリンク */
a.pagetopl {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
/* ページ移動リンク */
a.pagemovel {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
/* コメント・トラックバックリンク */
a.postedl {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
/* その他 */
a.other {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

/**
* フォント
*/
/* 注意書き */
.notes {
	color: #0099aa;
}
/* エラー */
.error {
	color: red;
}

.left-contents{
	border-right:1px solid #999;
	border-top:1px solid #999;
	padding:5px;
}
.right-contents{
	border-left:1px solid #999;
	border-top:1px solid #999;
	padding:5px;
}
.normal {  font-size: 12px; line-height: 18px; color: #666666}

.small_size {  font-size: 11px; line-height: 15px; color: #333333}

a:hover {  color: #0080C0; text-decoration: underline}

a:active {  color: #226AAC; text-decoration: none}

a {  color: #226AAC; text-decoration: none}

#white {  color: #FFFFFF}



body {

text-align: center;

margin-top: 0px;

margin-left: auto;

margin-right: auto;

margin-bottom: 0px;

}





