@charset "utf-8";
/*##################################################
-------------LIST-------------
 00: Base
 01: header
 --: clearfix
------------------------------
##################################################*/
/* --------------------------------------------------
 00: Base
 -------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,th,td{margin:0;padding:0;}
table{border-spacing:0;}
img{border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



p.pagetop{
	padding: 0 0 15px 0;
}

/* --------------------------------------------------
 01: valentin
 -------------------------------------------------- */

div#campaign{
	width:740px;
	margin-top:5px;
	margin-bottom:15px;
}

div#campaign h1{
	height:109px;
	text-indent:0;
}



/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
#main,
#header,
div#limited,
.center,
.left ul	{zoom:1;}
/* for IE5 Mac start 促*//*/
#main,
#header,
div#limited,
.center,
.left ul	{display:inline-table;}
/*for IE5 Mac end */
#main:after,
#header:after,
div#limited:after,
.center:after,
.left ul:after	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
