/* Global
-------------------------------------------*/

* {
}

img {
	margin			:	0px ;
	padding			:	0px ;
	border			:	none ;
}

 .index {
	color			:	#363895;
	font-size		:	16px ;
	text-decoration	:	underline ;
	cursor			:	pointer ;
	margin			:	5px 0px 0px 0px;
}

 .link_cursor {
	cursor			:	pointer ;
}

/* Main
-------------------------------------------*/
 .main {
	width			:	800px ;  
	margin			:	auto ;
}

/* ヘッダー部
-------------------------------------------*/
 .header {
	width			:	800px ;  
	height			:	165px;  
	margin			:	30px 0px 10px 0px ;
	padding			:	0px ;
}

 .title {
	width			:	620px ;
	height			:	165px;
	margin			:	0px ;
	padding			:	0px ;
	float			:	left ;
}

 .data {
	width			:	180px ;
	height			:	165px ;
	margin			:	0px ;
	padding			:	0px ;
	float			:	right ;
}

 .data_ {
	width			:	180px ;
	color			:	#363895;
	margin			:	70px 0px 0px 0px;
	padding			:	0px ;
}

 .writer {
	font-size		:	32px ;
	font-weight		:	bolder ;
	text-decoration	:	underline ;
}

 .writer_ {
	font-size		:	24px ;
	font-weight		:	bolder ;
	color			:	#5f757d ;
}
 .degree {
	font-size		:	10px ;
	margin			:	5px 0px 0px 0px ;
}

 .supervisor {
	font-size		:	23px ;
	font-weight		:	bolder ;
	text-decoration	:	underline ;
}

 .cover {
	font-size		:	18px ;
}

/* 仮想検索ツール
-------------------------------------------*/
 .tools {
	width			:	800px ;  
	height			:	80px ;  
	text-align		:	left ;
	margin			:	20px 0px 0px 0px ;
}

 .input {
	width			:	700px ;  
	float			:	left ;
	padding			:	0px ;
}

 #text {
	font-size		:	16px ;
	width			:	650px ;
}

 .form_submit {
	font-size		:	13px ;
	text-align		:	center ;
	margin			:	5px 0px 0px 0px ;
}

 .form_radio {
	font-size		:	15px ;
	text-align		:	center ;
	margin			:	5px 0px 0px 0px ;
}

 .option {
	width			:	100px ;  
	color			:	#363895;
	font-size		:	15px ;
	line-height		:	20px ;
	text-decoration	:	underline ;
	float			:	right ;
	padding			:	0px ;
}

/* 中央部
-------------------------------------------*/
 .body {
	width			:	800px ;  
	height			:	700px ;
	border			:	#FFFFFF ;
	margin			:	0px ;
	padding			:	0px ;
}

 .body_img {
	width			:	800px ;  
	text-align		:	center ;
	border			:	#FFFFFF ;
	margin			:	0px ;
	padding			:	0px ;
}

 .comment {
	width			:	750px ;  
	font-size		:	1em ;
	margin			:	30px auto;
}

/* フッター部
-------------------------------------------*/
 .footer {
	width			:	800px ;  
	text-align		:	center ;
	font-size		:	25px ;
	font-weight		:	bolder ;
	margin			:	0px ;
}
