﻿@charset "utf-8";

/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*--- reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background:#fffff2 url(images/bg.png) repeat-y 50% 0;
	color: #666;
	font-size: small;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo",arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background:#fffff2 url(images/bg_base.png) repeat 50% 0;
}

a:link {
	text-decoration: none;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#navi {
	clear: both;
	height: 270px;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	clear: both;
	overflow: hidden;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 1100px;
	margin: 0 auto;
}

#navi #gNav li {
	float: left;
	text-align: center;
	padding-top:12px;
}

#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	text-decoration:none;
	display:block;
	width: 273px;
	height: 250px;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */

#headerDescArea {
	width: 1100px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	color: #fff;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	color: #fff;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	background: url(images/white.png) repeat;
	clear: both;
	color: #ccc;
}

#footer .copyright {
	color: #707070;
	text-align: center;
	padding: 10px 0 10px;
  	
}

#footerContents ul {
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

#footerContents ul li {
	display: inline;
	border-right: dashed #000 1px;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	padding:10px 0 0;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 1100px;
	margin: 20px auto 0 auto;
	text-align: left;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: dashed #fff 1px;
	margin-right: 10px;
	padding: 10px;
	background: url(images/white.png) repeat;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	-moz-box-shadow: 3px 3px 5px #ccc;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 860px;
	overflow:hidden;
}

#main p{
	font-size:16px;
	padding: 10px 10px 10px 10px;
}

.xxx{
	font-size:16px;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: bold;
	text-decoration: underline;
}

#main h2{
	font-size: 20px;
	line-height: 28px;
	margin-bottom:10px;
	padding: 0 0px 0 0;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: bold;
}

#main h3{
	font-size: 18px;
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	padding: 5px;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #ccc;
	text-align:center;
}

#main h4{
	text-align:center;
	border-bottom:5px solid #fff;  
	color:#000;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #ccc;
}

#main h5{
	border-left:7px solid #fff;  
	color:#000;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #ccc;
	padding: 5px;
}

#main .check{
	padding: 26px 45px;
	list-style-type: none;
	background: url(images/check.png) no-repeat;
	background-position:0% 50%;
	font-size: 17px;
	text-shadow: 1px 1px 1px #ccc;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 230px;
}

#sub h3{
	font-size: 15px;
	font-weight: normal;
	width: 230px;	
	line-height: 28px;
	margin-bottom:5px;
	padding: 0 0 0 0px;
	text-align:center;
	border-bottom: solid #ccc 1px;
}
#sub ul {
	margin: -10px 0 2px;
	margin: -5px 0 20px 0;
	padding: 5px 10px 10px 10px;
	background: url(images/white.png) repeat;
}

#sub ul li{
	font-size:13px;
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(images/list-arw.png) no-repeat 0 50%;
	border-bottom: solid #ccc 1px;
	margin: 5px 0 5px;
}

.clear{
	clear:both;
}

.imgRX {
	float: right;
	margin: 20px 0px 20px 10px;
}

.imgLX {
	float: left;
	margin: 20px 10px 20px 0;
}

.bg_f {
background: url(images/white.png) repeat;
padding: 10px;
color: #000;
-webkit-box-shadow: 3px 3px 5px #ccc;
-moz-box-shadow: 3px 3px 5px #ccc;
}

.totop {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

.question {
cursor: pointer;
}

#main .boxL {
	width: 408px;
	float: left;
	border-right: dashed #fff 3px;
	margin-right: 1px;
}
#main .boxR {
	width: 408px;
	float: right;
}

.ten {
	font-size:25px;
	text-shadow: 1px 1px 1px #ccc;}
	
.smart{display: none;visibility:hidden;}