﻿/* 青月「AOTSUKI」S-lab art オリジナルブランド


------------------------------------------------- */

body {
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	background-image: url(image/black_bk.jpg);

}





/* 囲み背景 
-------------------------------------------------
------------------------------------------------- */


/* 固定 ヘッダー　印刷しない設定
------------------------------------------------- */
@media print{
#header_bk,
#header, {
	display:none;
	}
}

/* 固定バー 
-------------------------------------------------
------------------------------------------------- */
#header_bk {
	width: 100%;


	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	background-color: #2a2f88;
	position: fixed;
	z-index: 999;
}
#header {
	width: 900px;
	height: 110px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

/* メインボックス 
-------------------------------------------------
------------------------------------------------- */
#main_box {
	width: 900px;

	padding-top: 110px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #2a2f88;
}

/* トリニティ
-------------------------------------------------
------------------------------------------------- */
#trinity {
	background-image: url(image/aotsuki_trinity_banner2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;	
}

/* suzuri
-------------------------------------------------
------------------------------------------------- */
#suzuri {
	background-image: url(image/aotsuki_suzuri_banner2.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;	
}

/* 説明
-------------------------------------------------
------------------------------------------------- */
.manual {
	width: 730px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	padding-top: 10px;
	padding-bottom: 10px;

	color: #040000;
}



/* 青月の経緯 
-------------------------------------------------
------------------------------------------------- */
#sukima {
	background-image: url(image/black_bk.jpg);
	width: 900px;
	height: 20px;
}
#story {
	width: 750px;

	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;

	color: #040000;
}

/* フェイスブック 
-------------------------------------------------
------------------------------------------------- */
#fb {
	width: 460px;
	height: 500px;

	padding-top: 25px;
	padding-bottom: 25px;

	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	background-color: #2a2f88;
	float: left;
}
#tw {
	width: 380px;
	height: 450px;

	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 0px;

	padding-top: 25px;
	padding-bottom: 25px;

	background-color: #2a2f88;
	float: left;
}


/* slab
-------------------------------------------------
------------------------------------------------- */
#slab_banner {
	background-image: url(image/slab_banner2.jpg);
	background-repeat: no-repeat;	
	background-color: #ffffff;
	clear: both;
}









/* リンクロールオーバー
------------------------------------------------- */
.link:hover { 
	opacity: 0;
}

/* リンク範囲を広げている。テキストの下線を消している
------------------------------------------------- */
a {
	text-decoration: none;
}






/* 画像の下にできた隙間を消す
-------------------------------------------------
------------------------------------------------- */
img {
	vertical-align: bottom;
}


/* フッター 
-------------------------------------------------
------------------------------------------------- */
#footer {
	width: 900px;
	height: 50px;

	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	clear: both;
}



/* コピーライト div 
------------------------------------------------- */
#copy {
	width: 900px;
	height: 30px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

	font-size: 14px;
	text-align: center;
	color: #2a2f88;
}



/* スマホ向け表示 div 
------------------------------------------------- */
#mobile_botan {
	width: 414px;

	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}




