@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	
}

/*////////////////////////////////////////

  Container Setting

/////////////////////////////////////// */

div#container {
	width:750px;
	margin:0 auto;
}

/*////////////////////////////////////////

  Contents Setting

/////////////////////////////////////// */
div#header {
	padding:15px 0;
}

.logo {
	float:left;
	width:200px;
}
.inq {
	float:right;
	width:220px;
	padding-top:21px
}

/*////////////////////////////////////////

  Contents Setting

/////////////////////////////////////// */

div#contents {
	padding:10px 0;
}

.img {
	float:left;
	width:272px;
	text-align:center;
}

.txt {
	float:right;
	width:458px;
	text-align:left;
	padding-top:30px;
}

.txt2 {
	float:right;
	width:458px;
	text-align:left;
	padding-top:5px;
}

.title {
	text-align:center;
	padding-bottom:20px;
}

.title2 {
	text-align:left;
	padding-bottom:20px;
}

p {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:150%;
}
.txtR {
	color:#FF0000;
}

ol {
	margin-left:25px;
	padding-bottom:25px;
}

li {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	line-height:200%;
}

div#footer {
	margin-top:20px;
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	height:50px;
	text-align:center
}
.copy {
	font-size:10px;
	color:#333333;
	padding-top:15px;
	width:750px;
	margin:0 auto;
}
	

/*////////////////////////////////////////

  Clear Setting

/////////////////////////////////////// */

.clear {
	clear:both;
}



