@charset "UTF-8";


/*　main layout　*/

html {
	height: 100%;
	text-align: center;
}

body{
	background:url(../images/back.jpg) 0 0 repeat-x #eeeeee;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 160%;
}

div{
	margin: 0px;
	padding: 0px;
}

#header{
	background:url(../images/header-back.jpg) no-repeat;
	margin: 0px auto;
	width: 780px;
	height: 280px;
}


#wrapper{
	background:url(../images/contents-back.jpg) 0 0 repeat-y;
	margin: 0px auto;
	padding: 0px 30px;
	width: 720px;
	text-align: left;
}


#footer{
	margin: 0px auto;
	width: 760px;
	height: 24px;
	font-size: 9px;
	color: #666666;
	border-top: 1px solid #bbbbbb;
}

.bold{
	font-weight: bold;
	color: #999900;
}


/*　link set　*/

a{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #336699;
}

a:hover{
	color: #FF9900;
	text-decoration:underline;
}



/*　contents layout　*/

h1{
	width: 720px;
	margin: 0px auto;
	text-align: right;
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	padding-top: 38px;
}

#logo{
	width: 720px;
	margin: 0px auto;
	height: 70px;
	background: url(../images/logo-back.jpg) no-repeat;
	text-align: right;
}
	
.line{
	width: 720px;
	border-bottom: 2px dotted #bbbbbb;
}

#info p{
	border: 2px solid #669999;
	width: 660px;
	padding: 10px;
	margin: 10px auto;
}

#report{
	padding-bottom: 20px;
}

#report p{
	width: 660px;
	margin: 0px auto;
	padding: 10px;
}

#report img{
	border: 1px solid #999999;
	padding: 6px;
	margin: 10px;
}

.pagetop{
	width: 720px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #999999;
	text-align: right;
}

.right{
	width: 660px;
	text-align: right;
}
