@charset "utf-8";
/* CSS Document */
/*===================
        *body
====================*/
body {
}

/*===================
        *見出し
====================*/
h1 {
	background: #21499D;
	line-height: 25px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
}
h2,
h2 img {
	clear: both;
	margin: 20px 0;
}
/*===================
        *全体
====================*/
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
/*===================
       *ヘッダー
====================*/
#header {
	background: url(../img/common/header_bk.jpg) no-repeat;
}
/*===================
       *フッター
====================*/
#footer {
}
#footer p {
	text-align: center;
	color: #21499D;
}
/*===================
     *ナビゲーション
====================*/
#nav {
	background:url(../img/common/nav.jpg) no-repeat 0 0;
	height: 127px;
}
#nav ul {
}
#nav li {
	height: 80px;
	width: 200px;
	float: left;
	
}
#nav a{
	height: 80px;
	width: 200px;
	display: block;
	text-indent: -9999px;
}
/*===================
      *トップ画像
====================*/
#TopImg{
}
/*===================
      *content
====================*/
/*----- 1カラム -----*/
#content {
	background: #21499D;
	padding: 20px;
}
.main {
	background: #FFF;
	padding: 20px;
}
.main .img_center img {
	margin: 0 auto;
	display: block;
}
/*===================
      *index.html
====================*/
.top_box {
	width: 450px;
	float: left;
}
.top_box .title {
	border-left: #21499D 4px solid;
	border-bottom: #21499D 1px solid;
	text-indent: 0.5em;
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0;	
}
.top_box  p.top_box_text{
	font-size: 16px;
	line-height: 2;
}
.top_box.left {
	margin: 0 20px 0 0;
}
.main_box_01{
	border: #21499D 3px solid;
	padding: 20px;
	overflow: hidden;
}
.main_box_01 img {
	float: left;
	margin: 0 20px 0 0;
}
.main_box_01 p {
	line-height: 200%;
}
/*===================
      *company.html
====================*/
.company {
	border: #D2DFF2 7px solid;
	border-collapse: collapse;
}
.company tr,
.company td {
	border: #D2DFF2 3px solid;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
}
p.news{padding:20px 0 0 20px;}
/*===================
      *amamori.html
====================*/
.main_Box_02 {
	border: #D1DDF5 10px solid;
	padding: 10px 20px 10px 10px;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.main_Box_02 img {
	float: left;
	margin: 0 20px 0 0;
}
.main_Box_02 p {
	line-height: 200%;
}
.main_Box_02 .font_bold{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.main_Box_02 h3 {
	font-size: 22px;
	line-height: 40px;
	color: #1F479D;
	border-bottom: #D1DDF5 1px solid;
	margin: 0 0 10px 0;
}
.main_Box_02 h4 {
	font-size: 22px;
	line-height: 40px;
	color: #25AFC2;
}
.main_Box_02 .price_Box {
	padding: 10px 0;
	clear: both;
}
.main_Box_02 .price_Box .p_yellow {
	color: #FFBF00;
	font-size: 18px;
}
/*===================
      *service.html
====================*/
.main_Box_02 span {
	font-size: 18px;
	color: #1F479D;
	line-height: 30px;
}
.main_Box_02 ul {
	margin: 0 0 10px 0;
}
.main_Box_02 .price_Box ul li {
	color: #FFBF00;
}