@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
	CONTENTS
-----------------------------------------------*/
#contents {
	float:left;
	display:inline;	
	width:630px;
	background:#ffffff;
}
#shadow_top {
	width:630px;
	height:10px;
	background-image:url(../images/contents_top.png);
	background-repeat:no-repeat;
}
#shadow_bottom {
	width:630px;
	height:10px;
	background-image:url(../images/contents_bottom.png);
	background-repeat:no-repeat;
}
#main {
	width:570px;
	padding:0px 30px;
	color:#333333;
}
#contents_end {
	width:630px;
	height:70px;
	background-image:url(../images/contents_end.png);
	background-repeat:no-repeat;
}
#page_top {
	float:right;
	display:inline;	
	width:130px;
	height:15px;
	margin:55px 30px 0px 0px;
}

/*Headline
-----------------------------------------------*/
#main h1 {
	width:570px;
	margin:10px 0px 20px 0px;
	border-bottom:#333333 solid 1px;
	font-size:138%;
}

#main h2 {
	width:560px;
	margin:10px 0px;
	border-left:#cccccc solid 3px;
	padding-left:5px;
	font-size:116%;
}
#main h3 {
	margin:10px 0px;
	font-size:116%;
}
#main p {
	margin:10px 0px;
	line-height:150%;
}

p#indent {
	padding-left:50px;
}

hr {
border:dotted #cccccc;
border-width:1px 0px 0px 0px;
height:1px;
overflow:hidden;
margin:20px 0px;
} 

/*Froat
-----------------------------------------------*/

#float_l {
	float:left;
	display:inline;
	margin:0px 10px 10px 0px;
}
#float_r {
	float:right;
	display:inline;
	margin:0px 0px 5px 5px;
}

/*table
-----------------------------------------------*/
table {
    width: 560px;
	margin-left:10px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}
table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

