@charset "UTF-8";
body {
	font: 12px "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	line-height: 1.4;
}
.small {
	font-size: 10px;
}
.f14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.aC {
	text-align: center;
}
.aR {
	text-align: right;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
/* --------------------------------------------------  */
#header {
	background-color: #FFF;
	position:relative;
}
#header .area {
	width: 320px;
	position: relative;
	height: 57px;
}
#header .area .logo {
	position: absolute;
	top: 8px;
	left: 8px;
}
#header .area2 {
	background-color: #006bb8;
	text-align: center;
	padding: 3px 0;
}
#header .area2 h1 {
	color: #FFF;
}
#header .area3 {
	background: url(../images/index_bg03.png) repeat-x 50% 0;
	height: 177px;
	padding-top: 4px;
}

#header p.atten{
	position:absolute;
	bottom:0.5rem;
	right:0.1rem;
	font-size:80%;
	text-shadow: 1px 1px 2px #FFF;  
}

#maincontents {
}
#maincontents .section {
	width: 92%;
	margin: 0 auto;
}
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
}
/* hedding --------------------------------------------------  */
.heading01 {
	font-size: 12px;
}
.heading02 {
	background: -moz-linear-gradient(top, #FFF, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#eeeeee));
	border-top: 1px solid #cccccc;
}
.heading02.last {
	border-bottom: 1px solid #cccccc;
}
.heading02 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.05;
	color: #2f3082;
	background: url(../images/index_ic01.png) no-repeat 8px 50%;
	padding: 12px 15px 11px 43px;
	display: block;
	text-decoration: none;
}
.heading02 a.open {
	background: url(../images/index_ic01on.png) no-repeat 8px 50%;
}
.heading03 {
	font-size: 18px;
	font-weight: bold;
}
.heading04 {
	font-size: 18px;
	color: #cc0000;
}
/* box --------------------------------------------------  */
.box01 {
	background-color: #fff7d5;
	padding: 7px 10px;
}
.box01 p {
	font-weight: bold;
}
.box01 p span {
	color: #fe0a0a;
	font-weight: bold;
}
.box02 {
	padding: 5px 10px;
	margin: 10px 0;
	background-color: #0068b7;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
.box02 p {
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.box03 {
	padding: 10px 10px 5px;
	margin: 10px 0;
	border: #ff9595 5px solid;
}
.box04 {
	background-image: url(../images/index_bg01.png) , url(../images/index_bg02.png) , url(../images/index_bg01.png) , url(../images/index_bg02.png);
	background-position: 0 0, 100% 0, 0 100%, 0 0;
	background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
	-webkit-background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
	-moz-background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
	background-size: 6px 1px, 1px 6px, 6px 1px, 1px 6px;
	padding: 4px;
	margin-bottom: 20px;
}
.box04 .inner {
	background-color: #ffc5c5;
	padding: 10px;
}
.box04 .inner p {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.box04 .inner p span {
	color: #f0027f;
	font-weight: bold;
}
.box05, .box06, .box07 {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 13px 12px 15px;
	-moz-box-shadow: 2px 2px 5px #aaa;
	-webkit-box-shadow: 2px 2px 5px #aaa;
}
.box05 {
	background: -moz-linear-gradient(top, #f9fdff, #eaf9ff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f9fdff), to(#eaf9ff));
	border: 2px solid #077dff;
}
.box06 {
	background: -moz-linear-gradient(top, #ffeff5, #ffeff5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffeff5), to(#ffeff5));
	border: 2px solid #ff3c6c;
}
.box07 {
	background: -moz-linear-gradient(top, #f8fdf6, #e9f8e1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8fdf6), to(#e9f8e1));
	border: 2px solid #359717;
}
.box05 .title, .box06 .title, .box07 .title {
	font-size: 14px;
	font-weight: bold;
}
.box05 .title {
	color: #0057cf;
}
.box06 .title {
	color: #ff3c6c;
}
.box07 p.title {
	color: #359717;
}
.navibox01 {
	position: relative;
	width: 320px;
	height: 90px;
	margin: 10px auto;
}
.navibox01 .bt01 {
	position: absolute;
	top: 0;
	left: 2px;
}
.navibox01 .bt02 {
	position: absolute;
	top: 22px;
	right: 6px;
}
.list01 li {
	font-size: 14px;
}
.list01 li span {
	color: #ff9595;
}
.bg01 {
	padding-bottom: 10px;
	background: url(../images/index_bg04.gif) repeat-x 0 100%;
}
.toggle-panel .bg02 {
	border-top: 1px solid #cccccc;
	background-color: #fff7d5;
	padding: 10px 0;
}
.toggle-panel .bg02.noborder {
	border-top: none;
}
.bg03 {
	background: url(../images/index_bg05.png) no-repeat 1px 100%;
	width: 279px;
	margin: 0 auto;
	padding: 10px 14px 14px 12px;
}
.bg04 {
	background-image: url(../images/index_bg07.png) , url(../images/index_bg06.png);
	background-position: 0 100%, 0 0;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: 304px 2px, 304px 300px;
	-moz-background-size: 304px 2px, 304px 300px;
	background-size: 304px 2px, 304px 300px;
	width: 277px;
	margin: 0 auto;
	padding: 10px 12px 10px 15px;
}
.bg05 {
	background: url(../images/index_bg08.png) no-repeat 0 100%;
	width: 277px;
	margin: 0 auto;
	padding: 5px 12px 14px 15px;
}
.bg05 .line01 {
	background: url(../images/index_bg09.png) repeat-y 0 100%;
	width: 269px;
	margin: 0 auto;
	padding: 0;
}
.bg05 .line01 p {
	line-height: 25px;
	font-weight: bold;
}
.bg05 .line01 p span {
	color: #ff2020;
	font-weight: bold;
}
.bg05 .line01 p.title {
	color: #6f3b12;
}
.bg05 .line01 p.title span {
	color: #ffb507;
}
.bg06 {
	width: 305px;
	margin: 0 auto;
	text-align: right;
}
/* colum01 --------------------------------------------------  */
.colum01 {
	width: 277px;
	margin: 10px auto;
}
.colum01 .colum01_left {
	float: left;
	width: 90px;
	margin-right: 15px;
	background-color: #303;
}
.colum01 .colum01_right {
	float: left;
	width: 172px;
}
.colum01 .colum01_right .tx01 {
	margin-top: 1em;
	margin-bottom: 0.3em;
	color: #6f3b12;
	font-size: 14px;
	font-weight: bold;
}
.colum01 .colum01_right .tx02 {
	color: #0883ff;
	font-size: 12px;
	font-weight: bold;
}
/* clearfix -----------------  */
.colum01:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
