* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}
div {
	border: none;
	margin: 0px;
	padding: 0px;
}


body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "Lucida Grande",geneva,verdana,sans-serif;
	background-image: url(../images/top/bg_top.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 970px;
	text-align: left;
	position: relative;
	margin-top: 25px;
}
#container02 {
	width: 970px;
	position: relative;
}



/* 本文
---------------------------------------------*/
#primary {
	position: absolute; /* 値にabsoluteを指定 */
	left: 0px; /* 左方向からの配置位置を指定 */
	top: 10px; /* 上方向からの配置位置を指定 */
	width: 970px; /* ボックスの幅を指定 */
}

	#primary h1,#secondary h1 {
		background: url(../images/common/slash_red.gif) left top no-repeat;
		margin: 0;
		padding: 10px 0 15px 20px;
		font-size: 13px;
}

	#primary .list,#secondary .list {
		margin-bottom: 10px;
	}
	#primary .list li,#secondary .list li {
		margin: 5px 0 0 10px;
		padding-left: 20px;
		background: url(../images/common/arrow_red.gif) left center no-repeat;
		border-bottom: 1px solid #CCCCCC;
	}
	

#address {
	;
	float: right;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-image: url(../images/top/bg_add.gif);
	background-repeat: no-repeat;
	padding-right: 85px;
	padding-left: 12px;
	margin-top: 10px;
}

/* フッター
---------------------------------------------*/
#adspace {
	position: relative;
	clear:both;
	width: 802px;
	text-align: right;
	margin-left: 80px;
	padding-top: 34px;
}
#adspace  li {
	display: inline;
	margin-left: 4px;
}




#footer {
	position: relative;
	width: 800px;
	clear: both;
	margin-left: 80px;
}

.footernavi   {
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 10px;
	width: 570px;
	text-align: left;
	float: left;
}

.footernavi a:link         { color: #990000; text-decoration: none }
.footernavi a:visited         { color: #990000; text-decoration: none }
.footernavi a:hover        { color: #FF3333; text-decoration: underline }
.footernavi a:active         { color: #990000; text-decoration: none }


.search {
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	padding-top: 10px;
	text-align: left;
	float: right;
	padding-right: 5px;
}
.copyright {
	position: relative;
	clear:both;
	width: 800px;
	margin: 10px 0;
}
.copyrightText   {

	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	padding-top: 3px;
	width: 320px;
	float: left;

	margin-left: 5px;
}

.copyright p {
	float: right;
}


/* 共通
---------------------------------------------*/






h1 {
	margin-top: 20px;
	margin-left: 85px;
	height: 102px;
}

.h1text {
	margin-top: 5px;
	margin-left: 85px;
	color: #666666;
	font-size: 12px;
	height: 20px;
}
