@charset "UTF-8";
@import "initialize.css";

body {
	background: #ffffff;
	color: #333333;
	font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	text-align: center;
	}

a { color: #2694d9; font-weight: bold; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

#wrapper {
	text-align: center;
	}

#header_text {
	background: url(/sources/images/header_text_bg.jpg);
	padding: .2em 0;
	border-bottom: 1px solid #d9d9d9;
	}

h1 {
	font-size: 100%;
	font-weight: 100;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#header {
	padding: .5em 0 0;
	background: url(/sources/images/header_bg.jpg) repeat-x bottom;
	}

#header .section {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#logo {
	float: left;
	}

#header_tel {
	float: right;
	}

#nav {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	background: url(/sources/images/nav_bg.jpg) no-repeat bottom;
	}
#nav ul {
	margin: 0 5px;
	}
#nav li {
	float: left;
	width: 180px;
	list-style: none;
	}
#nav li a {
	display: block;
	height: 50px;
	}

#main_image {
	height: 182px;
	background: url(/sources/images/main_image.jpg) no-repeat center top;
	}

#main_image h2 {
	width: 900px;
	margin: 0 auto;
	padding-right: 50px;
	color: #ffffff;
	font-size: 300%;
	font-weight: 100;
	line-height: 182px;
	text-align: right;
	}

#main {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 116%;
	}

#pickup01 {
	background: #ededed;
	margin-bottom: 30px;
	padding: 14px 15px;
	}
#pickup01 p {
	float: left;
	}

#pickup02 {
	clear: both;
	background: #7f7f7f;
	margin-bottom: 16px;
	padding: 5px 4px;
	}
#pickup02 p {
	float: left;
	}

#main h3 {
	margin-bottom: .5em;
	padding: .3em .5em;
	background: #999999;
	color: #ffffff;
	line-height: 1;
	}

#main .section {
	margin-left: 130px;
	padding: 0;
	}

h4 {
	margin-bottom: .5em;
	padding: 10px 0 8px;
	border-bottom: 2px solid #0f66f3;
	font-size: 125%;
	color: #0f66f3;
	}

#footer {
	clear: both;
	margin-top: 10px;
	}
#footer .pagetop {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	}
#footer address {
	padding: 40px 0;
	font-style: normal;
	background: url(/sources/images/footer_bg.jpg);
	color: #ffffff;
	}

table {
	border-collapse: separate;
	border-spacing: 1px; background: #ccc;
	*width: expression(cellSpacing = '1px', style.Width);
	}
table tr th, table tr td {
	border: 1px solid #fff;
	padding: .5em;
	font-weight: normal;
	}
table tr th { background: #e3e3e3; }
table tr td { background: #fff; }

ol {
	margin: 1em 3em;
	padding: .5em 0;
	}




/* Global Classes */


.section {
	padding: .5em 0;
	}

.lefted {
	float: left;
	}

.righted {
	float: right;
	}

.lefted_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.righted_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

.text_lefted {
	text-align: left;
	}

.text_righted {
	text-align: right;
	}

.center {
	text-align: center;
	}

.backgrounded {
	margin: 10px 0;
	border: 1px dashed #b2b2b2;
	padding: .5em;
	background: #ededed;
	}

.bordered {
	margin: 10px 0;
	border: 1px solid #85D1FF;
	padding: .5em;
	}

.strong {
	font-size: 125%;
	font-weight: 900;
	}
.emphasys {
	font-size: 150%;
	font-weight: 900;
	color: #0f66f3;
	}

input.text, textarea, .shorttext, .longtext {
	padding: 5px;
	border: 1px solid #d3d3d3;
	}

.shorttext {
	width: 60px;
	}

.longtext {
	width: 600px;
	}

.clear {
	clear: both;
	}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
