@charset "utf-8";
/* SERA NEWWINDOW CSS */

/* インポート設定 */
@import url(./img.css);
@import url(./text.css);

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, p {
	margin: 0px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#WRAPPER {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#MAIN {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}
#MAIN a {
	color: #0099FF;
	text-decoration: underline;
}
#MAIN a:hover {
	color: #66C1FF;
}
#MAIN h2 {
	margin-bottom: 10px;
	background-image: url(../images/newwin/title_h2.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 8px;
}
#MAIN h3 {
	margin-bottom: 8px;
	background-image: url(../images/newwin/title_h3.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #09CF9C;
	background-position: 0px 8px;
	padding-left: 10px;
}
#MAIN h3 a {
	color: #09CF9C;
	text-decoration: none;
}
#MAIN h3 a:hover {
	color: #21F5C0;
}
#MAIN p {
	margin-bottom: 30px;
}
#MAIN ul {
	margin-bottom: 30px;
}
#MAIN li {
	list-style-image: url(../images/newwin/point_li.gif);
	margin-bottom: 5px;
}
#MAIN th {
	text-align: left;
	vertical-align: top;
	color: #333333;
	font-weight: normal;
}
#FAQ h4 {
	background-image: url(../images/newwin/faq_q.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	padding-left: 65px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #FF6600;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#FAQ p {
	background-image: url(../images/newwin/faq_a.gif);
	background-repeat: no-repeat;
	background-position: 12px top;
	padding-top: 10px;
	padding-left: 65px;
	padding-bottom: 12px;
}
#recruit td p {
	margin: 0px;
}
