@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 ） */
h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 130%;
}
	
h1 {} /* Header内で設定 */
h2 { height:604px;}
h3 {}

#map {
  margin-left: 10px;
}
.sav_main {
  height: 404px;
}

a { color: #006699; list-style: none; outline-style: none;}
a:hover,
a:active { color: #f96; text-decoration: none; outline-style: none; }
a:visited { outline-style: none;}

ul {
}
li {
}

dl {
}
dt {
}
dd {
}

table {
}

th,
td {
}
th {
}
td {
}

p { 
  margin: 0 0 1em;
 }

dt img,dd img,li img { vertical-align: bottom; }


.section { padding: .5em 1em 1em; }
.section .section { padding: .5em .5em 1em; }

.image_l { float: left; margin: 0 16px 8px 0; }
.image_r { float: right; margin: 0 0 8px 16px; }

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

ul.totop {
	clear: both;
	padding-bottom: 20px;
}
ul.totop li {
	float: right;
	list-style: none;
}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body {
  background: url(../img/backimg.jpg) top repeat;
	color: #B2B2B2;
	text-align: center;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#main {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: left;
	background: url(../img/linebk.jpg) repeat-y;
}
#content {
	width: 604px;
	text-align: left;
  float: left;
}

.org {
  color: #FF6600;
}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	width: 950px;
	height: 45px;
	margin: 0 auto;
	text-align: left;
  background: url(../img/head_bg.jpg) no-repeat center top;
}
#header .header_text {
	height: 20px;
	line-height: 20px;
	text-indent: 1em;
	background: #333;
	color: #fff;
	margin: 0;
	font-size: 90%;
}

#header #header02 {
	float: right;
	padding-top: 10px;
}

#header {
  position: relative;
}


#top {
	position: absolute;
	left: 632px;
	top: 16px;
	width: 310px;
	height: auto;
	text-align: center;
}	
h1 {
  color: #0060B6;
	font-size: 100%;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
  width: 950px;
	height: 73px;
	clear: both;
	text-align: left;
  background: url(../img/footer_bk.jpg) no-repeat center top;
	position: relative;
}
#footer address {
	width: 950px;
}
.copyright {
  padding:  22px 0 0 35px;
  color: #0060B6;
}

.totop {
	position: absolute;
	left: 660px;
	top: -19px;
}
.siteid {
	position: absolute;
	left: 645px;
	top: 9px;
}

.company {
	position: absolute;
	left: 552px;
	top: 16px;
}



/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	float: right;
	width: 320px;
	height: 604px;
	text-align: center;
	background: url(../img/nav_bk.jpg) no-repeat ;
}

#navi dl,
#navi ul {
	margin: 23px 0 10px;
	text-align: left;
}

#navi dl dt,
#navi dl dd,
#navi ul li {
	list-style: none;
	vertical-align: top;
  margin: 0 35px 35px 35px;
	display: block;
}


#navi dl dt { text-indent: -9999em; }

#navi #navi_banner {
	margin: 20px 0 0;
}
#navi #navi_banner li {
	margin-bottom: 10px;
}



.nav_top {
}
.nav_s {
   margin: 0 35px 35px 35px;
}


/*==========================================================================*/
/*                      Navigation under                                    */
/*==========================================================================*/



#naviunder {
	float: right;
	width: 320px;
	text-align: center;
}


#naviunder ul li {
	list-style: none;
	vertical-align: top;
	padding:  15px 30px 0px 30px;
}

#naviunder ul {
  padding: 10px 0 20px 0;
}

  


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/


.main_img {
  width: 604px;
  margin-left: 26px;
}

.main_under {
  width: 604px;
  margin-left: 26px;
}
.cont_inner { margin: 15px 0;}
.cont_inner01 { margin: 30px 0 5px 0;}

.cont_inner02 {
  width: 580px;
	padding: 0 0 0 7px;
	margin-bottom: 15px;
}

.cont_innertex {
  width: 600px;
	height: 15px;
	padding: 0 0 0 7px;
	margin-bottom: 15px;
}


.cont_photo {
  width: 580px;
	padding: 0 0 0 10px;
}
.cont_more {
  width: 600px;
	padding: 0 0 5px 0;
}
.cont_inner02 p {
	padding: 0 10px;
}
.cont_inner02 ul li {
	padding: 0 10px;
}
.cont_inner03 { margin: 10px 0;}


.cont_inner04 {
  width: 580px;
	padding: 0 0 25px 7px;
}

.m_box {
  width: 604px;
	height: 430px;
	padding: 0 0 0 7px;
	margin-bottom: 15px;
}

.arrow {
  width: 580px;
	text-align: center;
}


.c_h4 { 
  margin-top: 10px;
	background: url(../img/h4.jpg) no-repeat;
	width: 604px;
	height: 30px;
}
.q_h4 { 
  margin: 15px 0;
	width: 604px;
}

.colm { 
  margin: 0 auto;
	background: url(../img/under_l.jpg) no-repeat;
	width: 604px;
	height: 30px;
}

.wark {
  margin: 10px 0;
	background: url(../img/warkbk.jpg) no-repeat;
	width: 604px;
	height: 30px;
	clear: both;
}


.faq { 
	background: url(../img/question.jpg) no-repeat;
	width: 604px;
	height: 28px;
	margin-top: 5px;
}

.answer {
  background: url(../img/answer.jpg) no-repeat;
	width: 604px;
	padding-bottom: 15px;
}


.answer p {
  padding: 0 40px 0 35px;
}

.anc { 
  margin: 15px 0 30px 0;
	padding-left: 12px;
	widows: 604px;
	height: 80px;
	text-align: left;
}

.anc p {
  font-size: 13px;
  background: url(../img/dot.jpg) no-repeat;
	line-height: 14px;
	text-indent: 14px;
}
.anc a {
  color: #2CC2E5;
}
.anc_right {
  float: right;
}
.anc_left {
  float: left;
	width: 250px;
}

h4 {
  font-size: 16px;
	font-weight: bold;
	color: #FFFC92;
	line-height: 20px;
	text-indent: 15px;
}

.imgtex {
  font-size: 17px;
	font-weight: bold;
	background: url(../img/point.jpg) no-repeat;
	padding-left: 15px;
	color: #00A0C6;
	line-height: 24px;
	margin: 0;
}
.column {
  font-size: 15px;
	color: #FFFFCC;
	line-height: 20px;
	text-indent: 37px;
}

.column02 {
  font-size: 15px;
	color: #FFFFCC;
	line-height: 20px;
	text-indent: 25px;
}

.cont_inner05 { 
  margin: 20px 0 20px 0;
	background: url(../img/topcont_bk.jpg) no-repeat;
	width: 586px;
	height: 196px;
}

.cont_inner07 { margin: 5px 0;}
.cont_inner07 p { margin: 0;}


.cont_inner08 {
  width: 560px;
	padding: 0;
	background:  #243552;
	border-top: 1px solid   #666666; 
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid  #666666;
	padding: 10px;
	margin: 0  0 20px 5px;
}
.cont_inner12 {
  width: 560px;
	padding: 0;
	background:  #243552;
	border-top: 1px solid   #666666; 
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid  #666666;
	padding: 10px;
	margin: 0  0 15px 5px;
}
.cont_inner09 {
  width: 570px;
	padding: 0 0 0 7px;
	margin-bottom: 10px;
}
.cont_inner10 { margin: 30px 0 0 0;}


.cont_inner11 {
  width: 560px;
	padding: 0;
	border-top: 1px solid   #666666; 
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid  #666666;
	padding: 10px;
	margin: 0  0 20px 5px;
}

.inner_tex {
  color: #FFFFFF;
	margin: 0 0 12px 0;
	padding: 0;
}


.inner_tex03 {
  color: #FFFFFF;
	margin: 0 0 12px 0;
	padding: 0;
}
.inner_tex03 a {
	color: #00A0C6;
}
.inner_tex02 {
  color: #FFFFFF;
}


.cont_inner05 ul li {
  display: block;
} 

.cont_inner06 { 
  margin: 24px 0;
	padding-left: 10px;
}

.topcont {
  float: left;
	padding: 3px 0 0 3px;
}

.topcont02 {
  float: right;
	padding: 3px 2px 0 0;
}
.topcont03 {
  float: right;
	padding: 2px 2px 0 0;
}


.inimg {
  margin: 15px 0;
}

/* media
-------------------------------------*/
.media_s {
  float: left;
	width: 130px;
	margin: 0 5px 5px 5px;
}
.media_l {
  float: left;
	width: 280px;
	margin-right: 10px;
}

.media_tex {
  width: 270px;
	margin: 0 5px 5px 5px;
  float: left;
	line-height: 1.6;
}
/* table01
-------------------------------------*/
table.table01 {width: 580px;}
table.table01 th {
  width: 20%; text-align: left;
}
table.table01 td {
  width: 80%; text-align: left;
}
table.table01 th,table.table01 td {
 color: #CCCCCC;
}

/* lightbox
-------------------------------------*/

.exPhoto fL { padding-right: 10px;}

.fL { 
  float: left;
	padding-right: 10px;
	width: 276px;
}
.clearfix {
  margin-bottom: 15px;
}
#imagegallery0 { 
  float: left;
	width: 276px;
}
#imagegallery0 li { 
  float: left;
	margin: 0 3px;
}

* html #imagegallery0 li {
  float: left;
	margin: 0 2px;
}

.Photo #col-a .exPhoto { padding-right: 10px;}
.Photo #col-a .exPhoto p { padding: 0 0 10px;}
.Photo #col-a .exPhoto img { border: 2px solid #fff;}


.wark_s {
  width: 600px;
	text-align: center;
	margin-bottom: 35px;
	display: block;
	overflow: hidden;
}
.wark_s02 {
  width: 600px;
	height: 120px;
	text-align: center;
}
.wark_s p {
  float: left;
	margin: 3px;
	text-align: left;
	line-height: 1.6;
	font-size: 120%;
	color: #FFFFCC;
}
* html .wark_s p {
  float: left;
	text-align: left;
	line-height: 1.6;
	font-size: 120%;
	color: #FFFFCC;
}

.warkco {
  width: 130px;
	height: 160px;
	float: left;
	margin: 12px 8px;
}
* html .warkco {
  width: 130px;
	height: 160px;
	float: left;
	margin: 12px 2px;
}

.warkco02 {
  width: 130px;
	float: left;
	margin: 4px 9px;
}
.warkco03 {
  width: 130px;
	float: left;
	margin: 4px 7px;
}


.samtex {
  width: 130px;
	height: auto;
}
.samtexin {
  padding-top: 12px;
  width: 130px;
	height: auto;
}


.cont_innertex p { font-size: 130%;}

.flb { margin-top: 7px;}
#placeholder0 { margin-bottom: 5px;}

.concept {
  color: #FFFFFF;
}

.clearfix table th {
  width: 68px;
}
.cont_inner02 table td {
  width: 75%;
} 
