@charset "Shift_JIS";

@import url("setting.css");

/* ----------------------------------------
	header
---------------------------------------- */

#header {
	width: 850px;
	margin: auto;
	padding: 50px 25px;
}

h1 {
	padding: 20px 0 !important;
}

#wrapper h1 {
	padding: 25px;
}

h2 {
	padding: 15px 0 !important;
	float: right;
}


/* ----------------------------------------
	nav
---------------------------------------- */

#nav_wrap {
	width: 100%;
	min-width: 900px;
	background: #D2283C;
}

#nav {
    height: 20px;
    margin: auto;
    padding: 10px 25px;
    width: 850px;
}

#nav li {
	float: left;
	position: relative;
}

#nav li a,
#nav li img {
	display: block;
}

#menu_company,
#menu_services,
#menu_access {
	/*margin-left: 40px;*/
}

#nav_services {
	position: absolute;
	top: 40px;
	left: 1px;
	z-index: 100;
	display: none;
}

#nav_services li {
	width: 205px;
	height: 30px;
	padding: 1px 15px 0 15px;
	/*background: url(../img/nav_dropdown.png) repeat-x top;*/
	background: #D2D2D2;
	float: none;
}

#nav_services li.last {
	padding-bottom: 30px;
}

#nav_services li a {
	padding-left: 15px;
	background: url(../img/nav_dropdown_arrow.png) no-repeat left center;
	line-height: 30px;
	font-size: 12px;
	color: #FFF;
}

#nav_services li a:hover {
	background: url(../img/nav_dropdown_arrow_on.png) no-repeat left center;
	color: #00A0C8;
}

/* ----------------------------------------
	contents
---------------------------------------- */

#contents {
	width: 850px;
	margin: auto;
	padding: 60px 25px 80px;
	position: relative;
}

#pages {
	padding: 50px 10px 0;
}

#pagetop {
	position: absolute;
	bottom: 30px;
	right: 25px;
}

#contents h3 {
	margin-left: 12px;
}

.description {
	width: 560px;
	color: #D2283C;
	line-height: 2;
}


/* ----------------------------------------
	footer
---------------------------------------- */

#footer {
	width: 100%;
	min-width: 900px;
	height: 120px;
	background: #D2D2D2;
	font-size: 10px;
	color: #D2283C;
	line-height: 18px;
}

address {
	padding: 30px 0 0 30px;
	font-style: normal;
	float: left;
}

address a {
	color: #D2283C;
}

address a:hover {
	color: #D37283;
}

#footer_info {
	padding: 30px 30px 0 0;
	text-align: right;
	float: right;
}

