@charset "UTF-8";
/* ---------------------------------------------------------------------
		パーツ
/* ------------------------------------------------------------------ */
.clear {
	clear:both;
}
.clear2 {
	clear:both;
	height:10px;
}
.float_l {
	float:left;
	display:inline;
}
.float_r {
	float:right;
	display:inline;
}
.mb_00 {
	margin-bottom:0!important;
}
.mb_03 {
	margin-bottom:3px!important;
}
.mb_05 {
	margin-bottom:5px!important;
}
.mb_10 {
	margin-bottom:10px!important;
}
.mb_20 {
	margin-bottom:20px!important;
}
.mb_30 {
	margin-bottom:30px!important;
}
.mb_40 {
	margin-bottom:40px!important;
}
.mb_50 {
	margin-bottom:50px!important;
}
.mb_60 {
	margin-bottom:60px!important;
}
.ml_10 {
	margin-left:10px!important;
}
.ml_20 {
	margin-left:20px!important;
}
.ml_30 {
	margin-left:30px!important;
}
.ml_40 {
	margin-left:40px!important;
}
.mr_10 {
	margin-right:10px!important;
}
.mr_20 {
	margin-right:20px!important;
}
.mr_30 {
	margin-right:30px!important;
}
.mt_10 {
	margin-top:10px!important;
}
.mt_20 {
	margin-top:20px!important;
}
.pt_05 {
	padding-top:5px!important;
}
.pt_10 {
	padding-top:10px!important;
}
.pt_20 {
	padding-top:20px!important;
}
.pb_05 {
	padding-bottom:5px!important;
}
.pb_10 {
	padding-bottom:10px!important;
}
.txt_center {
	text-align:center;
}
.txt_right {
	text-align:right;
}
/* ---------------------------------------------------------------------
		フォント
/* ------------------------------------------------------------------ */
html {
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	color:#fff;
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;
}
/* parts */
ul {
	list-style:none;
}
table {
	border:0;
	border-collapse:collapse;
	text-align:justify;
}
p a {
	color:#FF6;
}
p a:hover {
	color:#FF6;
}
table a {
	color:#FF6;
}
table a:hover {
	color:#FF6;
}
a {
	color:#FF6;
	text-decoration:none;
}
a:hover {
	color:#FF6;
	text-decoration:underline;
}
/* point */
.link_b a {
	color:#03C;
}
.co_red {
	color:#e80e00;
}
.co_ore {
	color:#ff9900;
}
.co_w {
	color:#fff;
}
.co_pink {
	color:#ff3399;
}
.co_gr {
	color:#279106;
}
.co_bl {
	color:#1394bd;
}
.co_bl2 {
	color:#21a0a0;
}
.co_br {
	color:#6f1915;
}
/* ---------------------------------------------------------------------
		レイアウト
/* ------------------------------------------------------------------ */
body {
	background:url(img/common/back.gif) repeat 0 0;
}
header{
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
article{
	padding-bottom:60px;
}
nav#global{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	background:url(img/common/navback_06.png) repeat 0 0;
}
/* header
---------------------------------------------------- */
h1 {
	text-align:center;
}
header p{
	width:100%;
	height:140px;
	background:url(img/index/back_mainimage.png) no-repeat;
	-webkit-background-size:100% auto;
	background-position:bottom;
	background-size:cover;
	text-align:center;
}
/* menu
---------------------------------------------------- */
ul#menu_global {
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
ul#menu_global li {
	float:left;
	display:inline;
	width:60px;
	height:60px;
	text-indent:-9999px;
}
ul#menu_global li a {
	display:block;
	width:60px;
	height:60px;
}
ul#menu_global li.menu01 a {
	background:url(img/common/navback_01.png) no-repeat 0 0;
}
ul#menu_global li.menu02 a {
	background:url(img/common/navback_02.png) no-repeat 0 0;
}
ul#menu_global li.menu03 a {
	background:url(img/common/navback_03.png) no-repeat 0 0;
}
ul#menu_global li.menu04 a {
	background:url(img/common/navback_04.png) no-repeat 0 0;
}
ul#menu_global li.menu05 a {
	background:url(img/common/navback_05.png) no-repeat 0 0;
}
/* PC
---------------------------------------------------- */
#pclink{
	margin:10px auto;
	text-align:center;
}

/* ------------------------------------------------------------------------------------------
		共通
------------------------------------------------------------------------------------------ */
/* section */
section {
	margin:0 0 30px 0;
}
/* h1 */
article h1{
	background:#C00;
	color:#fff;
	text-align:center;
	padding:10px 0;
	margin-bottom:30px;
	font-size:20px;
}
/* h2 */
section h2 {
	margin:0 0 10px 0;
	padding:4px 0 4px 10px;
	font-size:18px;
	color:#fff;
	border-bottom:solid 1px #ff6600;
	background: url(img/common/titleback.png) center repeat-x;
    text-shadow: 1px 1px 3px #ff6600; 
	-moz-box-shadow: 1px 1px 3px #ff6600;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #ff6600;　/* Safari,Google Chrome用 */ 
	text-align:center!important;
}
/* p */
section p {
	margin-left:10px;
	margin-right:10px;
}
/* table */
section table {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}
section table td {
	padding:5px 10px 5px 10px;
	vertical-align:top;
}
section table th {
	padding:5px 10px 5px 10px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
/* img */
section img.kadomaru {
	border-radius:10px;        /* CSS3草案 */
	-webkit-border-radius:10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:10px   /* Firefox用 */
}
/* table outine */
section table.ou {
	width:94%;	
}
section table.ou th {
	background:#101067;
	border:solid 1px #7979aa;
	white-space:nowrap;
}
section table.ou td {
	border:solid 1px #7979aa;
	background:#0a0a3c;
}
