/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
	text-align:center;
	background-image:url('fimg/basebg01.gif');
}
/* ラッパーの設定 全ページ共通*/
#wrap{
	position:relative;
	width:800px;
	background-color:#FFFFFF;
	margin:0px auto;
	text-align:left;
	border-left : 1px solid #1A65AB;
	border-right : 1px solid #1A65AB;
	border-bottom : 1px solid #1A65AB;
}
/* ヘッダーの設定 全ページ共通*/
#head{
	width:100%;
	background-image:url('fimg/headbg01.jpg');
}
/* 左側の設定 表紙*/
#left{
	position:absolute;
	left:0;
	top:368px;
	width:205px;
}

/*表紙中央*/
#contents{
	width:365px;
	margin:0 190px;
}

/*中身中央 表紙以外全ページ共通*/
#main{
	width:800px;
	margin:0px;
}

/* 右側の設定*/
#right{
	width:230px;
	float:left;
	position:absolute;
	right:0;
	top:368px;
	background-color:#FFFFFF;
}
/* フッターの設定【削除不可】*/
#foot{
    position:relative;
    width:100%;
    height:20px;
    background-color:#FFFFFF;
    clear:both;
}

/*◆HEADer:上部住所表記◆ 全ページ共通*/
.headrighttxt{
	font-size:10px;
	color:#9AC9EC;
	margin-right:92px;
	text-align:right;
	padding-top:17px;
	letter-spacing:0.2em;
	height:63px;
}

.headlink{
	float:left;
	color:#9AC9EC;
	margin-right:5px;
	text-align:left;
	height:63px;
}

/*◆見出し用◆ 全ページ共通*/
h1.tit{
	font-size:10px;
	background-color:#FFFFFF;
	width:794px;
	font-weight:normal;
	color:#666666;
	letter-spacing:0.1em;
	text-align:center;
	padding:3px;
	margin:0px;
	margin-left:0px;
}

h1.tit02{
	font-size:small;
	line-height:17px;
	font-weight:normal;
	color:#333333;
	margin-top:20px;
}

/*◆CONTENTS◆*/

p.txt01{
	font-size:small;
	color:#2049B1;
	line-height:17px;
	margin-top:20px;
}


/*--各種装飾--*/
.image0{
	margin:0;
	padding:0;
}

/*みぎがわ 表紙*/
#topic{
	background-image:url('fimg/newsbg01.jpg');
	padding:2px;
	margin-top:15px;
	margin-right:7px;
	border:1px #CCC solid;
}

.topictit{
	background-color:#96EE72;
	border-color:#3EAA14;
	border-width:0px 0px 1px 15px;
	border-style:solid;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-indent:3px;
	color:#ffffff;
	height:17px;
	margin:2px;
	font-size:14px;
}

.consultit{
	background-color:#72CBEE;
	border-color:#147EAA;
	border-width:0px 0px 1px 15px;
	border-style:solid;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-indent:3px;
	color:#ffffff;
	height:17px;
	margin:2px;
	font-size:14px;
}

.seminartit{
	background-color:#FB96D6;
	border-color:#CF55A1;
	border-width:0px 0px 1px 15px;
	border-style:solid;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-indent:3px;
	color:#ffffff;
	height:17px;
	margin:2px;
	font-size:14px;
}

.txt01{
	font-size:x-small;
	color:#666666;
	margin:2px;
	padding:2px;
	line-height:17px;
}

.txt01blue{
	font-size:small;
	color:#666666;
	margin:2px;
	padding:2px;
	line-height:17px;
	text-align:center;
}

/*バナー 表紙*/
#banner{
	margin:0px;
	padding:5px;
}


/*コピーライト 全ページ共通*/

.c{
	color:#808080;
	font-size:x-small;
	text-align:center;
}
	

