@charset "utf-8";
body {
	background: #fff;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	letter-spacing: 1px;
}
img {
	border-style: none;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
#flash_01 {
	height: 220px;
	width: 900px;
	background-color: #68CFF4;
	margin-bottom: 1px;
}
#flash_01 #flashcontent p {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#header_01 {
	padding: 0;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 0px;
}
#header_01 h1 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #00B0EC;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#header_02 {
	width: 900px;
	margin-bottom: 10px;
}
#header_03 {
	clear: left;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00B0EC;
	padding: 15px;
}
#header_03 h2 {
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
}
#header_03 td {
	vertical-align: top;
}
#header_03 .top_01 {
	background-color: #2ACEFF;
	text-align: left;
	padding: 10px;
	color: #fff;
	width: 260px;
	font-size: 12px;
}
#header_04 {
	padding-right: 10px;
}
.top_02 {
	width: 15px;
}
#menu_01 {
	padding: 0px;
	margin: 0px 0px 1px;
	height: 40px;
	width: 900px;
}
#menu_01 li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
#menu_01 li a {
}
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 240px;
	clear: left;
	padding-bottom: 15px;
	padding-top: 20px;
}
#sidebar1 p {
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent {
	margin: 0 0 0 260px;
	padding: 0px 0px 20px;
}
#mainContent strong {
	color: #00B0EC;
}
#mainContent ul#navi_01 {
	height:2.3em;
	padding: 0px;
	margin: 10px 0px 0px;
}
#mainContent ul#navi_01, #mainContent ul#navi_01 li {
	list-style-type:none;
	padding:0;
}
#mainContent ul#navi_01 li {
	float:left;
	line-height:2.3em;
	color:#777;
	margin-left: 0px;
	padding-left: 0px;
}
#mainContent ul#navi_01 li a {
	font-size: 11px;
	font-weight: normal;
}
#mainContent .company_01 {
	width: 100%;
}
#mainContent .company_01 td, #mainContent .price_02 td {
	padding: 10px;
	background-color: #f9f9f9;
}
#mainContent .contact_01 {
	width: 100%;
}
#mainContent .contact_01 th, #mainContent .company_01 th, #mainContent .price_02 th {
	background-color: #2ACEFF;
	color: #fff;
	text-align: left;
	padding: 10px;
}
#mainContent .contact_01 td {
	width: 420px;
	padding: 10px;
	background-color: #f9f9f9;
}
#mainContent .contact_02 {
	font-size: 36px;
	color: #00B0EC;
	font-weight: bold;
}
#mainContent .contact_03, #mainContent .price_01 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #2ACEFF;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}
#mainContent .faq_01, #mainContent .company_02, #mainContent .contact_04, #mainContent .flow_03, #mainContent .price_08 {
	background-color: #00B0EC;
	margin-top: 5px;
	margin-bottom: 10px;
}
#mainContent .faq_02 dt {
	font-weight: bold;
	color: #fff;
	background-color: #2ACEFF;
	background-image: url(../images/faq_03.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 5px 5px 5px 40px;
}
#mainContent .faq_02 dd {
	background-image: url(../images/faq_02.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding: 5px 5px 5px 40px;
	margin: 10px 0px;
}
#mainContent .flow_01 {
	width: 100%;
	margin-bottom: 10px;
}
#mainContent .flow_01 th {
	padding-right: 10px;
	width: 60px;
}
#mainContent .flow_01 td {
	background-color: #2ACEFF;
}
#mainContent .flow_02 {
	color: #fff;
	background-color: #2ACEFF;
	padding-left: 10px;
	height: 23px;
}
#mainContent .flow_02 a {
	color: #fff;
}
#mainContent .price_03 th {
	background-color: #2ACEFF;
	text-align: center;
	color: #fff;
	padding: 7px 5px;
}
#mainContent .price_03 td {
	vertical-align: top;
	background-color: #F9F9F9;
	padding: 7px 5px;
}
#mainContent .price_03 ul {
	padding: 0px;
	letter-spacing: 0em;
	margin: 0px 0px 0px 5px;
}
#mainContent .price_03 ul li {
	margin-left: 10px;
	padding-left: 0px;
	font-size: 11px;
}
#mainContent .price_04 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#mainContent .price_05 {
	width: 100%;
}
#mainContent .price_05 td {
	background-color: #f9f9f9;
	background-image: url(../images/bg_01.png);
	padding: 20px 30px;
}
#mainContent .price_05 th {
	color: #fff;
	background-color: #2ACEFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	width: 200px;
}
#mainContent .price_07 {
	font-size: 15px;
}
#mainContent .top_03 {
	margin-top: 0px;
	padding-top: 20px;
}
#footer_01 {
	padding: 0; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#68CFF4;
	color: #fff;
	width: 900px;
	margin-bottom: 10px;
}
#footer_01 td {
	padding: 10px;
}
#footer_02 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #68CFF4;
}
#footer_02 h4 {
	font-size: 11px;
	color: #666;
	margin: 0px 0px 5px;
}
#footer_02 p {
	line-height: 120%;
	font-size: 10px;
	color: #666;
	margin: 0px 0px 5px;
}
#footer_03 {
	font-size: 11px;
	text-align: right;
}
#footer_03 a {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#footer_04 a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#footer_04 a:hover {
	color: #00B0EC;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.center {
	text-align: center;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.right {
	text-align: right;
}
a {
	font-weight: bold;
	color: #00B0EC;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */
