@charset "utf-8";

.resarch_hr{
/*	clear:both;					/*フロート配置をクリアする*/
	width:980px;				/*幅の指定*/
/*	margin:15px 0px;			/*マージン*/
/*	border:1px dotted #cccccc;	/*内容の区切りをグレーの点線表示にする*/
	text-align:"center";
}

.titlebox{
	text-align:center;
	width:980px;				/*幅の指定*/
	margin:10px auto;			/*マージン*/
	background-color:navy
}
.title_H1 {
	font-size:15px;				/*文字サイズ*/
	width:980px;				/*横幅*/
	padding:5px 10px 5px 10px;	/*パディング*/
	background-color:#002288;	/*背景色*/
	color:#ffffff;				/*文字色*/
	border-radius:3px;			/*角丸にする*/
}

.themebox{
	text-align:center;
	width:500px;				/*幅の指定*/
	margin:10px auto;			/*マージン*/
}
.title_H2 {
	text-align:center;
	font-size:25px;				/*文字サイズ*/
	width:500px;				/*横幅*/
	padding:10px 10px 15px 10px;	/*パディング*/
	background-color:#003399;	/*背景色*/
	color:#ffffff;				/*文字色*/
	border-radius:3px;			/*角丸にする*/
}


.honbun{
	word-wrap: break-word;
/*	position: relative;			/* 相対位置 */
	display:block;				/* ブロック要素 */				
	text-align:left;			/* 左寄せ */
	width:980px;				/*幅の指定*/
	margin:10px auto;			/*マージン*/
}
p {
	width:980px;		/*幅の指定*/
	margin:10px 10px;		/*マージン*/
	text-indent:1em;	/*インデント幅*/
}
table {
	margin-left:auto;margin-right:auto;
}

.tojiru {
	text-align : center;
	padding:10px;	/*パディング*/
}
.honbun_H1 {
	font-size:20px;				/*文字サイズ*/
	width:500px;				/*横幅*/
	padding:2px 5px 2px 5px;	/*パディング*/
	background-color:#003399;	/*背景色*/
	color:#ffffff;				/*文字色*/
	border-radius:3px;			/*角丸にする*/
}
.honbun_H2 {
	font-size:18px;				/*文字サイズ*/
	width:490px;				/*横幅*/
	padding:2px 5px 2px 15px;	/*パディング*/
	background-color:#003399;	/*背景色*/
	color:#ffffff;				/*文字色*/
	border-radius:3px;			/*角丸にする*/
}
.honbun_H3 {
	font-size:16px;				/*文字サイズ*/
	width:480px;				/*横幅*/
	padding:8px 5px 8px 25px;	/*パディング*/
	background-color:#003399;	/*背景色*/
	color:#ffffff;				/*文字色*/
	border-radius:3px;			/*角丸にする*/
}

.honbun_photo {
	width:980px;				/*幅の指定*/
	padding:0px 0px 0px 0px;	/*パディング*/
	margin:10px auto;			/*マージン*/
	text-align:center;				/*センタリング*/

}

