@charset "utf-8";
/* CSS Document */
/*=========================================
共通
=========================================*/
* {
	margin: 0px;
	padding: 0px;	
}
ul {
	list-style-type: none;
}
ul.indent_ul {
	padding-left: 15px;
	text-indent: -15px;
}
.clear_both {
	clear: both;
}
body {
	font-weight: normal;
	font-size: 15px;
	line-height: 160%;
	color: #494949;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.caution {
	color: #EB0202;
}
.lead {
	margin-bottom: 10px;
}
img {
	border-style: none;
}

/*=========================================
ヘッダー
=========================================*/
header {
	background-color: #B76101;
}
div.element {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
header div#logo {
	float: right;
	padding-top: 30px;
	padding-bottom: 10px;
}
header div#mark {
	padding-top: 20px;
	padding-bottom: 10px;
}

/*=========================================
article
=========================================*/
article {
	text-align: center;
	margin-top: 2px;
}
