/**********************************/
/* Base Layout */

*{
	z-index:1;
	padding:0;
	margin:0;
}
body{
	margin:0 auto;
	padding:0px;
	font-size:12px;
	color:#666666;
	line-height:1.4em;
	width:100%;
	text-align:center;
}

body *{
	font-family:"MS P Gothic", "ＭＳ Ｐゴシック", "Osaka", Helvetica, Arial, sans-serif;
}
#wrapper{
	padding:10px;
	width:520px;
	margin:0 auto;
	text-align:left;
}
table td,
table th{
	font-size:12px;
}

/**********************************/
/* common */
/**********************************/
.clear{clear:both;}
hr{clear:both; border:none; visibility:hidden;}
img{border:none;}
.txt-right{text-align:right;}
.img-left{float:left; margin:0 10px 10px 0;}
.img-right{float:right; margin:0 0 10px 10px;}
.txt-small{font-size:10px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}


.red{color:red;}



/**********************************/
/* link */
/**********************************/
a {outline:none;}

a:link {
  color:#006699;
  text-decoration:none;
}
a:visited {
  color: #006699; 
  text-decoration:none;
}
a:hover, a:active {
  color:#006699;
  text-decoration:underline;
}



.ex {
	background-color: #dcdddd;
	padding: 5px;
	margin: 10px;
}

em {
	font-size: 11px;
	line-height: 13px;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

.top {
	font-size: 11px;
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: right;
}