/*---初期設定イニシャライズ------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/img_common/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #F2F2F2;
	font-size: 100%;
}
ul,li,p,ol,dl {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}



/*---リンク設定---------------------------------------*/
a:link {
	color: #2885D7;
}

a:visited {
	color: #2885D7;
}
a:hover {
	text-decoration: none;
}
/*---画像設定【注意：vertical-align:top;を入れることで画像のすき間がなくなる】---*/
img {
	border: 0;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}



/*---全体の構造stracture-----------------------------------*/

/*コンテナ(div#container)*/

#container {
	width: 780px;
	text-align: center;
	font-size: small;
	color: #404040;
	position: relative;
	margin: 0 auto;
	line-height: 2em;
}
#header {
}

/*ラッパー(div#wrapper)*/
#wrapper {
	text-align: left;
	width: 780px;
	height: auto;
}

/*サイドバー(div#sidebar)*/
#sidebar {
	background-color: #E6E6E6;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 170px;
	height: auto;
}
/*コンテンツ(div#content)*/
#content {
	float: left;
	text-align: left;
}

#upper-row {
	width: 604px;
	margin-bottom: 20px;
}

#lower-row {
	width: 541px;
}
/*トピックス(div#topics)*/
#topics {
	height: auto;
	width: 780px;
	background-color: #F3F3F3;
	clear: both;
}

/*フッター(div#footer)*/
#footer {
	margin-bottom: 30px;
	clear: both;
	width: 780px;
}
#space {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-right {
	float: right;
	text-align: right;
}
#address {
	line-height: 2em;
	font-size: x-small;
	float: left;
	text-align: left;
	width: 550px;
}
#logo-kanji img {
	margin-top: 5px;
	margin-bottom: 5px;
}
/*↑end---------------------------------------------------------------------*/






/*↓全ページ共通の要素（インデックスページ含む）----------------------------*/

/*タイトルロゴ(h1)*/
h1#logo {
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 780px;
}

/*アシストナビ(ul#assist-nav)*/
#assist-nav {
	position: absolute;
	text-align: right;
	left: 277px;
	top: 55px;
}
#assist-nav h2 {
	height: 0px;
	overflow: hidden;
	display: none;
}
#assist-nav ul {
	height: 31px;
	width: 505px;
}
#assist-nav li {
	float: left;
	list-style: none;
}

/*アシストナビ2(ul#assist-nav2)*/
#assist-nav2 {
	position: absolute;
	text-align: right;
	left: 205px;
	top: 55px;
}
#assist-nav2 h2 {
	height: 0px;
	overflow: hidden;
	display: none;
}
#assist-nav2 ul {
	height: 31px;
	width: 575px;
}
#assist-nav2 li {
	float: left;
	list-style: none;
}



/*グローバルナビ(ul#global-nav)*/
#global-nav {
	padding-left: 10px;
	padding-top: 20px;
}
#privacy a {
	font-size: 10px;
}
#global-nav ul {
}
#global-nav li {
	list-style: none;
}


/*Flashバナー領域(div#ad)*/
#ad {
	padding-left: 10px;
}
#ad li {
	list-style: none;
}
#ad1 {
	height: 120px;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ad h2 {
	margin-top: 10px;
}
#ad2 {
	height: 120px;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ad3 {
	height: 120px;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ad4 {
	height: 120px;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#ad5 {
	height: 120px;
	width: 150px;
	padding-bottom: 46px;
}

/*↑end---------------------------------------------------------------------*/


/*↓全ページ共通の要素（インデックスページ除く）----------------------------*/

/*製品情報(ul#product-nav)*/
#product-nav {
	text-align: right;
}
#product-nav h2 {
	height: 0px;
	overflow: hidden;
	display: none;
}
#product-nav ul {
	height: 44px;
	width: 780px;
}
#product-nav li {
	float: left;
	list-style: none;
}
.clear {
	clear: both;
	height: 20px;
}
.up10under10 {
	margin-bottom: 10px;
	padding-top: 10px;
}
.text_red {
	font-weight: normal;
	color: #CC0000;
}
#content-inner {
	width: 600px;
	text-align: center;
}


#link-bar {
	margin-bottom: 20px;
}

/*ページタイトルの設定---------------------*/

h1#page-title {
	margin-top: 15px;
	margin-bottom: 20px;
	}
	
h1#page-title-product {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	_margin-left: 20px;
	}
	
/*↓フォント関係----------------------------*/	
.txtxsmall {
	font-size: x-small;
}
.text12 {
	font-size: small;
	line-height: 2em;
}
.text-xsmall-red {
	font-size: x-small;
	color: #CC0000;
}
.text14 {
	font-size: medium;
	line-height: 2em;
}
.rosepink {
	color: #CC3333;
}
.text14-red {
	font-size: medium;
	font-weight: bold;
	color: #CC0000;
}
.text-bold-blue {
	font-weight: bold;
	color: #0066FF;
}
.text-bold-white {
	font-weight: bold;
	color: #FFFFFF;
}
.medium {
	font-size: medium;
	font-weight: bold;
	color: #987859;
}

/*↓基本のテーブル設定----------------------------*/	
.stand-table caption {
	text-align: left;
	padding: 0.2em;
	font-size: medium;
}
.stand-table th {
	background-color: #F3F3F3;
	text-align: center;
	padding: 0.2em;
}
.stand-table td {
	text-align: left;
	padding: 0.2em;
}
.center_pos {
	margin-left: 50px;
}

#stantable #stan_table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
#stantable #stan_table th {
	border: 1px solid #CCCCCC;
}
#stantable #stan_table td {
	border: 1px solid #CCCCCC;
}

/*↓写真を並べるなどセンター揃えの表の場合-----------------*/	
.alltd-center th {
	text-align: left;
	padding: 0.5em;
}
.alltd-center td {
	text-align: center;
	padding: 6;
}
.cell-bg_gray90 {
	background-color: #E6E6E6;
}
.text_sell {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#btn_sell {
	margin: 0px;
	padding: 0px;
}
.toppage_rt {
	text-align: left;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*floatで横並びを解除-----------------*/	
.float_left_clear{
	clear:left;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: inline;
	line-height: 0px;
}
.float_right_clear{
	clear:right;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: inline;
}
.float_both_clear{
	clear:both;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: inline;
}
.float_left_clear_b{
	clear:left;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	line-height: 0px;
	font-size: 0px;
}
.float_right_clear_b{
	clear:right;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}
.float_both_clear_b{
	clear:both;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}
.float_both_clear_b_ie{
	display:none;
}
.float_both_clear_b_ie6{
	display:none;
}


#footerlinks {
}

#footerlinks a:link {
	color: #040404 ;
}

#footerlinks a:visited {
	color: #040404 ;
}



/* トピックス一覧 */
#topicslistpage{
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#topicslistpage ul#infolist {
	line-height: 150%;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topicslistpage ul#infolist li {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#topicslistpage ul#infolist .date {
	padding: 0px;
	float: left;
	width: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
#topicslistpage ul#infolist .textlink {
	float: left;
	width: 500px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#topicslistpage ul.pagenum{
	margin: 0px;
	list-style-type: none;
	text-align: center;
	display: block;
	font-size: 10px;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topicslistpage ul.pagenum li{
	margin: 0px;
	padding: 0px;
	display: inline;
}




/* トピックスページ */
#topicsindexpage {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topicsindexpage .title {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	text-align: left;
}
#topicsindexpage .text {
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	text-align: left;
}

#topicsindexpage .pagemove {
	font-size: 10px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;

}

#topicsindexpage .pagemove .return {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


