/* CSS Document */
* {}

body {
	color:#333333;
	font-size: 14px;
	background: #FFFFFF;
	line-height: 135%;
	padding:0;
	margin:0;
}

a:link {
	color:#685848;
	text-decoration:underline;
}

a:link2 {
	color:#FF3366;
	text-decoration:none;
}


a:visited {
	color:#685848;
	text-decoration:underline;
}

a:hover {
	color:#685848;
	text-decoration:none;
}

a:active {
	color:#685848;
	text-decoration:underline;
}

a.leftm:link {
	color:#685848;
	text-decoration:underline;
	font-size: 12px;
	line-height: 125%;
}

a.leftm:visited {
	color:#685848;
	text-decoration:underline;
	font-size: 12px;
	line-height: 125%;
}

a.leftm:hover {
	color:#685848;
	text-decoration:none;
	font-size: 12px;
	line-height: 125%;
}

a.leftm:active {
	color:#685848;
	text-decoration:underline;
	font-size: 12px;
	line-height: 125%;
}

h1 {
	clear: both;
	padding: 0px;
	font-size: 12px;
	margin: 0;
	font-weight:normal;
}

.title-01{
 font-size:14px;
 color:#FF0000;
 padding:8px;
}
 .title-02{
 font-size:12px;
 color:#FF3366;
 padding:8px;
}

.link-ban{
 font-size:12px;
 color:#FF0000;
 padding:10px;
}

.text60_gray {
	color:#999999;
	font-size:10px;
}

.text60 {
	color:#333333;
	font-size:10px;
}

.text80 {
	color:#333333;
	font-size:12px;
	line-height: 170%;
}

.text80_what {
	color:#333333;
	font-size:12px;
	line-height:120%;
}

.text80_b {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

.text80_P {
	color:#FF3366;
	font-size:12px;
}

.red {
	color:#FF0000;
}
.blue {
	color:#0000FF;
}
.red_b {
	color:#FF0000;
	font-weight:bold;
}
.blue_b {
	color:blue;
	font-weight:bold;
}
.pink {
	color:#FF0066;
}
.q_red {
	color:#FF0000;
	font-weight:bold;
}
.a_green {
	color:#006600;
}
.a_green_b {
	color:#006600;
	font-weight:bold;
}

.text60_02 {
	color:#333333;
	font-size:10px;
	line-height:130%;
}


