@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/
	body {
		background: #fff url(../imgs/bg.gif) repeat-x left top;
	}


/* siteCommonStyle
--------------------------------------------------*/
/* A */
	a {
		color: #1c36a9;
		text-decoration: underline;
	}
	a:hover {
		color: #1c36a9;
		text-decoration: none;
	}

/* strong */
	strong {
		font-weight: bold;
	}

/* img */
	li img, dt img {
		vertical-align: top;
	}

/* cap */
	.caption,
	.cap {
		padding-top: 5px;
		color: #666;
		font-size: 10px;
	}
	.caption {
		padding-top: 0px;
	}

/* tableStyle */
	.tableStyle {
		padding-top: 1px;
		background: url(../imgs/kkk.gif) repeat-x left top;
	}
	.tableStyle table {
		width: 100%;
	}
	.tableStyle table th,
	.tableStyle table td {
		padding: 9px 15px 8px;
		background: url(../imgs/kkk.gif) repeat-x left bottom;
		vertical-align: middle;
	}
	.tableStyle table th {
		background-color: #f5f6ff;
		color: #1c36a9;
		font-weight: bold;
	}

/* formText */
	.formText {
		padding: 2px 1px;
		border: #ccc solid 1px;
	}
	.formText:hover,
	.formText:focus {
		border-color: #1c36a9;
	}


/* layout
--------------------------------------------------*/
/* wrapper */
	#wrapper {
		min-width: 970px;
		background: url(../imgs/bg-wrapper.gif) no-repeat center top;
		color: #333;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
	}

/* header */
	#header {
		margin-bottom: 25px;
	}
	#logoArea {
		display: flex;
		align-items: center;
		width: 970px;
		height: 35px;
		margin: 0 auto;
		padding: 20px 0 10px;
	}
	.home-logoArea {
		width: 900px !important;
	}
	#logo {
		float: left;
		margin-right: 15px;
	}
	#logo a {
		color: #000000;
		font-size: 24px;
		font-weight: 500;
		letter-spacing: .03em;
		text-decoration: none;
		font-family: "AXIS Std";
	}
	#logo a span {
		font-size: 15px;
		letter-spacing: .025em;
		margin-right: .5rem;
	}
	#gNav {
		padding: 5px 0;
		background: url(../imgs/bg-gnav.gif) repeat-x left top;
	}
	#gNav ul {
		width: 960px;
		height: 40px;
		margin: 0 auto;
	}
	#gNav ul li {
		float: left;
	}

/* container */
	#containerWrap {
		position: relative;
		width: 970px;
		margin: 0 auto;
		padding-bottom: 40px;
		background: url(../imgs/bg-container01.png) no-repeat center bottom;
	}
	#container {
		width: 960px;
		padding: 0 5px;
		background: url(../imgs/bg-container02.png) repeat-y center top;
	}
	#bnrContact {
		position: absolute;
		top: 170px;
		left: 50%;
		margin-left: 215px;
	}

/* content */
	#content {
		width: 640px;
		padding: 30px 30px 0;
	}
	.section {
		width: 640px;
		margin-top: 30px;
	}
	.section:first-child {
		margin-top: 0;
	}
	.section .title {
		color: #000000;
		font-size: 20px;
		letter-spacing: 0.03em;
		margin-bottom: 20px;
	}

/* footer */
	#pageTop {
		position: absolute;
		position: fixed;
		bottom: 65px;
		left: 50%;
		margin-left: 490px;
	}
	#footer {
		width: 960px;
		margin: 20px auto 0;
		padding-bottom: 20px;
		font-size: 83.3%;
	}
	#fNav {
		float: left;
		height: 1.2em;
		border-left: #ccc solid 1px;
		line-height: 1.2;
	}
	#fNav li {
		float: left;
		padding: 0 1em;
		border-right: #ccc solid 1px;
	}
	#fNav li a {
		text-decoration: none;
	}
	#fNav li a:hover {
		text-decoration: underline;
	}
	#copyright {
		text-align: right;
	}
