/* heartful	MainColor	darkchid	#9932CC */
td	{ font-size:	10pt;	letter-spacing:	0pt }
hr	{ color:	green;	size:	0 }
h1,h2	{ color:	green;	width:	700;
	  text-align:	left }
h1	{ font-size:	16pt }
h2	{ font-size:	12pt }
ol	{ color:	orange;			font-size:	14pt }
.sen1	{ border:	2px green solid }
.sen2	{ border:	1px green solid }
.sen3	{ border-top:	2px green solid }
.cell1	{ background-color:	green;	border-color:	green }
.cell2	{ background-color:	#ffffff;	border-color:	green }
.font1	{ color:	green;		font-size:	16pt }
.font2	{ color:	red;			font-size:	12pt }
.font3	{ color:	white;			font-size:	12pt }
.font4	{ color:	green;		font-size:	10pt }
.font5	{ font-size:	8pt }
.font6	{ color:	navy;			font-size:	10pt }
.font7	{ color:	black;			font-size:	10pt }
.font8	{ color:	red;			font-size:	10pt }
.font9	{ color:	white;			font-size:	10pt;
	  text-decoration:	none }
.text1	{ ime-mode:	active;			width:		300px }
.text2	{ ime-mode:	disabled;		width:		80px }
.box1	{ color:	black;		width:	600;
	  text-align:	left }
.box2	{ width:	700;		text-align:	left }
a.link1	{ text-decoration:	none }
a.link2:link	{ color:white }
a.link2:visited	{ color:white }
a.link2:hover	{ color:white }
a.link2:active	{ color:white }

.time	{ behavior:	url(#default#time2) }


/* 共通の設定
-------------------------------------------------------------------------------------------- */

.hidden{
	display: none;
}

h1,h2,h3,h4,h5,p,ul,dl,ol,table,form,img{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}



.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}

/* ヘッダーの設定
-------------------------------------------------------------------------------------------- */

#header{
	width: 800px;
	height: 70px;
	background: url(../images/header_back.gif) no-repeat;
	margin: 0 0 10px 0;
}

#header h1{
	width: 296px;
	float: left;
	padding: 4px 0 0 9px;
}

#header p{
	width: 77px;
	float: right;
	padding: 47px 15px 0 0;
}

/* フッターの設定
-------------------------------------------------------------------------------------------- */

#footer{
	width: 790px;
	background: #00CC33;
	color: #ffffff;
	padding: 10px 10px 10px 0;
	font-size: 11px;
	line-height: 12px;
}

#footer ul{
	width: 450px;
	float: left;
}

#footer ul li{
	display: block;
	float: left;
	position:relative;
	padding: 0 10px;
	border-right: solid 1px #ffffff;
}

#last-list{
	border-right: none !important;
}

#footer ul li a{
	color: #ffffff;
	text-decoration: none;
}



#footer address{
	width: 300px;
	float: right;
	text-align: right;
	font-style: normal;
}
