@charset "utf-8";

/* カテゴリ別CSS */
@import url("profile.css");
@import url("activity.css");
@import url("information.css");

/* ===========================================
     　　取扱い商品の共通ページスタイル
	  Copyright:RS Components K.K. 2007
=========================================== */

/* =============================
アジャスト用
============================= */

/* フォント */
#mainContents #sectionArea .fGray{ color: #777777;}

/* 見出し */
h1.inline{display:inline;}

#sectionArea h2{
	font-size:14px;
	font-weight:normal;
	padding:4px 5px 2px;
	background-color:#f0f0f0;
	background-image:url(../../common/images/h2_bg01.gif);
	border-bottom:1px solid #cccccc;
	border-left:5px solid #364F82;
	border-right:1px solid #cccccc;
}

#sectionArea h3{
	font-size:12px;
	font-weight: normal;
	padding:2px 10px;
	background-color:#f5f5f5;
	border-bottom:1px solid #cccccc;
}

/* 文章 */
#sectionArea p{
	margin-top:10px;
	padding:0 10px 0 10px;
	line-height:1.6em;
	text-indent:0;
}

#sectionArea p.mg0{ margin: 0px;}
#sectionArea p.pd0{ padding: 0px;}
#sectionArea p.mg5u{ margin-top: 5px;}
#sectionArea p.mg15u{ margin-top: 15px;}
#sectionArea p.mg20u{ margin-top: 20px;}

/* ボックス */
#sectionArea .box_h3_type01{
	margin-left: 10px;
}

#sectionArea .box_h3_type01 h3{
	margin-top: 10px;
}

#sectionArea .box_h3_type01 p{
	margin-top: 5px;
}


#box_h3_type02{
	margin-left: 10px;
}

#box_h3_type02 h3{
	margin-top: 15px;
	padding: 1px 6px;
	_border-top: 1px solid #f5f5f5;
}

#box_h3_type02 p{
	margin: 6px 10px 0px 3em;
}

#box_h3_type02 ul, #box_h3_type02 ol{
	margin-left: 4em;
	list-style-position: inside;
}

#box_h3_type02 ul li{
	background: url(../../common/images/bullet_dot.gif) 0 6px no-repeat;
	padding-left: 9px;
	list-style-position: outside;
}

#box_h3_type02 ol li{
	list-style-type: lower-alpha;
	list-style-position: inside;
}

/* その他レイアウト関連 */
.floatLeft{
	float: left;
}

.floatLeftW270{
	float: left;
	width: 260px;
	_width: 270px;
}

.floatLeftW400{
	float: left;
	width: 390px;
	_width: 400px;
}

.floatLeftW410{
	float: left;
	width: 400px;
	_width: 410px;
}

/* メーカー一覧 */

#makerList ul{
	width:570px;
	margin-left:20px;
}

#makerList li{
	margin-top:3px;
	float:left;
	width:285px;
}

#makerList a.manuLink{
	background-color:#afc3ea;
	color:#FFFFFF;
	margin:0px 0px 0px 5px;
	padding:1px 0px 0px 2px;
	text-decoration:none;
}

#makerList a.brandLink{
	background-color:#ff9a9a;
	color:#FFFFFF;
	margin:0px 0px 0px 5px;
	padding:1px 0px 0px 2px;
	text-decoration:none;
}





















