﻿@charset "utf-8";
html {-webkit-text-size-adjust: 100%;}
* {-webkit-touch-callout: none;-webkit-user-select: none;}
input[type="text"],textarea {-webkit-user-select: auto;}
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;width:100%;}
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%;}
abbr,acronym,fieldset {border: 0;}
img {max-width: 100%;height: auto;display: block;margin: 1px auto;}
li {list-style-type: none;}
#contents li a{ display: block; }
#contents li span{ display: block; }

body {
	background:#fffff2 url(images/bg_base.png) repeat 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;}

a {text-decoration: none;}

a:hover {	text-decoration: underline;}

#navi {display: none;visibility:hidden;}

.imgR {float: right;margin: 0 0 0 10px; padding:5px;}
.imgL {float: left;margin: 0 10px 0 0; padding:5px;}
.imgRX {float: right;margin: 0 0 0 10px; padding:5px;}
.imgLX {float: left;margin: 0 10px 0 0; padding:5px;}

/* 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 {margin: 0 auto;}
#headerDescArea {margin: 0 auto;}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float:none;
	margin: 0px 0px 5px 0px;
	text-align:center;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float:none;
	margin: 0px 0px 5px 0px;
	text-align:center;
}

#footer {clear: both;}

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

#footerContents ul {display: none;visibility:hidden;}

#mainImg {display: none;visibility:hidden;}

#contents {
	width: 100%;
	margin: 20px auto 0 auto;
	text-align: left;
}

#main {
	width: 98%;
	padding:1%;
	float:none;
}

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

.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;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #ccc;
}

#main h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom:5px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 2px #ccc;
	padding: 5px;
	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-align:center;
	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 {
	width: 98%;
	padding:1%;
	float:none;
}

#sub h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom:5px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 2px #ccc;
	padding: 5px;
	text-align:center;
}

#sub ul {
	font-size: 16px;
	margin: -5px 0 20px 0;
	padding: 5px;
}

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

#sub ul li br{display: none;}

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

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

.clear{clear:both;}

.bg_f {
	background: url(images/white.png) repeat;
	margin: 0 0 20px 0;
	color: #000;
}

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

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

.question{cursor:pointer;}