/******************************************************************************/
/* ページの設定 */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 150%;
	background-color: #351F1C;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #111111;
	scrollbar-face-color: #EDEDED;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #CCCCCC;


	scrollbar-track-color: #;
	overfllow: auto;
	color: #333333;
	}
	
/******************************************************************************/
/* デフォルト設定 */
	
.clear {
	clear: both;
}

form		{ margin:0; padding:0; }
img			{
	border:0;
	margin: 0px;
	padding: 0px;
}

dl,dt,dd	{ margin:0px; padding:0px;	border:0px; }
ul,ol,li	{ margin:0px; padding:0px;	list-style-type:none; line-height:1em;/*IE・仔F*/ vertical-align:top;/*IE*/ }
h1,h2,h3,h4,h5,h6,p,address { 
font-size:100%; 
font-weight:normal; 
font-style:normal; 
margin: 0px;
padding: 0px;
}
.bold {
	font-weight: bold;
}

/******************************************************************************/
/* ベースリンク色設定 */

a:link { color: #FFFFFF; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: none }
a:active { color: #FFFFFF; text-decoration: none }
a:hover { color: #FFFFFF; text-decoration: underline }

.fcont a:link { color: #666666; text-decoration: none }
.fcont a:visited { color: #666666; text-decoration: none }
.fcont a:active { color: #666666; text-decoration: none }
.fcont a:hover { color: #53261F; text-decoration: underline }


/******************************************************************************/
/* 基本テキスト設定 */


.px10   { font-size: 10px; line-height: 120%;}

.px12  { font-size: 12px; line-height: 150%;}

.px14  { font-size: 14px; line-height: 150%;}

.px16  { font-size: 16px; line-height: 150%;}

.px18  { font-size: 18px; line-height: 150%;}
