@charset "euc-jp";
/*****************bimarts.bimarts.net SUB*********************/
* {
	margin: 6px auto 0 auto;
	padding: 0;
}
body{
	background-color: #ffffff;
	font-size: 14px;
	font-family: monospace;
	line-height: 1.4em;
}
td{
	font-size: 14px;
	font-family: monospace;
	line-height: 1.4em;
}

a{
	color: #006699;
	text-decoration: none;
	font-size: 14px;
	font-family: monospace;
}
a:link{
	color: #006699;
	text-decoration: none;
	font-family: monospace;
}
a:visited{
	color: #006699;
	text-decoration: none;
	font-family: monospace;
}
a:hover{
	color: #336699;
	text-decoration: underline overline;
	background-color: #99cccc;
	font-family: monospace;
}

/* */
/*
A:link {
	color: #006699;
	text-decoration: none;
	font-family: monospace;
}
A:visited {
	color: #006699;
	text-decoration: none;
	font-family: monospace;
}
A:active {
 color:gray
}
A:hover {
 color:blueviolet;
 background-color:#336699;
 text-decoration:underline overline;
 position:relative;
 top:1px;
 left:1px;
}
A {
	color: #006699;
	text-decoration: none;
	font-size: 14px;
	font-family: monospace;
}
*/
/*************************************/
#header{
	width: 720px;
	height: 128px;
	font-weight: bold;
	background-image: url(../images/sns_top.jpg);
	background-repeat: no-repeat;
}
#Pagetop{
	width: 720px;
	height: 96px;
	text-align: left;
	background-image: url(../images/sns_seco.gif);
	background-repeat: no-repeat;
}
#container {
	width: 720px;
	max-width: 100%;
}
#sideL{
	width: 128px;
	margin: 12px 0 0 0;
	padding: 0 0 6px 6px;
	float: left;
	text-align: left;
	font-size: 12px;
	font-family: monospace;
	background-color: #f0f0ff;
}
#mainR{
	width: 574px;
	margin: 12px 0 0 0;
	padding: 0 0 0 12px;
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: monospace;
}
#footer{
	width: 720px;
	margin: 12px auto 0 auto;
	max-width: 100%;
	text-align: right;
}
