/* CSS Document */

@charset "Shift_JIS";

/* ‰Šú‰»*/
*{
	margin		: 0;
	padding		: 0;
}
html{
	direction	: ltr;
	border		: 0;
}
body{
	text-align	: left;
	font-weight	: normal;
	font-style	: normal;
	font-size	: 100%;
	border		: 0;
	line-height	: 100%;
}
a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,object,param,q,samp,small,span,strong,sub,sup,tt,var{
	display		: inline;
}
address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}
li{
	display		: list-item;
}
ol{
	list-style-type	: decimal;
}
ul,ol,dl,p{
	margin		: 1em 0;
}
table,thead,tbody,caption,tr,th,td{
	text-align	: left;
	font-size	: 100%;
}
caption{
	caption-side	: top;
	text-align		: center;
}
code, pre, samp, var, kbd, input, select, textarea{
	font-family	: '‚l‚r ƒSƒVƒbƒN','Osaka|“™•',monospace;
}
/* (‰Šú‰»‚±‚±‚Ü‚Å) */

body {
	margin:10px;
	color: #333;
	background: #FFF;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	text-align: center;
}

a:link {
  color : #FF6633;
}

a:visited {
  color : #FF6633;
}

a:hover {
  color : #FF0000;
}

a:active {
  color: #0000FF;
}

div#wrapper{
	margin:0 auto;
	width: 800px;
	text-align:center;
	background: #FFF;
}

div#header{
	margin:20px auto;
	width: 800px;
	text-align:center;
	color: #333;
	background: #FFF;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height:17px;
}

div#contents{
	margin:20px auto;
	width: 500px;
	text-align:left;
	color: #333;
	background: #FFF;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height:17px;
}

div#footer{
	margin:20px auto;
	width: 800px;
	text-align:center;
	color: #333;
	background: #FFF;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height:17px;
}

h1 {
	font-size:12px;
	color:#333;
}

img {
	border: 0px;
}

.center {
	text-align:center;
}

div#contents_top{
	margin:20px auto;
	width: 800px;
	text-align:center;
	color: #333;
	background: #FFF;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 12px;
	line-height:17px;
}

table  {
	margin:0 auto;
	text-align:center;
}


