body{
	text-align: center;
	background-image:url(../images/bg_sora.gif);
}
div#main{
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
.title{
	height:24px;margin:0px 0px 5px 0px;
	padding:6px 0px 0px 3px;
	font-size:20px;
	font-weight:bold;
	color:#333333;
	background-image:url(../images/title_bar.jpg);
	padding-left: 18px;
	background-repeat: no-repeat;
}

.arrow{
	background-image:url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
a:link.bosyu{
    display:inline-block;
    text-align:center;
    background-image: url(../images/bosyu_blk.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 82px;
    text-indent:-10000px;
    list-style:none;
}
a:hover.bosyu{
    display:inline-block;
    text-align:center;
    background-image: url(../images/bosyu_org.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 82px;
    list-style:none;
}
a:link.mail{
    display:inline-block;
    text-align:center;
    background-image: url(../images/mail_blk.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 83px;
}
a:hover.mail{
    display:inline-block;
    text-align:center;
    background-image: url(../images/mail_org.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 83px;
}
/* e[u */
.link_table{
	width:100%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
.link_table th{
	padding: 6px;
	width:50%;
	text-align: center;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
.link_table td{
	padding: 6px;
	width:50%;
	text-align: center;
	background-color: #fafafa;
	border: 1px solid #b9b9b9;
}
