@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: sans-serif !important;
	font-size: 15px;
	color: #000;
	background: #eee;
	background: -moz-linear-gradient(top,  #eee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #eee 0%,#ffffff 100%);
}
h1, h2, h3, h4, h5, h6 {
	line-height: 100%;
	font-weight: normal;
}
p {
	line-height: 100%;
}
ul {
	list-style-type: none;
}
table {
	border: 0;
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #c33;
}
img {
	border: 0;
}
hr {
	margin: 4px 0
}
input[type='text'],
input[type='button'],
input[type='submit'],
textarea,
select,
button {
	font-family: sans-serif !important;
}



/* ヘッダ */
header {
	position: relative;
	width: 100%;
	height: 130px;
	border-bottom: solid 1px #fff;
	background: url('../images/header_bg.jpg') repeat-x 0 0;
}
header h1 {
	position: relative;
	top: 25px;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
}
header h1 a {
	display: block;
	width: 480px;
	height: 100px;
	color: #fff;
	font-size: 60px;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat 0 0;
	line-height: 100px;
	padding: ;
}
header h1 a:hover {
	color: #fff;
}
header > p {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #012008;
	background: -moz-linear-gradient(top,  #012008 0%, #203509 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012008), color-stop(100%,#203509));
	background: -webkit-linear-gradient(top,  #012008 0%,#203509 100%);
	background: -o-linear-gradient(top,  #012008 0%,#203509 100%);
	background: -ms-linear-gradient(top,  #012008 0%,#203509 100%);
	background: linear-gradient(to bottom,  #012008 0%,#203509 100%);
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
}
header #telnum {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
header #telnum > p {
	position: absolute;
	top: -30px;
	right: 0;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 135%;
	color: #23239A;
}
header #telnum > p span{
	font-size:50px;
}
header #telnum > button {
	position: absolute;
	top: -5px;
	right: 0;
	padding: 3px;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
}



/* フッタ */
footer {
	width: 100%;
	border-top: solid 1px #fff;
	background: #009944;
	background: -moz-linear-gradient(top,  #009944 0%, #f6fff2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009944), color-stop(100%,#f6fff2));
	background: -webkit-linear-gradient(top,  #009944 0%,#f6fff2 100%);
	background: -o-linear-gradient(top,  #009944 0%,#f6fff2 100%);
	background: -ms-linear-gradient(top,  #009944 0%,#f6fff2 100%);
	background: linear-gradient(to bottom,  #009944 0%,#f6fff2 100%);
}
footer #footerinner {
	width: 1000px;
	margin: 10px auto;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
footer > p {
	width: 100%;
	height: 25px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background: #012008;
	background: -moz-linear-gradient(top,  #012008 0%, #203509 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012008), color-stop(100%,#203509));
	background: -webkit-linear-gradient(top,  #012008 0%,#203509 100%);
	background: -o-linear-gradient(top,  #012008 0%,#203509 100%);
	background: -ms-linear-gradient(top,  #012008 0%,#203509 100%);
	background: linear-gradient(to bottom,  #012008 0%,#203509 100%);
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
footer #company_text {
	float: left;
	width: 470px;
}
footer #company_text h1 {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #b3d465;
	background: #81bc00;
	background: -moz-linear-gradient(top,  #ecfcc6 0%, #81bc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecfcc6), color-stop(100%,#81bc00));
	background: -webkit-linear-gradient(top,  #ecfcc6 0%,#81bc00 100%);
	background: -o-linear-gradient(top,  #ecfcc6 0%,#81bc00 100%);
	background: -ms-linear-gradient(top,  #ecfcc6 0%,#81bc00 100%);
	background: linear-gradient(to bottom,  #ecfcc6 0%,#81bc00 100%);
}
footer #company_text table {
	width: 470px;
}
footer #company_text table th,
footer #company_text table td {
	padding: 3px;
	border-bottom: dashed 1px #999;
	vertical-align: top;
}
footer #company_text table th {
	width: 20%;
}
footer #company_text table td {
	width: 80%;
	line-height: 150%;
}
footer #company_text table td > p {
	line-height: 150%;
}
footer #company_text table td > p.comm_indent {
	margin-left: 95px;
}
footer #companymap {
	float: right;
	width: 470px;
	height: 280px;
}



/* 共通要素 */
#container,
#container_m {
	display: table;
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

#container article,
#container_m article {
	display: table-cell;
	vertical-align: top;
}
#container article {
	width: 770px;
	padding: 10px 15px 0 15px;
}
#container_m article {
	width: 100%;
}
aside {
	display: table-cell;
	width: 230px;
	padding: 10px 0 50px;
	background: #c2dc83;
	vertical-align: top;
}

aside nav {
}
aside nav a.menu_btnlink {
	display: block;
	width: 190px;
	height: 40px;
	margin: 0 auto 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #191970;
	background: url("../images/menu_top.png") 5px center no-repeat, -moz-linear-gradient(top,  #3636D2 0%, #1D1D85  100%);
	background: url("../images/menu_top.png") 5px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3636D2), color-stop(100%,#1D1D85 ));
	background: url("../images/menu_top.png") 5px center no-repeat, -webkit-linear-gradient(top,  #3636D2 0%,#1D1D85  100%);
	background: url("../images/menu_top.png") 5px center no-repeat, -o-linear-gradient(top,  #3636D2 0%,#1D1D85  100%);
	background: url("../images/menu_top.png") 5px center no-repeat, -ms-linear-gradient(top,  #3636D2 0%,#1D1D85  100%);
	background: url("../images/menu_top.png") 5px center no-repeat, linear-gradient(to bottom,  #3636D2 0%,#1D1D85  100%);
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	font-weight: bold;
	text-indent: 25px;
}
aside nav a.menu_btnlink:hover {
	background: #eb6100;
	background: url("../images/menu_top.png") 5px center no-repeat, -moz-linear-gradient(top,  #1D1D85 0%, #3636D2 100%);
	background: url("../images/menu_top.png") 5px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1D1D85), color-stop(100%,#3636D2));
	background: url("../images/menu_top.png") 5px center no-repeat, -webkit-linear-gradient(top,  #1D1D85 0%,#3636D2 100%);
	background: url("../images/menu_top.png") 5px center no-repeat, -o-linear-gradient(top,  #1D1D85 0%,#3636D2 100%);
	background: url("../images/menu_top.png") 5px center no-repeat, -ms-linear-gradient(top,  #1D1D85 0%,#3636D2 100%);
	background: url("../images/menu_top.png") 5px center no-repeat, linear-gradient(to bottom,  #1D1D85 0%,#3636D2 100%);
}

aside nav h1 {
	width: 210px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
aside nav h1 span {
	display: block;
	width: 100%;
	padding: 7px 0;
	border: solid 1px #A1CA71;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-indent: 20px;
}
aside nav h1.search span {
	background: #0E7ECC;
}
aside nav ul {
	width: 210px;
	margin: 0 auto 20px;
	padding: 0 10px 10px;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-ms-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
aside nav ul li {
	line-height: 150%;
	text-align: center;
}
aside nav ul li.contact a {
	display: inline-block;
	width: 140px;
	height: 25px;
	background: url("../images/menu_form.png") 5px center no-repeat, -moz-linear-gradient(top,  #ecfcc6 0%, #cee98e 100%);
	background: url("../images/menu_form.png") 5px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecfcc6), color-stop(100%,#cee98e));
	background: url("../images/menu_form.png") 5px center no-repeat, -webkit-linear-gradient(top,  #ecfcc6 0%,#cee98e 100%);
	background: url("../images/menu_form.png") 5px center no-repeat, -o-linear-gradient(top,  #ecfcc6 0%,#cee98e 100%);
	background: url("../images/menu_form.png") 5px center no-repeat, -ms-linear-gradient(top,  #ecfcc6 0%,#cee98e 100%);
	background: url("../images/menu_form.png") 5px center no-repeat, linear-gradient(to bottom,  #ecfcc6 0%,#cee98e 100%);
	border: solid 1px #b3b465;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	line-height: 25px;
	text-indent: 30px;
}
aside nav ul li.contact a:hover {
	background: url("../images/menu_form.png") 5px center no-repeat,  -moz-linear-gradient(top,  #cee98e 0%, #ecfcc6 100%);
	background: url("../images/menu_form.png") 5px center no-repeat,  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cee98e), color-stop(100%,#ecfcc6));
	background: url("../images/menu_form.png") 5px center no-repeat,  -webkit-linear-gradient(top,  #cee98e 0%,#ecfcc6 100%);
	background: url("../images/menu_form.png") 5px center no-repeat,  -o-linear-gradient(top,  #cee98e 0%,#ecfcc6 100%);
	background: url("../images/menu_form.png") 5px center no-repeat,  -ms-linear-gradient(top,  #cee98e 0%,#ecfcc6 100%);
	background: url("../images/menu_form.png") 5px center no-repeat,  linear-gradient(to bottom,  #cee98e 0%,#ecfcc6 100%);
}
aside nav ul.menu li,
aside nav ul.menu li a {
	display: block;
	width: 100%;
	line-height: 100%;
	text-align: left;
}
aside nav ul.menu li a {
	margin-bottom: 10px;
	background: url('../images/menu_libg.png') left center no-repeat;
	border-bottom: dashed 1px #000;
	line-height: 50px;
	text-indent: 20px;
	font-size: 20px;
	font-weight: bold;
}

aside nav div#banner {
	text-align: center;
}
aside nav div#banner img {
	margin-bottom: 10px;
}

article p {
	margin-bottom: 1em;
	line-height: 135%;
}

article h1 {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background: #0E7ECC;
	border: solid 1px #b3d465;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	text-indent: 10px;
}
article h2 {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #005a16;
	font-size: 16px;
	line-height: 40px;
	text-indent: 5px;
}

/* company */
table.company {
	width: 100%;
	margin-bottom: 20px;
	border-top: solid 2px #998;
}
table.company th,
table.company td {
	padding: 20px 10px;
	border-bottom: solid 2px #998;
	font-weight: normal;
	vertical-align: middle;
}
table.company th {
	width: 30%;
	background: #eed;
}
table.company td {
	width: 70%;
}

#companymap {
	width: 100%;
	height: 500px;
	border: solid 2px #998;
}



/* contact */
table#form_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 7px;
}
table#form_table th,
table#form_table td {
	padding: 10px;
	border-bottom: solid 1px #999;
}
table#form_table th {
	width: 25%;
	border-left: solid 3px #cee98e;
	color: #fff;
	background: #999
}
table#form_table td {
	width: 75%;
	border-right: solid 2px #b3d465;
	background: #eee;
}
table#form_table td input[type='text'],
table#form_table td textarea {
	width: 100%;
	padding: 5px;
	line-height: 20px;
	font-size: 16px;
}
table#form_table td textarea {
	height: 8em;
}

table#form_table td button {
	margin: 10px 0;
	padding: 10px;
	font-size: 1.1em;
}
table#form_table td button[type='reset'] {
	color: #f00;
}



/* privacy */
section#privacy {
	color: #444;
}
section#privacy > ol {
	margin-bottom: 1em;
}
section#privacy > ol > li > ol,
section#privacy > ol > li > ol > li > ol,
section#privacy > ol > li > ul {
	margin: 1em 0;
}
section#privacy ol > li {
	margin-left: 2em;
	margin-bottom: 10px;
	line-height: 135%;
}
section#privacy ol > li > ol > li {
	list-style-type: lower-roman;
}
section#privacy ol > li > ol > li > ol {
	border: solid 1px #005a16;
}
section#privacy > ol > li > ul {
	margin-left: 2em;
	list-style-type: disc;
}
section#privacy ol > li > ol > li > ol > li {
	list-style-type: lower-alpha;
}




/* その他 */
.clear:before,
.clear:after {
	content: " ";
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}

.img {
	font-size: 1em;
	line-height: 100%;
	text-indent: -9999px;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}

.small01 {
	font-size: 0.6em;
}
.small02 {
	font-size: 0.7em;
}
.large01 {
	font-size: 1.1em;
}
.large02 {
	font-size: 1.2em;
}

.red {
	color: #f00;
}

.pink {
	color: #eb6877;
}

.ai {
	color: #039;
}
.green {
	color: #01844B;}
.gray {
	color: #666;
}
.black {
	color: #000;
}

.udl {
	text-decoration: underline;
}


.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: inactive;
}
.imenone {
	ime-mode: disabled;
}
