@charset "utf-8";

/*------------------------------------------------------------------------- header */
#header { 
	background-image: url(../images/campaign/header_image.jpg);
	background-repeat: no-repeat;
} 


/*------------------------------------------------------------------------- サイドメニュー */
.sub_menu {
	color: #D49F00;
	margin: 5px;
	padding: 0;
}

.sub_menu a {
	text-decoration: none;
	color: #D49F00;
}

.sub_period {
	margin: 0px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	border-style: solid;
	border-color: #DFDED0;
	height: 1px;
}


/*------------------------------------------------------------------------- コンテンツ */
.cont_box {
	margin: 0;
	padding: 0;
}

.cont_box p {
	font-size: small;
	color: #606060;
	margin: 0;
	margin-left: 10px;
	line-height: 2em;
}

.cont_box table {
	font-size: small;
	color: #606060;
	margin: 10px 0px 10px 20px;
	line-height: 2em;
}

.cont_box .caution {
	line-height: 1.2em;
	margin-left: 20px;
}

.cont_box .nebiki {
	margin-left: 30px;
}
