﻿@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 {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */

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

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

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

#naviArea {
	width: 960px;
	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 {
	font-size: 12px;
	text-decoration:none;
	display:block;
	width: 160px;
	height: 55px;
	padding-top: 12px;
}

#navi #gNav span {
	font-size: 10px;
}

#navi #gNav li a:hover{
	background-position:0 -56px;
	text-decoration:none;
}

/*----------------------------------------------------
	汎用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
		ヘッダー
----------------------------------------------------------- */
#header {
	width: 960px;
	height:60px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0;
}

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

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


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding: 20px 5px 0 0;
}

#header #utilityNav li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 0 8px;
}




/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
}

#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;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
	border: dashed #ccc 1px;
}

#footerContents h3 {
	font-weight: normal;
}

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



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


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	height: 300px;
	background: url(images/img_bg.png) repeat;
}
#imgArea {
	width: 960px;
	margin: 0 auto;
}

.img_main {
	width: 960px;
	height: 300px;
	float: center;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/img_main.png) no-repeat;
}

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

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

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

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

.x{
	font-size: 15px;
	text-shadow: 1px 1px 1px #ccc;
	color: #2b2bff;
	font-weight: normal;
	margin: 0 0 10px 0;
}

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

#main h3{
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	margin-bottom:5px;
	background: url(images/bg-h3.png) no-repeat;
	padding: 0 0px 0 0;
	text-shadow: 1px 1px 1px #ccc;
	text-align:center;
}

#main h4{
	border-bottom:2px solid #2b2bff;  
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding:5px;
	text-shadow: 1px 1px 1px #ccc;
}

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

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

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

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

#sub .sectionBorder{
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px 10px 10px 10px;
}

#sub .box {
	border-bottom: dashed #ccc 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}

.xxx {
	font-size: 18px;
	text-shadow: 1px 1px 1px #ccc;
}

.xx {
	font-size: 15px;
	text-shadow: 1px 1px 1px #ccc;
}

.clear{
	clear:both;
}

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

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

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

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

.hr{
	border-bottom:7px solid #ccc;  
	margin-bottom:7px;
	margin-top:7px;
}

#main_navi {
	font-size: 100%;
	font-weight: nomal;
	list-style: none;
	font-size: 17px;	
}
#main_navi li a {
	text-decoration: none;
	display: block;
	color: #333333;
	width: 500px;
	padding: 5px 10px 5px 5px;
	background: url(images/gif.gif) repeat-y -420px 0;
}

.question{
cursor:pointer;
}

.smart{display: none;visibility:hidden;}