/* common
----------------------------------------------------------------------- */
body{
	color:#333;
	padding:0;
	margin:10;
	background-color: #000;
	text-align: center;
}

form,input,select,optgroup,option,p,ul,li,dl,th,dd,dt,address,
h1,h2,h3,h4,h5,h6			{margin:0; padding:0; font-weight:normal; font-style:normal;}
h1,h2,h3,h4,h5,h6			{font-size:12px; margin:0; padding:0;}
ul,ol,dl					{margin:0; padding:0;}
dt,dd,li					{list-style-type:none;}
img,a img					{margin:0; padding:0; border:0; vertical-align:bottom; -ms-interpolation-mode:bicubic;}
input,select,optgroup,option{font-family:'Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif; font-size:11px;}
select option				{padding-right:8px;}
textarea					{font-family:'Meiryo','メイリオ','ＭＳ Ｐゴシック',sans-serif;}
label,label input			{cursor:pointer; vertical-align:middle;}
label input					{margin:0 3px 0 0;}

a			{
	outline:0;
	color: #000;
}
a:link {
	text-decoration:underline;
	color:#000;
}
a:visited	{
	text-decoration:underline;
	color:#666;
}
a:hover,
a:active	{
	color:#666;
	text-decoration: none;
}

a:hover .ro,
a .ro:hover,
input.ro:hover,
.ro:hover input	{opacity:0.7; filter:alpha(opacity=70);}

.txt	{vertical-align:bottom; text-align:justify; text-justify:distribute;}



/* clfix
----------------------------------------------------------------------- */
.clfix:after	{
  content:".";  /* 新しい要素を作る */
  display:block;  /* ブロックレベル要素に */
  clear:both;
  height:0;
  visibility:hidden;
}
.clfix	{min-height:1px;}
* html .clfix{
  height:1px;
  /*\*//*/
  height:auto;
  overflow:hidden;
  /**/
}
.clear		{clear:both;}
.allclear	{clear:both; height:0; font-size:0; line-height:0;}
#header {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	margin-bottom: 30px;
}
#contents {
	width: 751px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E1E1E1;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 14px;
	text-align: left;
}
#contents h2 {
	margin-bottom: 20px;
}
#contents h3 {
	float: left;
	height: 40px;
}
#contents .read {
	float: left;
	width: 607px;
	font-size: 12px;
	line-height: 14px;
	color: #3333FF;
	padding-left: 10px;
}
#contents ol {
	clear: both;
	margin-left: 20px;
}
#contents ol li {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	width: 230px;
}
#contents .top {
	clear: both;
	font-size: 12px;
	text-align: center;
}
#contents .link {
	text-align: right;
	clear: both;
	margin-bottom: 10px;
	font-size: 12px;
}
#contents .warp {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}




/* other
----------------------------------------------------------------------- */
.copy {
	width: 256px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
