/* CSS Document */

html{
	background:url(images/back-top.jpg) repeat-x top;
}
body{
	padding: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	color:#666;
	background:url(images/back-bottom.jpg) repeat-x bottom;
}

/* �\�������̒�` */
.container {
	width:908px;
	min-height:840px;
	line-height:1.5em;
	position:relative;
	margin:auto;
}

/* �w�b�_�����@*/
.header{
	margin:0px;
}
	/* �w�b�_����@���������i�E�悹�j�@*/
	.search{
		margin-top:10px;
		margin-right:5px;
		float:right;
	}
	/* �w�b�_����@�T�C�g�^�C�g�������i���悹�j�@*/
	.header-navi{
		float:left;
		margin:10px;
	}
	/* �p���������X�g */
	.topic-path{
		font-size:10px;
		margin-left:10px;
		margin-top:2px;
		margin-bottom:2px;
	}
		.topic-path a {
			color:#999999;
		}
		.topic-path a:vlink{
			color:#999999;
		} 
	
/* �{�� */
.contents{
	width:901px;
	background-color:#FFFFFF;
	/*background-image:url(images/contents-back.jpg);*/
	border-top:#CCCCCC 1px solid;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	margin-left:3px;
}
.contents a{
	color:#000099;
	text-decoration:none;
}
.contents a:hover{
	color:#0099CC;
	text-decoration:underline;
}
.contents a:vlink{
	color:#000099;
}
/* �{���e�L�X�g�G���A */
.text-area{
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:20px;
}
.text-area p{
	margin-left:40px;
	margin-right:40px;
	margin-bottom:15px;
}
.text-area ul{
	margin-left:0px;
	margin-bottom:10px;
	list-style:none;
}
.text-area ul li{
	background:url(images/list-mark.jpg) no-repeat top left;
	padding-left:25px;
}
.page-title{
	font-size:180%;
	color:#173eb8;
	border-left:#900 4px solid;
	border-bottom:#900 1px solid;
	padding:2px 0px 2px 10px;
	margin:0px 10px 0px 10px;

}
.title{
	color:#173eb8;
	font-size:120% ;
	margin:5px 10px 10px 0px;
	padding: 5px 0 8px 20px;
	background:url(images/title-bar.jpg) no-repeat top left;
}
/* �R�s�[���C�g */
.copy-right{
	background-color:#7ECEF4;
	clear:both;
}
/* �F���{�b�N�X�ݒ� */
.color-box{
	background:#CCFFCC;
	margin:10px;
}
/* �p�ۃ{�b�N�X�ݒ� */
.rbox-top{
	 background-image:url('images/rbox-top.jpg');
	 background-position:top;
	 background-position-x:center;
	 background-repeat:no-repeat;
	 margin-bottom:0px;
	 margin-left:10px;
	 width:500px;
	 height:30px;
}
.rbox-body{
	 background-image:url('images/rbox-body.jpg');
	 background-position-y:top;
	 background-position-x:center;
	 background-repeat:repeat-y;
	 margin-top:0px;
	 margin-bottom:0px;
	 margin-left:10px;
	 width:500px;
}
.rbox-bottom{
	 background-image:url('images/rbox-bottom.jpg');
	 background-position:top;
	 background-position-x:center;
	 background-repeat:no-repeat;
	 margin-top:0px;
	 margin-left:10px;
	 width:500px;
	 height:30px;
}

/* �����ݒ�@*/
h1{
	font-size:18px;
	text-indent:1.0em;
	letter-spacing:0.1em;
	border-bottom:#CCCCCC inset thin;
	width:40%;
}
.big-letter{
	font-size:14px;
}
.s-letter{
	font-size:10px;
}
.head-mark{
	border-left:#CC0033 solid 6px;
	border-bottom:#CC0033 solid 1px;
	padding-left:10px;
	
}
.back-color-area{
	background-color:#DDFFFF;
}