@charset "utf-8";
@import url("reset.css");
@import url("base.css");
/* CSS Document */

html, body {
	font-size: 14px;
}

body{
	margin: 0;
	padding: 0;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #E87A1E;
	border-right-color: #E87A1E;
	border-bottom-color: #E87A1E;
	border-left-color: #E87A1E;
	background-color: #FCFCFC;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}


#contents {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.to_top {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	clear: both;
}

#top_contents01 {
	background-image: url(../images/bg_top01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}


#top_contents01 ul li {
/* margin-bottom: 20px;*/
}

#top_contents01 ul li p {
	margin: 20px 30px;;
}

#listbox01 {
	margin-top: 50px;
	margin-left: 370px;
	width: 470px;
}

#listbox02 {
	margin-top: 50px;
	margin-left: 500px;
	width: 420px;
}

#listbox03 {
	margin-top: 50px;
	margin-left: 650px;
	width: 320px;
}
#top_sec2 {
	background-image: url(../images/bg_top_sec2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 40px;
	padding-top: 100px;
}
#top_sec2 h2 {
	margin-bottom: 20px;
}
#top_sec2 p {
	margin-bottom: 30px;
}
#top_btn02 {
	margin-bottom: 120px;
}
#top_btn02 li {
	display: inline;
	list-style-type: none;
	margin-left: 100px;
}
#top_contents03 {
	width: 370px;
	float: left;
}
#top_btn03 {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}









#footer {
	height: 60px;
	background-color: #E87A1E;
}
#footer #copyright {
	color: #FFF;
	text-align: center;
	padding-top: 23px;
}





#entry #header #title, #download #header #title {
	margin-top: 40px;
	text-align: center;
	margin-bottom: 70px;
}
#entry h1, #download h1 {
	margin-bottom: 30px;
}
#entry h2, #download h2 {
	margin-bottom: 70px;
}
#btn_entry01 {
	margin-bottom: 80px;
	text-align: center;
}

#btn_entry01 li {
	display: inline;
	list-style-type: none;
	width: 415px;
	margin-right: 10px;
	margin-left: 10px;
}



#navi_merits {
	margin: 0 auto 100px;
	width: 650px;
	border: 1px solid #C91419;
}

#navi_merits h3 {
	background-color: #C91419;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 1em;
	text-align: center;
}

#navi_merits ul {
	margin: 0;
	padding: 0 2em 2em;
}

#navi_merits ul li {
	margin: 0;
	list-style-position: inside;
	list-style-type: disc;
	font-size: 1.5em;
}



#entry_sample {
	margin-bottom: 40px;
}
#dl_content {
	margin-bottom: 50px;
}

.dl_h3box {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
#downloadlist li {
	margin-bottom: 8px;
}
#contact h2 {
	text-align: center;
	margin-top: 50px;
}
#contact_list {
	margin-left: 120px;
	font-size: 14px;
}

#contact_list li {
	display: block;
	float: left;
	height: 80px;
	width: 240px;
	margin-bottom: 30px;
	margin-right: 30px;
	font-weight: bold;
}
#contact_list li span {
	color: #E65C14;
}
#contact_list li p {
	margin-left: 1.5em;
	font-weight: normal;
}

