charset "utf-8";

/*----------------------------------------------------
	全般
----------------------------------------------------*/

html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-spacing:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img {
	border:0;
}
li {
	list-style-type:none;
}
body {
	color:#666666;
	font-size:13px;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	background-color:#ffffff;
}
* html body {	/* for IF6 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
a {
	color:#9999ff;
}
a:link {
	color:#9999ff;
	text-decoration:none;
}
a:active {
	color:#9999ff;
}
a:visited {
	color:#9999ff;
}
a:hover {
	color:#9999ff;
	text-decoration:underline;
}
@media screen and (max-device-width: 480px) {
	body {
-webkit-text-size-adjust: none; /* iPhone */
	}
}



/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.b {
	font-weight:bold;
}
.header,.footer, {
	display:block;
}
.inner {
	width:950px;
	margin:0 auto;
	position:relative;
}
.clearfix {
	overflow:hidden;
	_zoom:1;
}
.ttl {
	margin-bottom:20px;
}
.leftBox {
	float:left;
}
.rightBox {
	float:right;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.mgnR5 {
	margin-right:5px;
}
.mgnB5 {
	margin-bottom:5px;
}


/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
	background-color:#ffffff;
	border-top:5px solid #663399;
	border-bottom:1px solid #f0f0f0;
}
.headerL {
	margin:10px 0;
	float:left;
}
.headerR {
//	width:800px;
	float:right;
}



/*----------------------------------------------------
	leftBox
----------------------------------------------------*/
#leftBox {
	float:left;
	width:250px;
	padding:15px 0 0 10px;
}
#leftBox li {
	margin-bottom:5px;
}



/*----------------------------------------------------
	mainBox
----------------------------------------------------*/
#mainBox {
	width:100%;
}



/*----------------------------------------------------
	box
----------------------------------------------------*/
.box {
	overflow:hidden;
	_zoom:1;
	width:100%;
	margin-bottom:30px;
}
#mainBox p,
#mainBox ul,
#mainBox table,
#mainBox dl {
	margin-bottom:10px;
}



/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
	overflow:hidden;
}
#footer1 {
	background:url(img/bg_footer1.png) repeat-x top;
	height:7px;
}
#footer2 {
	background:url(img/bg_footer2.png) repeat top;
	padding-top:20px;
}
.footerBox {
	overflow:hidden;
	float:left;
	margin:0 10px 10px;
}
.footerBox h3 {
	margin-bottom:10px;
}
.footerBox ul {
}
.footerBox ul li {
	float:left;
	background:url(img/arw_footer.png) no-repeat left center;
	margin-right:20px;
	padding-left:15px;
}
.footerBox ul li a {
	color:#333333;
}
.footerLogo {
	float:right;
	margin-top:-5px;
}
#copyBox {
	text-align:center;
	padding-bottom:20px;
}



/*----------------------------------------------------
	main
----------------------------------------------------*/
.TopImg {
	margin:30px 39px;
}
.TopImg img {
	width:872px;
	height:588px;
}
.mainItemBox {
	margin-bottom:30px;
}
.mainItemBox h4 {
	font-size:16px;
	font-weight:bold;
	background-color:#f0f0f0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:5px solid #9999ff;
	margin-bottom:15px;
	padding:8px 10px;
}
.mainItemBox p {
	font-size:14px;
	margin:0 20px;
}
.reportImg1 {
	margin:20px 25px;
}
.reportImg1 img {
	width:900px;
	height:387px;
}
.reportBottom {
	margin:20px 25px;
}
.reportImg2 {
	width:330px;
	float:left;
}
.reportImg2 img {
	width:300px;
	height:270px;
	margin-right:30px;
}
.reportBottomText {
	width:570px;
	float:left;
}
.reportBottomText p {
	font-size:14px;
	margin:0;
}


#link {
	margin-top:20px;
}
#link li {
	display:inline;
	margin-left:20px;
}
.seminarDataTable {
	width:920px;
	margin:0 15px;
	font-size:14px;
}
.seminarDataTable td {
	padding:10px;
}
.seminarDataTable td {
	border-bottom:1px dotted #dddddd;
}
.seminarDataTable td.item {
	width:150px;
	text-align:center;
	background-color:#fcfcfc;
}
.seminarDataTable td.main {
}
.seminarDataTable td.top {
	border-top:1px dotted #dddddd;
}
.form {
	margin:0 205px;
}


