/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top; 	 
}
a {
	text-decoration: none;
}
body {
	background-color: #000000;
	line-height: 150%;
	text-align: center;
	color: #000000;
	margin: 0px;
}

/*コンテンツ枠*/

#Wrapper {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #000000;
}


/*ヘッター*/

#Header {
	margin-top: 5px;
	height: 150px;
	position: relative;
	background-image: url(../img/heder.jpg);
	background-repeat: no-repeat;
}


#Header h1 {
	color: #AD791E;
	position: absolute;
	left: 671px;
	top: 113px;
	font-family: "Albertus MT";
	font-size: 0.9em;
}

.LinkTopHeader {
	position: absolute;
	top: 35px;
	left: 10px;
	width: 340px;
	height: 85px;
	display: block;
}

#MemberButton {
	position: absolute;
	left: 672px;
	top: 73px;
}

a#GuideButton {
	position: absolute;
	left: 672px;
	top: 73px;
    display: block;
	width: 109px;
	height: 25px;
	background-image: url("../img/guide_s.jpg");
    text-indent: -5000px;		
}

a#GuideButton:hover {
	background-position: top right;
}

.MembersArea {
	position: absolute;
	left: 650px;
	top: 20px;
	color:#AFACA7;
	font-family: "Albertus MT";	
	font-size:1.2em;
}

#ModelBackground {
	margin-left: 20px;
}

#ModelBackground li {
	color: #9E6717;
	display: block;
	list-style-type: none;
	float: left;
	width: 100px;
	height: 25px;
	background-color: #191919;
	font-family: "Albertus MT";
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-right: 5px;
}

#ModelBackground li a{
	color: #9E6717;
	display: block;
}

#ModelBackground li a:hover{
	color: #646400;
	display: block;
}

/*コンテナー*/

#Container {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.List {
	width: 380px;
	background-image: url(../img/modellist_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
	float: left;
	position: relative;
	list-style-type: none;
	margin-left: 10px;
	padding-right: 10px;
}

*+html .List {
	margin-left: 5px;
}
* html .List {
	margin-left: 5px;
}

.Name {
	width: 245px;
	position: absolute;
	left: 115px;
	top: 28px;
	color: #FFFFFF;
	text-align: left;
	font-family: "Albertus MT";
	font-size: 0.9em;
}

.Category {
	width: 160px;
	position: absolute;
	color: #FFFFFF;
	font-family: "Albertus MT";
	font-size: 0.8em;
	top: 59px;
	left: 193px;	
}

.Books {
	width: 160px;
	position: absolute;
	top: 88px;
	left: 193px;
	color: #FFFFFF;
	font-size: 0.7em;
}

.Costume {
	width: 160px;
	position: absolute;
	left: 193px;
	top: 116px;
	color: #FFFFFF;
	font-family: "Albertus MT";
	font-size: 0.8em;	
}


.Update {
	width: 160px;
	position: absolute;
	left: 193px;
	top: 145px;
	color: #FFFFFF;
	font-family: "Univers (W1)";
	font-size: 0.8em;
}

.ModelPhoto {
	width: 70px;
	position: absolute;
	left: 32px;
	top: 29px;
}



a:hover {
	color:#CC3333 ;
}

/*--クリアー--*/
.Clear {
	clear: both;
}

/*---------Footer---------*/
/*フッターのスタイル*/
#Footer {
	clear: both;
	color: #D7D7D7;
	font-size: 0.8em;
	background-image: url(../img/footer.jpg);
	height: 60px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

/*フッターのコピーライト*/
.Copyright{
	width: 600px;
	position: absolute;
	top: 15px;
	left: 230px;
}

.LinkTopFooter {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 150px;
	height: 30px;
	display: block;
}

