/* CSS */
@charset "euc-jp";
body {
	margin-top: 33px;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family:"Verdana","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN",Osaka;
	text-align: center;
	width: 800px;
}

.edge_r{
	background-image: url(images/edge_rt2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.edge_b{
	background-image: url(images/edge_lb2.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.topbg{
	background-image: url(images/topbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.linebg{
	background-image: url(images/linebg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.mediabg{
	background-image: url(images/mbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.ln{
	background-image: url(images/bg3.gif);
	background-repeat: repeat-y;
	background-position: right;
}



a:link{
  	color: #666666;
  	text-decoration: none;
}
a:visited{
  	color: #666666;
  	text-decoration: none;
}
a:hover,a:active{
	color: #3333CC;
	text-decoration: underline;
}


.title{
	color :#525B6F;
	border-style: solid;
	border-color: #525B6F;
	border-left-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	padding-top: 1px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.title2{
	color :#525B6F;
	border-style: solid;
	border-color: #525B6F;
	border-left-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.cr{
	font-size :7pt;
	color :#cccccc;
	font-weight:normal;
	font-family:"Arial","ƒqƒ‰ƒMƒmŠpƒS Pro W3","‚l‚r ‚oƒSƒVƒbƒN","Osaka";
}





