@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, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
	font-size: 140%;
}
h1 {
} /* Header内で設定 */
h2 {
}
h3 {
}
h4 {
}
a {
	color: #f41;
}
a:hover, a:active {
	color: #f96;
	text-decoration: none;
}
a:visited {
}
ul {
}
li {
}
dl {
}
dt {
}
dd {
}
table {
	border-collapse:collapse;
	border: 1px solid #d0d0ff;
}
th, td {
	padding: 4px 6px;
	border: 1px solid #ddddff;
}
th {
	color: #333;
	background: #efefff;
	font-weight: bold;
}
td {
}
p {
	margin: 0;
}
#content p {
	margin: 0 0 30px;
}
.section {
	padding: 10px 0 0 0;
}
.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;
}
#content p.totop {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	float: right;
	list-style: none;
}
#content p.totop a {
	color: #333;
}
/* add
------------------------------------------------------------------------*/

.mb05 {
	margin-bottom : 5px;
}
.mb10 {
	margin-bottom : 10px;
}
.mb15 {
	margin-bottom : 15px;
}
.mb20 {
	margin-bottom : 20px;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}
body {
	background: url(../images/body_bg.jpg) repeat;
	color: #333;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
}
#main {
	background: url(../images/main_bg.jpg) repeat-y;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#content {
	padding: 0 40px;
	text-align: left;
	float: right;
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
	background: url(../images/head_bg.jpg) top repeat-x;
	height: 100px;
}
#header_inner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	float: left;
}
#header p {
	float: right;
}
/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
	clear: both;
	text-align: center;
	background: url(../images/footer_bg.jpg) 0 0 no-repeat;
	height: 60px;
	padding: 0;
	margin: 0 40px;
	width: 960px;
}
#foot01 {
	float: left;
	margin: 20px 20px 0 5px;
}
#foot02 {
	float: left;
	margin: 20px 20px 0 0;
}
/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/* index
------------------------------------------------------------------------*/
#content p.inquiry {
	clear:both;
	margin: 20px 0 30px;
}

/* .inquiry {
	background: url(../images/bn_inquiry_bg.jpg) 0 0 no-repeat;
	width:920px;
	height: 195px;
	position: relative;
	margin: 20px 0 30px;
}
#content .inquiry p {
	margin: 0;
	position: absolute;
	top: 107px;
	left: 575px;
}
 */

#ssl { margin: 0 25px; }

#seal { float: left; margin: 0 15px 15px 0; }

table.mailform { clear: both; }