*{	margin:0 auto;
	padding:0;
}
/*wrapレイアウト＆その他関連*/
#wrap{
	width:810px;
	margin:0 auto;
	text-align:left;
	background-image:url("images/shadow.gif");
}


/*bodyレイアウト＆その他関連*/
body{
	background-repeat:repeat-x;
}


/*boxレイアウト＆その他関連*/
div#box{
	width:780px;
	padding:0px 0px 0px 0px;
	background-image:url("images/box-bg.gif");
	border-right:0px solid #cccccc;
	border-left:0px solid #cccccc;
}


/*headerレイアウト＆その他関連*/	
div#header{
	width:780px;
	height:61px;
	background-image:url("images/header-bg.gif");
}


/*naviレイアウト＆その他関連*/
div#navi{
	width:780px;
	height:34px;
	border-top:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
}
#navi{
	list-style:none;
	width:780px;
	font-size:xx-small;
}
#navi ul{
	margin:0px;
	margin-left:0px;
	padding-left:0px;
}

#navi li{
	list-style:none;
	float:left;
	width:156px;
}
#navi a{
    display:block;
    width:156px;
    height:34px;
    text-indent:-9999px;
    background-image:url("images/navi.gif");
    overflow:hidden;
}

a.sample1{
    background-position:0px 0px;
}
a:hover.sample1{
    background-position:0px -34px;
}
a.sample2{
    background-position:-156px 0px;
}
a:hover.sample2{
    background-position:-156px -34px;
}
a.sample3{
    background-position:-312px 0px;
}
a:hover.sample3{
    background-position:-312px -34px;
}
a.sample4{
	background-position:-468px 0px;}
a:hover.sample4{
	background-position:-468px -34px;}
a.sample5{
	background-position:-624px 0px;}
a:hover.sample5{
	background-position:-624px -34px;}	



/*mainレイアウト＆その他関連*/
div#main{
	width:545px;
	float:left;
	font-size:9pt;
	line-height:150%;
	letter-spacing:1px;
	padding:6px 0px 0px 10px;
}
#main p{
	padding-top:5px;
	padding-bottom:5px;
}
#main a{
	text-decoration:under-line;
	color:#0066ff;
}
#main a:hover{
	text-decoration:under-line;
	color:#ff6600;
}

/*linkレイアウト＆その他関連*/
div#link{
	width:217px;
	float:right;
	padding:6px 0px 0px 0px;
}
#link p{
	padding-top:2px;
	padding-bottom:2px;
}


/*footerレイアウト＆その他関連*/
div#footer{
	width:780px;
	height:48px;
	background-image:url("images/footer-bg.gif");
	clear:both;
	color:#ffffff;
	font-size:8pt;
	line-height:150%;
	padding:5px 0px 5px 0px;
}
#footer a{
	text-decoration:under-line;
	color:#ffffff;
}


/*sub-page＆その他関連*/
div#sub-page{
	width:410px;
	font-size:9pt;
	line-height:150%;
	letter-spacing:1px;
	padding:10px 10px 10px 10px;
}




/*全体関連*/
.box{
	color:#000000;
	background-image:url("images/class-box.gif");
	border:dashed 1px #0066ff;
	padding:13px;
	margin:0px;
}

h2{
	font-size:12px;
	padding:5px 0 7px 0;
	margin-top:15px;
}

.hr{
	border:dashed 1px #cccccc;
	margin:25px 0 0 0;
	clear:both;
	}

.line{
	border-bottom:1px solid #CCCCCC;
}

.img{
	float:left;
	padding:0 10px 0 0;
}
.migi{
	text-align:right;
}
table.all{
	width:545px;
}
td.left{
	width:95px;
	text-align:left;
	vertical-align:midole;
	padding-left:13px;
	padding-right:13px;
	background-image:url("images/class-box.gif");
}
td.right{
	padding-left:25px;
}
td.top{
	width:545px;
	padding-left:13px;
	text-align:left;

}
