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

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

common.css

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

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

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

/*--------------------------------------------------------------------
     01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img {
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
	font-size: 100%;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif, Meiryo, sans-serif;
}
li  { list-style-type: none;}
hr{
	clear: both;
	margin:0;
	padding:0;
	border-width:0px;
	height:0;
	color:#ffffff;
}

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

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

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



/*--------------------------------------------------------------------
    02.body
--------------------------------------------------------------------*/
body{
	background: url(img/common_body_bg.gif);
	text-align: center;
	font-size: 12px;
	color: #2d2d2d;
}

div#wrapper,
div#header,
div#g_navi,
div#main,
div#footer {
	margin: 0 auto;
	text-align: left;
}

div#wrapper,
div#header,
div#g_navi,
div#main,
div#footer {
	width: 960px;
}


/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
div#header {
	background: url(img/common_header_bg.gif) repeat-x 50% 0;
	width: 100%;
}
div#header div#inner {
	margin: 0 auto;
	background: url(img/common_header_logo.gif) no-repeat 0 0;
	width: 960px;
	height: 117px;
}

div#header h1 {
	float: right;
	padding-top: 90px;
	padding-right: 10px;
	color: #848484;
	font-size: 10px;
}

div#header a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}


/* home
-------------------------------------------------------------------- */
div#home {
	float:left;
	padding-top: 25px;
	padding-left: 5px;
	width: 300px;
	height: 80px;
}
div#home a{
	display:block;
	width: 290px;
	height: 75px;
}

/*--------------------------------------------------------------------
    04.navi
--------------------------------------------------------------------*/
div#g_navi {
	margin-bottom: 32px;
	background: url(img/common_g_navi_bg.gif) no-repeat 50% 0;
	height: 55px;
}

div#g_navi ul {
	margin: 0 auto;
	width: 940px;
}
div#g_navi li,
div#g_navi li a{
	display: block;
	float: left;
	width: 156px;
	height: 55px;
	outline: none;
	text-indent: -9999px;
	overflow: hidden;
}

div#g_navi ul li#n06 { width: 160px;}

div#g_navi ul li#n01 a { background-position: 0 0;}
div#g_navi ul li#n02 a { background-position: -156px 0;}
div#g_navi ul li#n03 a { background-position: -312px 0;}
div#g_navi ul li#n04 a { background-position: -468px 0;}
div#g_navi ul li#n05 a { background-position: -624px 0;}
div#g_navi ul li#n06 a { width: 160px; background-position: -780px 0;}

div#g_navi ul li a:hover {
	background: url(img/common_g_navi_bg_hover.gif) no-repeat;
}


/*--------------------------------------------------------------------
    05.container
--------------------------------------------------------------------*/
div#main {
	background: url(img/common_main_bg.gif) repeat-y 100% 0;
}

div#main:after,
div#header:after,
div#navi:after {
	content: ".";
	display: block;
	clear: both;  
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
}


/* contents
--------------------------------------------------------------------*/
div#contents {
	float: left;
	padding-left: 10px;
	width: 670px;
	font-size: 13px;
}

/* sidebar
--------------------------------------------------------------------*/
div#sidebar {
	float: right;
	width: 250px;
}

/* side_box
--------------------------------------------------------------------*/
div#side_box {
	margin-bottom: 8px;
	padding-bottom: 15px;
	border-bottom: 7px solid #ece9e2;
	width: 250px;
}
div#side_box h3 { margin-bottom: 8px;}
div#side_box p {
	padding: 0 30px 7px;
	line-height: 1.5;
}
div#side_box p strong {	
	color: #eb8d11;
	font-size: 14px;
}
div#side_box a { margin-left: 30px;}

/* bnr
--------------------------------------------------------------------*/
div#bnr {
	margin: 0 auto;
	width: 210px;
}
div#bnr a {
	margin-bottom: 10px;
}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
div#footerbg {
	background: url(img/common_footer_bg.gif) repeat-x 0 100%;
	width: 100%;
}

div#footer {
	margin: 0 auto;
	padding-top: 86px;
	background: url(img/common_footer_bg_02.gif) no-repeat 0 0;
	height: 179px;
}

/* list
--------------------------------------------------------------------*/
div#f_navi {
	float: left;
	width: 780px;
}

div#footer ul {
	float: left;
	margin-right: 50px;
	padding-top: 25px;
}
div#footer ul li {
	padding-left: 20px;
	margin-bottom: 12px;
	background: url(img/common_icon_01.gif) no-repeat 2px 0;
	line-height: 1.1;
	font-size: 12px;
}

div#footer ul li a { color: #454545; text-decoration: none;}
div#footer ul li a:hover { color: #454545; text-decoration: underline;}


/* pagetop
--------------------------------------------------------------------*/
div#pagetop {
	float: right;
	width: 170px;
}

/* address
--------------------------------------------------------------------*/
div#footer p {
	clear: both;
	padding-top: 53px;
	color: #998b7b;
	font-size: 10px;
}


/*--------------------------------------------------------------------
    09.other
--------------------------------------------------------------------*/
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto;}
.clear { clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;  
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
}
.clearfix { zoom:1;}
.inline { display:inline;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/* 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: 10px;}
.ml_t{margin-top: 25px;}
.ml_b{margin-bottom: 25px !important;}
.ml_l{margin-left: 25px;}
.ml_r{margin-right: 25px;}
.ml_h{margin: 25px 0px;}
.ml_w{margin: 0px 25px;}

.mll_b{margin-bottom: 35px !important;}


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

/* main
--------------------------------------------------------------------*/
div#top_h2 {
	margin-bottom: 9px;
}


/* top_box_01
--------------------------------------------------------------------*/
div#top_box_01 {
	margin-bottom: 15px;
	width: 670px;
}
div#top_box_01 p { padding: 0 3px 15px;}
div#top_box_01 p strong {
	border-bottom: 1px solid #a7df2e;
	color: #f23b50;
	font-size: 14px;
}

/* greet
--------------------------------------------------------------------*/
div#greet {
	margin-bottom: 45px;
	background: url(img/top_greet_bg.gif) no-repeat 0 0;
	width: 670px;
	height: 190px;
}
div#greet p {
	padding-left: 305px;
	padding-right: 20px;
	padding-top: 23px;
	line-height: 1.5;
}


/* top_box
--------------------------------------------------------------------*/
div.top_box {
	width: 670px;
}
div.top_box p {
	padding: 15px 1px 15px;
	line-height: 1.7;
}
div.top_box p strong {
	color: #d61729;
	font-weight: normal;
}


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


/* news
--------------------------------------------------------------------*/
div#news {
	background: url(img/top_news_bg.gif) no-repeat 0 0;
	width: 250px;
	height: 293px;
}

div#news div {
	margin: 0 auto;
	width: 225px;
	height: 230px;
	overflow: scroll;
	overflow-x: hidden;
}

div#news div table {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 190px;
}
div#news div th,
div#news div td {
	text-align: left;
	vertical-align: top;
	line-height: 1.6;
}
div#news div th {
	padding: 2px 10px 1px;
	background: #f3e7c1;
	color: #161616;
	font-size: 12px;
	font-weight: bold;
}
div#news div td {
	padding: 5px 5px 10px;
}


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

/* common elements
--------------------------------------------------------------------*/
div#page_title {
	margin: 0 auto 28px;
	background: url(img/common_h2_bg.jpg) no-repeat 0 0;
	width: 960px;
	height: 170px;
}
div#page_title h2 {
	float: right;
	padding-top: 70px;
	width: 520px;
	color: #060606;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 5px;
	font-size: 36px;
	font-weight: bold;
}
div#page_title:after {
	content: ".";
	display: block;
	clear: both;  
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
}

/* h3, h4, h5
--------------------------------------------------------------------*/
div.lv2 h3 {
	clear: both;
	margin-bottom: 15px;
	padding-top: 9px;
	padding-left: 25px;
	background: url(img/common_h3_bg.gif) no-repeat 0 100%;
	height: 45px;
	color: #4c9808;
	font-size: 24px;
	font-weight: bold;
}

div.box h4 {
	clear: both;
	margin-bottom: 15px;
	padding: 5px 15px 4px;
	background: #ffffff;
	border: 3px solid #eae6d6;
	color: #363636;
	font-size: 17px;
	font-weight: bold;
}

div.box h5 {
}


/* box
--------------------------------------------------------------------*/
div.box {
	margin: 0 auto 25px;
	width: 660px;
}
div.box:after {
	content: ".";
	display: block;
	clear: both;  
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
}

div.box p {
	padding: 0 3px 15px;
}

div.box img.right {
	margin-left: 20px;
	margin-bottom: 20px;
}
div.box img.left {
	margin-right: 20px;
	margin-bottom: 20px;
}
div.box img.border {
	border: 4px solid #dddddd;
}

div.box iframe {
	padding: 4px;
	background: #ffffff;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
}


/* ul
--------------------------------------------------------------------*/
div.box ul {
	margin-bottom: 15px;
	margin-left: 7px;
}
div.box ul li {
	padding-left: 17px;
	background: url(img/common_icon_02.gif) no-repeat 0 5px;
	margin-bottom: 3px;
}

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


/* dl
--------------------------------------------------------------------*/
div.box dl {
	margin: 0 auto;
	width: 648px;
}

div.box dt {
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
div.box dd {
	margin-bottom: 15px;
}


/* table01
--------------------------------------------------------------------*/
table.table01 {
	border-top: 1px solid #cccccc;
	margin: 0 auto 20px;
	width: 640px;
}
table.table01 th,
table.table01 td {
	border-bottom: 1px solid #cccccc;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
}
table.table01 th {
	background: url(img/common_bg.gif);
	width: 150px;
}
table.table01 td {
	width: auto;
}
table.table01 td p { padding-bottom: 10px;}


/* sub_box
--------------------------------------------------------------------*/
div.sub_box {
	margin-bottom: 20px;
	padding: 20px 20px 5px;
	border: 1px dotted #aaaaaa;
}
div.sub_box:after {
	content: ".";
	display: block;
	clear: both;  
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
}
div.sub_box img.border { border: 4px solid #ffffff;}


/*-------------------------------------------------------------------
    contact
--------------------------------------------------------------------*/
div.ktI-T9 {
	margin-bottom: 20px;
	width: 660px;
}


div.contact table {
	margin: 0 auto 15px;
	border-top: 1px solid #dddddd;
	width: 650px;
}

div.contact th,
div.contact td {
	padding: 12px 5px 10px;
	border-bottom: 1px solid #dddddd;
	text-align: left;
	vertical-align: top;
}
div.contact th {
	width: 180px;
}
div.contact td {
	width: auto;
}

div.contact li span,
div.contact span {
	padding: 0 5px;
	font-size: 11px;
}
div.contact li span,
div.contact th span {
	background: #b80804;
	color: #ffffff;
}

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

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

div.contact .btn {
	margin: 0 auto 20px;
	width: 150px;
}

div.contact em {
	font-style: normal;
	color: #dd3300;
}

/*-------------------------------------------------------------------
    info_box
--------------------------------------------------------------------*/
div#info_box {
	padding-top: 173px;
	background: url(img/info_box.gif) no-repeat 0 0;
	width: 670px;
	height: 52px;
}
div#info_box a {
	margin-left: 70px;
}


/*-------------------------------------------------------------------
    sitemap
--------------------------------------------------------------------*/
div#sitemap ul{
	margin: 0 auto 20px;
	width: 660px;
}
div#sitemap ul li {
	display: block;
	margin-bottom: 10px;
}
div#sitemap ul li a,
div#sitemap ul li a:visited {
	display: block;
	padding: 5px 10px 4px 30px;
	background: #ffffff url(img/common_icon_01.gif) no-repeat 10px 10px;
	border: 1px solid #dddddd;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
div#sitemap ul li a:hover {
	background: #fb8a04 url(img/common_icon_03.gif) no-repeat 10px 10px;
	border: 1px solid #ec8205;
	text-decoration: none;
	color: #ffffff;
}


/*-------------------------------------------------------------------
    paint
--------------------------------------------------------------------*/
div.box ul.ul_right {
	float: right;
	margin-left: 0;
	width: 385px;
}

/*-------------------------------------------------------------------
    tool
--------------------------------------------------------------------*/
div.ktI-T2:after,
div.ktI-T5:after,
div.ktI-T9:after,
div.ktI-T10:after,
div.ktI-T11:after,
div.ktI-T12:after {
	content: ".";
	display: block;
	clear: both;  
	visibility: hidden;
	height: 0.1px;
	line-height: 0;
	font-size: 0.1em;
}

div.ktI-T2 figcaption,
div.ktI-T5 figcaption,
div.ktI-T9 figcaption,
div.ktI-T11 figcaption,
div.ktI-T12 figcaption {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
}


/*-------------------------------------------------------------------
    think
--------------------------------------------------------------------*/
div.ktI-T2 {
	margin-bottom: 15px;
	width: 660px;
}
div.ktI-T2 figure {
	float: right;
	padding: 0;
	margin: 0 0 0 20px;
}
div.ktI-T2 figure img { margin-bottom: 20px;}


/*-------------------------------------------------------------------
    paint
--------------------------------------------------------------------*/
div.ktTable3 table,
div.ktTable4 table {
	margin: 0 auto 20px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	width: 650px;
}
div.ktTable3 table th,
div.ktTable4 table th,
div.ktTable3 table td,
div.ktTable4 table td {
	padding: 5px 10px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
div.ktTable3 table th,
div.ktTable4 table th {
	background: #feffce;
	width: 200px;
}
div.ktTable3 table td,
div.ktTable4 table td {
	background: #fffefd;
	width: auto;
}

/*-------------------------------------------------------------------
    works
--------------------------------------------------------------------*/
div.ktI-T5 {
	margin-bottom: 20px;
	width: 660px;
}
div.ktI-T5 figure {
	float: left;
	padding: 0;
	margin: 0 0 15px;
}
div.ktI-T5 figure img {
	border: 3px solid #ffffff;
}
div.ktI-T5 figure.ktI-T5_img1 {
	background: url(img/works_bg.gif) no-repeat 299px 0;
	width: 370px;
}
div.ktI-T5 figure.ktI-T5_img2 {
	width: 290px;
}

div.ktI-T5 p { clear: both;}


div.ktTable6 table,
div.ktTable7 table {
	margin: 0 auto 20px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	width: 650px;
}
div.ktTable6 table th,
div.ktTable7 table th,
div.ktTable6 table td,
div.ktTable7 table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
div.ktTable6 table th,
div.ktTable7 table th {
	padding: 5px 10px;
	background: #feffce;
	width: 330px;
}
div.ktTable6 table td,
div.ktTable7 table td {
	padding: 5px 15px;
	background: #fffefd;
	width: auto;
}
div.ktTable6 table td.td2,
div.ktTable7 table td.td2 { text-align: right;}

/*-------------------------------------------------------------------
    company
--------------------------------------------------------------------*/
div.ktTable8 table {
	margin: 0 auto 20px;
	width: 660px;
}
div.ktTable8 table th,
div.ktTable8 table td {
	padding: 7px 5px;
	border-bottom: 1px solid #d2cbbd;
}
div.ktTable8 table th {
	width: 130px;
}
div.ktTable8 table td {
	width: auto;
}


/*-------------------------------------------------------------------
    voice
--------------------------------------------------------------------*/
div.ktI-T10 {
	margin: 0 auto 20px;
	padding-bottom: 15px;
	border: 1px dotted #aaaaaa;
	width: 660px;
}
div.ktI-T10 figure {
	float: right;
	padding: 0;
	margin: 0;
	width: 240px;
}
div.ktI-T10 figure img {
	padding: 0;
	margin: 0;
	border: 4px solid #ffffff;
}
div.ktI-T10 h4 {
	margin-bottom: 10px;
	padding: 10px 25px;
	background: #eae6d6;
	font-size: 15px;
	font-weight: bold;
}
div.ktI-T10 p {
	padding: 0 20px 15px;
}
div.ktI-T10 figure figcaption {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
}


/*-------------------------------------------------------------------
    staff
--------------------------------------------------------------------*/
div.ktI-T11 {
	margin: 0 auto 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2cbbd;
	width: 650px;
	zoom:1;
}
div.ktI-T11 figure.ktI-T11_img1 {
	display: inline;
	float: left;
	margin: 0 20px 0 0;
	width: 210px;
}
div.ktI-T11 figure.ktI-T11_img1 img {
	padding: 3px;
	border: 1px dotted #cccccc;
}
div.ktI-T11 h4 {
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 15px;
	background: url(img/common_icon_04.gif) no-repeat 0 0;
	width: 405px;
	color: #483e27;
	font-size: 14px;
	font-weight: bold;
}

/*-------------------------------------------------------------------
    qa
--------------------------------------------------------------------*/
div.ktI-T12 {
	margin: 0 auto 15px;
	padding-bottom: 20px;
	border: 3px solid #eae6d6;
	width: 650px;
}
div.ktI-T12 h4 {
	margin-bottom: 15px;
	padding: 15px 25px 12px 45px;
	background: #e5fcc0 url(img/qa_q.gif) no-repeat 10px 5px;
	line-height: 1.4;
}
div.ktI-T12 p {
	padding: 0 25px;
}

