body{
        margin: 0;
        padding: 0;
        color:#000;
		font-size: 12px;
		background-image: url(../common/background.gif);
}

table{
        font-size: 12px;
		color: #424242;
		line-height: 1.5em;
}

a:link {
        font-size: 10px;
        color: #666666;
		text-decoration: none}       
a:visited {
        font-size: 10px;
        color: #666666;
		text-decoration: none}
a:hover {
        color: #FF6600;
	text-decoration: underline;}


a.f:link {
        font-size: 10px;
        color: #FFFFFF;
		text-decoration: none}       
a.f:visited {
        font-size: 10px;
        color: #FFFFFF;
		text-decoration: none}
a.f:hover {
        color: #333333;
	text-decoration: underline;}
	
a.atxt12:link {
        font-size: 12px;
        color: #4D82C4;
		text-decoration: none}       
a.atxt12:visited {
        font-size: 12px;
        color: #4D82C4;
		text-decoration: none}
a.atxt12:hover {
        color: #FF6600;
	text-decoration: underline;}

/*-----ランク用--------*/
a.r:link {
        font-size: 10px;
        color: #3399CC;
		text-decoration: none}       
a.r:visited {
        font-size: 10px;
        color: #3399CC;
		text-decoration: none}
a.r:hover {
        color: #FF6600;
		font-weight: bold;
	text-decoration: underline;}


/*-----余白設定--------*/
.padding5 {padding: 5px;}

.padding3 {padding: 3px;}

.padding10 {padding: 10px;}


.mgn_bottom10 {margin-bottom: 10px;}

/*-----装飾-------*/
.grayBox{border:solid 1px #CCCCCC;}
.line_bottom{
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.lineDot{
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.line_kiyaku{
	border-top: 1px none #CCCCCC;
	border-right: 2px solid #FF9900;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px none #CCCCCC;
}
