@charset "Shift_JIS";

/*//////////////////////トップぺージとその他要素///////////////////////*/

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
	background-image: url(../images/header_bg_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

img {
    margin: 0;
	padding: 0;
}

a img {
    border: none;
    vertical-align: bottom;
}


/***** old *****/
* html div#pagewrapper {
     width: 859px;
}
/***** end *****/


/***** Page All *****/
#enter_wrapper {
    width: 859px;
	height: 530px;
    margin: 80px auto 15px auto;
	background-image: url(../images/bg.jpg);
    text-align: left;
}
/***** end *****/

#link {
    width: 859px;
    
	margin:0 auto 20px auto;	
}
#link td{
	padding:5px;
	text-align:center;
	border-bottom:1px solid #222222;
	color:#666666;
	font-size:9px;
}
#link a{
	color:#666666;
	text-decoration:none;
}

#flash {
	padding: 10px 0 0 229px; 
}

#enter_bt {
	width: 859px;
	height: 40px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: center;
	clear: both;
}

#enter_bt ul {
	list-style: none;
	text-align: center;
}

#enter_bt li {
	padding-left: 10px;
	display: inline;
}

h3 {
	padding-top: 20px;
}

p {
    font-size: 12px;
	color: #999999;
	line-height: 18px;
}