@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      faq.css
 Author:         kase
 Style Info:     よくある質問　faq/index.html
----------------------------------------------------------- */

/*----------------------------------------------------
	faq/index.html
----------------------------------------------------*/

p {
	margin-bottom:20px;
}
#main {
	margin: 20px auto 0;
	position: relative;
	width: 800px;
}

#main #left {
	width: 240px;
	float: left;
}
#main #right {
	width: 540px;
	float: right;
}
#right .title {
	margin-top: 20px;
}
.red {
	color: #FF0000;
}
