@charset "utf-8";
/*--------------------------------------*/
/* baselayout.css                       */
/*--------------------------------------*/

/* background */
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	background-image: url(../images/mix_backgr.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fcf6f6;
}

#container {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/* header */
#header {
	width: 760px;
	height: 80px;
	margin: 10px 0px 0px 0px;
	display: block;
}

/* menu */
#glovalmenu {
	height: 30px;
	background-image: url(../images/menu_bg.jpg);
}

#glovalmenu li {
	float: left;
	width: 126px;
	height: 30px;
}

#glovalmenu li.last {
	float: left;
	width: 130px;
	height: 30px;
}

#glovalmenu a {
	display: block;
	height: 30px;
	width: 126px;
	float: left;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/menu_bg.jpg);
	color: #ffffff;
	text-decoration: none;
	line-height: 2em;
	font-size: 13px;
	font-weight: normal;
}

#glovalmenu li.last a {
	display: block;
	height: 30px;
	width: 130px;
	float: left;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/menu_bg.jpg);
	color: #ffffff;
	text-decoration: none;
	line-height: 2em;
	font-size: 13px;
	font-weight: normal;
}

#glovalmenu a:hover,
#glovalmenu li.last a:hover {
	background-image: url(../images/menu_bg_a.jpg);
}

#glovalmenu span {
	display: block;
	height: 30px;
	width: 152px;
	float: left;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/menu_bg.jpg);
	color: #ffffff;
	text-decoration: none;
	line-height: 2em;
	font-size: 13px;
	font-weight: normal;
}

.white-margin {
	clear: both;
	width: 100%;
	font-size: 1px;
}

/* copyright */
#copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	background-color: #efefef;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 5px;
}

.del_text {
	text-decoration: line-through;
}

/* end of file */
