@charset "Shift_JIS";

/* CSS Document */

body {
	background:#8EB4E1;
	text-align:center;
}

#wrapper {
	background: url(../images/link_bg.jpg) top center no-repeat;
	/*background-size:2450px;*/
	margin: 0 auto;
	text-align:center;
	height:1150px;
}

#main{
	width:950px;
	background:url(../images/link_img.jpg) top center no-repeat;
	margin:0 auto;
	text-align:left;
	padding-bottom:100px;
}

.title{
	width:380px;
	float:left;
	margin-top:8px;
}

#menu{
	background:url(../images/link_menu.jpg) top center no-repeat;
}

#link{
	width:950px;
	height:805px;
	margin-top:21px;
	background:url(../images/link_main.jpg) top center no-repeat;
	position:relative;
}

#link .link_inner{
	width:820px;
	height:500px;
	overflow: auto;
	color:#630;
	font-size:14px;
	position:absolute;
	top:170px;
	left:65px;
}

#link .link_inner .linkbox{
	background:url(../images/link_line.gif) bottom repeat-x;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#630;
	font-weight:bold;
}

#link .link_inner .linkbox img{
	margin-right:10px;
}

#link .link_inner .linkbox a{
	color:#630;
	text-decoration:none;
}

#link .link_inner .linkbox a:hover{
	color:#630;
	text-decoration: underline;
}