@charset "UTF-8";

/*********************************************************************
 * 共通
*********************************************************************/
* {
	margin:0px;
	padding:0px;
}

html,body {
	width:100%;
	height:100%;
}

div,h1,h2,h3,h4,h5,h6,p,li,th,td,dt,dd,address{
	color:#666;
	font-size:100%;
	font-weight:normal;
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
}

body {
	background-color:#ffffff;
}

img {
	border:none;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.icon{
	vertical-align:middle;
}

.hide {
	display:none;
}

.trash {
	cursor:pointer;
}

a {
	color:#999;
	/*color:#0074be;*/
	text-decoration:none;
}

a:hover { color:#001929; }

a:hover img {
	filter:Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

input.alphaimg:hover {
	filter:Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.w520 {
	width:520px;
}

.w1040 {
	width:1040px;
}

/*********************************************************************
 *FORM
*********************************************************************/
input.text {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	border:1px solid #444;
	padding:3px;
}

input.w80 {
	width:80px;
}
input.w120 {
	width:120px;
}
input.w240 {
	width:240px;
}

textarea {
	border:1px solid #444;
	padding:3px;
}

select {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	border:1px solid #444;
	padding:3px;
}

input.btn_on {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	background:url(../img/blue-button.png) no-repeat left top;
	width:318px;
	height:30px;
	color:#ffffff;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

input.btn_off {
	font-family: 'メイリオ', 'Meiryo', 'SimSun', 'SimHei', 'Verdana', 'Geneva', 'ＭＳ Ｐゴシック', sans-serif;
	background:url(../img/grey-button.png) no-repeat left top;
	width:318px;
	height:30px;
	color:#ffffff;
	border:none;
	font-weight:bold;
	cursor:pointer;
}

/*********************************************************************
 * COLOR 
*********************************************************************/
.red  { color:#ff0000; }
.blue { color:#0154a2; }
.gold { color:#948600; }
.gold2{ color:#766b00; }
.glay { color:#999999; }
.white{ color:#ffffff; }
.orange{ color:#ff6600; }
.green{ color:green; }
.black{ color:#000000; }
.yellow{color:yellow; }


/*********************************************************************
 * FONT
*********************************************************************/
.b { font-weight:bold; }
.minchou { font-family:"ＭＳ 明朝"; }
.meirio { font-family:"メイリオ", "Meirio", sans-serif;}

.left{ text-align:left; }
.center{ text-align:center; }
.right { text-align:right;  }

.px10h14 {
	font-size:10px;
	line-height:14px;
}

.px12h18 {
	font-size:12px;
	line-height:18px;
}

.px14h20{
	font-size:14px;
	line-height:20px;
}

.px16h22{
	font-size:16px;
	line-height:22px;
}

.px18h24{
	font-size:18px;
	line-height:24px;
}

/*********************************************************************
 * 共通ページコンテンツ
*********************************************************************/
.print {
	display:none;
}

div#container{
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:center 80px;
	background-attachment:fixed;
	width:100%;
	height:100%;
}

div#wrapper {
	width:1040px;
	margin:0px auto;
}

div#header{
	padding-top:10px;
	position:fixed;
	background-color:#fff;
	top:0px;
	z-index:9999;
}

h1{
	width:132px;
	float:right;
}

ul.hd_menu{
	margin-top:10px;
	margin-left:100px;
	width:800px;
	float:left;
	list-style:none;
}

ul.hd_menu li{
	display:inline;
	margin-right:20px;
	font-size:12px;
}

div#contents{
	padding-top:106px;
	min-height:500px;
	position:relative;
	z-index:0;
}

ul.mn_menu{
	width:1040px;
	list-style:none;
}
ul.mn_menu li{
	float:right;
	display:inline;
	margin-left:20px;
	font-size:12px;
}

div#footer{
	margin-top:20px;
	margin-bottom:50px;
}

address{
	font-size:12px;
	font-style:normal;
	line-height:18px;
	text-align:center;
	color:#d1d1d1;
	border-top:1px solid #eee;
	margin-top:20px;
	padding-top:30px;
}

div.main{
	width:800px;
	margin:0px auto;
	background-color:rgba(0,0,0,0.6);
	padding:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	display:none;
}

h2 {
	font-size:14px;
	line-height:20px;
	color:#ddd;
}
div.btn_box{
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
}
