@charset "utf-8";
/* CSS Document */

body {
	background: #ffffff url(../images/common/bg_body_02.gif) repeat-x;
}

/*	サイドバー下部
--------------------------------------- */

#side_link {
	margin-bottom: 30px;
}

#side_link p {
	margin-bottom: 8px;
}



/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */


#content_wrapper {
	margin-top: 10px;
}


/*	重要なおしらせ
--------------------------------------- */

.kiji {
	width: 570px;
	margin-bottom: 24px
}

.kiji h3 {
	border: 1px solid #6c4f37;
	background: url(../images/common/bg_name.jpg) repeat-x;
	line-height: 28px;
	text-indent: 1.5em;
}

.kiji p {	
	width: 550px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 18px;
}

