@charset "utf-8";
/* --------------------------------------------------
	##基本設定
-------------------------------------------------- */
* html{filter: expression(document.execCommand("BackgroundImageCache",false,true));}
/* body */
html,body{height:100%;}
body{
	margin:0;
	padding:0;
	line-height:1.4;
	color:#4D4D4D;
	font-size:12px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','Lucida Grande',arial,helvetica,clean,sans-serif;
	text-align:center;
	background-color:#BCDFFC;
}

/* IE6用 */
* html body {
	font-size:75%;
}

/* IE7用 */
*:first-child+html body {
	font-size:75%;
}

/* タイトル */
h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	font-size:100%;
}

/* イメージ */
img,a img{
	border:0;
}

/* フォーム */
form{
	margin:0;
	padding:0;
}

/* 段落 */
p{
	margin:0;
	padding:0;
}

/* リンク */
a{
	color:#4d4d4d;
	text-decoration:underline;
}
a:hover{
	color:#f00;
	text-decoration:underline;
}

/* --------------------------------------------------
	##個別設定
-------------------------------------------------- */
#wrapper,#header-box,#main,#youtube-box,#middle-box{
	background-color:#FFFFFF;
	margin:auto;
}


h1{
	font-size:40px;
	font-weight:bold;
	color:#1B4075;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#main{
	margin:20px auto 30px auto;
}

#middle-box h2{
	font-size:40px;
	font-weight:bold;
	margin:20px auto 10px auto;
}

#middle-box p{
	font-size:14px;
	font-weight:bold;
}

.left{
	text-align:left;
	width:560px;
	margin:auto;
}

.center{
	text-align:center;
	width:100%;
}

#bottom-box h3{
	font-size:20px;
	font-weight:bold;
	margin:20px 0 0 0;
}

#bottom-box p{
	margin:20px 30px 20px 30px;
}


