@charset "shift_jis";

html,body {
	margin: 0px;

}

img {
  vertical-align:bottom;
}


#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

#word {
	width: 960px;
	clear: both;
	margin-top: 5px;
	height: 15px;
	margin-bottom: 5px;
}

#header {
	width: 960px;
	height: 55px;
}

#navi {
	height: 30px;
	width: 960px;
	clear: both;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #003399;
}

#contents {
	width: 960px;
	float: left;
	height: 100%;
	background-image: url(../shared_img/side_bg.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	background-position: left;
}


#side {
	float: left;
	width: 160px;
	height: auto;
	padding-bottom: 10px;
}

#side img {
	margin-top: 5px;
}

#side #side_copy {
	margin-bottom: 10px;
	margin-top: 20px;
}

#main {
	float: right;
	width: 780px;
	background-attachment: scroll;
	background-image: url(../shared_img/mark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;

}

#page_top {
	clear: both;
	height: 20px;
	width: 950px;
	padding-right: 10px;
}

#footer {
	clear: both;
	height: 60px;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../shared_img/foot_bg.gif);
	float: left;
}

#footmenu {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

#footlogo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#copyright {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#side #yutori {
	margin-bottom: 12px;
}

