@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, address, ul, ol, dl { font-size: 140%; line-height: 1.5;}

/* for IE7 */
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html h5,
*:first-child+html h6,
*:first-child+html p,
*:first-child+html table,
*:first-child+html address,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl { font-size: 160%; line-height: 1.5;}

*:first-child+html ul ul,
*:first-child+html ul ol,
*:first-child+html ul dl,
*:first-child+html ul input,
*:first-child+html ul p,
*:first-child+html ol ul,
*:first-child+html ol ol,
*:first-child+html ol dl,
*:first-child+html ol input,
*:first-child+html ol p,
*:first-child+html dl ul,
*:first-child+html dl ol,
*:first-child+html dl dl,
*:first-child+html dl input,
*:first-child+html dl p,
*:first-child+html table table,
*:first-child+html table ul,
*:first-child+html table ol,
*:first-child+html table dl,
*:first-child+html table input,
*:first-child+html table p,
*:first-child+html p input{ font-size: 100%;}


/* for IE 6 or sooner */
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html table,
* html address,
* html ul,
* html ol,
* html dl { font-size: 160%; line-height: 1.5;}

* html ul ul,
* html ul ol,
* html ul dl,
* html ul input,
* html ul p,
* html ol ul,
* html ol ol,
* html ol dl,
* html ol input,
* html ol p,
* html dl ul,
* html dl ol,
* html dl dl,
* html dl input,
* html dl p,
* html table table,
* html table ul,
* html table ol,
* html table dl,
* html table input,
* html table p,
* html p input{ font-size: 100%;}


/******************************************************************** common
*/

body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #fff url(../images/back2.gif) repeat-x;
	color: #4d4d4d;
	cursor: auto;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
}

body.top { background: #fff url(../images/back.gif) repeat-x; }

h1,h2,h3,h4,h5,h6,p.h2 { padding: 0; letter-spacing: 0;}
p { padding: 5px 10px;}
blockquote { margin: 15px 0; padding: 10px 15px 3px; background: #faf6ed;}
pre { background: #eee; margin: 1em 0; padding: 0 20px; overflow: auto; width: auto;}
code { color: #5b5905; font-family: "Lucida Grande", "Courier New", Courier, mono, Verdana, sans-serif; letter-spacing: 0;}
ul, ol { margin: 10px 0;}
dl { margin: 10px 0;}

a         { color: #0071bb; text-decoration: underline; cursor: pointer;}
a:visited { color: #3b41a4;}
a:hover   { color: #f80;}
a:focus,
a:active  { color: #f90;}

strong { font-weight: bold; color: #e47;}
abbr, acronym { cursor: help;}

sup { vertical-align: super; font-size: 100%;}
sub { vertical-align: baseline; font-size: 100%;}


hr { display: none;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}

table { border: 1px solid #aaa; border-collapse: collapse; margin-bottom: 15px;}
caption { text-align: left;}
thead {}
tbody {}
th { white-space: nowrap;}
th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-align: left;
}
tr:hover th,
tr:hover td { background: #fafafa;}


fieldset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
}
* html legend { margin: 0 0 10px;}
input, textarea { padding: 1px;}
input.typeText { border: 1px solid #aaa;}
select option { padding: 0 5px;}
input:focus, select:focus, textarea:focus { background-color: #fafafa;}
label { cursor: pointer;}

.mT0{margin-top:0;}



/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */

/******************** exp IE
*/
#container:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#container,
#footer { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html #container,
* html #footer { height: 1%;}

#footer,
#container { display: block;}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL { float: left;}
.clr { float: none; clear: both;}


.gothic{ font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;}
.jp { font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
.verdana { font-family: Verdana, sans-serif;}
.times { font-family: "Times New Roman", Times, serif;}

span.point { font-weight: bold;}
.tempNotes { color: #c00; font-weight: bold; background: #f8f8f8; margin: 1em;}


/******************************************************************** javascript
*/



/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

#wrapper { width: 100%; min-width: 1100px;}
.top #wrapper { background: url(../images/w_back.jpg) no-repeat 50% 0;}
.cate01 #wrapper { background: url(../images/w_back2.jpg) no-repeat 50% 0;}
.cate02 #wrapper { background: url(../images/w_back3.jpg) no-repeat 50% 0;}
.cate03 #wrapper { background: url(../images/w_back4.jpg) no-repeat 50% 0;}
.cate04 #wrapper { background: url(../images/w_back5.jpg) no-repeat 50% 0;}

#header,
#container { width: 1100px; margin: 0 auto; text-align: left;}

#header {
	position: relative;
	height: 131px;
}

#container { background: url(../images/c_back.jpg) no-repeat 0 100%; padding-bottom: 20px;}

#col-a {
	position: relative;
	display: inline;
	float: right;
	border-left: 1px solid #eee;
	width: 614px;
	padding: 0 100px 0 25px;
}

* html #col-a { width: 740px;}

#col-b {
	position: relative;
	float: left;
	width: 236px;
	padding-left: 100px;
}

#footer {
	clear: both;
	min-width: 1100px;
	width: auto !important;
	width: 1100px;
	background: #f2f2f2 url(../images/f_back.gif) repeat-x;
}




/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

.h1 {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 100px;
	color: #999;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0;
}
h1 {
	padding: 5px;
	position: absolute;
	top: 0;
	right: 100px;
	color: #999;
	font-weight: bold;
	font-size: 120%;
	letter-spacing: 0;
}

* html h1 { font-size: 120%;}





#logo { padding: 10px 0 0 100px;}

#hLink {
	position: absolute;
	top: 26px;
	left: 50%;
	padding: 0 0 0 56px;
	margin: 0;
	list-style: none;
}

#hLink li,
#globalNav li { float: left;}

#globalNav {
	position: absolute;
	top: 79px;
	left: 100px;
	width: 900px;
	height: 48px;
	padding: 0;
	margin: 0;
	list-style: none;
}



/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer div {
	position: relative;
	width: 900px;
	padding-top: 17px;
	margin: 0 auto;
	text-align: left;
}

#footer dl {
	position: relative;
	width: 900px;
	margin: 0 0 30px;
}

#footer dd { position: absolute; left: 50%;}
#f-tel { top: 0; padding-left: 25px;}
#f-con { top: 4px; padding-left: 280px;}


#footer address { color: #999; letter-spacing: 0.05em; line-height: 1.5; padding-bottom: 10px;}


.pageTop {
	padding-right: 100px;
	clear: both;
	text-align: right;
}
#col-a .pageTop { padding-right: 0;}




/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#col-b dl {
	padding-bottom: 8px;
	margin: 0 0 16px;
}

#mdl01 { background: url(../images/mdl01.gif) no-repeat 0 100%;}
#mdl02 { background: url(../images/mdl02.gif) no-repeat 0 100%;}
#mdl03 { background: url(../images/mdl03.gif) no-repeat 0 100%;}

#col-b p { padding: 0 0 8px;}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#col-a h3,
#col-a h4,
#col-a h5 { padding: 30px 0 8px;}

#col-a h3#t01 { padding-top: 0;}

#col-a h5 {
	background: url(../images/h5.gif) no-repeat 0 19px;
	border-bottom: 1px dashed #999;
	width: 599px;
	margin-bottom: 5px;
	padding: 15px 0 3px 17px;
	color: #3d2600;
	font-weight: bold;
}

#illust { padding: 10px 0;}



/* top
------------------------------------------------------------------------*/

.top #col-a h3 { margin: 0; padding: 0;}

.top #col-a ul { margin: 0 0 18px; height: 162px;}

.top #col-a ul li { float: left;}

.top #col-a dl {
	position: relative;
	/*background: url(../images/top-dl.gif) no-repeat;:*//*100426 yahoo登録用 コメントアウト*/
	background-color: #eeeeee;/*100426 yahoo登録用 追記*/
	width: 614px;
	height: 146px;/* 100426 yahoo登録用 高さ変更  元の高さ 216px */
	margin-bottom: 20px;
}

.top #col-a dd { position: absolute;}
.top #plan01 { top: 68px; left: 17px;}/* 100426 yahoo登録用 y軸高さ変更  元の高さ top 57px */
.top #plan02 { top: 68px; left: 310px;}/* 100426 yahoo登録用 y軸高さ変更  元の高さ top 57px */
.top #plan03 { bottom: 17px; left: 17px;}
.top #plan04 { bottom: 17px; left: 310px;}

.top #image { padding: 0; margin-bottom: 28px;}


.top #col-a .sr_bn01 { 
	margin:-5px 0 10px -10px ;
}

.top #col-a .sr_bn01 a { 
	text-indent:-99999px;
	overflow:hidden;
	display:block;
	background:url(../images/banner01_off.jpg) no-repeat ;
	width: 614px;
	height:250px;
}
.top #col-a .sr_bn01 a:hover { 
	background:url(../images/banner01_on.jpg) no-repeat ; ;
}


/* model
------------------------------------------------------------------------*/

.model #col-a table {
	width: 100%;
	margin: 15px 0 25px;
}


.model #col-a th { background: #2d467a; color: #fff; text-align: center;}




/* about
------------------------------------------------------------------------*/

.about #col-a ul {
	width: 614px;
	height: 86px;
	margin-bottom: 20px;
	padding: 0;
}

.about #col-a ul li { float: left;}

.about #col-a dl {
	background: url(../images/about-dl.gif) no-repeat;
	width: 614px;
	height: 151px;
}

.about #col-a dd { padding-left: 7px;}

.about #col-a dd ul {
	width: 600px;
	height: 97px;
	padding: 0;
	margin: 0;
}


/* vision
------------------------------------------------------------------------*/

.vision #col-a dl {
	background: #f4faf2;
	border: 1px solid #bfcca1;
}

.vision #col-a dt { padding: 10px 15px 0;}
.vision #col-a dd { padding: 0 15px 10px;}


.vision #col-a h4.adjust { padding-top: 10px;}


/* feature
------------------------------------------------------------------------*/

.feature #col-a h4.adjust { padding-top: 10px;}

.feature #col-a dl {
	background: #f4faf2;
	border: 1px solid #bfcca1;
}

.feature #col-a dt {
	background: #d8ebd1;
	width: 592px !important;
	width: 612px;
	padding: 7px 10px 5px;
	margin-bottom: 10px;
	color: #007877;
	font-weight: bold;
}

.feature #col-a dd { padding: 0 15px 10px;}


/* feature
------------------------------------------------------------------------*/

.office #col-a #nav {
	width: 624px;
	height: 40px;
	margin: 15px -10px 5px 0;
}

.office #col-a #nav li {
	float: left;
	padding-right: 10px;
}


.office #col-a dl {
	background: #f4faf2;
	border: 1px solid #bfcca1;
	margin: 10px 0 20px;
}

.office #col-a dt {
	background: #d8ebd1;
	width: 592px !important;
	width: 612px;
	padding: 7px 10px 5px;
	margin-bottom: 10px;
	color: #007877;
	font-weight: bold;
}

.office #col-a dd { padding: 0 15px 10px;}


/* delegate
------------------------------------------------------------------------*/


.delegate #col-a #navA {
	width: 630px;
	height: 130px;
	margin: 0 -16px 0 0;
}

.delegate #col-a #navA li {
	float: left;
	width: 194px;
	margin-right: 16px;
	padding-bottom: 8px;
}


.delegate #col-a ul.listA li {
	background: url(../images/list.gif) no-repeat 9px 6px;
	border-bottom: 1px dashed #ccc;
	width: 579px !important;
	width: 594px;
	padding: 2px 0 5px 35px;
	margin-bottom: 5px;
}

.delegate #col-a div { margin-bottom: 15px;}

.delegate #col-a div h4 {
	width: 462px;
	float: right;
	font-weight: bold;
	margin: 6px 0 0;
	padding: 5px 0;
}

.delegate #col-a dl {
	background: #f4faf2;
	border: 1px solid #bfcca1;
	margin: 0 0 10px;
}

.delegate #col-a dt {
	background: #d8ebd1;
	width: 592px !important;
	width: 612px;
	padding: 7px 10px 5px;
	margin-bottom: 10px;
	color: #007877;
	font-weight: bold;
}

.delegate #col-a dd { padding: 0 15px 10px;}


/* voice
------------------------------------------------------------------------*/

.voice #col-a .box {
	background: url(../images/voice-back02.gif) repeat-y;
	width: 614px;
	margin: 15px 0;
}

.voice #col-a .box div {
	background: url(../images/voice-back03.gif) no-repeat 0 100%;
	padding: 0 10px 10px;
}

.voice #col-a h4 {
	background: url(../images/voice-back01.gif) no-repeat;
	padding: 20px 0 5px 20px;
	margin: 0;
	color: #194a8c;
	font-weight: bold;
}
/*100426 yahoo登録用　このp指定部分は追記*/
.voice #col-a p {
	padding: 15px 0 20px 0px;
}


/* flow
------------------------------------------------------------------------*/

.flow #col-a dd {
	background: #f4faf2;
	border: 1px solid #bfcca1;
	border-top: none;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.flow #col-a img.fR { margin-left: 10px;}


/* company
------------------------------------------------------------------------*/

.company #col-a th { background: #2d467a; color: #fff; text-align: center;}

.company #col-a table ul li {
	background: url(../images/list.gif) no-repeat 0 4px;
	border-bottom: 1px dashed #ccc;
	width: 449px !important;
	width: 464px;
	padding: 0 0 3px 15px;
	margin-bottom: 5px;
}


.company #col-a #photo {
	width: 630px;
	height: 130px;
	margin-right: -16px;
}

.company #col-a #photo li {
	float: left;
	width: 188px !important;
	width: 194px;
	margin-right: 16px;
	padding: 2px;
	border: 1px solid #ccc;
}

.company #col-a h4 {
	background: url(../images/h5.gif) no-repeat 0 19px;
	border-bottom: 1px dashed #999;
	width: 597px;
	margin-bottom: 5px;
	padding: 15px 0 3px 17px;
	color: #3d2600;
	font-weight: bold;
}


/*---------- gmaps ----------*/
#gmaps {
	width: 612px;
	height: 400px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
}

#gmaps table,
#gmaps th,
#gmaps td { border: none; background: none;}





/* contact
------------------------------------------------------------------------*/

textarea { width: 380px;}


.mL01{
margin-left: -10px;
margin-bottom: 10px;
}












