@charset "shift_jis";
/*http://www.kojima-shoukai.sub.jpのスタイルシート（盗用は見つけ次第罰します）*/

/*スクロールバー設定*/
html {
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#cccccc;
scrollbar-face-color:#cccccc;
scrollbar-highlight-color:#cccccc;
scrollbar-shadow-color:#cccccc;
scrollbar-track-color:#efefef;
}

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background : #FFFFFF url(bg.gif);	/*壁色と壁紙設定−白に変更*/
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*全体の文字サイズ(75%)と行間(/2)設定*/
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
.color1 {
	color: #C8FFFF;  /*オレンジはFE5F04　青を基調とするならC8FFFF*/ 
}
img {
	border: none;
}
.uline1 {
	background : url(uline_1.gif) repeat-x left bottom;
}



/*全般のリンク設定。（a:hoverはカーソルオーバー時）*/
a {
	color: #000000;			/*黒色に指定*/
}
a:hover {
	color: #FF0000; 		/*赤系に指定*/
} 

/*ラッパー　　　使えない、というか効いていない
------------------------------------------------------------------------*/
#wrapper {
	margin: 0px auto 0px auto;
	width: 100%;
	background-image: url(../images/mfp_background.gif);
	background-repeat: repeat-x;
}


/*コンテナー（HP全体の枠）
------------------------------------------------------------------------*/
#container {
	width: 695px;	/*HPの全体の大きさ・メニュー5つ分の合計数でもある*/		
	border: 3px solid #00FFFF;	/*HPを囲む枠の色と幅・元は98D4DE*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

/*フォームコンテイン（HP全体の枠）−現在使用されず
------------------------------------------------------------------------*/
#form_contain {
	width: auto;			
	border: 2px solid #000000;	/*HPを囲む枠の色と幅*/
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}





/*ヘッダー（h1タグとサイト名が入っている部分）
------------------------------------------------------------------------*/
#header {
	font-size: 50px;	/*サイト名部分の文字サイズ−ここはイメージ差込み*/
	font-weight: bold;	/*太字にする*/
	color: #FFFFFF;		/*文字色*/
	background : #98D4DE url(header_bg.gif) no-repeat center bottom;　	/*背景色　水色ならC8FFFF オレンジならFE5F04と画像の指定*/
	height: 150px;		/*高さ*/
}
#header h1 {
	font-size: 9px;		/*h1見出し文字の文字サイズ*/
	padding-left: 10px;	/*
}
#header p {
	padding-left: 20px;	
}

#header_little {
	font-size: 12px;	/*サイト名部分の文字サイズ−ここはイメージ差込み*/
	font-weight: bold;	/*太字にする*/
	color: #FFFFFF;		/*文字色*/
	background : #FE5F04 url(header_bg.gif) no-repeat center bottom;	/*背景色と画像の指定*/
	height: 20px;		/*高さ*/
}

/*ページ上部メインメニュー
------------------------------------------------------------------------*/

#mainmenu {
	padding: 0px;
}
#mainmenu ul {
	line-height: 50px;	/*メニューの高さ・Heightと数値を揃えておく*/
	height: 50px;
	border-bottom: 1px solid #666666;	/*メニューの下のバーサイズ*/
	background : #FFFFB9 url(mainmenu_bg.gif) repeat-x;	/*メニュー背景のグラデーション画像指定箇所*/
	border-top: 1px solid #666666;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
}
#mainmenu li {
	float: left;		/*メニューの横並び設定*/
}
#mainmenu ul li a {
	display: block;
	width: 138px;		/*メニューボタンの幅*/
	text-align: center;	/*文字位置*/
	background : #ffffff url(images/menu_bg.gif) repeat-x;	/*メニュー背景のグラデーション画像指定箇所*/
	border-right: 1px solid #999999;
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
}
#mainmenu ul li a:hover {
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/	
	background-position: bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFFFF;		/*メニューの文字色*/
}
#mainmenu .last {
	border-right-style: none;	/*一番右のメニューボタンの右境界線を消す設定*/
}



/*左コンテンツ
------------------------------------------------------------------------*/

/*------------------------------------------------
右メニューの画像は「初心者モード-共通設定」で設定した
画像ナンバーによって色違いが表示されます
--------------------------------------------------*/
/*会員機能*/

#left {
	background: #FFFFFF;	/*背景色は一時的に赤に変更。白が基調*/
	width: 180px;		/*現在幅の指定は効果なし*/
	vertical-align: top;
	padding: 10px 5px;
	}	

.submenu {
	margin-top:5px;　　　/*メインメニューとサブメニューとの間の段落の間隔*/
	width:120px;		/*現在効果なし*/
	float: left;
	}


.submenu_romper {		/*現在はこのスタイルには効果なし*/
	height: 27px;		/*29px以下に設定しないと緑の線がタブ下方に表示する*/
	margin: 0px;
	padding:0px;

	}

/*おすすめ*/
.submenu_epuronn {		/*現在はこのスタイルには効果なし*/
	height: 27px;		/*29px以下に設定しないと緑の線がタブ下方に表示する*/
	margin: 0px;
	padding:0px;
	background-image:url(images/test_tab.gif);		/*必要なしだけど取っておく*/
	background-repeat: no-repeat;
	}

.submenu_kinchaku {		/*現在はこのスタイルには効果なし*/
	height: 27px;		/*29px以下に設定しないと緑の線がタブ下方に表示する*/
	margin: 0px;
	padding:0px;
	background-image:url(images/test_tab.gif);		/*必要なしだけど取っておく*/
	background-repeat: no-repeat;
	}


/*他のメニューたち*/
.submenu_other_menu {
	height: 53px;		/*29px以下に設定しないと緑の線がタブ下方に表示する*/
	margin: 0px;
	padding:0px;		/*メニューボタンの幅*/
	text-align: center;	/*文字位置*/
	background-image:url(images/button_payment.jpg.gif);
	background-repeat: no-repeat;
}

.submenu_kara {
	height: 53px;		/*29px以下に設定しないと緑の線がタブ下方に表示する*/
	margin: 0px;
	padding:0px;		/*メニューボタンの幅*/
	text-align: center;	/*文字位置*/
	background-image:url(images/button_payment.jpg.gif);
	background-repeat: no-repeat;
}

/*右コンテンツ
------------------------------------------------------------------------*/
#right {
	background: #FFFFFF;	/*右コンテンツ背景色。白を基調とする*/
	width: 150px;
	vertical-align: top;
	padding: 10px 5px;
}

.submenu_kara {
	height: 53px;		/*29px以下に設定しないと緑の線がタブ下方に表示する*/
	margin: 0px;
	padding:0px;		/*メニューボタンの幅*/
	text-align: center;	/*文字位置*/
	background-image:url(images/button_payment.jpg.gif);
	background-repeat: no-repeat;
}




/*中央コンテンツ
------------------------------------------------------------------------*/
#center {
	width: 480px;		/*中央の幅*/
	vertical-align: top;
	background: #FFFFFF;	/*背景色*/
	padding: 10px 5px;
}
#center p {
	padding: 0.5em 18px 1em;
}
#center h2 {
	border-left: 5px solid #333333;	/*左に5pxの直線を入れる設定*/
	font-size: 100%;
	background : url(h2_bg.gif) no-repeat left bottom;	/*HP背景のグラデーション画像指定箇所*/
	padding-left: 10px;
	line-height: 40px;
	margin-bottom: 0.5em;
}

/*スクロールBoxの設定*/
.koushinbox {
	width: 444px;
	height: 100px;
	padding: 10px 5px;
	background-color: #FFFFFF;
	border: 2px solid #dcdcdc;
	text-align: left;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #98D4DE;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #DCDCDC; 
}


/*左右コンテンツのh2,h3とリンク設定
------------------------------------------------------------------------*/
#left h2,#right h3 {
	background: #FAEDB7;			/*枠内の色*/
	border: 2px solid #ffffff;		/*枠の色*/
	font-size: 100%;
	color: #000000;		/*メニューの文字色*/
	text-align: center;
}
#left h2 a,#right h3 a {
	text-decoration: none;
}
#left h2 a:hover,#right h3 a:hover{
	text-decoration: underline;
}



/*左コンテンツ内の商品メニュー
------------------------------------------------------------------------*/
#left ul.menu {
	margin-bottom: 3em;
	text-align: center;	/*メニュー名を中央よせ。左よせがいいならここの１行を外す。*/
}
#left ul.menu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;	/*リンクの初期設定の下線を外す設定*/
	border-bottom: 1px dotted #ffffff;	/*メニュー下に1pxの点線を入れる設定*/
	display: block;
	width: 150px;
}
#left ul.menu a:hover {
	color: #333333;	/*カーソルオーバー時の文字色*/
	text-decoration: underline;	/*オーバー時に消していた下線を表示させる設定。不要なら１行丸ごと外す。*/
}



/*フッター（最下部コピーライト部分）
------------------------------------------------------------------------*/
#footer {
	color: #FFFFFF;
	background: #98D4DE;
	text-align: center;
	border-top: 1px solid #666666;
}
#footer a {
	color: #FFFFFF;
}



/*左右の商品などのディスプレイ用BOX*/
.box1 {
	border-top: 2px solid #FF4400;		/*上Line*/
	border-right: 2px solid #FF4400;	/*右Line*/
	border-bottom: 2px solid #FF4400;	/*下Line*/
	border-left: 2px solid #FF4400;		/*左Line*/
	padding: 3px;				/*文字の前のスペース−不要かな？*/
	font-size: 85%;				/*文字サイズチョイ小さく設定*/
	background: #FFFFFF;
	width: 150px;
}

.box10 {
	border-top: 2px solid #FF4400;		/*上Line*/
	border-right: 2px solid #FF4400;	/*右Line*/
	border-bottom: 2px solid #FF4400;	/*下Line*/
	border-left: 2px solid #FF4400;		/*左Line*/
	padding: 5px;				/*文字の前のスペース−不要かな？*/
	font-size: 85%;				/*文字サイズチョイ小さく設定*/
	background: #FFFFFF;
	width: 150px;
}

.box100 {			/*左コンテンツの設定*/
	border-top: 2px solid #FFFFFF;		/*上Line*/
	border-right: 2px solid #FFFFFF;		/*右Line*/
	border-bottom: 2px solid #FFFFFF;		/*下Line*/
	border-left: 2px solid #FFFFFF;		/*左Line*/
	padding: 0px;				/*文字の前のスペース−不要かな？*/
	font-size: 50%;				/*文字サイズチョイ小さく設定*/
	background: #FFFFFF;
	width: 130px;
}

.time_table {			/*左コンテンツの設定*/
	border-top: 2px solid #000000;		/*上Line*/
	border-right: 2px solid #000000;		/*右Line*/
	border-bottom: 2px solid #000000;		/*下Line*/
	border-left: 2px solid #000000;		/*左Line*/
	padding: 0px;				/*文字の前のスペース−不要かな？*/
	font-size: 50%;				/*文字サイズチョイ小さく設定*/
	background: #7d7d7d;
	width: 130px;
}






/*バナー広告のためのBOX（現在は何にするか未定）*/
.box2 {
	background: #ffff00;			/*背景色*/
	padding: 5px;
	border: 2px solid #ff4400;		/*ボックスのライン設定*/
	width: 96%;				/*ここいじると全体のレイアウトが変わる*/
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}
.box2 h3 {
	font-size: 100%;
}
.box2 .fl {
	float: left;
	margin-right: 5px;
}



/*角丸テーブル設定（特に変更する必要なしで今回は不使用*/
.marutable {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.marutable p {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
.marutable .td1 {
	background: url(images/table/1.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td2 {
	background: url(images/table/2.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td3 {
	background: url(images/table/3.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .td4 {
	background: url(images/table/4.gif) no-repeat;
	height: 11px;
	width: 11px;
}
.marutable .white {
	background: #ffffff;
}



/*メニューBOXのプロパティ*/
.submenu_text {
	background-color:#FFFFFF;
	border: 2px #ff7200 solid;		
	margin: 0px;
	padding: 6px;
	line-height: 170%;
	}



/*clearfix（変更しない）
------------------------------------------------------------------*/
.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.cf { display: inline-block; }

/* Hides from IE-mac \*/
*html .cf { height: 1%; }
.cf { display: block; }
/* End hide from IE-mac */
