@charset "utf-8";
/* CSS Document */

/* Reset
=======================================*/

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

body { 
	font-size: 16px;
	 }

ul,li { padding:0; }

img {
	border: none;
	vertical-align: bottom;
	}

strong { font-weight: bold !important; }

.txt_red { color:#900; }
.b_red { font-weight:bold; color:#900; }

a:link { color:#f00; text-decoration: underline;}
a:visited { color: #f00; underline;}
a:hover { color:#f00; text-decoration: none;}
a:active { color: #f00; }

.clear { clear: both; }


dl{ padding-top:5px; }
.note dt { position: relative; }
.note dt span { position: absolute; }
.note dd { padding-left: 1em;}

.n_box { background-color:#ff9; margin:5px 0px; }


/* Style
=======================================*/

#wall_cp { 
			width:700px; 
			background-image:url(/dol/age_of_revolution/campaign/welcomeback/wall.png); 
		   	margin:0 auto; 
		   }
		   
#c_line  { 	width:699px; border:#006 1px solid; z-index:10; }

#header  {  
			width:700px; 
			height:355px;
			margin:0 auto;
			background:url(/dol/age_of_revolution/campaign/welcomeback/header.png) top center no-repeat;
			z-index:8;
			}

#leader  {	
			width:700px;
			height:138px;
			margin:0 auto;
			background:url(/dol/age_of_revolution/campaign/welcomeback/leader.png) top center no-repeat;
			}


#c_header{
			width:700px;
			height:67px;
			margin:0 auto;
			background:url(/dol/age_of_revolution/campaign/welcomeback/c_header.png) top center no-repeat;
			}

#c_box	{
			width:700px;
			margin:0 auto;
			background:url(/dol/age_of_revolution/campaign/welcomeback/c_wall.png) top center;
			}
	
#c_footer{
			width:700px;
			height:40px;
			margin:0 auto;
			background:url(/dol/age_of_revolution/campaign/welcomeback/c_footer.png) top center no-repeat;
			}
	

.txt_box{
			width:600px;
			margin:0 auto;
			padding-top:10px;
			padding-bottom:35px;
			}
			
.txt_box_t{
			width:600px;
			margin:0 auto;
			padding-bottom:30px;
			}

.txt_box_b{
			width:600px;
			margin:0 auto;
			padding-top:10px;
			}


.txt_date{
			width:500px;
			margin:0px auto;
			font-size:17px;
			font-weight:bold;
			padding-top:15px;
			}
			
h4 {
    font-size: 16px;
    line-height: 1;
    color: #b38804;
    padding-left: 6px;
    border-left: solid 5px #b38804;
    margin-bottom: 5px;
    margin-top: 0px;
    font-weight: bold;
}

.t_notice{ background:#fefec0; padding:10px; margin-top:10px; }

.item_box{ padding:10px; }

#title_01 { width:604px; height:44px; background-image:url(/dol/age_of_revolution/campaign/welcomeback/title_01.png); margin:0 auto; }
#title_02 { width:604px; height:44px; background-image:url(/dol/age_of_revolution/campaign/welcomeback/title_02.png); margin:0 auto; }


table.table_type02 th,table.table_type02 td{ border: solid 1px #000; padding:5px;}
table.table_type02 th.yellow { background:#f5e56b; vertical-align: middle; color: #000; text-align:center; }
table.table_type02 td { background:#fff; vertical-align: middle; color: #000; text-align:left; }


.item_gift table { border:#fff solid 1px; color:#fff; width:490px; background-color:#006; }
.item_gift tr th td { border:#fff solid 1px; color:#fff; background-color:#900; padding:5px; text-align:left; }
.img_box{ padding-left:50px; margin: 5px 0px; }


.l_b { margin-left:15px;}
