@charset "utf-8";
/*

------------------*/


/*Common
------------------*/


img,table{
	border:none;
}
h1,h2,h3{
	clear:both;
	margin:0;
}
h1{
	border-bottom:solid 6px #E1E1E1;
	padding:5px 10px 0px 10px;
	font-size:1.4em;
	font-weight:normal;
	letter-spacing:0.25em;
	margin:0 -10px 10px -10px;
	width:640px;
	position:relative;
}
h1 span{
	font-size:150%;
}
h2{
	padding:5px 10px 3px 3px;
	font-size:1.3em;
	background:url(../img/common/h2.png) no-repeat bottom left;
	margin:10px 0 15px 0;
}

h3{
	border-left:solid 6px #999;
	padding:0px 10px 0px 10px;
	font-size:1.15em;
	margin:10px 0;
}


em {
font-style:normal;
color:#D01D64;
}

.left {
	float:left;
	margin:0 5px 5px 0;
}
.right {
	float:right;
	margin:0 0 5px 5px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.textright {
	text-align:right;
}
.small{
	font-size:smaller;
}
a{
	color:#39C;
}
a:hover{
	color:#D01D64;
}
.link{
	background:url(../img/common/link.png) no-repeat left;
	padding:0px 0 0px 18px;
}

img.middle{
	vertical-align:middle;
}
/*Main
------------------------------------------------------*/
p,dl
{
	margin:0 0 1em 0;
}


table.default {
	border:solid 1px #999;
	border-spacing: 1px;
	margin:0 0 10px 0px; 
	border-collapse:1px;
	width:100%;
}

table.default th,table.default td{
	border:solid 1px #CCC;
	padding:5px 5px;
	text-align:left;
	vertical-align: top;
}
table.default th{
	white-space:nowrap;
	background-color:#f5f5f5;
}
table.default td{
}

.leftbox,.rightbox{
	width:49%;
}
.leftbox {
	float:left;
}
.rightbox {
	float:right;
}

