@charset "utf-8";
/* CSS Document */

/*====================================================================

common.css

======================================================================

01.format
02.body
03.header
04.nav
05.main
06.footer
07.other
08.index
09.level2

=====================================================================*/


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/

/* html5reset-1.6.1.css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-collapse: collapse; /* added */
	-webkit-text-size-adjust: none; /* added */
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display: block;}

nav ul {list-style: none;}
ul li {list-style: none;} /* added */

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {text-decoration:  line-through;}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;  
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {vertical-align: middle;}



/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	line-height: 1;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #3a3a3a;
}
body#top { background: url(img/top_body_bg.gif) repeat-x 0 0;}
body#lv2 { background: url(img/lv2_body_bg.gif) repeat-x 0 0;}

/* a
----------------------------------------------------------------*/
a { outline:none;}

a:link,
a:visited,
a:hover,
a:active{
	color:#0760f3;
	outline:none;
}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;}


/* wrapper
----------------------------------------------------------------*/
div#wrapper,
div#main,
header,
nav#global {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	background: url(img/header_bg.gif) no-repeat;
	height: 104px;
}
header h1 {
	padding-top: 15px;
	color: #646464;
	line-height: 1.2;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}
header div#logo a {
	display: block;
	width: 370px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
}

/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
nav#global {
	margin-bottom: 25px;
	height: 50px;
}
nav#global ul {
	height: 50px;
	background: url(img/common_g_navi.gif) no-repeat;
}
nav#global ul li { float: left;}
nav#global ul li a {
	position: relative;
	background :url(img/common_g_navi.gif) no-repeat scroll top left;
	display: block;
	width: 184px;
	height: 50px;
	text-indent:-9999px;
}
nav#global ul li a#gn1 {background-position: 0px 0px;}
nav#global ul li a#gn2 {background-position: -184px 0px;}
nav#global ul li a#gn3 {background-position: -368px 0px;}
nav#global ul li a#gn4 {background-position: -552px 0px;}
nav#global ul li a#gn5 {background-position: -736px 0px;}
nav#global ul li a span {
	background: url(img/common_g_navi.gif) no-repeat scroll bottom left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

/* hover */
nav#global ul li a span:hover {cursor: pointer;}
nav#global ul li a#gn1 span {background-position: 0px -50px;}
nav#global ul li a#gn2 span {background-position: -184px -50px;}
nav#global ul li a#gn3 span {background-position: -368px -50px;}
nav#global ul li a#gn4 span {background-position: -552px -50px;}
nav#global ul li a#gn5 span {background-position: -736px -50px;}

/* act */
nav#global ul#on1 li a#gn1 {background-position: 0px -50px;}
nav#global ul#on2 li a#gn2 {background-position: -184px -50px;}
nav#global ul#on3 li a#gn3 {background-position: -368px -50px;}
nav#global ul#on4 li a#gn4 {background-position: -552px -50px;}
nav#global ul#on5 li a#gn5 {background-position: -736px -50px;}


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
div#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	zoom:1;
}
div#main:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float: right;
	width: 670px;
}

/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	float: left;
	width: 220px;
}

/* side_bnr
--------------------------------------------------------------------*/
aside ul.aside_bnr {
	margin-bottom: 18px;
	width: 220px;
}
aside ul.aside_bnr li {
	margin-bottom: 10px;
}

/* aside_box
--------------------------------------------------------------------*/
article.aside_box {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(img/aside_box_bg.gif) repeat-y 0 0;
	border-bottom: 1px solid #b9b9b9;
	width:220px;
}
article.aside_box h3 {
	margin-bottom: 5px;
	height: 70px;
}
article.aside_box p {
	padding: 0 15px 10px;
	line-height: 1.5;
}
article.aside_box figure img {
	display: block;
	margin: 0 auto 10px;
}
article.aside_box a {
	margin-left: 22px;
}

/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	background: url(img/footer_bg.gif) repeat-x 0 0;
	width: 100%;
}
footer div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	height: 175px;
}

/* list
--------------------------------------------------------------------*/
footer ul {
	float: left;
	padding-top: 25px;
	margin-right: 30px;
}
footer ul li {
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(img/common_icon_02.gif) no-repeat 0 0;
	text-align: left;
}
footer ul li.li02 {
	padding-left: 25px;
	background: url(img/common_icon_03.gif) no-repeat 13px 0;
}

footer ul a:link,
footer ul a:visited,
footer ul a:hover,
footer ul a:active {
	color: #3b3b3b;
	text-decoration: none;
}
footer ul a:hover {
	color: #3b3b3b;
	text-decoration: underline;
}

/* pagetop
--------------------------------------------------------------------*/
footer div#pagetop {
	float: right;
	padding-top: 20px;
	width: 140px;
}

/* p
--------------------------------------------------------------------*/
footer p {
	clear: both;
	padding-top: 42px;
	/padding-top: 20px;
	line-height: 1.3;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
}

/*--------------------------------------------------------------------/
	07.others
/--------------------------------------------------------------------*/
.right {float:  right;}
.left {float: left;}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearfix {zoom: 1;}
.ws-n {white-space: nowrap;}


/* txt
----------------------------------------------------------------*/
.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}

.st {font-weight: bold;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  80%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 120%;
	line-height: 140%;
}
.msgoth-s {
	font-family: 'ＭＳ ゴシック',sans-serif;
	font-size: 10px;
}


/* letter spacing
----------------------------------------------------------------*/
.ls_s {letter-spacing: -1pt;}
.ls_m {letter-spacing: 0pt;}
.ls_l {letter-spacing: 1em;}


/* padding
----------------------------------------------------------------*/
.ps {padding: 5px;}
.ps_t {padding-top: 5px;}
.ps_b {padding-bottom: 5px;}
.ps_h {padding: 5px 0px;}
.ps_w {padding: 0px 5px;}

.pm {padding: 10px;}
.pm_t {padding-top: 10px;}
.pm_b {padding-bottom: 10px;}
.pm_h {padding: 10px 0px;}
.pm_w {padding: 0px 10px;}


/* margin
----------------------------------------------------------------*/
.ms {margin: 10px;}
.ms_t {margin-top: 10px;}
.ms_b {margin-bottom: 10px;}
.ms_l {margin-left: 10px;}
.ms_r {margin-right: 10px;}
.ms_h {margin: 10px 0px;}
.ms_w {margin: 0px 10px;}

.mm {margin: 15px;}
.mm_t {margin-top: 15px;}
.mm_b {margin-bottom: 15px;}
.mm_l {margin-left: 15px;}
.mm_r {margin-right: 15px;}
.mm_h {margin: 15px 0px;}
.mm_w {margin: 0px 15px;}

.ml {margin: 20px;}
.ml_t {margin-top: 20px;}
.ml_b {margin-bottom: 20px;}
.ml_l {margin-left: 20px;}
.ml_r {margin-right: 20px;}
.ml_h {margin: 20px 0px;}
.ml_w {margin: 0px 20px;}

.m_a {margin: 0px auto;}



/*--------------------------------------------------------------------/
	08.index
/--------------------------------------------------------------------*/

/* h2
----------------------------------------------------------------*/
div#top_h2 {
	width: 920px;
	height: 388px;
}

/* news
----------------------------------------------------------------*/
article#news {
	margin-bottom: 20px;
	width: 220px;
}
article#news div {
	width: 220px;
	height: 210px;
	overflow: hidden;
	overflow-y: scroll;
}
article#news div table {
	width: 200px;
}
article#news div table th,
article#news div table td {
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}
article#news div table th {
	padding: 7px 0 0 10px;
	background: url(img/common_icon_01.gif) no-repeat 0 8px;
	color: #1352f1;
	font-weight: normal;
}
article#news div table td {
	padding: 0 0 7px 10px;
	border-bottom: 1px solid #d8d8d8;
}

/* top_box
----------------------------------------------------------------*/
article#top_box {
	margin-bottom: 40px;
	background: url(img/top_box_bg.gif) no-repeat 100% 0;
	width: 670px;
}
article#top_box h3 {
	margin-bottom: 15px;
	height: 38px;
}
article#top_box p {
	padding: 0 5px 17px;
	line-height: 1.7;
}
article#top_box ul {
	margin-left: 24px;
}
article#top_box ul li {
	float: left;
	margin-right: 22px;
}

/* top_recruit
----------------------------------------------------------------*/
article#top_recruit {
	margin-bottom: 30px;
	background: url(img/top_recruit.jpg) no-repeat 0 0;
	width: 670px;
	height: 263px;
	position: relative;
}
article#top_recruit img { display: block;}
article#top_recruit h3 img {
	padding-top: 20px;
	margin-left: 30px;
	margin-bottom: 7px;
}
article#top_recruit h4 {
	margin-left: 42px;
}
article#top_recruit ul {
	margin-left: 42px;
	width: 300px;
}
article#top_recruit li {
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
}
article#top_recruit p {
	position: absolute;
	top: 223px;
	left: 418px;
	width: 190px;
}

/* top_save
----------------------------------------------------------------*/
article#top_save {
	border-top: 3px solid #92c606;
	border-left: 1px solid #b6b6b6;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	background: url(img/top_save_bg.jpg) no-repeat 100% 0;
	width: 668px;
	height: 147px;
}
article#top_save h3 {
	padding-top: 17px;
	margin-left: 20px;
	margin-bottom: 15px;
}
article#top_save ul {
	margin-left: 20px;
}
article#top_save li {
	margin-bottom: 2px;
}
article#top_save li a:link,
article#top_save li a:visited {
	display: block;
	padding-left: 30px;
	padding-top: 10px;
	background: url(img/top_save_li_bg.gif) no-repeat 0 0;
	width: 300px;
	height: 21px;
	color: #1f1f1f;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}


/*--------------------------------------------------------------------/
	09.level2
/--------------------------------------------------------------------*/

/* common elements
----------------------------------------------------------------*/

/* pagetitle */
div#page_title {
	margin-bottom: 28px;
	background: url(img/common_h2.jpg) no-repeat 0 0;
	width: 100%;
	height: 150px;
}
div#page_title h2 {
	padding-left: 40px;
	padding-top: 57px;
	/padding-top: 45px;
	color: #ffffff;
	text-shadow: 1px 1px 8px #005ea0;
	font-size: 36px;
}
div#page_title span {
	padding-left: 15px;
	color: #ffffff;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
}


/* h3 h4
----------------------------------------------------------------*/
article.box h3 {
	margin-bottom: 15px;
	padding-top: 12px;
	padding-left: 15px;
	background:url(img/common_h3.gif) no-repeat  0 0;
	height: 28px;
	color:#ffffff;
	font-size: 18px;
}

article.box h4 {
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	background:url(img/common_h4.gif) no-repeat 0 0;
	border: 1px solid #cccccc;
	height: 22px;
	color: #333333;
	font-size: 16px;
}

h5.normal {
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-bottom: 1px dotted #aaa;
	background: url(img/common_icon_04.gif) no-repeat 0 4px;
	font-size: 14px;
}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	margin: 0 auto 25px;
	width: 670px;
	zoom: 1;
}
section:after,
article:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

article.box p {
	padding: 0 3px 15px;
	line-height:1.6;
}

article.box p strong {
	color: #ff5656;
}

article.box iframe {
	padding: 4px;
	border: 1px solid #ccc;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/
figure.left {
	margin-right: 20px;
}
figure.right {
	margin-left: 20px;
}

figure.border img {
	padding: 1px;
	border: 4px solid #ddd;
}

figure.left figcaption {
	padding-top: 7px;
	text-align: center;
	line-height: 1.5;
	font-size: 11px;
}


/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-left: 15px;
}
ul.normal li {
	margin-bottom: 3px;
	padding-left: 15px;
	background: url(img/common_icon_01.gif) no-repeat 0 0;
	line-height: 1.5;
}

/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal  {
	margin-left: 15px;
}
ol.normal  li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin-left: 5px;
	margin-right: 5px;
}

dl.normal dt {
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 28px;
	background: url(img/common_icon_04.gif) no-repeat 10px 19px;
	border-top: 1px dotted #aaaaaa;
	border-left: 1px dotted #aaaaaa;
	border-right: 1px dotted #aaaaaa;
	color: #234aca;
	font-size: 14px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 28px;
	padding-right: 10px;
	border-bottom: 1px dotted #aaaaaa;
	border-left: 1px dotted #aaaaaa;
	border-right: 1px dotted #aaaaaa;
	line-height: 1.4;
	font-size: 13px;
}


/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
table.table1 {
	margin: 0 auto 15px;
	border-top: 1px dotted #cccccc;
	width: 665px;
}
table.table1 th,
table.table1 td {
	padding: 10px 5px;
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}

table.table1 th {
	width: 120px;
}


/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
article#greet_box {
	margin-bottom: 25px;
	padding: 20px;
	border: 1px solid #aaa;
	background: url(img/company_greet_bg.jpg) no-repeat 0 -20px;
}
article#greet_box h3 {
	padding: 20px;
	margin-bottom: 15px;
	background: #75b105;
	border: 1px solid #639601;
	color: #ffffff;
	text-shadow: 1px 1px 5px #000;
	text-align: center;
	font-size: 26px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", sans-serif;
}
article#greet_box p {
	padding-bottom: 15px;
	line-height: 1.7;
}


/*--------------------------------------------------------------------/
	staff
/--------------------------------------------------------------------*/
section.staff_box {
	margin: 0 auto 5px;
	padding: 15px 15px;
	border: 1px dotted #aaa;
	width: 635px;
}
section.staff_box figure {
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
	width: 200px;
	height: 200px;
}
section.staff_box h4 {
	margin-left: 220px;
	color: #1343d4;
}


/*--------------------------------------------------------------------/
	recruit
/--------------------------------------------------------------------*/
article.recruit_box {
	margin-bottom: 25px;
	width: 670px;
}
article.recruit_box h3 { margin-bottom: 10px;}
article.recruit_box p {
	padding: 0 3px;
	line-height: 1.6;
}

/* merit
--------------------------------------------------------*/
article#merit {
	margin-bottom: 25px;
	border: 1px solid #ccc;
	width: 668px;
}
article#merit h3 {
	margin-bottom: 15px;
	padding-top: 12px;
	padding-left: 15px;
	background: #75b105;
	background: -moz-linear-gradient(top,  #8fcb11 0%, #649801 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fcb11), color-stop(100%,#649801)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8fcb11 0%,#649801 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8fcb11 0%,#649801 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8fcb11 0%,#649801 100%); /* IE10+ */
	background: linear-gradient(top,  #8fcb11 0%,#649801 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fcb11', endColorstr='#649801',GradientType=0 ); /* IE6-9 */
	height: 28px;
	color:#ffffff;
	font-size: 18px;
}

article#merit dl {
	margin: 0 auto 15px;
	width: 630px;
}
article#merit dt,
article#merit dd {
	line-height: 1.5;
}
article#merit dt {
	margin-bottom: 5px;
	padding: 9px 0 0 75px;
	color: #659900;
	font-size: 17px;
	font-weight: bold;
}
article#merit dt#merit01 { background: url(img/recruit_merit_01.gif) no-repeat 4px 0;}
article#merit dt#merit02 { background: url(img/recruit_merit_02.gif) no-repeat 4px 0;}
article#merit dt#merit03 { background: url(img/recruit_merit_03.gif) no-repeat 4px 0;}
article#merit dt#merit04 { background: url(img/recruit_merit_04.gif) no-repeat 4px 0;}

article#merit dd {
	margin-bottom: 10px;
	padding: 0 5px 15px;
	border-bottom: 1px solid #ddd;
}

/* recruit_table */
table.recruit_table {
	margin: 0 auto 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 665px;
}
table.recruit_table th,
table.recruit_table td {
	padding: 7px 15px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	vertical-align: top;
	line-height: 1.5;
	text-align: left;
}

table.recruit_table th {
	background: #eeeeee;
	width: 100px;
	font-weight: normal;
}

div.btn {
	margin-left: 280px;
	width: 130px;
}

/*--------------------------------------------------------------------/
	business
/--------------------------------------------------------------------*/
article#business_box {
	margin: 0 auto 25px;
	padding-bottom: 15px;
	background: url(img/business_box_bg.jpg) no-repeat 0 0;
	width: 670px;
	zoom: 1;
}
article#business_box h3 {
	margin-bottom: 5px;
	height: 120px;
}

article#business_box p {
	padding-left: 7px;
	padding-bottom: 15px;
	width: 386px;
	line-height: 1.6;
	font-size: 13px;
}
article#business_box ul {
	margin: 20px 3px;
}


/*--------------------------------------------------------------------/
	save
/--------------------------------------------------------------------*/
article#save_box {
	margin: 0 auto 25px;
	width: 670px;
	zoom: 1;
}
article#save_box p {
	padding: 0 5px 15px;
	line-height: 1.6;
	font-size: 13px;
}


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
div#contact_box {
	margin-bottom: 15px;
	background: url(img/contact_box_bg.jpg) no-repeat 0 0;
	width: 670px;
	height: 160px;
	position: relative;
}
div#contact_box a {
	position: absolute;
	top: 103px;
	left: 32px;
}

/* table */
article.contact table {
	margin: 0 auto 20px;
	border-top: 1px dotted #aaa;
	width: 665px;
}
article.contact table th,
article.contact table td {
	padding: 10px 5px;
	border-bottom: 1px dotted #aaa;
	text-align: left;
	vertical-align: top;
	line-height: 1.4;
	font-weight: normal;
}
article.contact table th {
	width: 160px;
}
article.contact table td {
	width: auto;
}
article.contact span {
	padding: 0 5px;
	background: #b80804;
	color: #ffffff;
	font-size: 11px;
}

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

input,
textarea,
select { margin: 2px 0; padding: 1px; font-size: 12px;}

input.send {
	margin-left: 270px;
	margin-bottom: 20px;
}
strong#error {color:#fb190e;}


/*--------------------------------------------------------------------/
	link_btn
/--------------------------------------------------------------------*/
a.link_btn {
	padding: 4px 20px 2px 25px;
	background: #f99326;
	background: -moz-linear-gradient(top,  #f99326 0%, #f9640a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99326), color-stop(100%,#f9640a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f99326 0%,#f9640a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f99326 0%,#f9640a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f99326 0%,#f9640a 100%); /* IE10+ */
	background: linear-gradient(top,  #f99326 0%,#f9640a 100%); /* W3C */
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99326', endColorstr='#f9640a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #f97218;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
a.link_btn:hover {
	background: #23860c;
	background: -moz-linear-gradient(top,  #23860c 0%, #1f7103 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23860c), color-stop(100%,#1f7103)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #23860c 0%,#1f7103 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #23860c 0%,#1f7103 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #23860c 0%,#1f7103 100%); /* IE10+ */
	background: linear-gradient(top,  #23860c 0%,#1f7103 100%); /* W3C */
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23860c', endColorstr='#1f7103',GradientType=0 ); /* IE6-9 */
	border: 1px solid #23860c;
	color: #ffffff;
	text-decoration: none;
}


/*--------------------------------------------------------------------/
	common_contact（各ページ下部お問い合わせボックス）
/--------------------------------------------------------------------*/
article#common_contact {
	margin-top: 25px;
	width: 670px;
}


/*--------------------------------------------------------------------/
	tool
/--------------------------------------------------------------------*/
div.ktI-T2,
div.ktI-T3 {
	margin: 0 auto 10px;
	width: 670px;
	zoom: 1;
}

div.ktI-T2:after,
div.ktI-T3:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------------------------/
	写真右＋テキスト
/--------------------------------------------------------------------*/
div.ktI-T2,
div.ktI-T3 {
	margin: 0 auto 15px;
	width: 660px;
}

div.ktI-T2 figure,
div.ktI-T3 figure{
	float: left;
	width: 330px;
}
div.ktI-T2 figure img,
div.ktI-T3 figure img {
	margin: 0 auto;
	display: block;
	padding: 1px;
	border: 4px solid #eeeeee;
}

div.ktI-T2 figcaption,
div.ktI-T3 figcaption {
	padding: 10px 0 0;
	text-align: center;
	font-size: 11px;
}
div.ktI-T2 p,
div.ktI-T3 p {
	clear: both;
	padding-top:10px;
}

