/* CSS Document */

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:100%;
	list-style-type: none;
	}

body{
	font-family: "MS P Gothic", verdana, 'trebuchet ms', sans-serif;
	color: #666666;
	line-height:120%;
	margin-bottom: 20px;
}

a{text-decoration: none;padding: 0px 5px 0px 3px;color:#0099FF;}
a:link{color: #7A2266;text-decoration: none;}
a:visited{color: #7A2266; text-decoration: none;}
a:active{color: #7A2266;text-decoration: none;}
a:hover{color: #7A2266;text-decoration: underline;}

.clr{
	clear: both;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}
img { border: none;}
a img { border: none;}

hr { display:none;}

.floatL{ float:left;}
.floatR{ float:right;}
.clr{
	clear: both;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}

/* テキストそろえ */
.txtcenter{ text-align:center;}
.txtright{ text-align:right;}
.txtleft{ text-align:left;}

/* 文字おおきさ */
.xs{ font-size:x-small;}
.s{ font-size:small;}
.m{ font-size:medium;}

/* インデント */
.indent00{
	text-indent: -1em;
	padding-left:1em;
}
.indent01{
	text-indent: 1em;
}
/* 画像 */
.imgleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgright{
	float: right;
	margin: 0px 0px 10px 10px;
}

/* 余白 */
.pad01{
	padding: 0px 0px 20px 0px;
}

.pad02{
	margin: 10px;
}


/* table */
.t-title{
	width:780px;margin-bottom:10px;
}
.table{
	padding:10px;
	border:1px solid #dddddd; color: #666666;
	width:780px;
	text-align:left;
}
.table td{
	font-size:12px; margin: 0px; padding: 5px;
	line-height:160%;
}

.graybg{
	background-color:#dddddd;width:155px;
}
.whitbg{
	background-color:#ffffff;width:472px;
}

/* **************************************************************header */

.header{
	width:760px;
}
.headerin{
	padding: 0px 0px 10px 5px;
}
.headercont{
	width:755px;
	padding-bottom:6px;
	border-bottom: 1px solid #B2B2B2;
}
.header h1{
	margin: 0px;
	padding: 0px;
}
.header img{
	vertical-align:top;
}
.header p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.headertop{
	width:100%;
	margin-bottom:5px;
	background-color:#EAEDEB;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px dotted #B2B2B2;
}
.headexp{
	font-size:11px;
	color:#666666;
	padding-left:5px;
	padding-top:1px;
}

.logo{
	margin-right:15px;
}
.header ul{
	margin: 0px;
	padding: 0px;
}
.header ul.utility01{
	text-align:right;
	margin-bottom:30px;
}
.header ul.utility01 li{
	display:inline;
	font-size:10px;
}
.header ul.utility01 li a{
	border-right: 1px solid #333333;
	padding: 0px 5px 0px 3px;
	color: #7A2266;
}
.header ul.utility01 li a.noborder{
	border-right: none;
}
.header ul.utility02{
	text-align:right;
}
.header ul.utility02 li{
	display:inline;
}
.header ul.utility03{
	text-align:left;
	margin-bottom:10px;
}
.header ul.utility03 li{
	display:inline;
	font-size:10px;
}
.header ul.utility03 li a{
	border-right: 1px solid #333333;
	padding: 0px 5px 0px 3px;
	color:#0099FF;
}
.header ul.utility03 li a.noborder{
	border-right: none;
}
/* 
