@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff5f2 url(../images/bg_001.gif) repeat-x top;
	text-align: center;
	color: #333333;
	line-height: 1.5;
}

#header {
	width: 930px;
	margin: 0 auto;
}

#contents {
	width: 906px;
	margin: 0 auto;
	background: url(../images/bg_002.gif) repeat-y center;
}

#entries {
	margin-top: 14px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.boxWrap {
	display: inline;
	float: left;
	width: 270px;
	margin-right: 15px;
	margin-bottom: 18px;
	background: url(../images/box_001.gif) repeat-y center;
	letter-spacing: 0.05em;
}
.boxRed,
.boxBlue {
	padding-bottom: 10px;
	background: url(../images/box_002.gif) no-repeat bottom;
}

.boxRed .img,
.boxBlue .img {
	display: inline;
	float: left;
	margin-left: 12px;
	padding-top: 5px;
}
.boxRed .img img, .boxBlue .img img { border: #dddddd 1px solid;}

.boxRed h4,
.boxBlue h4 {
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 13px;
	text-align: left;
	font-size: 80%;
}
.boxRed h4 {
	color: #ee4c45;
	background: url(../images/tit_002.gif) no-repeat;
}
.boxBlue h4 {
	color: #0756a2;
	background: url(../images/tit_003.gif) no-repeat;
}

.txt {
	display: inline;
	float: right;
	width: 134px;
	padding-right: 14px;
	font-size: 65%;
	text-align: left;
}

.btn {
	margin-top: 5px;
	text-align: center;
	line-height: 0;
}
.boxRed .btn a,
.boxBlue .btn a {
	display: block;
	clear: right;
	width: 124px;
	height: 21px;
	margin: 0 auto;
	text-indent: -9999px;
}
.boxRed .btn a { background-image: url(../images/btn_001.gif);}
.boxBlue .btn a { background-image: url(../images/btn_002.gif);}
.boxRed .btn a:hover,
.boxBlue .btn a:hover { background-position: 0 -21px;}

#boxWrap {
	clear: both;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 211px;
	background: url(../images/footer_001.gif) no-repeat bottom center;
}

#boxWrap #btn003 {
	position: absolute;
	top: 0;
	right: 33px;
	width: 180px;
	height: 30px;
}
#boxWrap #btn003 a {
	display: block;
	width: 180px;
	height: 30px;
	background-image: url(../images/btn_003.gif);
	text-indent: -9999px;
}
#boxWrap #btn003 a:hover { background-position: 0 -30px;}

#boxLft {
	display: inline;
	float: left;
	width: 380px;
	margin-top: 8px;
	margin-left: 3px;
	padding-bottom: 334px;
}
#boxRht {
	display: inline;
	float: right;
	width: 490px;
	margin-top: 8px;
	margin-right: 33px;
	text-align: left;
}
#boxRht #boxTxtWrap {
	margin-bottom: 13px;
	background: url(../images/box_003.gif) repeat-y center;
}
#boxRht #boxTxt {
	padding: 0 20px 18px;
	background: url(../images/box_004.gif) no-repeat bottom;
}

#list {	font-size: 65%;}
#list h4 {
	padding: 5px 12px;
	color: #ffffff;
	background-color: #f69994;
}
#list dl {
	background: url(../images/bg_003.gif) repeat-y 12em 0;
	border-right: #f69994 1px solid;
	border-left: #f69994 1px solid;
	letter-spacing: 0.03em;
}
#list dt {
	clear: both;
	float: left;
	width: 11.5em;
	padding: 5px 8px;
}
#list dd {
	padding: 5px 8px;
	border-bottom: #f69994 1px solid;
}
#list .height { /padding-bottom: 2em;}
html>/**/body #list .height {	min-height: 3em;}

#img002 {
	display: inline;
	float: right;
	margin-left: 20px;
}

#flash{
	width:930px;
	height:243px;
	background: url(../images/header_002.jpg);
	text-align:left;
	diplay:block;
}
#flasharea{
	display:block;
	position:relative;
	left: 151px;
	top: 10px;
}

#popupWrap {
	width: 630px;
	margin: 27px auto;
	background: url(../images/pop_bg_001.gif) repeat-y 11px 0;
	text-align: left;
}
#popup {
	width: 630px;
	background: url(../images/pop_header_001.jpg) no-repeat -1px 0;
}
#popup h1 { float: left;}
#popup h2 { padding-top: 26px;}
#popup h3 {
	clear: both;
	margin-bottom: 5px;
	padding-left: 34px;
	padding-right: 34px;
}
#popup p {
	padding-left: 34px;
	padding-right: 34px;
}
#popup #close {
	padding-bottom: 22px;
	background: url(../images/pop_bg_002.gif) no-repeat bottom center;
	text-align: center;
}


.fltR { float: right;}
.fltL { float: left;}

.mgnT15 { margin-top: 15px;}
.mgnB5 { margin-bottom: 5px;}
.mgnB15 { margin-bottom: 15px;}
.mgnB25 { margin-bottom: 25px;}

.mgnR150 { margin-right: 150px;}


.font12 { font-size: 80%;}
.font10 {
	font-size: 65%;
	letter-spacing: 0.05em;
}


/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
