@charset "shift_jis";
/* CSS Document */
/*--information---------------------------------------------------------
Last update：07/09/01
File name ：index.css
Site name：
Summary：「Top」で使用しています。
Copyright：Copyright (C) 2007 ＊＊＊＊＊＊＊.All rights reservde.
-------------------------------------------------------------------------*/
h2 {
	width: 600px;
	height: 43px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto;
}
h2#h2_kenkou {
	background-image: url(../images/kenkou/h2_kenkou.gif);
}
h3 {
	width: 600px;
	height: 25px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto;
}
h3#h3_01 {
	background-image: url(../images/kenkou/h3_title01.gif);
}
h3#h3_02 {
	background-image: url(../images/kenkou/h3_title02.gif);
}
h3#h3_03 {
	background-image: url(../images/kenkou/h3_title03.gif);
}

div#flash1 {
	width:200px;
	height: 220px;
	padding: 5px;
	margin-right: 20px;
	border: solid 1px #666666;
	float: left;
}
div#flash2 {
	width: 500px;
	height: 483px;
	margin: 10px auto;
}


div#inner_set {
	width: 600px;
	height: auto;
	text-align: left;
	margin: 30px auto 20px;
	clear: both;
}
div.inners {
	padding: 20px 0px;
	height: auto;
	clear: both;
}


.color01 {
	color: #FF0000;
}
.color02 {
	color:#009900;
}
.color03 {
	color:#003300;
}
.color04 {
	color:#0000CC;
}
.size01 {
	font-size: 100%;
}
.size02 {
	font-size: 110%;
}
.size03 {
	font-size: 120%;
}
.weight01 {
	font-weight: bold;
}
