@charset "UTF-8";

/* --------------------------------------------------------------------- */
/* ALL */
/* --------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body.home {	
	width: 100%;
	min-width: 900px;
}

body {
	width: 100%;
	min-width: 950px;
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro","&#xff2d;&#xff33;&#x20;&#xff30;&#x30b4;&#x30b7;&#x30c3;&#x30af;","Meiryo", "MS PGothic", "ＭＳ Ｐゴシック", "Helvetica", "Verdana",  sans-serif;
	line-height: 100%;
	color: #333333;
	background: url(../images/body_bg.gif) repeat left top;
	text-align: left;
	text-rendering: optimizeLegibility;
	position: relative;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,h2,h3,h4 {
	font-weight: normal;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: bottom;
}

img.vMid {
	vertical-align: middle;
}

hr {
	display: none;
}

.clear {
	clear: both;
}

th,td {
	vertical-align: top;
}

th.vMid,
td.vMid {
	vertical-align: middle;
}

/* for modern browser */
.clearfix {
  display: inline-block;
}

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

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

address {
	font-style: normal;
}

/* link */

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #faa800;
	text-decoration: underline;
}

a * {
	cursor: pointer;
}

/**/
a p,
a img,
a:hover {
	-webkit-transition: all 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 0.2s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
a,
a img,
a:hover {
	-webkit-transition: all 0.10s cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 0.10s ease;
	-moz-transition: all 0.10s ease;
	-ms-transition: all 0.10s ease;
}

a.nLink {
	text-decoration: underline;
}

.minTxt {
	margin-top: 5px;
	font-size: 12px;
	color: #454545;
	line-height: 1.65 !important;
}
.bold {
	font-weight: bold;
}
/* --------------------------------------------------------------------- */
/* text */
/* --------------------------------------------------------------------- */

.txtRed {
	color: #dd2e1e;
}

.txtOre {
	color: #faa800;
}

.mtn4 {
	margin-top: -4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mtn4 {
	margin-top: -4px !important;
}

.mt18 {
	margin-top: 18px !important;
}

.txt14 {
	font-size: 108% !important;
}

.pt5 {
	padding-top: 5px !important;
}
.pl5 {
	padding-left: 0px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}

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

header#mainHeader {
	width: 100%;
	display: block;
	}
	div#mainHeaderCopy {
		background: #1c8bce;
		border-bottom: 1px solid #005ead;
		padding: 10px 0 7px 0;
		}
		div#mainHeaderCopy div.bg {
			width: 900px;
			margin: 0 auto;
		}
		div#mainHeaderCopy p.tel {
			float: right;
			font-size: 0;
			line-height: 1;
			overflow: hidden;
			width: 429px;
			height: 16px;
			background: url(../images/main_copy.gif) no-repeat left top;
			}
			div#mainHeaderCopy p.tel span {
				display: block;
				padding-top: 60px;
			}
		div#mainHeaderCopy p {
			float: left;
			font-size: 93%;
			color: #fff;
		}
	div#mainHeaderNavi {
		width: 100%;
		display: block;
		height: 103px;
		background: url(../images/main_menu_bg.gif) repeat-x left top;
		}
		div#mainHeaderNavi div.bg {
			width: 900px;
			margin: 0 auto;
			padding: 24px 0 0 0 ;
		}
		div#mainHeaderNavi h1 {
			float: left;
			left: -1px;
			position: relative;
			}
			div#mainHeaderNavi h1 a:hover {
				-ms-filter: "alpha( opacity=85 )";
				filter: alpha( opacity=85 );
				opacity: 0.85;
			}
		div#mainHeaderNavi nav {
			float: right;
			}
			div#mainHeaderNavi nav ul {
				position: relative;
				top: 2px;
				right: 0px;
				display: block;
			}
			div#mainHeaderNavi nav ul li {
				float: left;
				list-style: none;
			}

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

section#mainContents {
	width: 900px;
	margin: 43px auto 0 auto;
	}
	div#mainContentsLeft {
		float: left;
		margin-right: 32px;
		width: 128px;
		background: url(../images/side_menu_line.gif) no-repeat left top;
		position: relative;
		display: block;
	}
	div#mainContentsRight {
		float: left;
		width: 740px;
		position: relative;
		right: 0px;
		display: block;
	}
	p#pageTop {
		position: absolute;
		bottom: 0px;
		right: 0px;
		clear: both;
		}

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

footer#mainFooter {
	width: 100%;
	display: block;
	background: #fff;
	padding-bottom: 30px;
	}
	div#mainFooterBg {
	background: url(../images/footer_bg.gif) repeat-x left top;
	}
	div#mainFooterArea {
		width: 900px;
		margin: 0 auto;
		display: block;
		position: relative;
		padding-top: 32px;
		}
		div#mainFooterArea div.leftArea {
			width: 357px;
			float: left;
			}
			div#mainFooterArea div.leftArea p.tit {
				font-size: 0;
				line-height: 1;
				margin-bottom: 7px;
				}
				div#mainFooterArea div.leftArea p.tit a:hover {
				-ms-filter: "alpha( opacity=85 )";
				filter: alpha( opacity=85 );
				opacity: 0.85;
				}
			div#mainFooterArea div.leftArea address {
				font-size: 93%;
				line-height: 1.4;
				margin-bottom: 9px;
				position: relative;
				left: -1px;
			}
			div#mainFooterArea div.leftArea p.copyright {
				position: relative;
				left: -1px;
			}
		div#mainFooterArea div.rightArea {
			float: right;
			position: relative;
		}
		div#mainFooterArea div.rightArea nav {
			width: 543px;
			position: relative;
			right: 0;
			padding: 2px 0 24px 0;
			background: url(../images/footer_list_line.gif) repeat-y left top;
			}
			div#mainFooterArea div.rightArea nav ul.footerList1 {
				width: 140px;
				float: left;
				display: block;
				padding: 0 25px;
				list-style: none;
				font-size: 93%;
				}
			div#mainFooterArea div.rightArea nav ul.footerList2 {
				width: 130px;
				float: left;
				display: block;
				padding: 0 25px;
				list-style: none;
				font-size: 93%;
				}
			div#mainFooterArea div.rightArea nav ul.footerList3 {
				width: 119px;
				float: left;
				display: block;
				padding: 0 25px;
				list-style: none;
				font-size: 93%;
				}
				div#mainFooterArea div.rightArea nav ul li.tit {
					font-weight: bold;
					margin: 2px 0 17px 0;
				}
				div#mainFooterArea div.rightArea nav ul li {
					margin: 0 0 5px 0;
				}
				div#mainFooterArea div.rightArea nav ul li.tit a {
					background: none;
					padding: 0 0 0 0px;
					/*text-decoration: underline;*/
					}
					div#mainFooterArea div.rightArea nav ul li.tit a:hover{
					background: none;
					}
				div#mainFooterArea div.rightArea nav ul li a {
					background: url(../images/cursor.gif) no-repeat 2px 0.32em;
					padding: 0 0 0 10px;
					}
					div#mainFooterArea div.rightArea nav ul li a:hover {
						background: url(../images/cursor.gif) no-repeat 4px 0.32em;
					}


