@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: 2.0;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', Osaka, Osaka-等幅, sans-serif;
	text-align: center;
	color: #1d1c1c;
}
body#top { background: url(img/bg.jpg) top center no-repeat;}
body#lv2 { background:url(img/bg_lv2.jpg) repeat-x top center;}

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

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

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


/* wrapper
----------------------------------------------------------------*/
section#main,
header,
ul#navigation {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	text-align: left;
}

/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/
header {
	position:relative;
	background: url(img/bg_header.jpg) no-repeat;
	height:130px;
}
header h1 {
	padding-top:10px;
	color: #fff;
	line-height: 1.2;
	font-size: 11px;
	font-weight: normal;
}
header div#logo a {
	position:absolute;
	top:33px;
	left:2px;
	width: 289px;
	height: 99px;
	overflow: hidden;
	text-indent: -9999px;
}
header div#h_contact{
	position:absolute;
	top:87px;
	right:0px;
	width: 189px;
	height: 30px;
}

/*--------------------------------------------------------------------/
	04.nav primal
/--------------------------------------------------------------------*/
/* Basic code - don't modify */
 
ul#pn{
	display: block;
	padding: 0;
	position: absolute;
	top:57px;
	right:0px;
}
ul#pn li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul#pn a{display: block;}

ul#pn{
	height:19px;
	width:160px;
}
ul#pn *:hover{background-color: none;}
ul#pn a{
	color: white;
	line-height: 1;
}
ul#pn li#gn1,
ul#pn li#gn2{
	margin:0 0px 0 0;
	padding:0;
}
ul#pn li#gn1{width:80px; left:0;}
ul#pn li#gn2{width:80px; left:0;}

ul#navigation ul{
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding:0;
}


/*--------------------------------------------------------------------/
	04.nav global
/--------------------------------------------------------------------*/
/* Basic code - don't modify */

div#nav{
	height:90px;
	border-bottom: solid 2px #000000;
	margin-bottom:50px;
}
body#lv2 div#nav{
	height:90px;
	border-bottom: solid 2px #000000;
	margin-bottom:15px;
}

ul#navigation{
	display: block;
	margin:0 auto 0;
	padding: 0;
	position: relative;
}
ul#navigation li{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul#navigation a{display: block;}

ul#navigation{
	height:92px;
	width:1020px;
}
ul#navigation *:hover{background-color: none; z-index:100; }
ul#navigation a{
	color: white;
	line-height: 1;
}
ul#navigation li#gn1,
ul#navigation li#gn2,
ul#navigation li#gn3,
ul#navigation li#gn4,
ul#navigation li#gn5,
ul#navigation li#gn6{
	margin:0 0px 0 0;
	padding:0;
}
ul#navigation li#gn1{width:170px; left:0;}
ul#navigation li#gn2{width:170px; left:0;}
ul#navigation li#gn3{width:170px;left:0;}
ul#navigation li#gn4{width:170px;left:0;}
ul#navigation li#gn5{width:170px;left:0;}
ul#navigation li#gn6{width:170px;left:0;}

ul#navigation ul{
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding:0;
}
* html #navigation ul{ line-height: 0;} /* IE6 "fix" */
ul#navigation ul a{zoom: 1;} /* IE6/7 fix */
ul#navigation ul li{
	float: none;
}
ul#navigation ul ul{top: 0;}
    
/* Essentials - configure this */

ul#navigation ul{width: 170px;}

ul#navigation ul{top:91px;}
ul#navigation ul li a{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	background-color:#16782f;
	border-bottom:1px solid #fff;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	margin:0px;
	text-align:left;
	line-height:180%;
	vertical-align:middle;
}
ul#navigation ul a:hover{
	background-color:#289b46;
}
ul#navigation ul a{
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.8;
	/*filter: alpha(opacity=90);*/
}
/* #navigation ul a{border-bottom: none;} - I also needed this for IE6/7 */


/*--------------------------------------------------------------------/
	05.main
/--------------------------------------------------------------------*/
section#main {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	zoom:1;
}

/*--------------------------------------------------------------------/
	contents
/--------------------------------------------------------------------*/
div#contents {
	float:right;
	width:680px;
}
div#contents img { display: block;}
div#contents02 {
	float:left;
	width:680px;
}
div#contents02 img { display: block;}

div#contents_lv2 {
	float:right;
	width:700px;
}
div#contents_lv2 img { display: block;}


/*--------------------------------------------------------------------/
	aside
/--------------------------------------------------------------------*/
aside {
	float:left;
	width:290px;
}
aside img { display: block;}
div#side02 {
	float:right;
	width:310px;
}
div#side02 img { display: block;}

.fixed {
	position: fixed;
	top: 20px;
}
div#area{
	float:left;
	width:290px;
	height:244px;
	background:url(img/bg_area.jpg) no-repeat;
}
div#area p{
	padding:160px 20px;
}

/* side_bnr
---------------------------------------------------*/
aside ul#side_bnr{
	width: 290px;
}
aside ul#side_bnr li {
	margin-bottom: 20px;
	width: 290px;
}
div#side02 ul#side_bnr{
	width: 310px;
}
div#side02 ul#side_bnr li {
	margin-bottom: 30px;
	width: 310px;
}

div#workstyle{
	background:url(img/bg_side_work.jpg) no-repeat;
	width:290px;
	height:204px;
	margin-bottom:15px;
	padding-top:157px;
}
#workstyle_bnr{
	width: 290px;
}
#workstyle_bnr li {
	margin-bottom:5px;
	width: 290px;
}



/* aside_navi
--------------------------------------------------------------------*/
div#aside_navi {
	margin-bottom: 16px;
	width: 310px;
}
div#aside_navi ul {
	padding-bottom: 12px;
	border-left: solid 1px #ababab;
	border-right: solid 1px #ababab;
	background: #fff;
	width: 290px;
}
div#aside_navi ul.top {
	border: solid 1px #000;
}

div#aside_navi ul li.li01 {
	margin: 0px auto 4px;
	background:#000 no-repeat 0 0;
	width: 280px;
	font-weight: bold;
	font-size: 15px;
	color:#fff;
	padding:5px 0 5px 10px ;
}

div#aside_navi ul li.li02 {
	margin: 0px auto 1px;
	border-bottom: solid 1px #c7c7c7;
	width: 270px;
	font-weight: bold;
}
div#aside_navi ul li.li02 a:link,
div#aside_navi ul li.li02 a:visited {
	display: block;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 13px;
	background: url(img/common_icon_03.png) no-repeat 0 15px;
	text-decoration: none;
	color: #3f3f3f;
	line-height: 1.3;
	font-size: 15px;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all  0.1s ease;
}
div#aside_navi ul li.li02 a:hover {
	background: #eee url(img/common_icon_03.png) no-repeat 5px 15px;
	text-decoration: none;
}


/*--------------------------------------------------------------------/
	06.footer
/--------------------------------------------------------------------*/
footer {
	width: 100%;
	background: url(img/bg_footer.gif) repeat;
}
footer div#footer {
	background: url(img/bg_logo.png) right 25px no-repeat;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	height: 250px;
}

/* list
--------------------------------------------------------------------*/
footer ul {
	float: left;
	margin-top: 15px;
	margin-right: 25px;
}
footer ul li {
	font-size:12px;
	display: block;
	padding-left: 20px;
	background: url(img/common_icon_01.png) no-repeat left 8px;
	text-align: left;
	line-height:2.5;
}
footer ul li.se {
	font-size:11px;
	display: block;
	padding-left: 15px;
	background: url(wp-content/themes/bells/img/common_icon_02.png) no-repeat left 10px;
	text-align: left;
	line-height:2.5;
}

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

/* article
--------------------------------------------------------------------*/
footer p#adress {
	position:absolute;
	color:#fff;
	top:110px;
	right:0px;
	line-height: 1.5;
	text-align: right;
	font-size: 10px;
}
footer p#area {
	position:absolute;
	color:#fff;
	bottom:80px;
	left:0px;
	line-height: 1.5;
	font-size: 12px;
	font-weight:bold;
}

footer #banner01 {
	position:absolute;
	width:188px;
	height:50px;
	bottom:20px;
	left:0px;
}
footer #banner02 {
	position:absolute;
	width:188px;
	height:50px;
	bottom:20px;
	left:200px;
}


/* page-top
--------------------------------------------------------------------*/

#page-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
	font-size: 77%;
	z-index:2000;
}
a#page-top {
 background: #000;
 text-decoration: none;
 color: #fff;
 width: 100px;
 padding: 30px 0;
 text-align: center;
 display: block;
 border-radius: 5px;
}
a#page-top:hover {
 text-decoration: none;
 background: #333333;
}

/*--------------------------------------------------------------------/
	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;}
span.at{ font-size:12px; background-color:#ffae12;  color:#401515; font-weight:bold; line-height:3.0; padding:5px 5px;}
p.at02{ font-size:20px; font-weight:bold; }
span.at03{ font-size:18px; font-weight:bold; color:#d81427;}
p span{	color:#FF3300;}
p.mb10{ margin-bottom:10px;}

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

.st {font-weight: bold;}

/* size
----------------------------------------------------------------*/
.fs_s {
	font-size:  90%;
	line-height: 100%;
}
.fs_m {
	font-size: 100%;
	line-height: 120%;
}
.fs_l {
	font-size: 145%;
	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;}
.ml15 {margin-left:15px; margin-bottom:15px;}
.mr15{ margin-right:15px;}
.m_a {margin: 0px auto;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}

.common_m{ margin:0 auto 10px;}
.common_m2{ margin:0 auto 0px;}

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

/* h2
----------------------------------------------------------------*/
div#top_h2 {
    position: relative;
    z-index: 1;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: center center;
	text-align: center;
	width: 100%;
}
div#top_h2 img{
	display:block;
	margin:0 auto;
}
article.box_top {
	position:relative;
	clear:both;
	margin-bottom: 35px;
	zoom: 1;
	background: url(img/top_bg_01.jpg) no-repeat;
	height:404px;
	z-index:1;
}
article.box_top div#bt{
	position:absolute;
	width:288px;
	height:61px;
	right:20px;
	bottom:30px;
}
article.box_top p{
	padding:80px 20px 15px 510px;
	line-height:2.5;
}

div#gaiheki{
	float:left;
	width:341px;
	height:383px;
}
div#gaiheki p{
	padding:320px 30px 15px;
	background:url(img/top_bt_01_off.jpg) no-repeat;
}

div#gaiheki a:link,
div#gaiheki a:visited,
div#gaiheki a:hover,
div#gaiheki a:active{
	color:#000;
	outline:none;
}

div#gaiheki a:link   {text-decoration: none;}
div#gaiheki a:visited{text-decoration: none;}
div#gaiheki a:hover  {text-decoration: none;}
div#gaiheki a:active {text-decoration: none;}
div#gaiheki a:hover p{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	color:#000000;
}

div#top_right{
	width:310px;
	float:right;
}

/* news
----------------------------------------------------------------*/
article#news {
	width:680px;
	float:left;
}
article#blog {
	width:680px;
	float:right;
	border:solid 1px #000000;
}
article#news img,
article#blog img{ display:block;}
article#news div,
article#blog div {
	width:680px;
	height: 180px;
	overflow: hidden;
	overflow-y: scroll;
}

article#news div table,
article#blog div table {
	margin:10px 0px 0 10px;
	width:95%;
}
article#news div table th,
article#news div table td,
article#blog div table th,
article#blog div table td {
	line-height: 1.2;
	text-align:left;
}
article#news div table th,
article#blog div table th {
	font-weight:normal;
	padding:10px 0 0 20px;
	color:#707070;
	width:100px;
	background:url(img/bg_th.gif) 3px 12px no-repeat;
}
article#news div table td,
article#blog div table td {
	padding: 5px 0 15px;
}

ul.results li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
ul.results li.last{
	float:left;
	margin-right:0;
	margin-bottom:20px;
}
ul.results02{
	width:680px;
	padding:30px 10px 20px;
	margin:0 auto;
	border-bottom:dotted 1px #CCCCCC;
	border-top:dotted 1px #CCCCCC;
}
ul.results02:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
ul.results02 li{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
ul.results02 li.last{
	float:left;
	margin-right:0;
	margin-bottom:20px;
}



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

/* common elements
----------------------------------------------------------------*/
/* pagetitle */
div#page_title {
	height: 236px;
}
div#page_title h2 {
	width:1020px;
	margin:0 auto;
	padding-top:95px;
	text-align:right;
	color: #000;
	font-size: 48px;
	text-shadow:1px 1px 3px #fff;
	line-height:1.0;
	letter-spacing: 0.1em;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
div#page_title h2 span {
	display: inline;
	padding-left:15px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
}

/* page_navi
----------------------------------------------------------------*/
ul#page_navi {
	margin:0px auto 15px;
	width: 1020px;
	font-size: 10px;
	text-align:left;
}
ul#page_navi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
ul#page_navi li {
	display:  inline;
}

/* h3 h4 p
----------------------------------------------------------------*/
article h3.normal {
	margin-bottom: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	color:#000;
	letter-spacing:1.5px;
	line-height: 1;
	font-size: 22px;
	font-weight:bold;
	border-bottom:solid 1px #e3e3e3;
	border-top:solid 1px #e3e3e3;
	background-color:#f4f4f4;
	text-shadow:1px 1px 3px #fff;
}
article h3.normal span{
	color:#FF3300;
}
article.box h4 {
	clear: both;
	margin:0 auto 15px;
	color: #fff;
	padding:5px 0 3px 15px;
	font-size: 18px;
	font-weight:normal;
	background:#1d9139;
}
article.box h4 strong{
	color:#FFFF00;
}


/*--------------------------------------------------------------------/
	article, section
/--------------------------------------------------------------------*/
article.box {
	clear:both;
	margin-bottom: 30px;
	width: 700px;
	zoom: 1;
	background-color:#fff;
}
div.memo:after,
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 5px 15px;
	line-height:2.0;
}
strong {
	color: #cc0000;
}
article.box iframe.true {
	padding: 3px;
	border: 1px solid #ddd;
}
span.big {
	color: #cc0000;
	font-size:25px;
	line-height:1.7;
}
p.small{
	padding: 0 5px 0px!important;
	line-height:2.0;
	font-size:14px;
	color: #999999;
}
P.title{
	font-size:20px;
	padding: 0 5px 0px!important;
}
p.tag{
	display:inline;
	font-size:12px;
	background:#F6F6F6;
	padding:5px!important;
}

/*--------------------------------------------------------------------/
	figure
/--------------------------------------------------------------------*/

figure.left {
	display:inline;
	margin:0px 20px 15px 0px;
	border: solid 1px #e9e9e9;
	padding:3px;
}
figure.left02 {
	float:left;
	width:200px;
	margin:0px 20px 0 0px;
	border: solid 1px #e9e9e9;
	padding:3px;
}
figure.left02 img{
	width:200px;
}
figure.right {
	display:inline;
	margin:0px 0px 15px 20px;
	border: solid 1px #e9e9e9;
	padding:3px;
}

figure.right02 {
	display:inline;
	margin:0px 0px 15px 0px;
	border: solid 1px #e9e9e9;
	padding:3px;
	float:right;
}
figure.right03 {
	display:inline;
	margin:-40px 15px 0px 20px;
	border: solid 1px #e9e9e9;
	padding:3px;
	float:right;
	background:#fff;
}

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

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

figure.center01 {
	margin:0px auto 15px;
	border: solid 1px #e9e9e9;
	padding:3px;
	width:660px;
}
figure.center01 img{
	width:660px;
}

figure.pic1 img{
	clear:both;
	width:680px;
	margin:0px auto 20px;
}
ul.img{
	padding:0 10px 0;
}
ul.img li img{
	width:336px;
	border:solid #fff 2px;
	float:left
}
ul.img li.h img{
	width:242px;
	border:solid #fff 2px;
	float:left
}
ul.img li.w img{
	width:430px;
	border:solid #fff 2px;
	float:left
}

div.ba{
	width:680px;
	margin:0 auto 15px;
}
div.ba:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
div.ba dl{
	float:left;
}
div.ba dl dt img{
	width:336px;
	border:solid #fff 2px;	

}
div.ba dl dd.before{
	width:100px;
	display:block;
	background:#929292;
	color:#fff;
	padding:3px 10px;
	margin:10px auto 0;
	text-align:center;
}
div.ba dl dd.after{
	width:100px;
	display:block;
	background:#fda10f;
	color:#fff;
	padding:3px 10px;
	margin:10px auto 0;
	text-align:center;
}

/*--------------------------------------------------------------------/
	ul
/--------------------------------------------------------------------*/
ul.normal {
	margin-left: 12px;
	margin-bottom:15px;
}
ul.normal li {
	margin-bottom: 3px;
	padding-left: 20px;
	background: url(img/common_icon_04.gif) no-repeat 0 5px;
	line-height: 1.5;
}
/*--------------------------------------------------------------------/
	ol
/--------------------------------------------------------------------*/
ol.normal {
	margin-left: 15px;
	font-size:14px;
}
ol.normal li {
	list-style: decimal outside;
	margin-left: 15px;
	margin-bottom: 5px;
}

/*--------------------------------------------------------------------/
	dl
/--------------------------------------------------------------------*/
dl.normal {
	margin: 0 auto 30px;
	width:690px;
}

dl.normal dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #EEEEEE;
	font-size: 13px;
	font-weight: bold;
}
dl.normal dd {
	margin-bottom: 15px;
	padding-left: 5px;
	line-height: 1.8;
}
dl.qa{
	margin:15px auto 30px;
	width:700px;
}
dl.qa dt {
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left:45px;
	background:url(img/q.gif) no-repeat    ;
	color: #c25e47;
	font-size: 15px;
	font-weight: bold;
}
dl.qa dd {
	margin-bottom: 20px;
	padding-left: 45px;
	padding-bottom:20px;
	line-height: 1.8;
	background:url(img/a.gif) no-repeat    ;
	color: #001f3d;
	font-size:15px;
	border-bottom:dotted 1px #e5e5e5;
}

/*--------------------------------------------------------------------/
	table
/--------------------------------------------------------------------*/
table.table1,
table.table2,
div.table1 table {
	margin: 0 auto 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 698px;
	text-align: left;
	font-size:13px;
}
table.table1 th,
table.table1 td,
table.table2 th,
table.table2 td,
div.table1 table th,
div.table1 table td  {
	padding: 10px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	line-height: 1.5;
}

table.table1 th,
div.table1 table th {
	background:#f0f0f0 repeat;
	width: 130px;
}
table.table1 td,
table.table2 td,
div.table1 table td {
	background-color:#fafafa;
}

table.table2 th {
	background:#ffecec;
	color:#e89191;
}
table.table2 td.td01{
	background-color: #abeebc;
	color:#289142;
	font-weight:bold;
}

/*--------------------------------------------------------------------/
	concept
/--------------------------------------------------------------------*/
div#bg_concept{
	position:relative;
	width:700px;
	height:394px;
	background:url(img/bg_concept.gif) no-repeat;
	margin-bottom:25px;
	z-index:1;
}
div#bg_concept img{
	position: absolute;
	width:94px;
	height:80px;
	right:15px;
	top:180px;
}

/*--------------------------------------------------------------------/
	flow
/--------------------------------------------------------------------*/
div.flow{
	padding:15px;
	border:solid 1px #38a14d;
	background:url(img/bg_flow.jpg) repeat;
	margin-bottom:15px;
}
div.flow:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*--------------------------------------------------------------------/
	flow
/--------------------------------------------------------------------*/
div.staff{
	padding:15px;
	margin-bottom:15px;
	border:solid 1px #38a14d;
}
div.staff:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
table.staff{
	float:right;
	margin: 0 auto 15px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 410px;
	text-align: left;
	font-size:13px;
}
table.staff th,
table.staff td{
	padding: 10px 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: top;
	line-height: 1.5;
}

table.staff th {
	background:#bcfbcb repeat;
	width: 30%;
}
table.staff td {
	background-color:#fafafa;
}

/*--------------------------------------------------------------------/
	concept
/--------------------------------------------------------------------*/
div#bg_concept_01{
	width:700px;
	height:400px;
	background: url(img/bg_concept_01.jpg) no-repeat;
	padding-top:150px;
}

div#bg_concept_01 p{
	line-height:3.0;
}

div#bg_concept_02{
	width:700px;
	height:400px;
	background: url(img/bg_concept_02.jpg) no-repeat;
	padding-top:150px;
}

div#bg_concept_02 p{
	line-height:3.0;
}

div#bg_concept_03{
	width:700px;
	height:550px;
	background: url(img/bg_concept_03.jpg) no-repeat;
	padding-top:150px;
}

div#bg_concept_03 p{
	line-height:3.0;
}

div#bg_concept_04{
	width:700px;
	height:550px;
	background: url(img/bg_concept_04.jpg) no-repeat;
	padding-top:150px;
}

div#bg_concept_04 p{
	line-height:3.0;
}

/*--------------------------------------------------------------------/
	wall
/--------------------------------------------------------------------*/
div#bg_wall{
	width:700px;
	height:350px;
	background: url(img/bg_wall.jpg) no-repeat;
}
div#bg_wall p{
	padding:180px 50px 0px;
}


/*--------------------------------------------------------------------/
	roof
/--------------------------------------------------------------------*/
div#bg_roof{
	width:700px;
	height:400px;
	background: url(img/bg_roof.jpg) no-repeat;
}
div#bg_roof p{
	padding:180px 50px 0px;
}

/*--------------------------------------------------------------------/
	other
/--------------------------------------------------------------------*/
div#bg_other{
	width:700px;
	height:400px;
	background: url(img/bg_other.jpg) no-repeat;
}
div#bg_other p{
	padding:180px 50px 0px;
}


/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
div#greet{
	width:700px;
	height:324px;
	background:url(img/ceo.jpg) no-repeat;
}
div#greet p{
	padding:90px 15px 0 300px;
	color:#fff;
}

/*--------------------------------------------------------------------/
	company
/--------------------------------------------------------------------*/
div#staff{
	width:700px;
	height:234px;
	background:url(img/bg_staff.jpg) no-repeat;
}
div#staff p{
	padding:90px 30px 0 250px;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/

div.blog{
	clear:both;
	margin-bottom:25px;
}
div.rightbox{
	float:right;
	width:470px;
}

/*--------------------------------------------------------------------/
	common_contact
/--------------------------------------------------------------------*/

.common_contact{
	clear:both;
	margin-bottom:30px;
}


/*--------------------------------------------------------------------/
	results
/--------------------------------------------------------------------*/
/* thumb
------------------------------------------------------------*/
ul#ga-thumb {
	margin: 0px 0 10px 5px;
	width: 720px;
}
ul#ga-thumb li {
	float: left;
	margin-right:10px;
	margin-bottom: 7px;
	width: 220px;
	line-height: 1.3;
	font-size: 11px;
	text-align:center;
}
ul#ga-thumb li img {
	display: block;
	margin: 0 auto 5px;
	padding: 4px;
	background: #fff;
	border: 1px solid #dddddd;
	width: 216px;
}

/*--------------------------------------------------------------------/
	results
/--------------------------------------------------------------------*/
div#ba {
	margin: 0 auto 20px;
	width: 700px;
}
div#ba img {
	display: block;
}
div#ba figure#before {
	float: left;
	background: url(img/bg_flow.jpg) repeat;
	width: 270px;
	border:solid 1px #CCCCCC;
}
div#ba figure#before img {
	margin: 10px auto 10px;
	border: 4px solid #fff;
	width: 240px;
}
div#ba figure#after {
	float: right;
	background: url(img/bg_flow.jpg) repeat;
	width: 390px;
	border:solid 1px #CCCCCC;
}
div#ba figure#after img {
	margin: 10px auto 10px;
	border: 4px solid #fff;
	width: 360px;
}

div#ba figure figcaption img {
	margin: 0px auto 15px !important;
	border: none !important;
	width: auto !important;
}


/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/

table.table1 span,
span.red {
	padding: 0 5px;
	font-size: 11px;
}
table.table1 th span,
span.red{
	background: #b80804;
	color: #ffffff;
}

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

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

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

input#submit_button {
    padding: 15px 40px;
    font-size: 1.2em;
    background-color: #001f3d;
    color: #fff;
    border-style: none;
	cursor:pointer;cursor:hand;
	display:block;
	margin-left:250px;
}

/*--------------------------------------------------------------------/
	back
/--------------------------------------------------------------------*/
div#back {
	margin-bottom: 30px;
}
div#back a:link,
div#back a:visited {
	padding: 3px 15px 2px 20px;
	background: #ebebeb;
	text-decoration: none;
	font-size: 12px;
}
div#back a:hover {
	padding: 3px 15px 2px 20px;
	background: #c7c7c7;
	text-decoration: none;
	font-size: 12px;
	color:#fff;
}

div#back02 {
	display:block;
	float:right;
	margin:25px 0 30px 0;
}
div#back02 a:link,
div#back02 a:visited {
	padding: 3px 15px 2px 20px;
	background: #ebebeb;
	text-decoration: none;
	font-size: 12px;
}
div#back02 a:hover {
	padding: 3px 15px 2px 20px;
	background: #c7c7c7;
	text-decoration: none;
	font-size: 12px;
	color:#fff;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/

/* column_list
----------------------------------------------------------*/
ul#column_list {
	margin-top: 25px;
	padding-bottom: 10px;
	width: 690px;
}
ul#column_list li {
	margin-bottom: 13px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px dotted #EEEEEE;
	background: url(img/common_icon_03.png) no-repeat 3px 8px;
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
ul#column_list li a:link,
ul#column_list li a:visited {
	text-decoration: none;
}
ul#column_list li a:hover {
	color:#f76b1a;
	text-decoration: underline;
}
ul#column_list li span.date {
	font-size: 12px;
	font-weight: bold;
	padding-right:20px;
}
ul#column_list li span.new {
	color: #f26544;
	font-size: 12px;
}
article.blog_box {
	padding:15px 15px 0;
	margin-bottom:25px;
	width: 700px;
	background:url(img/bg_box.jpg) repeat;
}
article.blog_box:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
article.blog_box p{
	padding: 0 10px 15px;
	line-height:1.8;
}

article.blog_box img{
	border:solid 3px #FFFFFF;
	margin:0 0 15px 10px;

}

