/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}


fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}


strong {
	font-weight:bold;
}


a {
color:cd0000;
}

a:hover {
color:ff0000;
}



body {
	font-size:12px;
	line-height:160%;
}


#wrapper {
	text-align: center;
    width: 100%;
	background:url(/dol/event/present/images/bg_all.jpg);
}


#outline {
padding:10px 0;
}


#container {
	width: 700px;
	height: auto;
	margin: 0 auto;
	position: relative;
	display:block;	
	text-align: left;
}


#header {
	height:126px;
	width:700px;
	margin:0 auto;
	display:block;
	text-align:left;
	background:url(/dol/event/present/images/bg_header.png) top center no-repeat;
}

#header h1 {
	text-indent:-9999px;
	height:126px;
	background:url(/dol/event/present/images/header.png) top center no-repeat;
}

#header h2 {
	display:none;
}


#main {
	padding:10px 65px;
}

#main h2,h3 {
	display:none;
}

#main_gra {
	background:url(/dol/event/present/images/main.jpg) top center no-repeat;
	height:280px;
	display:block;
}



#contents {
	background:url(/dol/event/present/images/bg_contents.png);
	margin:0 auto;
	display:block;
	text-align:left;
}

#footer {
	height:60px;
	width:700px;
	margin:0 auto;
	display:block;
	text-align:left;
	background:url(/dol/event/present/images/bg_footer.png)
}



.text_R {
	text-align:right;
	margin-top:20px;
	border-top:1px #aaa dotted;
	padding-top:10px;
}



.cont {
	padding:10px 65px;
}

.cont_head {
	background:url(/dol/event/present/images/bg_cont_head.gif) top center no-repeat;
	margin:0;
	height:14px;
}

.cont_inter {
	background:url(/dol/event/present/images/bg_cont_inter.gif) top center;
	margin:0;
	padding:10px 20px;
}

.cont_foot {
	background:url(/dol/event/present/images/bg_cont_foot.gif) top center no-repeat;
	margin-bottom:20px;
	height:12px;
}



.cont_ttl {
	margin-bottom:10px;
}


.roundbox {
	border: 1px solid #aaa;
	padding: 10px 10px;
	width: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;*/
	background: #EEE2CE;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D6DBBF), to(#FEFFE8));
	background: -moz-linear-gradient(#D6DBBF, #FEFFE8);
	-pie-background: linear-gradient(#D6DBBF, #FEFFE8);*/
	behavior: url(/script/PIE.htc);
}


.roundbox_wht {
	border: 1px solid #eee;
	padding: 5px;
	width: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;*/
	background: #fff;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D6DBBF), to(#FEFFE8));
	background: -moz-linear-gradient(#D6DBBF, #FEFFE8);
	-pie-background: linear-gradient(#D6DBBF, #FEFFE8);*/
	behavior: url(/script/PIE.htc);
}


.roundbox_wht2 {
	margin-top:-10px;
	margin-bottom:10px;
	padding: 20px;
	width: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;*/
	background: #fff;
	/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D6DBBF), to(#FEFFE8));
	background: -moz-linear-gradient(#D6DBBF, #FEFFE8);
	-pie-background: linear-gradient(#D6DBBF, #FEFFE8);*/
	behavior: url(/script/PIE.htc);
}


#img_C {
width:495px;
display:block;
margin-bottom:8px;
}


#img_L {
float:left;
width:240px;
display:block;
}

#img_R {
float:left;
width:240px;
display:block;
margin-left:3px;
}


.cont2_ttl {
	margin-bottom:8px;
}


.clear {
	clear:both;
}

ul.list_style {
	list-style:disc;
	margin:10px 10px 5px 20px;;
}

ul.list_style li {
	padding-bottom:5px;
}


.btn_close {
}

.btn_close a {
	background:url(/dol/event/present/images/btn_close.jpg) top center no-repeat;
	width:150px;
	height:30px;
	display:block;
	margin-left:275px;
	text-indent:-9999px;
}

.btn_close a:hover {
	background-position:0 -30px;
}






