@charset "utf-8";
/* CSS Document */

@import url("reset.css");
@import url("layout.css");
@import url("header.css");
@import url("footer.css");
@import url("wysiwyg.css");

body{
	background:#fff;
	position:relative;
}

#content{
	width:920px;
	margin:0px auto 50px;
	/*text-shadow:#ccc 2px 2px 10px*/
}

#content a{
	color:#990000;
	text-decoration:underline;
}

#content a:hover{
	color:#c11;
	text-decoration:underline;
	/*text-shadow:#f00 0px 0px 4px;*/
}

#heddingarea h1{
	top:170px;
	left:0px;
	width:100%;
	background:#000;
	margin-bottom:5px;
	background:url(../common/hedding_bg_01.png);
}

#heddingarea h1 img{
	display:block;
	margin:0px auto;
}



/* jsによる拡張項目 */

/* 自動ハイライト */
.highlight{}

/* 追加プロパティ */
#content .mb0{
	margin-bottom:0px !important;
}

#content .mb10{
	margin-bottom:10px !important;
}

#content .mb20{
	margin-bottom:20px !important;
}

#content .mb30{
	margin-bottom:30px !important;
}

