/*
 * 機能
 * 全体ページ共通指定 css 
 */
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #999999;
}

.headset {
	height: 77px;
	width: 760px;
	background-image: url('/images/dot.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}
.headimg01 {
	padding-top: 42px;
	padding-left: 25px;
	float: left;
}
.headimg02 {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
}

.content {
	width: 760px;
	background-image: url('/images/side_back.gif');
	background-repeat: repeat-y;
	background-position: right top;
	height: auto;
}

.main {
	float: left;
	width: 640px;
	text-align: center;
	background-image: url('/images/main-back.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #333333;
	height: 100%;
}
.menuset {
	float: right; 
	width: 118px; 
/*
 	background-image: url('/images/side_back.gif');
 	background-repeat: repeat-y;
*/
/*	border:1px solid gray; */
	text-align: center;
	height: 100%;
	padding-bottom: 50px;
}
.footset {
	background-image: url('/images/dot.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	width: 760px;
	clear: both;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	line-height: 14px;
	background-color: #000000;
}
.menu-bt {
	padding-top: 12px;
}

table,td,tr {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 14px;	
}
/* リンク文字指定ベース */
a:link {
	color: #999999;
}
a:visited {
	color: #666666;
	text-decoration: underline
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline
}
a:active {
	color: #FFFFFF;
	text-decoration: none
}
.page-top {
	text-align: right;
	line-height: 20px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-top: 2px;
	color: #DDB539;
	letter-spacing: 0.1em;
	font-size: 11px;
}

