body  {
	text-align:center;
	background-color : #ffffff;
	color      : #000000;
	margin:0px;
}

/*************************************************/
em  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color:black;
}



p  {
	font-size : 10pt;
	line-height:16pt;
	text-align : left;
	text-decoration : none;
	padding:2px 4px 4px 4px ;
	margin:0px;
	color:#000000;
}

/***********headdings*******************/

h1  {
	padding-left : 2px;
	font-size : 12pt;
	font-weight : bold;
	color : #666699;
	text-align : center;
	margin-top : 10pt;
	margin-bottom : 2pt;
	border-style : solid;
	border-width:1px 1px 1px 20px;
}

h2  {
	padding-left : 6px;
	font-size : 11pt;
	font-weight : bold;
	line-height : 1em;
	color : #FF1493;
	text-align : left;
	border:none;
	padding :0px 0px 0px 10px;
	margin : 4px 0px 0px 4px;
}

h3  {
	padding-left : 10px;
	font-size : 10pt;
	font-weight : bold;
	color : #ff88cc;
	text-align : left;
	border:none;
	margin-left : 4pt;
	margin-bottom: 4px;
}

h4  {
	padding-left : 14px;
	font-weight : normal;
	font-size : 10pt;
	text-align : left;
	border-width:0px 0px 1px 20px;
	margin-left : 30pt;
	clear:both;

}


/**************Anchor**********************/

a{
	text-decoration:none;
	color:#000099;
}

a:visited{
	color:#0000cc;
}

a:hover  {
	color: orange;

}


/*段落の中のリンクだけ下線をつける*/
p a{
	text-decoration:underline;
}

.noUnderline{
	border:none;

}



/**********************Table***************************/

table{
	padding : 0px;
	margin  : 0px 0px 10px 0px;
	border:none;
	empty-cells:show;
	width:100%;
	color: #000000;
}


caption{
	margin:20px 6px 6px 6px;
	padding:20px 6px 6px 6px;
	font-size : 10pt;
	font-weight : bold;
}

th  {
	font-size : 10pt;
	font-weight : normal;
	color : #00203e;
	background : #f0f0f0;
	vertical-align:top;
	text-align:left;
	white-space: nowrap;
	border:none;

}

td  {
	font-size : 10pt;
	font-weight : normal;
	vertical-align:top;
	padding : 2pt;
	margin :0px;
	border:none;
	color: #000000;
	
}

/**********************List***************************/


ul  {
	text-align : left;
	font-size : 10pt;
	list-style-type : circle;
	text-indent : 0pt;
	margin-left : 3pt;
}

ol  {
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}


li  {
	font-size : 10pt;
	font-weight : normal;
	text-indent : 0pt;
	margin-left : 10pt;
	color: #000000;
}


ul li{
	list-style-image : url(/images/icon/aqua_button.png);
}


dl  {
	font-size : 10pt;
	font-style : normal;
	text-align : left;
	margin-left : 0px;

}

dt  {
	font-size : 10pt;
	font-weight : bold;
	margin : 8px 0px 2px 0px;
	padding : 2px;
	color:#7B68EE;
	border : solid;
	border-width : 0px 0px 1px 0px;

}

dd  {
	font-size : 10pt;
	font-weight : normal;
	text-align : left;
	line-height : 14pt;
	margin-left : 6pt;
	margin-bottom:8pt;
	color:#333333;
}



dd.menu{
	line-height:110%;
	margin:0px;
}

/*************************************************/


.center{
	text-align: center;

}
.bold{
	font-weight:bold;
}

small  {
	font-size : 9pt;
}

img { border-width: 0px ; }

strong {
	font-weight:normal;
	color:#000066;
}

input,textarea{
	background :#F5FFFA ;
	font-size:10pt;
}

select{
	background :#ffffff ;
	font-size:10pt;
	border: solid 1px #666666;
}


