/* common.css Document */

/*bodyのマージン設定*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FAFAFA;
}

/*外側のドロップシャドウ設定*/
.shadow_r {
	background-image:  url(../images/shadow/right.gif);
	background-repeat:repeat-y
}
.shadow_l {
	background-image:  url(../images/shadow/left.gif);
	background-repeat:repeat-y
}
.shadow_b {
	background-image:  url(../images/shadow/bottom.gif);
	background-repeat:repeat-x
}

/*コンテンツ部分の背景色設定*/
#outline { background-color:#FFFFFF }


/*サイドメニュー部分*/
.sidebar_space {
	background-image:  url(../images/public_sidebarbg_middle.gif);
	background-repeat:repeat-y
}