@charset "EUC-JP";
#main{
width : 100%;
margin-top : 20px;
color : #663300;
}
#menu{
background: url(../../css/img/mback2.jpg) repeat-y;
float: left;
width: 215px;
}
.menu1{
padding-left: 10px;
}
.menu2{
margin-top: 10px;
}
#intro{
background: url(../../sisimg/intro.jpg) no-repeat;
margin-left: 225px;
height: 160px;
}
#info{
margin-left: 220px;
text-align: right;
margin-top : 5px;
}
	/*右コンテンツ部分ページ内リンク上部角丸*/
	.rlink_t{
		background: url('../../css/img/l_top.jpg') no-repeat;
		background-position : right;
		height : 18px;
		margin-top : 15px;
		}
	/*右コンテンツ部分ページ内リンク全体*/
	#rlink_m{
		background: url('../../css/img/l_main.jpg') repeat-y;
		background-position : right;
		}
		/*右コンテンツ部分ページ内リンクパディング指定*/
		#rlink_all{
			text-align : left;
			padding-left : 30px;
			padding-right : 25px;
			}
	/*右コンテンツ部分ページ内リンク下部角丸*/
	.rlink_b{
		background: url('../../css/img/l_bottom.jpg') no-repeat;
		height : 18px;
		background-position : right;
		margin-bottom : 20px;
		}
	/*右コンテンツ部分上部角丸*/
	.rcontent_t{
		background: url('../../css/img/r_top.jpg') no-repeat;
		background-position : right;
		height : 18px;
		}
	/*右コンテンツ部分全体*/
	#rcontent_m{
		background: url('../../css/img/r_main.jpg') repeat-y;
		background-position : right;
		}
		/*右コンテンツ部分パディング指定*/
		#content_all{
			text-align : left;
			padding-left : 30px;
			padding-right : 25px;
			line-height : 20px;
			}
		/*右コンテンツ部分パディング指定(IDが重なる場合）*/
		.content_all{
			text-align : left;
			padding-left : 30px;
			padding-right : 25px;
			line-height : 20px;
			}
	/*右コンテンツ部分下部角丸*/
	.rcontent_b{
		background: url('../../css/img/r_bottom.jpg') no-repeat;
		height : 18px;
		background-position : right;
		}
.image{
	padding : 5px;
	border : 1px solid #c0c0c0;
	text-align : center;
	}