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

/*----------------------------------------

　base.css - 基本レイアウト

----------------------------------------*/


/*	1.  Common
--------------------------------------------------------------*/

html {
	overflow-y: scroll;
	background: #dcdcdc;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #FFF;
	color: #000;
	text-align: center;
	font: 80%/1.8em "Noto Sans JP", sans-serif;
    /*font: 80%/1.8em "Helvetica Neue", Helvetica, "Lucida Grande", "メイリオ", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
}

a, a:visited {
	color: #666;
	cursor: pointer;
}

a:link, a:visited { text-decoration: none; }

a:hover, a:active {
	color: #C70028;
	text-decoration: underline;
}

ul li {
	list-style: none;
	list-style-position: outside;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px 0px 0px 2em;
}

address {
	font-style: normal;
	line-height: 1;
}

sup {
	font-size: 0.7em;
	vertical-align: text-bottom;
}

sub {
	font-size: 0.7em;
	vertical-align: text-top;
}

strong { font-weight: bold; }

table {
	font-size: 0.9em;
	border-collapse: collapse;
	margin: 15px 0px;
	border: 1px solid #ccc;
}

table th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: #f2f2f2;
}

table td,
table th {
	padding: 5px 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

table .nowrap { white-space: nowrap; }

.Lct { float: left; }

.Rct { float: right; }

.clear { clear: both; }

.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }


/*	2.  Container
--------------------------------------------------------------*/

#wrapper {
	margin-top: 103px;
	padding:0px;
	text-align: left;
}

#container {
	width: 950px;
	margin: 0px auto 20px;
}

#pagetop {
	clear: both;
	width: 950px;
	margin: 0px auto 60px;
	text-align: right;
}

/*	main
----------------------------------------*/

#main {
	width: 950px;
	margin: 0px auto 15px;
}

#main h2 { margin: 0px 0px 40px; }

.breadcrumb {
	text-align: right;
	color: #888;
	font-size: 11px;
}

#pagetitle {
	width: 950px;
	height: 46px;
	position: relative;
	margin: 45px auto 35px;
}

#pagetitle h2 { margin: 0px; }

#pagetitle .breadcrumb {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*	3.  header
--------------------------------------------------------------*/

header {
	width: 950px;
	margin: 0px auto;
	position: relative;
}

h1 {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 20px;
}

ul.header_nav {
	float: right;
	width: 460px;
	margin: 0px;
}

ul.header_nav li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 15px;
}

/*	navigation
----------------------------------------*/

#globalnav {
	width: 950px;
	margin: 45px auto 0px;
	background: url(../images/common/bg_navigation.gif) repeat-x center bottom;
}

ul.navigation {
	width: 712px;
	height: 32px;
	margin: 0px;
	padding: 0px 0px 0px 238px;
	z-index: 50;
	position: relative;
}

ul.navigation li {
	float: left;
	display: inline;
}

ul.navigation li a { display: block; }

ul.subnav01 {
	width: 367px;
	height: 24px;
	clear: both;
	padding: 10px 0px 0px 5px;
	position: absolute;
	left: 323px;
	top: 32px;
	z-index: 70;
	display: none;
	background: url(../images/common/bg_subnav01.png) no-repeat left top;
}

ul.subnav01 li {
	float: left;
	display: inline;
	margin: 0px 5px 0px 10px;
}


/*  4.  Contents
--------------------------------------------------------------*/

#contents {	width: 950px; }

.sidemenu #contents {
	width: 700px;
	float: left;
}

/*	section
----------------------------------------*/

section {
	padding: 0px;
	margin: 0px 0px 40px;
}

section h2 { margin: 0px 0px 30px; }

section h3 { margin: 0px 0px 20px; }

#intro h3 {
	margin: 0px 0px 25px;
	font-size: 20px;
	line-height: 28px;
}

section h4.bd_title {
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	border-left: 6px solid #c70028;
	font-size: 16px;
	line-height: 26px;
}

section p { margin: 0px 0px 10px; }

/*	parts
----------------------------------------*/

.caption {
	font-size: 11px;
	line-height: 16px;
	margin-top: 3px;
	display: block;
}

.btn_more, .btn_contact {
	margin: 20px 0px 0px;
	clear: both;
}


/*	5.  Side
--------------------------------------------------------------*/

.sidemenu #side {
	float: right;
	width: 223px;
}

ul.side_menu { margin: 0px 0px 45px; }


/*	6.  Footer
--------------------------------------------------------------*/

footer {
	background: #dcdcdc;
	padding: 25px 0px;
}

#footer_area {
	width: 950px;
	margin: 0px auto;
}

ul.footer_nav {
	float: left;
	width: 700px;
	font-size: 10px;
	line-height: 18px;
}

ul.footer_nav li a { color: #222; }

ul.footer_nav li a:hover, a:active { color: #C70028; }

address {
	float: right;
	width: 250px;
	margin: 56px 0px 0px;
	text-align: right;
	font-size: 10px;
}
