/*==================================================
	Valentine's Day
==================================================*/

/*	Reset,Default,Base
==================================================*/
* {
	margin:0;
	padding:0;
	border:none;
	font-style:normal;
	list-style:none;
}
body {
	background:#ffffff;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 13px;
	text-align:center;
}
* html body { /* for IE6 */ 
	font-size: small;
} 
*:first-child+html body { /* for IE7 */ 
	font-size: small;
}
a img { border: none;}

ul, ol {
	margin:0;
	padding:0;
	list-style-type: none;
}

table {
	border-collapse: collapse;
}
#contentLeft h2 {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0;
}

#header {
    margin:12px 0 7px;
	padding:0;
	border:none;
	width:920px;
}
h1 {
    margin:0;
	padding:0;
	border:none;
	width:137px;
	float:left;
}

.innerbox{
width:677px;
margin:20px auto;
}

.bar{
border-bottom:1px dotted #f36d1f;
padding:0 0 5px;
}

.orenge{
color:#FF6600;
}

#valentine a:link , #valentine a:visited , #valentine a:active{
color:#FF6600;
text-decoration:underline;
}


#valentine a:hover{
color:#FF6600;
text-decoration:none
}
