﻿@charset "utf-8";

body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,blockquote,th,td,
img
{
	margin: 0;
	padding: 0;
	border: none;

}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/wall.gif);
	background-repeat: repeat-x;
	background-color: 202020;

}

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #000;
}

.none {
visibility: hidden;
}
.clear {
clear: both;
}

h1,h2,h3,h4,h5,h6 {
font-size: 1.2em;
}

.fl-le {
float: left;
}
.fl-ri {
float: right;
}

ul {
list-style: none;
}

a {
color: #16387c;
text-decoration: none;
}
a:hover {
color: #16387c;
text-decoration: underline;
}
a:visited{
color:#804099;
text-decoration: none;
}

#under-side-navi a:hover {
color: #FF6912;
text-decoration: underline;
}


/* マージン設定
------------------------------------------------------------ */
.ma-t-5 { margin-top: 5px; }
.ma-t-10 { margin-top: 10px; }
.ma-t-20 { margin-top: 20px; }
.ma-t-30 { margin-top: 30px; }
.ma-t-40 { margin-top: 40px; }
.ma-t-50 { margin-top: 50px; }
.ma-t-60 { margin-top: 60px; }

.ma-b-5 { margin-bottom: 5px; }
.ma-b-10 { margin-bottom: 10px; }
.ma-b-15 { margin-bottom: 15px; }
.ma-b-20 { margin-bottom: 20px; }
.ma-b-25 { margin-bottom: 25px; }
.ma-b-30 { margin-bottom: 30px; }
.ma-b-35 { margin-bottom: 35px; }
.ma-b-40 { margin-bottom: 40px; }
.ma-b-45 { margin-bottom: 45px; }
.ma-b-50 { margin-bottom: 50px; }
.ma-b-55 { margin-bottom: 55px; }
.ma-b-60 { margin-bottom: 60px; }
.ma-b-65 { margin-bottom: 65px; }

.ma-r-5 { margin-right: 10px; }
.ma-r-10 { margin-right: 10px; }
.ma-r-20 { margin-right: 20px; }
.ma-r-30 { margin-right: 30px; }
.ma-r-40 { margin-right: 40px; }
.ma-r-50 { margin-right: 50px; }
.ma-r-60 { margin-right: 60px; }

.ma-l-5 { margin-left: 10px; }
.ma-l-10 { margin-left: 10px; }
.ma-l-15 { margin-left: 15px; }
.ma-l-20 { margin-left: 20px; }
.ma-l-25 { margin-left: 25px; }
.ma-l-30 { margin-left: 30px; }
.ma-l-35 { margin-left: 35px; }
.ma-l-40 { margin-left: 40px; }
.ma-l-45 { margin-left: 45px; }
.ma-l-50 { margin-left: 50px; }
.ma-l-55 { margin-left: 55px; }
.ma-l-60 { margin-left: 60px; }
.ma-l-100 { margin-left: 100px; }


.ma-20 { margin: 20px; }
.ma-0-10 { margin: 0 10px; }


.rounded {
   border-radius: 10px;         /* CSS3 */
   -moz-border-radius: 10px;    /* Firefox */
   -webkit-border-radius: 10px; /* Safari,Chrome */

}

.border_table{
 border-collapse: collapse;
}

.border_table .td01 {
	border-collapse: collapse;
	padding: 3px;
	background-color: #FFF;
	font-size: 12px;
	line-height: 12px;
}

/* clearfix
------------------------------------------------------------ */
/*.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}*/
.clearfix { 
zoom:1;
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*\*//*/
.clearfix {
	display: inline-table;
}
/**/

.gray_box01 {
	background-color: #F3F3F3;
	border: 1px dotted #999999;
	padding: 10px;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box_b20 {
	margin-bottom: 20px;
}
.box_white {
	margin-bottom: 10px;
	background-color: #FFF;
	width: 280px;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
/*	height: 640px;*/
/*	height: 680px;*/
	height: 720px;
}
.box_white08 {
	margin-bottom: 10px;
	background-color: #FFF;
	width: 320px;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	height: 640px;
}
.box_black {
	margin-bottom: 10px;
	background-color: #000;
	width: 280px;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	height: 610px;
}

.font12 {
	font-size: 12px;
	line-height: 14px;
}

.font_w {
	color: #FFF;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.txtbox01 {
	font-size: 12px;
	width: 270px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	/*line-height: 14px;*/
	line-height: 16px;
	margin-bottom: 5px;
}

.box_white_koukai {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
}
.box_white02 {
	margin-bottom: 10px;
	background-color: #FFF;
	width: 900px;
	padding: 5px;
	font-size: 12px;
	line-height: 12px;
	margin-right: auto;
	margin-left: auto;
}
.txtbox02 {
	font-size: 12px;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 14px;
	margin-bottom: 5px;
}
.box_white03 {
	margin-bottom: 10px;
	background-color: #FFF;
	width: 435px;
	font-size: 12px;
	line-height: 12px;
	margin-right: 20px;
}
.box_white04 {
	margin-bottom: 10px;
	background-color: #FFF;
	width: 435px;
	font-size: 12px;
	line-height: 12px;
	margin-left: 20px;
}
.touhyou_txt {
	font-size: 12px;
	margin-top: 8px;
	color: #FFF;
}
.touhyou_pure {
	height: 240px;
	font-size: 14px;
	color: #FFF;
	width: 438px;
	background-image: url(images/mks/pre01.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	zoom: 1; /* 印刷バグ解決 */
}
.touhyou_pure02 {
	text-align: left;
	padding-top: 20px;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.touhyou_pure0826 {
	height: 177px;
	font-size: 14px;
	color: #FFF;
	width: 438px;
	background-image: url(images/mks/pre01.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 40px;
}