﻿@charset "utf-8";
/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body { 
	text-align: center;
	/*color: #474747; background-color: white; */
	color: #707070; 
	/*background-image: url(../img/all/img_bg.gif); */
	margin: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	  }



/* メイン
---------------------------------------------*/
#content { 
	width: 560px !important; 	/*他のブラウザーIE6用　※引いた分*/
	margin: 30px 0px 0px 10px; 
	padding: 0px 0px 0px 0px; 
	border: solid 1pt #c0c0c0;
	text-align: left;
 }



}
/*リンク設定*/
a {
	color: #363f8b; 
	text-decoration: none;     /* 下線を消す */
}
a:hover {
	text-decoration: underline;     /* 下線を表示する */
}
/* パーツ
-------------------*/
.section {margin: 0px 0px 0px 0px  ;width: 560px;}
.section_one{margin: 10px 0px 0px 0px;width: 560px;}
.section_two{margin: 25px 0px 0px 20px;width: 520px;}

.sub_title{margin: 10px 0px 0px 20px;height: 50px; width: 540px;}
.sub_title_one{margin: 10px 0px 10px 20px;height: 50px;width: 540px;}
.bar_move{
	float: right;
	margin: 8px 11px 0px 0px;
	width: 118px;
	}


.txtbox_one{
		margin: 25px 0px 25px 20px;
		width: 520px;
		line-height: 1.5;

}
.txtbox_two{
		margin: 15px 0px 25px 20px;
		width: 520px;
		line-height: 1.5;

}

.m_arrow_one {margin: 10px 0px 10px 0px;width: 560px;}

.m_l_type_two {margin-left: 10px; letter-spacing: 8px;}

.section_three h2{
	color: #1b2889;
	font-size: 110%;
	line-height: 1.3;
}

/* フッター
---------------------------------------------*/
#footer{
	text-align: right;
	height: 15px !important; 	/*他のブラウザーIE6用*/
	height /**/: 19px;  		/*対策IE5用の値をセット*/
	clear: both;
	width: 560px;
	margin: 10px 0px 0px 0px ;
	padding-top:2px ;
	padding-bottom: 2px ;
}

/* ページトップへ移動
---------------------------------------------*/
.topmove{
	text-align: right;
	width: 100%;
	/*height:100px;*/
	margin: 0;
	padding: 0;
}
.topmove a{
	right: 0px;
	width: auto;
	height: 25px;
	padding: 4px 20px 8px 0;
	color: #aeaeae;
	font-size: 95%;
	text-decoration: none;
}
.topmove a:hover {
	color: black; 
	text-decoration: underline;     /* 下線を表示する */
}


/*
---------------------------------------------*/
#about {float: left;width: 493px;}
#newsRelease {float:left; width: 246px;	padding-left: 1px;}

/* ベースカラー　*/
.basecolor{	color: #1b2889; /*ブルー*/}
.blk{color:#474747;}
.gray{	color:#666666;}

.text_left{	text-align: left;	}
.text_right{text-align: right;	}


.margin_top_type_one  {margin-top: 5px;}
.margin_top_type_two  {margin-top: 10px;}
.margin_top_type_three{margin-top: 15px;}
.margin_top_type_four {margin-top: 20px;}

.margin_btm_type_one  {margin-bottom:  5px;}
.margin_btm_type_two  {margin-bottom: 10px;}
.margin_btm_type_three{margin-bottom: 15px;}
.margin_btm_type_four {margin-bottom: 20px;}

.margin_lef_type_one  {margin-left:  5px;}
.margin_lef_type_two  {margin-left: 10px;}
.margin_lef_type_three{margin-left: 15px;}
.margin_lef_type_four {margin-left: 20px;}

.margin_right_type_one  {margin-right:  5px;}
.margin_right_type_two  {margin-right: 10px;}
.margin_right_type_three{margin-right: 15px;}
.margin_right_type_four {margin-right: 20px;}


.float_size_zero{font-size: 80%;}
.float_size_one{font-size: 100%;}
.float_size_two{font-size: 120%;}
.float_size_three{font-size:130%;}
.float_size_four{font-size: 140%;}
.float_size_five{font-size: 150%;}


.Line_type_one{ line-height: 1.0;	}
.Line_type_two{ line-height: 1.2;	}
.Line_type_three{ line-height: 1.4;	}
.Line_type_four{ line-height: 1.6;	}
.Line_type_five{ line-height: 1.8;	}

p.big_type_one{	font-size: 125%;}
p.big_type_two{	font-size: 145%;}
p.big_type_three{font-size: 165%;}
p.big_type_four{font-size: 185%;}

p.mini_type_one{font-size: 85%;}

h1.big_type_one{font-size: 185%;}

.padding_lr_type_one{padding:0px 5px 0px  5px;}

.bd_btm_type_one{border-bottom: solid 1px #707070;	}

.float_type_one{float: left ;}




</style>

