@charaset"Shift_JIS";

/*===================================================

目次
1:リセット
2:共通スタイル
3:ヘッター 
4:グロナビ

5:コンテンツ
6:フッター

=====================================================*/


/* 1:リセット ---------------------------------------*/ 
* {
margin:0;
padding:0;
font-size:12px;
line-height:2;
}


body{
	background-color:#000;
	text-align:center;
	margin:0 auto;
	padding:20px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* 2:共通スタイル -----------------------------------*/

img { 
	vertical-align: bottom;
	border: none;
}


.clear{
clear:both;
margin:0;
padding:0;
}

a{
outline:0;
}

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul {
list-style-type: none;	
}







p{
margin:20px 0;
color: #fff;
text-align:center;
}




.left{
	float:left;
}


.right{
	float:right;
}

.center{
text-align:center;
}

sup{
font-size:8px;
}

.m0{
margin:0;
}

.m00400{
	margin:0 0 40px 0;
}


.p_cap{
font-size:10px;
text-align:left;
color: #fff;
margin:0;
line-height:1.4;
}


#wrapper{
	width:770px;
	margin:0 auto;
	text-align:center;
}



.diana_box01{
	float:left;
	width:180px;
	margin:4px;
}
