@charset "euc-jp";
/* -----------------------------------------------------------
CSS Information

 file name:common.css
 author:Yahoo! JAPAN
 auth level:css/
 last updated:2008.5.14
----------------------------------------------------------- */

/************************************************************************/

/* YID限定公開申し込み　基本設定　*/

/************************************************************************/

/*---------------------------------------------------------------------------------Redefinition*/
/*-------------Base*/
html{
	height:100%;
	margin-bottom:1px;
}
body{
	text-align:center;
	/*background:#ffffff;*/
	margin:0;
	padding:10px 0 10px 0;
}
h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dd,dt,form{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
hr{
	background-color:#ffffff;
}
img{
	padding:0;
	margin:0;
	border:0;
}
/*-------------center*/
div.center{
	text-align:center;
}
div.center table{
	margin-left:auto;
	margin-right:auto;
}
/*-------------#wrapper*/
div#wrapper{
	width:950px;
	padding:0;
	margin:0 auto 0 auto;
	text-align:left;
}
/*-------------topLink*/
div.topLink{
	width:950px;
	padding:7px 0 0 0;
	text-align:right;
}
/*-------------noBack*/
div.noBack{
	margin-bottom:25px;
}
/*---------------------------------------------------------------------------------#modMastHead*/
div#modMastHead{
	width:950px;
	margin-bottom:20px;
	/*font-size:0.8em;*/
}
div#modMastHead table{
font-size:0.8em;
}
/*---------------------------------------------------------------------------------#modUser*/
div#modUser{
	width:950px;
	margin:10px 0;
	font-size:0.8em;
}
div#modUser span{
	font-weight:bold;
}
/*---------------------------------------------------------------------------------#modDeli*/
div#modDeli{
	width:950px;
	margin-bottom:10px;
}
div#modDeli p{
	font-size:0.8em;
	font-weight:bold;
}
div#modDeli p span{
	font-weight:normal;
}
/*---------------------------------------------------------------------------------#highColumn*/
div#highColumn{
	width:944px;
	padding-bottom:12px;
	border:solid 3px #ffc000;
	background-color:#fff8c1;
	color:#1f1f1f;
}
/*---------------------------------------------------------------------------------#highColumn01*/
div#highColumn01{
	width:944px;
	background:url(../images/limited_bg_001.gif) 0 0 no-repeat;
}

/*--------------------------------------------------------#modFooter*/
div#modFooter{
	width:950px;
	margin-top:15px;
	text-align:center;
}

p.copyRight{
	font-size:0.8em;
}
/* safari2.0 3.0 only*/
html:\66irst-child p.copyRight,
body:first-of-type p.copyRight{
	font-size:0.75em;
}
/*end*/