@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;
; background-color: #FFFFFF

 }

TABLE,TH,TD{
	color		:	#282828;
	line-height	:	120%;
	/*border		:	0px none;*/
 }

ul{
	margin	:	0px;
}

li{
	list-style-type	:	none;
	margin			:	0px 0px 0px 30px;
}

hr{
	margin	:	0px;
	color	:	#999999;
	text-decoration: blink;
}

h3{ 
  padding: 5px 5px 5px 10px;
  margin: 10px 0px 5px 0px;
  font-size: 98%;
  font-weight: bold;
  background-color: #DFEAFF;
}

h2{ 
  padding: 5px 5px 5px 10px;
  margin: 10px 0px 5px 0px;
  font-size: 98%;
  font-weight: bold;
  background-color: #ededef;
}


/* liststyle */ 
	
ol{ 
  list-style-type:decimal;
  margin: 0px 0px 0px 0px;
}
 
ul{ 
  list-style-type: circle;
  margin: 0px;
  padding: 0px;
}
 
li{ 
  margin: 0px 0px 3px 30px;
}
 /*　Anchor　*/

a:link {
	text-decoration	:	underline;
	color			:	#587B06;
 }

a:visited {
	text-decoration	:	underline;
	color			:	#587B06;
 }

a:active {
	text-decoration		:	none;
	color				:	#CCCCCC;
 }

a:hover {

	color				:	#333333;
 }

 /*　Font　*/

 .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;
}
 
.topkikan {
	font-size: 80%;
	color: #FF6600;
}

