@charset "Shift_JIS";

/*	venusnetwork CSS	*/

/*	Body			*/
body		{	width: 100%;		margin-top: 0px;	margin-right: 0px;		margin-left: 0px;		margin-bottom: 0px;		background-color: #D6ECC0;	}
#border		{	width: 650px;									margin: 0px;	padding: 0px;
				border-width: 2px;	border-style: solid;	background-color: #679000;	border-color: #679000;
			}

body,td,th	{	font-weight: normal;	font-size: 12px;	color: #666666;		text-decoration: none;		line-height: 1.2em;	letter-spacing: 1px;	
			}
/*	Link			*/
a:link		{	font-weight: normal;	font-size: 12px;	color: #99CC66;		text-decoration: none;		line-height: 1.6em;	letter-spacing: 1px;	}
a:visited	{	font-weight: normal;	font-size: 12px;	color: #99CC66;		text-decoration: none;		line-height: 1.6em;	letter-spacing: 1px;	}
a:hover		{	font-weight: normal;	font-size: 12px;	color: #FFCC00;		text-decoration: underline;	line-height: 1.6em;	letter-spacing: 1px;	}
a:active	{	font-weight: normal;	font-size: 12px;						text-decoration: none;		line-height: 1.6em;	letter-spacing: 1px;	}

.input {border:0 solid; background-color:#FFFFFF;}

/*	H Tag			*/
h1			{	font-weight: normal;	font-size:   0%;	color: #000000;		line-height:1em		;margin: 0;		}

/*	Font		[1]=type				[2]=size			[3]=color			*/

.bb0		{	font-weight: bold;		font-size: 14px;	color: #666666;		}
.bn0		{	font-weight: bold;		font-size: 12px;	color: #666666;		}
.nn0		{	font-weight: normal;	font-size: 12px;	color: #666666;		}
.ns0		{	font-weight: normal;	font-size: 10px;	color: #666666;		}

.bb1		{	font-weight: bold;		font-size: 14px;	color: #FF0000;		}
.bn1		{	font-weight: bold;		font-size: 12px;	color: #FF0000;		}
.nn1		{	font-weight: normal;	font-size: 12px;	color: #FF0000;		}
.ns1		{	font-weight: normal;	font-size: 10px;	color: #FF0000;		}

.bb2		{	font-weight: bold;		font-size: 14px;	color: #FFFFFF;		}
.bn2		{	font-weight: bold;		font-size: 12px;	color: #FFFFFF;		}
.nn2		{	font-weight: normal;	font-size: 12px;	color: #FFFFFF;		}
.ns2		{	font-weight: normal;	font-size: 10px;	color: #FFFFFF;		}

.bb3		{	font-weight: bold;		font-size: 14px;	color: #0099FF;		}
.bn3		{	font-weight: bold;		font-size: 12px;	color: #0099FF;		}
.nn3		{	font-weight: normal;	font-size: 12px;	color: #0099FF;		}
.ns3		{	font-weight: normal;	font-size: 10px;	color: #0099FF;		}

/*	Secret			*/
.sss		{	display:none;					}

/*	Div Span Tag	*/
div			{	margin: 0px;	padding: 0px;	}
span		{	margin: 0px;	padding: 0px;	}
.m12		{	margin-top: 0px;	margin-right: 0px;	margin-bottom: 12px;	margin-left: 12px;	padding:  0px;	}
.m18		{	margin-top: 0px;	margin-right: 0px;	margin-bottom: 18px;	margin-left: 12px;	padding:  0px;	}
.m24		{	margin-top: 0px;	margin-right: 0px;	margin-bottom: 24px;	margin-left: 12px;	padding:  0px;	}
.t12		{	margin-top: 12px;		}
.t18		{	margin-top: 18px;		}
.t24		{	margin-top: 24px;		}
.b12		{	margin-bottom: 12px;	}
.b18		{	margin-bottom: 18px;	}
.b24		{	margin-bottom: 24px;	}

/*	Form Tag		*/
form		{	margin: 0px;	padding: 0px;	}

/*	Img Tag			*/
img			{	margin: 0px;	padding: 0px;	border: 0px;	}

/*	Position		*/
.cen		{	text-align: center;		margin-right: auto;	margin-left: auto;	}
.lef		{	text-align: left;		margin-right: auto;	margin-left: 0px;	}
.rig		{	text-align: right;		margin-right: 0px;	margin-left: auto;	}
