@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}



#contents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#titleArea {
	position: relative;
	height: 300px;
	width: 920px;
}
#titleArea a {
	position: absolute;
	right: 55px;
	bottom: 40px;
}
#accents {
	margin-top: 30px;
}
#account {
	width: 450px;
	float: left;
}
#account .text {
	margin-left: 10px;
	width: 430px;
	line-height: 140%;
}
#account p {
	margin-top: 10px;
}
#accentslist {
	float: right;
	width: 450px;
}
#accentslist ul {
	list-style-type: none;
}
#accentslist li {
	display: inline;
}
#accentslist li img {
	display: block;
	margin-bottom: 5px;
}
#accentslist a {
	padding-top: 5px;
	width: 356px;
	height: 46px;
	margin-left: 47px;
	display: block;
}
#setcontent h3 {
	clear: both;
}
#setcontent ul {
	list-style-type: none;
	margin-top: 10px;
}
#setcontent li {
	width: 210px;
	float: left;
	display:block;
}
#setcontent li span {
	width: 210px;
	display:block;
}
#setcontent #procedure,#comment {
	margin-left: 20px;
}
#setcontent .listEnd {
	float: right;
}

.btnArea {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 920px;
	text-align: center;
}
a img {
	border: 0px;
}

