@charset "utf-8";

/***header***/
#header {
	background-color: #282828;
	padding-top: 23px;
	padding-bottom: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #8b8b8b;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	margin-bottom: 10px;
}
#header .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header .inner h1 {
	float: left;
	width: 370px;
}
#header .inner ul {
	float: right;
	margin-top: 10px;
	width: 330px;
}
#header .inner li {
	float: left;
}
#header .inner .btn {
	margin-top: 14px;
}


#header .inner p {
	color: #ffffff;
	clear: both;
	text-align: right;
	width: 300px;
	float: right;
	height: 18px;
}



/***slide***/
#slide {
	background-color: #ebebe1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	overflow: hidden;
	padding-bottom: 40px;
}



/***menu***/
#menu {
	width: 255px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.fixed {
	position: fixed;
	top: 20px;
}
#menu ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom: 6px;
	padding-top: 10px;
}
#menu li {
	margin-bottom: 4px;
}
#menu .border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	width: 235px;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}
#menu .contact {
	margin-bottom: 8px;
}
#contents {
	float: right;
	width: 670px;
	text-align: center;
}
#contents .c_box {
	border: 1px solid #d2d2d2;
	background-color: #f4f4f4;
}
#contents .c_box h2 {
	background-color: #373534;
	text-align: left;
	margin-bottom: 20px;
}


#contents .c_box p {
	text-align: left;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#contents .c_box table {
	width: 620px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents .c_box th {
	font-size: 12px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	width: 140px;
	background-color: #d2d2d2;
	line-height: 1.5em;
}
#contents .c_box td {
	font-size: 12px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	line-height: 1.5em;
	padding-right: 10px;
}
#contents .c_box .red {
	color: #ff0000;
}

#contents .c_box .caution{
	display:block;
    margin-bottom:7px;
}

#contents .c_box .length1 {
	width: 150px;
	height: 24px;
}
#contents .c_box .length2 {
	width: 450px;
	height: 24px;
}
#contents .c_box .notes {
	width: 450px;
	height: 350px;
	padding-top: 3px;
}
#contents .c_box .btn-box {
	margin-bottom: 20px;
}
#contents .c_box .btn-box .btn {
	height: 30px;
	width: 150px;
}









#contents .gototop {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
#contents .gototop a {
	color: #7095b2;
}

#footer {
	clear: both;
	background-color: #282828;
	padding-top: 100px;
	padding-bottom: 70px;
}
#footer .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#footer .inner .left {
	float: left;
}
#footer .inner .right {
	float: right;
	width: 144px;
}

#footer #copyright {
	color: #FFFFFF;
	padding-top: 30px;
	font-size: 12px;
}
#footer #copyright a {
	color: #FFFFFF;
	text-decoration: none;
}