/* bodyの内容 
----------------------------------*/
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #CCCC00;
	text-decoration: none;
}
a:hover {
	color: #CCCC00;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}



/* banaの内容 
----------------------------------*/

#head_title {
	background-image: url(../_parts/img/page/heder_title_cam.jpg);
}
#head_navi {
	background-image: url(../_parts/img/page/heder_navi_cam.jpg);
}
#head_menubox {
	background-image: url(../_parts/img/page/heder_menu_cam.jpg);
}
#content_title {
	background-image: url(../_parts/img/page/contents_title_cam.jpg);
}

/* head_navi_menuの内容 
----------------------------------*/

					#head_navi_menu a:link {
						color: #808080;
						text-decoration: none;
					}
					#head_navi_menu a:visited {
						color: #808000;
						text-decoration: none;
					}
					#head_navi_menu a:hover {
						color: #CCCC00;
						text-decoration: none;
					}
					#head_navi_menu a:active {
						color: #000000;
						text-decoration: none;
					}

/* その他の内容 
----------------------------------*/


	#head_title h1 {
		width: 300px;
		height: 55px;
		font-size: 20px;
		letter-spacing: 0em;
		margin-left: 15px;
		font-weight: bold;
		color: #808080;
		position: relative;
		top: 23px;
	}


/* 共通の設定 
----------------------------*/

.mark {
	margin-right: 2px;
	vertical-align: midle;
}

/* 会員条件の設定 
----------------------------*/
#content_main #mem_jyouken {
	clear: left;
	font-size: 17px;
}

#content_main h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}

#content_main #toppage h5 {
	margin-top: 20px;
	font-size: 14px;
}

#content_main #toppage p {
	text-indent: -1em;
	line-height: 1.3em;
	margin-left: 2em;
}

#member_bd {
	width: 550px;
	height: 50px;
	background-color: #FFFFCC;
	position: relative;
	top: 20px;
	margin-bottom: 40px;
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
}

#member {
	width: 250px;
	height: 30px;
	background-color: #CCCC77;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	_position: relative;
	_top: -3px;
	_left: -1px;
	border: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #C0C0C0;
	_display: inline;
}

#bd {
	width: 250px;
	height: 30px;
	background-color: #CCCC99;
	font-size: 12px;
	text-align: center;
	line-height: 33px;
	float: left;
	position: relative;
	left: 30px;
	_top: -3px;
	margin-top: 10px;
	border: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #C0C0C0;
	_display: inline;
}

					#member_bd a:link {
						color: #FFFFFF;
						text-decoration: none;
					}
					#member_bd a:visited {
						color: #FFFFFF;
						text-decoration: none;
					}
					#member_bd a:hover {
						color: #666633;
						text-decoration: none;
					}
					#member_bd a:active {
						color: #FFFFFF;
						text-decoration: none;
					}


