/*ボディー指定*/
body { 
	margin:0px 0px 0px 0px; 
	background-image: url(../images/main_bg.gif);
	background-repeat:repeat-y;
	background-position: top;
	background-color: #FFFFFF
}
/*テキスト指定*/
.text-large { 
	color: #333333;
	font-size: 100%
}
.text-small {
	color: #333333;
	font-size: 67%;
}
.text-std {
	color: #333333;
	font-size: 73%;
	line-height: 140%
}
.text-stdb { 
	color: #333333;
	font-size: 73%;
	line-height: 130%; 
	font-weight: bold
}

.text-seo { 
	color: #666666;
	font-size: 73%;
	line-height: 130%; 
	font-weight: bold
}

.text-bold { 
	font-weight: bold
}
.text-red { 
	color: #ff0000
}
.text-red2 { 
	color: #ff6600
}
.text-white { 
	color: #FFFFFF
	}
.text-whiteb { 
	color: #FFFFFF
	font-weight: bold
	}
.text-bluegray { 
	color: #00628D
	}

/*リンク指定1*/
a:link { 
	color:#08427c; text-decoration: none
}
a:visited { 
	color:#2a68a6; text-decoration: none
}
a:active {
	color:#2a68a6; text-decoration: underline
}
a:hover { 
	color:#ff6600; text-decoration: underline
}

/*リンク指定2*/
a.white {
	color: #FFFFFF; text-decoration: none
}
a.white:link {
	color: #FFFFFF; text-decoration: none
}
a.white:visited {
	color: #FFFFFF; text-decoration: none
}
a.white:active {
	color:#FF0000; text-decoration: underline
}
a.white:hover { 
	color: #FF8800; text-decoration: underline
}

/*セルカラー指定*/
.bg-b8b8b8 { background-color: #b8b8b8}
.bg-cccccc { background-color: #CCCCCC}
.bg-eeeeee { background-color: #EEEEEE}
.bg-ffffff { background-color: #FFFFFF}
.bg-bluegray { background-color: #00628D}
.bg-lightgray { background-color: #eeeeee}
.bg-deeptgray { background-color: #4C4C4C}
.bg-deepred { background-color: #CC0000}
.bg-lightred { background-color: #CC9999}
 
 /*スペーサー指定*/
.space-3px { font-size: 3px}
.space-6px { font-size: 6px}
.space-9px { font-size: 9px}
.table-top {padding-top: 5px}

/*マージン指定*/
.margin-8px {  margin-left: 8px}
.margin-15px {  margin-left: 15px}
.marginR-10px {  margin-right: 10px}
.ul-15px{margin: 15px}
.li-std{margin: 0px; padding:0px 0px 3px 0px;}
.li-in{margin: 0px; padding:0px 0px 1px 0px;list-style-position:inside}
