/*------全体構成------*/
body{
	font-size: 12pt;
	padding: 10px;
	background-repeat: repeat;
	background-position: 100% ;
	background-image: url("image/background.jpg");
	cursor: crosshair;
}
div.wrapper_position{
	width: 900px;
	margin: 0 auto;
}
div.posta_position{
	width: 600px;
	margin: 10px 150px 10px 150px;
}
div.student_position{
	height: 200px;
	margin-top: 30px;
	overflow: hidden;
	border: 0px solid #414F38;
	border-width: thick; 
	/*background-image: url("image/");*/
}
div.icon_left_position{
	width: 130px;
	height: 130px;
	margin: 30px 20px 0px 20px;
	border: 3px solid #414F38;
	float: left;
}
div.graduation_thesis_left_position{
	width: 485px;
	height: 175px;
	margin-right: 195px;
	_margin-right: 180px;
	float: right;
}
div.icon_right_position{
	width: 130px;
	height: 130px;
	margin: 30px 20px 0px 20px;
	border: 3px solid #414F38;
	float: right;
}
div.graduation_thesis_right_position{
	width: 485px;
	height: 175px;
	margin-left: 210px;
	_margin-left: 209px;
	float: left;
}
div.header_position{
	height: 120px;
	width: 500px;
	margin: 30px 0px 0px 100px;
}
div.return_position{
	height: 50px;
	margin: 30px 0px 30px 0px;
}

/*------文字------*/
h1,p.center{
	text-align: center;
}
h1{
	color: #000000;
	background-color: #688A53;
	border-color: #414F38;
	border-width: thick;
	border-style: solid;
}

/*------画像------*/
img.icon_image{
	max-width: 100%;
	max-height: 100%;
}

/*------ボーダーを表示------
body,div{
	border:1px solid #ffa000;
}*/
