@charset "shift_jis";
/* CSS Document */

body {
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
	line-height: 150%;
	color: #333;
}
#top {
	width: 940px;
	position: relative;
	clear: both;
}
#top .h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	color: #333333;
}
#top .logo a {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 310px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(img);
}
#top .logo2 a {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 320px;
	height: 130px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(img);
}
#top div.menu1 a{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 215px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(img);
}
#top div.menu1 a:hover {
	background-repeat: no-repeat;
	background-image: url(../img/menu01.jpg);
}
#top div.menu2 a{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 215px;
	height: 30px;
	text-indent: -9999px;
	background-image: url(img);
}
#top div.menu2 a:hover {
	background-repeat: no-repeat;
	background-image: url(../img/menu02.jpg);
}
#box {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0 10px 10px;
	background-color: #FFF;
}

#cont {
	width: 940px;
	padding: 0px;
	margin-top: 15px;
}
#cont .index1 {
	width: 700px;
	float: left;
}
#cont .info {
	width: 700px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	line-height: 150%;
}
#cont .index2 {
	width: 200px;
	float: left;
	margin-right: 40px;
}
#cont .results {
	width: 700px;
	margin-top: 10px;
	padding: 0;
	background-image: url(../img/flow001-01.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#cont .results-text {
	padding: 0 0 10px;
	border-bottom: 2px #CCCCCC dotted;
	font-size: 12px;
}

#footer {
	padding: 10px 0;
	font-size: 12px;
	line-height: 120%;
	margin-top: 10px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
	font-family: 'Cabin', sans-serif;
}
.bar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	line-height: 10px;
	font-family: Cabin, sans-serif;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	margin-top: 20px;
}
.bar a {
	color: #FF9900;
	text-decoration: none;
}
.mid {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
	line-height: 120%;
	font-family: 'Cabin', sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.mid1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
	line-height: 120%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	color: #FF9900;
}

.mid2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
	line-height: 120%;
	background-color: #FF9900;
}

.good {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 150%;
	background-color: #FFE6BF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.bad {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 150%;
	background-color: #FFE8DF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}

.photo-l {
	margin: 0px;
	padding: 0 10px 10px 0;
	float: left;
}
.photo-r {
	margin: 0px;
	padding: 0 0 10px 10px;
	float: right;
}

.photo {
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
}

td {
	padding: 5px;
}

a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}


.mar-t5 {
	margin-top: 5px;
}

.mar-t10 {
	margin-top: 10px;
}

.mar-t15 {
	margin-top: 15px;
}

.mar-t20 {
	margin-top: 20px;
}

.mar-t25 {
	margin-top: 25px;
}

.mar-t30 {
	margin-top: 30px;
}

.mar-t40 {
	margin-top: 40px;
}

.mar-t50 {
	margin-top: 50px;
}

.mar-l5 {
	margin-left: 5px;
}

.mar-l10{
	margin-left: 10px;
}

.mar-l13{
	margin-left: 13px;
}

.mar-l20 {
	margin-left: 20px;
}

.mar-l25 {
	margin-left: 25px;
}

.mar-r5{
	margin-right: 5px;
}

.mar-r10{
	margin-right: 10px;
}

.mar-r15{
	margin-right: 15px;
}

.mar-r20{
	margin-right: 20px;
}

.mar-r25{
	margin-right: 25px;
}

.mar-b5{
	margin-bottom: 5px;
}

.mar-b10{
	margin-bottom: 10px;
}

.mar-b15{
	margin-bottom: 15px;
}

.mar-b20{
	margin-bottom: 20px;
}

.mar-b30{
	margin-bottom: 30px;
}

.mar-b50{
	margin-bottom: 50px;
}

.text-10{
	font-size: 10px;
	line-height: 150%;
}
.text-12{
	font-size: 12px;
	line-height: 150%;
}
.text-20{
	font-size: 20px;
	line-height: 150%;
}
