@charset "UTF-8";
/* CSS Document */

#contents {
	padding:44px 100px; 
}
#contents h2 {
	font-size:1.6em; margin-left:-4px; 
}

#body p {
	margin:20px 0 0 0; font-size:0.9em; line-height:2em;
}
.body p {
	margin:20px 0 0 0; font-size:0.9em; line-height:2em;
}
p {
	font-size:0.9em; line-height:2em; 
}


/* sub navi */
#subnavi {
	width:812px; height:24px; margin:12px 44px 0 44px; background:#e73278; 
}
#subnavi li {
	float: left; height:24px; font-size:0.8em; background : url(../images/arrow_w.gif) no-repeat 14px center; letter-spacing:0.2em; 
}
#subnavi a {
	height:24px; color:#fff; padding:0 24px; display:block; line-height:24px; 
}
#subnavi a:hover {
	color:#000; background : #dddddd url(../images/arrow_y.gif) no-repeat 14px center; 
}

/* key color */
.pink {
	color:#e73278; 
}
.orange {
	color:#f39700; 
}
.yellow {
	color:#f8b500; 
}
.green {
	color:#00a73c; 
}
.sky {
	color:#00a0e9; 
}
.blue {
	color:#187fc4; 
}
.purple { color:#37bb1; }

.caption {
	font-size:0.7em; 
}

tr.border_b,td.border_b {
	border-bottom:thin solid; 
}
