<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	color:#000000;
}

#howto h2,
#keyword h2,
#guide h2{
	background-image:url(../guide/img/h2.gif);
}


h3.txth{
	background-image:url(../guide/img/h3-back.gif);
	width:694px;/*710px*/
	height:37px;/*53px;*/
	padding:16px 0 0 16px;
	font-size:18px;
}

dl.acdn {
	width:695px;
	background-color:#fff;
	padding:15px;
	margin:0;
}
dl.acdn dt {
	cursor: pointer;
	margin-top:10px;
	padding:10px 0 0 80px;
	background-repeat:no-repeat;
}
dl.acdn dt.ov{
	background-repeat:no-repeat;
}
dl.acdn dt.active{
	background-repeat:no-repeat;
}
dl.acdn dt.man{
	background-image:url(../guide/img/how_man.jpg);
}
dl.acdn dt.man{
	background-image:url(../guide/img/how_man.jpg);
}
dl.acdn dt.woman{
	background-image:url(../guide/img/how_woman.jpg);
}
div.question{
	background-image:url(../guide/img/how_fukidashi.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 50px;
	height:50px;
	font-size:18px;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
dd.answer{
	background-image:url(../guide/img/how_woman2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:10px 105px 0 60px;
	height:95px;
	font-size:14px;
	color:#4a2600;
}
dd .title{
	font-weight:bold;
	font-size:16px;
}

#howto .left-box,
#guide .left-box,
#keyword .left-box{
	background-color:#FFFFFF;
	padding:20px;
	width:710px;
	background-image:url(../img/box0.gif);
	background-repeat:no-repeat;
}
#guide .left-box a,
#keyword .left-box a{
	color:#339933;
}
#guide .left-box h4{
	border-left:5px solid #339933;
	padding-left:10px;
	font-size:14px;
	margin:0 0 0 5px;
}


#guide .kakou .item{
	float:left;
	width:290px;
	margin-bottom:10px;
	margin-right:10px;
	height:220px;
}
#guide .kakou .item p{
	line-height:120%;
}

#keyword .left-box h4{
	font-size:14px;
}
#keyword .key-left,
#keyword .key-center,
#keyword .key-right{
	float:left;
	width:200px;
	margin-right:30px;
}
#keyword .key-left p,
#keyword .key-center p,
#keyword .key-right p{
	padding-left:10px;
	line-height:12px;
}</pre></body></html>