@charset "utf-8";

/* ==================================================
default
================================================== */
body {
	font-size:90%;
	margin:0;
	padding:0;
	line-height:1.4;
	background-color:#F7941D;
	color:#333333;
}
* html body {
	text-align:center;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
input {
	margin:0px;
	padding:0px;
}
li {
	line-height:1.2;
}
img {
	border:none;
}
table,
form {
	font-size:100%;
}
a:link {
	color:#003377;
}
/* ==================================================
wrapper
================================================== */
#tmp_wrapper {
	width:900px;
	margin:0 auto;
}
* html #tmp_wrapper {
	text-align:left;
}
/* ==================================================
tmp_header
================================================== */
#tmp_header {
	background:url(../images/hdr_bg.jpg) no-repeat right top;
	margin-left:20px;
	padding-bottom:25px;
	position:relative;
}
#tmp_header_logo {
	margin:0 0 14px;
	padding-top:24px;
}
#tmp_header_logo h1,
#tmp_header_logo p.logo {
	float:left;
	margin-right:24px; 
}

#tmp_header p.date {
	width:254px;
	clear:both;
}
#tmp_header p.get {
	position:absolute;
	left:310px;
	top:178px;
}

/* ==================================================
tmp_main
================================================== */
#tmp_main {
	background:#FFFFFF url(../images/main_bg_top.gif) no-repeat left top;
	color:inherit;
	padding:40px 0 0;
	margin-bottom:30px;
}
/* ==================================================
tmp_content
================================================== */
#tmp_contents {
	padding:0 20px 0 30px;
	z-index:1;
}
#tmp_contents.english {
	font-size:90%;
}
#tmp_contents p {
	margin:0 0 0.5em;
}
#tmp_contents h1 {
	background:url(../images/h1_bg.gif) no-repeat right center;
	margin:12px 0 8px;
	clear:both;
}
#tmp_contents h2 {
	background:url(../images/h2_bg.gif) no-repeat right center;
	margin:25px 0 8px;
	clear:both;
}
#tmp_contents h2.h2_1st {
	background:url(../images/1st_bg.gif) no-repeat 119px 0;
	padding-left:27px;
	margin:10px 0 25px;
}
#tmp_contents h2.h2_2nd {
	background:url(../images/2nd_bg.gif) no-repeat 119px 0;
	padding-left:27px;
	margin:10px 0 25px;
}
#tmp_contents ul {
	list-style-image:url(../images/list_icon.jpg);
	margin:0 0 20px 20px;
}
#tmp_contents li {
	margin:0 0 0.5em
}

/* topimg
============================== */
#tmp_contents #topimg {
	background:url(../images/bg_pink.gif) no-repeat left bottom;
	padding:0 16px 5px 5px;
}
#tmp_contents #topimg #topimg_txt {
	float:left;
	margin:7px 0 0 0;
}
#tmp_contents #topimg p {
	margin:0;
}
#tmp_contents #topimg #topimg_txt p.txt {
	margin:0 0 38px;
}
#tmp_contents #topimg p.phot {
	float:left;
	margin:0 14px 0 0;
}
#tmp_contents #topimg p.click {
	float:right;
	margin:19px 0 0;
}
/* address
============================== */
#tmp_contents table.address {
	width:840px;
	border-collapse:collapse;
}
#tmp_contents table.address td {
	border:1px solid #C2DEE7;
	width:50%;
	padding:8px 15px 5px;
	vertical-align:top;
}
#tmp_contents table.address td.blue {
	background-color:#ECF3F7;
	color:inherit;
}
#tmp_contents table.address dt {
	margin-bottom:0.3em;
}
#tmp_contents table.address dt img {
	margin-right:7px;
	vertical-align:middle;
}
#tmp_contents table.address dd {
	line-height:1.4;
	margin:0 0 0.3em 29px;
}
/* prizes
============================== */
#tmp_contents .prizes {
	width:130px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#tmp_contents .prizes_ttl img {
	vertical-align:middle;
	margin-right:5px;
}
#tmp_contents .prizes_ttl p {
	font-size:120%;
	font-weight:bold;
}
/* ==================================================
tmp_footer
================================================== */
#tmp_footer {
	background:url(../images/ftr_bg_btm.gif) no-repeat left bottom;
	padding:30px 30px 20px;
	clear:both;
}
#tmp_footer #ftr_logo {
	float:left;
	margin-right:7px;
}
/* ==================================================
class
================================================== */
.rgt {
	float:right;
	margin:0 5px 15px 15px;
}
.clear {
	clear:both;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header_logo:after,
#tmp_contents:after,
#tmp_contents #topimg:after,
#tmp_contents table.address:after,
#tmp_footer:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
/* for IE7.0 */
*:first-child+html #tmp_main,
*:first-child+html #tmp_header_logo,
*:first-child+html #tmp_contents,
*:first-child+html #tmp_contents #topimg,
*:first-child+html #tmp_contents table.address,
*:first-child+html #tmp_footer {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_main,
* html #tmp_header_logo,
* html #tmp_contents,
* html #tmp_contents #topimg,
* html #tmp_contents table.address,
* html #tmp_footer {
	height:1%;
}
