* {
	box-sizing: border-box;
}

#Section_Main {
	/*border: 1px solid;*/
	display: block;
	margin-right:200px;
	padding-top: 100px;
	height: auto;
	/*text-align: center;*/
}
#Content_Main {
	/*border: 1px solid;*/
	margin:auto;
	width: 750px;
	height: 100%;
}
#Content_Main img {
	display:block;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right: auto;
}
#Section_Side {
	float: right;
	width: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
}
#Logo_Side {
	width:auto;
	margin:auto;
	height:140px;
	/*padding:auto;*/
	padding-top:30px;
	padding-bottom:30px;
}
#Logo_Side img {
	/*border:2px solid red;*/
	display:block;
	margin:auto;
	/*margin-top:30px;
	margin-bottom:30px;*/
	width:160px;
	height:80px;
}
nav {
	border-top-style: solid;
	border-top-width: 2px;
}
.Nav_Box {
	/*border: 2px solid red;*/
	display:block;
	width:200px;
	height:auto;
	text-align: center;
	/*line-height: 0px;*/
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: -10px;
}

.Nav_Box p { 
	/*border: 1px solid green;*/
	margin-top: -2px;
	margin-bottom: 0px;
	width: 110px;
}

.Nav_Box img {
	width: 110px;
	height: 100px;
	border: 2px solid black;
}