body {
	text-align: center;
	margin: 0 ;
	padding: 0;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-y;
	background-position: center;
  }


a:link {
	text-decoration: none;
  }

a:hover {
	color: #6699CC;
	text-decoration: none;
  }
  
a:visited {
	text-decoration: none;
  }

#header {
	margin: 0px;
	width: 750px;
}

#header  {
	margin: 0px;
	width: 750px;
}

#container {
	margin: 0 auto;
	width: 750px;
}


#contents {
	width: 750px;
	margin:10px 0; /* 20120209 add */
	overflow: hidden;
	text-align: left;
	color: #666666;
	display: block;
  }


#contents p{
	text-align: left;
	width: 490px;
	color: #666666;
	font-size: 13px;
	line-height: 150%;
}

#contents td { font-size: 87.5%;}

.text11W {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 120%;
}


.text11 {
	color: #666666;
	font-size: 11px;
}

.text75 {
	text-align: left;
	color: #666666;
	font-size: 75%;
	line-height: 1.5;
}

.text12 {
	text-align: left;
	color: #666666;
	font-size: 12px;
}
  
.text13 {
	text-align: left;
	color: #666666;
	font-size: 13px;
	line-height: 1.5;
}

.text13R {
	color: #FF0000;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
}

.text14 {
	color: #666666;
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
}
  
.text14R {
	color: #FF0000;
	font-size: 14px;
	line-height: 1.5;
}

#footer {
	width: 750px;
	font-size: 10px;
	color: #999999;
	line-height: 20px;
	clear:both;
	display: block;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	height: 30px;
	width: 490px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	height: 30px;
	width: 490px;
	text-align: left;
	vertical-align: middle;
	display: block;
	padding-left: 20px;
	border-bottom: 1px solid #A3C1E0;
	line-height: 30px;
	margin-top: 30px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 490px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 490px;
	line-height: 24px;
	padding-left: 10px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	width: 100%;
	line-height: 150%;
}

#contents .materials dt,
#contents .materials dd
{
	font-size:12px;
	padding:5px 0 0 0 ;
}

#contents .materials .list dl{
	width:300px;
}

#contents .materials .list dt{
	float:left;
	width:8em;
	margin:0 0 0 1em;
	font-weight:bold;
}

*html #contents .materials .list dt{
	float:left;
	width:8em;
	margin:0 0 0 0.5em;
}

#contents .materials dt dd{
margin:2px 0 2px 7em;
}

/* セミナーページ用スタイル */

.seminar_outline_tit{
	font-size:100%;
	font-weight:bold;
}

.seminar_detail{
	padding:10px 0 0 0;
	text-align:center !important;
}

.tbl_seminar_outline_detail{
	font-size:75%;
}

table .tbl_seminar_outline_detail{
	width:400px;
	border-collapse:collapse;
	border:1;
	border-color:red;
}

.tbl_seminar_outline_detail tr td{
	padding:5px;
	line-height:1.3;
	border-collapse:collapse;
	border:solid 1px;
	border-color:#25c319;

}

.tbl_seminar_tit{
	background-color:#E3FDC4;

}

.privacy_policy{
border:1px solid #ccc;
width:460px;
padding:10px;
height:170px;
margin:10px 0;
overflow:scroll;
line-height:1.5;
font-size:75%;
}