﻿@charset "utf-8";
/* CSS Document */

/*絶対にベースのCSSは触らないこと触る際は管理者に相談の上変更する事！*/

/*===== 1: universal reset =================================*/

*{
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
	/* [disabled]line-height:1.4; */
}

/*===== 2: body and base setting ===========================*/

body {
	font-family:"Meiryo","Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
	color:#333333;
	line-height: 1.4;
}
/*body {
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
	color:#333333;
}*/
body.top {
	font-family:"Meiryo","Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
	color:#333333;
	
	/*▽▽楽天スーパーセール縦バナー▽▽*/
	 /*'サイドの画像はitempage.cssも！ */
  background-image:url("https://www.rakuten.ne.jp/gold/frantz/img/kokuchi/20230409.gif"); 
	background-repeat:repeat-y;
	background-position:right;
	line-height: 1.4;
}


/*body.top {
	font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin:0px;
	padding:0px;
	font-size:12px;
	background:#FFFFFF;
	color:#333333;
	background-image:url("");
	background-repeat:repeat-y;
	background-position:right;
}*/


/*===== 3: link setting ===========================*/
	
a:link,
a:visited,
a:active,
a:hover {	color: #0000CC;
	text-decoration:underline;
	font-weight: bold;
}

a.top{
	font-size:14px;
	color:#0000CC;
	font-weight:bold;
	text-decoration:underline;
}

/*===== 4: something setting ===========================*/
h1,h2,h3{
	font-size:12px;
}

img{
	border:none;
	text-align: right;
}

img.center{
	text-align:center;
}

table{
	font-size:12px;
	color:#333333;
}

#center{
	text-align:center;
}


/*===== 5: 旧RMS seting ===========================*/
.navi{
	width:180px;
	height:4500px;
}

/*===== 5: ヘッダーサイズ 270px===========================*/
iframe.header{
	width:950px;
	border:none;
	border-style:none;
	border-color:#FFF;
}

iframe.sidel{
	width:180px;
	border:none;
	overflow:hidden;
}

iframe.sider{
	width:170px;
/*	height:3000px;*/
	border:none;
	overflow:hidden;
}
