@charset "utf-8";
html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-size: 12px; /* 基本のフォントサイズ */
	line-height: 20px;
	font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color:#000612;
	color:#FFF;
	background-image: url(../images/common/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	background-attachment: fixed;
}

#wrapper {
    position: fixed; /*大枠はfixedに*/
    width: 100%;
    height: 100%;
}

a .hover_img{
    transition:all 0.3s ease; /*0.5秒かけて要素を変化させる*/
}
a:hover .hover_img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

p {
	margin: 0;
	padding: 0;
	background-image:url(image);
}

.clear {clear:both;}

/* 汎用CSS
---------------------------------------------------- */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}


/* margin */
.mt00 {margin-top: 0px!important;}
.mt05 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 40px!important;}
.mb00 {margin-bottom: 0px!important;}
.mb05 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.ml05 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml30 {margin-left: 30px!important;}
.ml40 {margin-left: 40px!important;}
.ml50 {margin-left: 50px!important;}
.mr00 {margin-right: 0px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mr30 {margin-right: 30px!important;}
.mr50 {margin-right: 40px!important;}


/* font */
.min {
	font-family: "ＭＳ Ｐ明朝","MS PMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", YuMincho, "游明朝", serif;
}
.font01 {
	color: #035890;
	font-weight: bold;
}


/* link */
a:link {
	color:#235eb3; /* 背景透明 */
	text-decoration: underline;
}
a:visited {
	color:#235eb3; /* 背景透明 */
	text-decoration: underline;
}
a:hover, a:active {
	color:#8fb4dc;
}