@charset "Shift_JIS"; 

//===================================//
//          FRONTIER GROOVE          //
//     http://www.f-groove.com/      //
//===================================//
 
/*　Common　*/ 

OL{list-style-type: none;} 

BODY,TABLE,TH,TD{ 
	font-size					:	98%;
}
 
BODY {
	color						:	#282828;
	line-height					:	120%;
	font-family					:	"ＭＳ Ｐゴシック", "Tahoma", "Osaka", "sans-serif";
	scrollbar-base-color		:	#cccccc;
	scrollbar-arrow-color		:	#000000;
	scrollbar-three-color		:	#cccccc;
	scrollbar-shadow-color		:	#999999;
	scrollbar-face-color		:	#d6d6d6;
	scrollbar-track-color		:	#777777;
	scrollbar-highlight-color	:	#ffffff;
	scrollbar-darkshadow-color	:	#5b5b5b;

 }
 
TABLE,TH,TD{ 
	color		:	#282828;
	line-height	:	120%;
 }
 
ul{ 
	margin	:	0px;
}
 
li{ 
	list-style-type	:	none;
	margin			:	0px 0px 0px 30px;
}
 
hr{
	margin	:	0px;
	color	:	#999999;
	text-decoration: blink;


}
  
 /*　Anchor　*/ 
	
a:link { 
	text-decoration	:	underline;
	color			:	#FF6600;
 }
 
a:visited { 
	text-decoration	:	underline;
	color			:	#FF6600;
 }
 
a:active { 
	text-decoration		:	none;
	color				:	#FF9966;
 }
 
a:hover { 

	color				:	#FF0000;
 }
  
 /*　Font　*/ 
 
 .f92{
	font-size	:	92%;
}

 .f95{
	font-size	:	95%;
}

 .f97{
	font-size	:	97%;
}	
	
 .f98{
	font-size	:	98%;
	font-weight: bold;
	color: #336699;

 }


 /*　Other　*/ 
	
INPUT{
	background-color : #CCCCCC;
	font-size : 98%;
	border: 1px solid #666666;

}
 
 
image{ 
	border-style	:	none;
 }
 
.line{ 
	border-width	:	1px;
	border-style	:	solid;
	border-color	:	#5b5b5b;
 }
 
  
/*　Topics　*/ 
	
.syousai{
	font-size	:	98%;
	line-height	:	120%;
	color: #666666;

 }
 
.title{
	font-size	:	98%;
	line-height	:	120%;
	font-weight: bold;
	color: #333333;

 }

.kakaku{
	font-size	:	98%;
	line-height	:	120%;
	font-weight: bold;
	color: #FF6600;

 }
 
  
/*　Color　*/ 
	
 
.red{ 
 color : red;
 }
 
.black{ 
	font-weight : bold;
 }
 
.blue{ 
 color : blue;
 }
 
.white{ 
 color : white;
 }
 
.green{ 
 color : green;
 }
  
.lineside {
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
}
