<!--

/*リンク*/
a:link{
	color:#0000cc;
}
a:visited{
	color:#33cc33;
}
a:hover{
	color:#99ccff;
	background-color:#ffffcc;
}
a:active{
	color:#ffff00;
}

/*ボディ*/
body, html{
	margin:0px;
	padding:0px;
}
body.index{
	background:#eeffee;
}
body{
	text-align:center;
	color:#333;
	background-color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
		"メイリオ","Meiryo",
		"HGｺﾞｼｯｸM", "HGGothicM",
		"平成角ゴシック","HeiseiKakuGothic",
		"Osaka","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.body{
	width:750px;
	width:100%;
	margin:0px auto;
	position:relative;
		top:10px;
}
table#lay{
	margin:0px;
	padding:0px;
	border-width:0px;
	vertical-align:top;
}
img{
	border-width:0px;
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
}
strong{
	font-size:14pt;
	color:#009;
	font-weight:normal;
	line-height:1.5em;
}
hr{
	clear:both;
}

/*ヘッダ*/
div.header{
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#ffffff;
	border-width:5px 0px;
	border-style:double;
	position:relative;
		top:10px;
		left:0px;
}
/*サイト要旨*/
p.summary{
	margin:0px;
	padding:5px;
	width:150px;
	height:65px;
	position:absolute;
		top:0px;
		left:200px;
	font-size:8pt;
	line-height:1.1em;
	color:#000000;
}
/*メールマガジンフォーム*/
div.header form{
	margin:0px;
	padding:0px;
	height:30px;
	width:390px;
	position:absolute;
		top:1px;
		left:360px;
}
div.header form.msg{
	margin:0px;
	padding:0px;
	position:absolute;
		top:0px;
		left:360px;
}
div.header form.msg input{
	width:340px;
	border-width:0px;
	font-size:0.8em;
	color:#030;
	
}
div.header form img{
	position:absolute;
		top:0px;
		left:340px;
}
div.header form input.submit{
	background-color:#ccffcc;
	margin:0px;
	padding:0px;
	position:relative;
		top:10px;
}
div.magform{
	position:absolute;
		top:20px;
		left:0px;
}

/*ナビゲーション*/
div#menu{
	margin:0px auto;
	padding:0px;
	width:820px;
	position:relative;
		top:10px;
}
#menu table{
	margin:0px;
	padding:0px;
	border:0px;
}
#menu table tr td{
	width:100px;
	height:20px;
	padding:0px;
	margin:0px;
	border:1px solid #f60;
	background:#fc9;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
}
#menu table tr td a{
	display:block;
	height:100%;
	width:100%;
	text-decoration:none;
	font-weight:normal;
	color:#000;}
#menu a:active{
	text-decoration:underline;
	font-weight:normal;
	background:#99ff99;
	color:#fff;
}
#menu a:hover{
	text-decoration:underline;
	font-weight:normal;
	background:#ff9;
	color:#fff;
}
/*メインコンテンツ*/
div.title_index{
	width:100%;
	height:50px;
	background:#ffffff url(../image/bg_index.jpg) no-repeat top left;
	border:1px dotted #fff;
	text-align:center;
	line-height:50px;
	font-size:0.9em;
	font-family:Verdana,Georgia, serif;
	color:#fff;
	font-style:oblique;
}
div.body_left{
	width:480px;
	margin:10px 0px;
	padding:0px;
	float:left;
}
div.content_left{
	width:480px;
	padding:0px;
	margin:0px;
	border-width:1px 0px 1px 1px;
	border-color:#fcc;
	border-style:solid;
	background:#ffffff;
	font-size:medium;
	line-height:1.5em;
}
h1{
	width:470px;
	padding:0px;
	border-color:#fcc;
	border-style:solid;
	border-width:0px 0px 0px 10px;
	margin:10px 0px 0px 0px;
	font-size:1.1em;
	letter-spacing:0.1em;
	font-weight:normal;
	color:#000066;
	background-color:#ffffcc;
}
img.photo{
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	margin:5px;
	float:left;
	background-color:#ffffff;
}
img.rphoto{
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
	margin:5px;
	background-color:#ffffff;
}
hr.fclear{
	width:0px;
	clear:both;
}

/*サブコンテンツ*/
div.book{
	background-color:#fc9;
	border-width:1px;
	border-color:#f96;
	border-style:solid;
	margin:10px 0px 10px 5px;
	padding:5px;
	font-size:0.8em;
}
div.book h2{
	border:none;
	background-color:#fff;
	text-align:center;
	margin:0px;
	padding:5px;
	font-size:0.9em;
	color:#f60;
	border-top:3px double #f96;
	border-bottom:3px double #f96;
	width:95%;
	margin:0px auto;
}
div.book img{
	float:right;
	margin:5px;
	border-width:0px 1px 1px 0px;
	border-style:solid;
	border-color:#ccc;
}
div.book p.center{
	font-weight:bold;
	text-align:center;
}
div.book p.center a{
	background-color:#ffc;
}
div.body_right{
	width:250px;
	margin:10px 0px 10px 10px;
	padding:0px;
}
p.content_right{
	width:100%;
	padding:0px;
	margin:0px;
	border:1px solid #ccf;
	background:#fff;
	font-size:x-small;
	line-height:1.5em;
}

h2{
	background-color:#ccf;
	text-align:left;
	margin:10px 0px 0px 0px ;
	padding:0px;
	color:#ffffff;
	border-color:#ccf;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	width:200px;
	font-size:0.7em;
	color:#000000;
	font-weight:normal;
}

/*事務局連絡先*/
h2.access{
	text-align:center;
	margin:50px 0px 0px 0px ;
	padding:0px;
	color:#ffffff;
	background-color:#cf9;
	border-color:#cf9;
	border-style:solid;
	border-width:1px 1px 0px 1px;
	width:100%;
	font-size:small;
	color:#000000;
	font-weight:normal;
}
p.access{
	width:100%;
	padding:0px;
	margin:0px;
	border:1px solid #cf9;
	background:#efb;
	font-size:small;
	line-height:1.5em;
}
/*コンサルティング*/
div.consul{
	padding:0px;
	margin:10px 0px;
	background-color:#ffe;
	font-family:"Times New Roman",serif;
	font-size:1em;
	line-height:1.2em;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
div.consul h2{
	margin:0px;
	background-color:#8b3a3a;
	width:100%;
	text-align:center;
	font-size:1em;
	color:#ffe;
	border-bottom:1px solid #610f0f;
	border-right:1px solid #610f0f;
	border-top:1px solid #b66464;
	border-left:1px solid #b66464;
}
div.consul p{
	margin:1em;
}
div.consul h3{
	color:#610f0f;
}
div.consul li{
	
}
div.consul ul{
	padding:0px 0px 0px 1.5em;
}
em{
	font-style:normal;
}

/*コード有効ロゴ*/
p.validator{
	margin:100px 0px 0px 10px
}

/*フッダ*/
p.tail{
	position:absolute;
		top:4500px;
		left:0px;
	margin:10px 0px 10px 0px;
	text-align:center;
	width:100%;
	height:25px;
	background-color:#ffffff;
	border-width:5px 0px;
	border-style:double;
}


body{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
body div.header{
	text-align:left;
}
-->