/*  -------------------  ページスタイル --------------------  */
/*ページ全体の文字サイズ基準 */
body	{
	font-size: 100%;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	}

/* ページ全体コンテナ */
div#container	{
	margin: 0 auto; 
	text-align: left;
	width: 790px;

	}
 
/* トップリンク */
div#toplink	{
	margin-left:auto;margin-right:auto;
   	margin:0em -0.5em 0.25em;
   	width:790px;
	}

ul.toplink	{
	font-size: 0.6em;
	color: #0099ff;
/*	padding: 0em 0.5em;*/
	}
 
ul.toplink li	{
	float: right;
	list-style-type: none;
	padding: 0.1em 1.2em 0em;
	line-height: 1.1em;
	border-right: solid 1px;
	}

	/* トップリンク フロート解除*/
div#toplink:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
	}

/* ヘッダー */
div#header	{
	background-image: url(img/rc_belt/rc_grey_790_83_9.gif);
	background-repeat: no-repeat;
	padding: 0.5em 0.5em 0em 1em;
	text-align:left;
   	width:790px;
	height: 83px;
	}
       
div#header h1	{
/*	color: #ffff00;
	font-size: 1.4em;
	margin: 0em;*/
	margin-top: -0.2em;
	}
 
div#header h2	{
	color: #ffff00;
	font-size: 0.875em;
/*	margin: 0em;*/
	margin-top: -68px;
	margin-bottom: 2px;
	margin-left: 380px;
/*	margin-bottom 2pxを入れること*/
	}

div#header p	{
	color: #666666;
	font-size: 0.6em;
	margin-top: 0px;
	margin-left: 390px;
/*	margin-topを 0pxにすること*/
	}


/* コンテンツ 背景なし */
div#content-head	{
	text-align:left;
	width: 790px;
	margin: 0;
	}


/* コンテンツ */
div#content	{
	text-align:left;
	width: 790px;
	background-color:#f3f3f3;
/*	border-right: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;*/
	margin-top: 12px;
	}

	/* コンテンツ　上部左右枠 */
div#content-toplr	{
	width: 790px;
	}	

div#content-topl	{
	float: left;
	width: 220px;
/*	padding: 0.5em 0em 1em 2.5em;
	margin: 1em 0em 0em 0em;*/
/*	background-color:#cc33cc;*/
	}

div#content-topr	{
	float: right;
	width: 550px;
/*	margin: 1.5em 0em 0em 0em;*/
/*	background-color:#6699cc;*/
	}

div#content-topl p	{
	text-align: center;
	margin: 1.2em 0em 1em;	
	}

div#content-topr p.center	{
	text-align: center;
	font-size: 0.75em;
	color: #696969;
	line-height: 1.5em;
	padding: 0em 0em 0em 0em;
	margin: 2em 0em 0.5em 0em;
/*	background-color:#ffff00;*/
	}

div#content-topr p.left	{
	text-align: left;
	font-size: 0.75em;
	color: #696969;
	line-height: 1.5em;
/*	padding: 0em 0em 0em 0em;*/
	margin: 3em 0em 0em;
/*	background-color:#99cccc;*/
	}

	/* コンテンツ　上部左右枠 フロート解除*/
div#content-toplr:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
	}

	/* コンテンツ　題目ー中 */
div#content h2	{
/*	background-color: #e0e0e0;*/
	background-image: url(img/rc_belt/rc_grey_790_50_5.gif);
	background-repeat: no-repeat;
	font-size: 1.0em;
	color: #ffff00;
	line-height: 3.2em;
	padding-left: 3em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0em;
   	width:790px;
	height: 50px;
	}

	/* コンテンツ　題目ー小 */
div#content h3	{
/*	background-color: #e0e0e0;*/
	background-image: url(img/rc_belt/rc_grey_760_30_4.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 2.0em;
	padding-left: 3em;
	padding-top: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1em;
   	width:760px;
	height: 30px;
	}

	/* コンテンツ　コース題目 */
div#content h4	{
/*	background-color: #e0e0e0;*/
	background-image: url(img/rc_belt/rc_grey_700_30_1.gif);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 2.0em;
	padding-left: 3em;
	padding-top: 0.1em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 3em;
   	width:700px;
	height: 30px;
	}


ul.content1	{
	font-size: 0.8em;
	color: #696969;
/*	font-weight: 500;*/
	margin: 1em 2em 0em;
	padding:0.1em 0.5em 0.15em 1.5em;
	}
 
ul.content1 li	{
	list-style-type: disc;
	list-style-image: url(img/list/blue10.gif);
	line-height: 1.6em;

	}

ul.content2	{
	font-size: 0.75em;
	color: #696969;
	margin: 0em 2em;
	padding: 0.8em 0.5em 0.8em 2.5em;
/*	background-color: #ffff00;*/
	}
 
ul.content2 li	{
	list-style-type: disc;
	list-style-image: url(img/list/blue6.gif);
	line-height: 1.5em;
	margin-left: 0em;
	margin-right: 0em;
/*	background-color: #ececec;*/
	}

	/* コンテンツ内　一般文７５ */
p.content_gene75	{
	font-size: 0.75em;
	color: #696969;
	line-height: 1.5em;
	margin: 0.8em 3em 0.75em;
	}

	/* コンテンツ内　一般文７５−２ */
p.content_gene75_2	{
	font-size: 0.75em;
	color: #696969;
	line-height: 1.5em;
	margin: 0.8em 3em 0.75em 5em;
	}

	/* コンテンツ内　一般文４５ */
p.content_gene45	{
	font-size: 0.6em;
	color: #696969;
	line-height: 1.3em;
	margin: -0.5em 4em 1em 7em;
/*	background-color: #ffffff;*/
	}

	/* お申し込み、ページトップへ戻る */
p.applytop	{
	text-align: left;
	margin: 0em 0em 0em 40em;
	}

p.applytop a    {
	font-size: 0.875em;
	color: #ffffff;
	background-color: #3366ff;
	line-height: 1.2em;
	}

p.applytop a:hover {
	text-decoration : underline;
	color: #ffff00;
	background-color: #3399ff;
	}


/* Tail 部分　-1, 2 */
div#tail		{
	text-align:right;
   	width:790px;
	margin: 0.8em 0em 0em;
	padding-right: 1em;
	}

p#tail1		{
	color: #696969;
	font-size: 0.75em;
	text-align:left;
	margin-left: 1.5em;
	}

/* フッター */
div#footer	{
	width: 790px;
	margin: 0.8em 0em 0.8em;
	}

address		{
	font-style: normal;
	font-size: 0.6em;
	color: #696969;
	text-align: center;
	}
