body {
	margin: 0px;
	padding: 0px;	
	font-size: 13px;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #FFFFFF;
	background: #FFFFFF url(images/img00.jpg) repeat-x top;
}　/*　コンテンツ部分上部の背景色　*/

h1, h2, h3 {
	font: 160%;
	font-weight: normal;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #333333;
	}

p, ol, ul {
	line-height: 160%;
}

/*↓色を変える*/
#required {
  color:#ff0000;
  font-weight: bold;
  font-size:110%
}

#Normal {
  color:#333333;
}




/*↑色を変える*/


a:link{
	color:#152f99;
}

a:hover {
	color:#00a8e6;
}

a:active{
	color:#00a8e6;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 0px;
	height: 170px;
}

#logo h1 {
	height: 140px;
	font-size: 11px;
	color: #313131;
	position: absolute; top: 32px;
}

#logo p {
	margin: 0;
	height: 200px;
	padding: 10px 0 0 5px;
	font-size: 11px;
	color: #313131;
}







/* Page */

#wrapper {
	background: #ffffff /*url(images/img02.jpg) repeat-x bottom;*/
	}

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px;

}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0;
	margin: 0;
}

/* Post */

.post {
	margin: 10px;
}

.post .title {
	padding:10px;
	color: #333333;
	font-size: 160%;
	border-bottom:1px solid #999;
	background-image:url(images/bullet_h2.gif);
	background-repeat:no-repeat;
	background-position:0px center;
	margin:20px 0 10px 0;
	line-height:1;
}

.post .title2 {
	padding:10px;
	color: #333333;
	font-size: 120%;
	border-bottom:1px solid #999;
	background-image:url(images/bullet_h2.gif);
	background-repeat:no-repeat;
	background-position:0px center;
	margin:20px 0 10px 0;
	line-height:1;
}


.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .title2 h2 {
	padding: 0;
	margin: 0;
}



.post .hr1 {
		border-bottom: 1px dashed #666633;
		}

.post .lead {
	margin: 0 0 20px 10px;
	padding: 0;
	line-height:normal;
	font-size: 120%;
	font-weight:bold;
	color: #828170;
}

.post .entry {
	margin: 5px;
	padding: 0 0 20px 0;
	color: #333333;
	font-size: 110%;
}


.post .bold {
	margin: 0;
	padding: 0 0 20px 0;
	font-weight:bold;
	color: #333333;
	font-size: 140%;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin-left:20px;
	padding: 0px;
}

<!--
#sidebar ul {
	margin:0px;
	padding:0px;
	list-style: none;
	
}
-->


/* Footerグラデ */


#wrapper3 {
		background: #dddddd url(images/img02.jpg) repeat-x bottom;
		}

#footer1 {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
}



/* Footerグレイ */

#wrapper2 {
		background: #dddddd url(images/img03.jpg) repeat-x bottom;
		}

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
}


#footer a {
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}


#footer h2 {
	margin-top: 0;
	color: #333333;
	font-weight: bold;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 20px;
	border-bottom: 1px dashed #333333;
}

#footer ｐ {
	margin: 0 auto;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 100%;
	}


/* セミナー参加申し込みフォーム 　ここから↓　　*/
form {
		padding: 10px 10px 5px 10px;
		border: none;
		background: none;
		}
fieldset {
		margin: 0px 0 20px 0;
		padding: 20px;
		border: none;
		font-size: 90%;
		background: #f5f5f5;
}
legend {
		padding: 0px;
		margin: 5px;
		font-weight: bold;
		color: #696969;
		font-size: 130%;
		font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
		}
* html legend {
		margin-left: -6px;		/*IE6で右寄りになるのを修正*/
		}
*:first-child+html legend {
		margin-left: -6px;		/*IE7で右寄りになるのを修正*/
		}
input.text,
textarea {
		padding: 0.3em;
		border: 1px solid #ccc;
		width: 270px;
		color: #333333;		
		font-size: 100%;
		}
textarea {
		width: 402px;
		}
/*フォームパーツ選択時のスタイル*/
input.text:focus,
textarea:focus {
		color: #000;
		background: #FFFFCC;
		}
div.submit {
		padding: 0.8em 0;
		width: 500px;
		}

input.submit {
		padding: 0.3em 1em 0.3em 1.1em;
		color: #fff;
		background:#F00;
		letter-spacing: 0.1em;
		font-size: 100%;
		cursor: pointer; 		/*ポインタ型カーソルを表示*/
		}
		
/* セミナー参加申し込みフォーム 　ここまで↑　　*/

/* 表のスタイル　アクセスマップ用　　*/
div.boxmain {
		padding: 30px 20px;
		}
div.boxmain-menu {
		float: left;
		width: 150px;
		font-weight:bold;
		}
div.boxmain-content {
		float: left;
		width: 450px;
		}
	
/* ただの囲み　*/
div.kakomi {
		margin: 10px 30px;
		padding: 10px;
		line-height:140%;
		background-color:#f5f5f5;
		}
		
/* セミナー概要用　*/
div.mini {
		margin: 10px;
		padding: 10px 10px;
		font-size: 100%;
		line-height:120%;
		border: none;
		background-color:#f5f5f5;
}
		
		
/* 標準の表　*/

dl {
		margin-left: 20px;
		border: 1px solid #DDD;
		border-top: none;
		width: 600px;
		background: #f5f5f5;
}

dt {
		border-top: 1px solid #DDD;
		font-weight: bold;
		color: #696969;
		padding:0.8em;
		clear: left;
		float: left;
		line-height:120%;
		width: 140px;
		
}
dd {
		margin-left: 160px;
		padding:0.8em;
		border-top: 1px solid #DDD;
		border-left: 1px solid #DDD;
		background: #fff;
		line-height:120%;
}

/* タイムスケジュール用の色付け　*/

dt.time {
		background-color:#666;
		line-height:100%;
		}

dd.time {
		background-color:#666;
		color:#FFF;
		font-weight: bold;
		line-height:100%;
		}
		
/* 右寄せ　*/		

div.right {
	text-align:right;
	width:100%;
	margin-top:20px;
}


/*--　画像まわりこみ　プロフィール用　--*/
img.img_left{
float: left;
padding: 10px 20px 10px 10px;
}
div.clear{
clear: both;
margin: 0 0 10px 0;
}

/*--　画像まわりこみ　report用　--*/
img.img_right{
float: right;
padding: 10px 0px 10px 10px;
}
div.clear{
clear: both;
margin: 0px;
}


/*--◆◆◆◆◆　nav1　◆◆◆◆◆- start -*/
/*-- nav全体の設定-*/
ul#nav1, ul#nav1 li, ul#nav1 li a{
		display:block;
		margin:0px;
		padding:0px;	
		height:56px;
		width:200px;
		}
		
ul#nav1 {
		background: none;
		list-style: none;
		}
		
ul#nav1 li {
		width:200px;
		margin-left:0px;
		}

ul#nav1 li a{
		overflow:hidden;
		text-indent:-1000000em;
		}

/*-- nav項目それぞれの設定-*/


ul#nav1 li#nav1_1 {
		background:url(images/info_on.gif) no-repeat
			}
		
ul#nav1 li#nav1_1 a {
		background:url(images/info_off.gif) no-repeat;
			}


ul#nav1 li#nav1_2 {
		background:url(images/program_on.gif) no-repeat;
			}
		
ul#nav1 li#nav1_2 a {
		background:url(images/program_off.gif) no-repeat;
			}


ul#nav1 li#nav1_3 {
		background:url(images/profile_on.gif) no-repeat;
			}
		
ul#nav1 li#nav1_3 a {
		background:url(images/profile_off.gif) no-repeat;
			}


ul#nav1 li#nav1_4 {
		background:url(images/access1_on.gif) no-repeat;
			}
		
ul#nav1 li#nav1_4 a {
		background:url(images/access1_off.gif) no-repeat;
			}

ul#nav1 li#nav1_5 {
		background:url(images/report1_on.gif) no-repeat;
			}
		
ul#nav1 li#nav1_5 a {
		background:url(images/report1_off.gif) no-repeat;
			}
      
ul#nav1 li#nav1_6 {
		background:url(images/report2_on.gif) no-repeat;
			}
		
ul#nav1 li#nav1_6 a {
		background:url(images/report2_off.gif) no-repeat;
			}


ul#nav1 li a:hover,
ul#nav1 li.current{ background-image: none !important;}


/*--◆◆◆◆◆　nav1　◆◆◆◆◆- end  -*/
