<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------------
	Since : 2007/10/05
	Last Modified: 2008/03/22
	Version: 3.8
--------------------------------------------------- */
/*
===== CONTENTS ================================================================================
	1: Base Style Setting
		: Reset
		: Base Setting
		: Font Setting
		: Finding Setting
	2: Huck
	3: Layout Setting
		: main-layout
		: header
		: footer
		: navi
		: sidebar
		: entry
		: option
	4: Contents
		: top
		: category
===============================================================================================
*/

/* 1: Base Style Setting
----------------------------------------------------------------------------------------------*/
/* Reset
==========================================================*/
* { margin:0;padding:0; }
img { border:none;vertical-align:top; }
p { margin:0;padding:0; }
b,strong { font-weight:bold; }
ul { margin:0;padding:0; }
li { margin:0;padding:0;list-style:none; }
dl { margin:0;padding:0; }
dt { margin:0;padding:0; }
dd { margin:0;padding:0; }
.clear { clear:both;}
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	clear:both;
	}

/* Base Setting
==========================================================*/
blockquote {
	margin:10px;
	padding:10px;
	text-align:left;
	background:#f4f4f4;
	}
	
hr {
	border:dotted #ccc;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:7px 0;
	clear:both;
	}
a {color:#777;text-decoration:none;}
a:hover {text-decoration:underline; }
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
table { font-size:12px; }
tr.table-bottom-border{
 border-bottom:1px dashed #999999;
}
	
body {
	margin:0;
	padding:0;
	text-align:center;
	font:12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff;
	line-height:160%;
	color:#666;
	}

/* Font Setting
==========================================================*/
.font-color-gray {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red {color:#c00;}
.font-color-white {color:#fff;}
.font-color-blue {color:#000066;}
.font-color-green {color:#006600}
.font-color-pink {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan {color:#3aa;}
.font-size-large {font-size:16px;font-weight:normal;}
.font-size-nomal {font-size:12px;font-weight:normal;}
.font-size-small {font-size:10px;font-weight:normal;}

/* Finding Setting
==========================================================*/
h1 {
	padding:0 10px;
	font-size:12px;
	color:#fff;
	}
	
h1 a{
	color:#fff;
	}
h2 {
	padding:5px 0 3px 8px;
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #555;
	border-left:6px solid #555;
	clear:both;
	margin-bottom:10px;
	}
h3 {
	font-size:140%;
	width:607px;
	height:35px;
	line-height:35px;
	text-indent:50px;
	font-weight:bold;
	color:#ffffff;
	background:url(http://www.rg-freek.jp/image/main/h3.jpg) no-repeat;
	margin-bottom:10px;
	}
h3 a{
	color:#ffffff;
	}
	
h4 {
	font-size:130%;
	width:607px;
	height:37px;
	line-height:37px;
	text-indent:30px;
	font-weight:bold;
	color:#2C0B04;
	background:url(http://www.rg-freek.jp/image/main/h4.jpg) no-repeat;
	margin-bottom:10px;
	clear:both;
	}
h4 a{
	color:#2C0B04;
	}
	
h5 {
	font-size:120%;
	height:28px;
	line-height:28px;
	text-indent:20px;
	font-weight:bold;
	color:#000000;
	background:url(http://www.rg-freek.jp/image/main/h5.jpg) no-repeat;
	margin-left:10px;
	margin-bottom:10px;
	}
h6 {
	font-size:120%;
	height:16px;
	line-height:16px;
	text-indent:30px;
	font-weight:bold;
	color:#E41800;
	background:url(http://www.rg-freek.jp/image/main/h6.jpg) no-repeat;
	margin-left:10px;
	margin-bottom:10px;
	}

/* 2: Huck
----------------------------------------------------------------------------------------------*/
/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div#wrapper:after,
div#content:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix,
div#wrapper,
div#content { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div#wrapper,
* html div#content { height: 1% }
.clearfix,
div#wrapper,
div#content {display:block;}
/* end MacIE5 */

/* Safariのフォントサイズを変更
==========================================================*/
html:\66irst-child body,
html:\66irst-child table{
	font-size:10px;
}

/* CSSロールオーバー(アルファ使用)
==========================================================*/
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

/* 透過pngを利用する場合 IE6用 パターン1
==========================================================*/
/*
* html div#alpha{
	width:283px;
	height:96px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src=http://www.rg-freek.jp/img/main/logo.png);
	}
* html div#alpha img{
	display:none;
	}
*/

/* 透過pngを利用する場合 IE6用 (iepngfix.jsを使用) パターン2
==========================================================*/
/*
* html .iepngfix { behavior: expression(IEPNGFIX.fix(this)); }
*/

/* 3: Layout Setting
----------------------------------------------------------------------------------------------*/
/* main-layout
==========================================================*/
div#container-back {
 width:810px;
	background:#fff url(http://www.rg-freek.jp/image/main/content_back.jpg) repeat-y;
	margin:0 auto;
	}
	
div#container {
	width:800px;
	text-align:center;
	margin: 0 auto;
	}
div#wrapper{
 padding:10px 5px;
	text-align:justify;
	text-justify:inter-ideograph;
	margin:0 auto;
	}
	
div#content {
	width:607px;
	}
	
div.main {
	clear:both;
	}
/* layout 
左メニューの場合は「layout-left」を、
右メニューの場合は「layout-right」を使用
*/
body#layout-left #content { float:right; }
body#layout-right #content { float:left; }
	
/* header 
==========================================================*/
div#header {
	width:100%;
	height:97px;
	position:relative;
	text-align:left;
	background:url(http://www.rg-freek.jp/image/main/header.jpg) no-repeat;
	margin:0 auto;
	}
div#header-left {
 width:330px;
	float:left;
	padding:15px 0 0 10px;
	}
	
div#header-right {
 width:430px;
	float:right;
	padding:5px 10px 0 0;
	}
div#header-right ul {
 padding:20px 0 0 0;
	}
	
div#header-right ul li {
 display:inline;
 list-style-type:none;
	padding:0 5px 0 13px;
	background:url(http://www.rg-freek.jp/image/main/icon02.jpg) no-repeat 0 0;
	}
	
div#header-bar {
 width:100%;
	height:26px;
	background:url(http://www.rg-freek.jp/image/main/header_bar.jpg) no-repeat;
	}
div#header-bar ul {
 text-align:right;
 color:#FFFFFF;
	padding:4px 10px 0 0;
	}
div#header-bar ul li {
 display:inline;
 list-style-type:none;
	}
div#header-bar ul li a {
 color:#FFFFFF;
	}
	
/* footer
==========================================================*/
div#footer {
	width:100%;
	height:132px;
	clear:both;
	text-align:center;
	background:url(http://www.rg-freek.jp/image/main/footer.jpg) no-repeat;
	margin:0 auto;
	position:relative;
	}
	
div#footer p#c-text{
	width:800px;
	position:absolute;
	top:2px;
	left:0px;
	color:#FFFFFF;
	}	
	
div#footer p#info-text{
	width:700px;
	position:absolute;
	top:53px;
	left:10px;
	text-align:left;
	}	
	
div#footer ul{
	width:800px;
	position:absolute;
	top:26px;
	left:0px;
	}
	
div#footer ul li{
	display:inline;
	}
	
/* navi
==========================================================*/
div#navi {
	padding:0 0 10px 0;
	}
	
	
/* sidebar
==========================================================*/
div#sidebar { width:174px; }
body#layout-left #sidebar { float:left; }	
body#layout-right #sidebar { float:right; }
div.side-form {
	padding-bottom:20px;
	}
		
div.side-form ul{
	padding:0px;
	}
	
div.side-form li{
 padding:0px;
	list-style:none;
	line-height:39px;
	font-size:12px;
	font-weight:bold;
	text-indent:35px;
	width:174px;
	height:39px;
	background:url(http://www.rg-freek.jp/image/main/menu01.jpg) no-repeat;
	}
div.side-form li a{
	width:174px;
	height:39px;
	display:block;
	color:#2B0804;
	overflow:hidden;
	}
div.side-form li a:hover{
	color:#75645C;
	}
div.side-form ul.side-menu02 li{
 padding:0px;
	list-style:none;
	line-height:30px;
	font-size:12px;
	font-weight:bold;
	text-indent:35px;
	width:174px;
	height:30px;
	background:url(http://www.rg-freek.jp/image/main/menu02.jpg) no-repeat;
	}
div.side-form ul.side-menu02 li a{
	width:174px;
	height:30px;
	display:block;
	color:#732501;
	overflow:hidden;
	}
div.side-form ul.side-menu02 li a:hover{
	color:#94593B;
	}
/* entry
==========================================================*/
div.entry-body{
	padding-bottom:20px;
	}
	
div.entry-body p{
	padding:0 10px 10px 10px;
	}
	
div.entry-more{
	padding-top:10px;
	text-align:right;
	}
div#content-banner {
 margin-bottom:10px;
	}
	
/* option
==========================================================*/
.img-left {
	float:left;
	margin:0 10px 10px 0;
	}
	
.img-right {
	float:right;
	margin:0 0 10px 10px;
	}
	
.img-left2 {
	float:left;
	margin:0;
	}
	
.img-right2 {
	float:right;
	margin:0;
	}
	
.img-border {
	padding:2px;
	border:1px solid #ccc;
	}
.text-center {
 text-align:center;
	}
	
.font-b {
 font-weight:bold;
	}
.margin-b10 {
 margin-bottom:10px;
	}
			
/* table
==========================================================*/
table.tbl-normal {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	}
	
table.tbl-normal th{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	font-weight:normal;
	background:#f4f4f4;
	}
	
	
table.tbl-normal td{
	padding:5px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px solid #ccc;
	}
	
/* form
==========================================================*/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:98%;
	height:150px;
	}

/* sitemap
==========================================================*/
.sitemap {
	margin:10px;
	}
.sitemap ul {line-height: 1.6em;}
.sitemap ul li {
	list-style:none;
	background-image: url(img/sitemap/arrow.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 0px 0px 5px 17px;
	width:200px;
}
.sitemap ul li ul {
	background-image: url(img/sitemap/tree_bg.gif);
	background-repeat: repeat-y;
	background-position: 9px 0px;
}
.sitemap ul li ul li {
	margin: 0px 0px 4px 5px;
	padding: 0px 10px 0px 20px;
	background-image: url(img/sitemap/tree.gif);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}
.sitemap ul li.top a {
	border:1px solid #ccc;
	display:block;
	background:#eee;
	padding:5px;
}
.sitemap ul li ul li.up {background-image: url(img/sitemap/tree_up.gif);}
.sitemap ul li ul li.end {background-image: url(img/sitemap/tree_end.gif);}
.sitemap li ul {margin: 4px 0px 4px 0px;}
.sitemap li ul li ul {font-size: 10px;}

/* 4: Contents
----------------------------------------------------------------------------------------------*/
/* top
==========================================================*/
div.main div#news-box {
 margin-bottom:10px;
	}
div.main div.news-box-inner {
 padding:0 10px;
	}
div.main div.news-box-inner ul li {
	list-style:none;
	line-height:160%;
	color:#666666;
	padding-left:15px;
	background:url(http://www.rg-freek.jp/image/main/icon01.jpg) no-repeat 0 4px;
 border-bottom:1px solid #999999;
 }
/* category
==========================================================*/
div#banner-tel {
 width:605px;
	height:56px;
	background:url(http://www.rg-freek.jp/image/main/banner_tel.jpg) no-repeat;
	text-align:right;
	}
	
div#banner-tel img {
 padding:5px 5px 0 0;
	}
/* flow_page_top */
div.flow-inner{
}
div.flow-inner table{
 width:450px;
 margin:10px auto 10px auto;
}
div.flow-inner table tr td{
 border:1px solid #999999;
 padding:3px 0px 3px 10px;
}
div.flow-inner table tr th{
 background-image:url(http://www.rg-freek.jp/image/main/th-header.jpg);
 background-repeat:repeat-x;
 background-position:left top;
 color:#ffffff;
 padding-top:2px;
 padding-left:5px;
 letter-spacing:0.08em;
}
/* flow_page_under */
div.pay-inner{
}
div.pay-inner table{
 width:450px;
 margin:0 auto 5px auto;
}
div.pay-inner table tr td{
 padding:3px 0px 3px 0px;
}
div.pay-inner table tr th{
 background-image:url(http://www.rg-freek.jp/image/main/th-header.jpg);
 background-repeat:repeat-x;
 background-position:left top;
 color:#ffffff;
 padding-top:2px;
 padding-left:5px;
 letter-spacing:0.08em;
}
table.td-inner{
 text-align:center;
 border:1px solid #999999;
 margin:0 auto;
}
div.access-inner{
}
div.access-inner table{
 margin:10px auto;
}
div.access-inner table tr td{
 background-image:url(http://www.rg-freek.jp/image/contact/table_bg2.jpg);
 background-position:left top;
 background-repeat:repeat-x;
 background-color:transparent;
 padding:5px;
 border:1px solid #eeeeee;
}

/*item_txt
==========================================================*/
div.item_text{
	width:300px;
	border:solid 1px #CCCCCC;
	background:#FFFFCC;
	padding:10px;
	margin:0 0 30px 40px;
}
/* tackle
==========================================================*/
div.tacle_box{
	width: 600px; 
	position: relative; 
}
div.left_box { /* ボックス左 */ 
	position: relative;
	left:0px;
	float:left;
} 
div.right_box { /* ボックス右 */ 
	left: 230px;
	position: absolute ; 
	top:0px;
} 
div.tacle_box h5{
	width:350px;
	font-size:120%;
	height:28px;
	line-height:28px;
	text-indent:20px;
	font-weight:bold;
	color:#000000;
	background:url(http://www.rg-freek.jp/image/main/h5.jpg) no-repeat;
	margin-left:10px;
	margin-bottom:5px;
	border-bottom:#CCCCCC solid 1px;
}
.table photo_box {
	font-size:60%;
	color:#666666;
}
.td photo_box{
	font-size:60%;
	color:#666666;
}

div#g_navi {
 width: 600px;
 height: 40px;
 background-image:url(http://www.rg-freek.jp/image/lineup/tackle/menu.png)
 background-position:left top;
 background-repeat:no-repeat;
}
div#g_navi ul li {
 display:block;
 float:left;
 height:40px;
}
#g_navi ul li a {
	font-size:100%;
	font-weight:bold;
 	display:block;
	float: left;
 	height: 40px;
 	overflow: hidden;
 	text-decoration: none;
	color:#FFFFFF;
	 text-indent:-9999px;
}
#g_navi li.g_navi01 a {
 width: 150px;
 background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) 0px 0px;
}
#g_navi li.g_navi02 a {
	width: 150px;
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) -150px 0px;
}
#g_navi li.g_navi03 a {
	width: 150px;
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) -300px 0px;
}
#g_navi li.g_navi04 a {
	width: 150px;
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) -450px 0px;
}
#g_navi li.g_navi01 a:hover {
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) no-repeat 0px -40px;
}
#g_navi li.g_navi02 a:hover {
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) no-repeat -150px -40px;
}
#g_navi li.g_navi03 a:hover {
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) no-repeat -300px -40px;;
}
#g_navi li.g_navi04 a:hover {
	background: url(http://www.rg-freek.jp/image/lineup/tackle/menu.png) no-repeat -450px -40px;
}
/* hand
==========================================================*/
div.hand_box{
	width: 600px; 
	position: relative; 
}
div.hand_l { /* ボックス左 */ 
	position: relative;
	left:0px;
	float:left;
} 
div.hand_r { /* ボックス右 */ 
	left: 320px;
	position: absolute ; 
	top:0px;
} 
div.hand_text{
	width:250px;
	border:solid 1px #CCCCCC;
	background:#FFFFCC;
	padding:10px;
	margin-bottom:10px;
}

/* bag
==========================================================*/
div.step_text{
	width:500px;
	border:dotted 1px #990000;
	background:#FFCC99;
	padding:5px;
	color:#990000;
	margin:0px auto 10px;
}
div.bag_text{
	width:250px;
	border:solid 1px #CCCCCC;
	background:#FFFFCC;
	padding:10px;
}
div.bag_box{
	width: 600px; 
	position: relative; 
}
div.bag_l { /* ボックス左 */ 
	position: relative;
	left:0px;
	float:left;
} 
div.bag_r { /* ボックス右 */ 
	left: 320px;
	position: absolute ; 
	top:0px;
} 
table.bag_kakaku{
 border-top:1px solid #cccccc;
 border-left:1px solid #cccccc;
 border-collapse:collapse;
 border-spacing:0;
 background-color:#ffffff;
	color:#2b2828;
	font-size:80%;
 empty-cells:show;
}
.bag_kakaku th{
 border-right:1px solid #cccccc;
 border-bottom:1px solid #cccccc;
 color:#ffffff;
 background-color:#99CC00;
 background-image:url(../img/table-back.gif);
 background-position:left top;
 padding:0.3em 1em;
 text-align:center;
}
.bag_kakaku td{
 border-right:1px solid #cccccc;
 border-bottom:1px solid #cccccc;
 padding:0.3em 1em;
}
/* guard
==========================================================*/
div.gurd_text{
	width:250px;
	border:solid 1px #CCCCCC;
	background:#FFFFCC;
	padding:10px;
	margin-bottom:15px;
}
/* order
==========================================================*/
div.order_txt{
	width:550px;
	border:solid 1px #CCCCCC;
	background:#FFEEE6;
	padding:10px;
	margin:10px auto;
}
div.order_box{
	width: 600px; 
	position: relative; 
}
div.order_l { /* ボックス左 */ 
	position: relative;
	left:0px;
	float:left;
} 
div.order_r { /* ボックス右 */ 
	left: 380px;
	position: absolute ; 
	top:0px;
}</pre></body></html>