@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:#333333;
	background:#fff;
}

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

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

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

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

#content{
}

th,
td {
vertical-align:top;
}
td td {
vertical-align:middle;
}

#menu {
width:970px;
margin:0 auto;
}

/* utils */
.red {color: #FF8381;font-weight: bold;}
.red2 {color: #DB0200;font-weight: bold;}
.r900{color:#EC2F00;}
.b069 {color: #006699;}
.b006 {color: #000066;}



