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

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

body{
	color:#444;
	background:#fff;
}

body a{
	color:#444;
	text-decoration:none;
}

body a:hover{
	text-decoration:underline;
}

#wrapper{
	width:757px;
	margin:0px auto;
}

#flash{
	height:220px;
	/*height:170px;*/
	margin-bottom:4px;
	background:#f0f0f0;
}

#content{
}

