@charset "UTF-8";

/*初期化用*/
@import "common.css";

/*拡張用*/
@import "advanced.css";


/*--------------------------------------------------------
1、total設定
-------------------------------------------------------*/

/*背景画像設定*/
body{
	margin: 0;
	text-align: center;
	background-color: #CC0001;
	scrollbar-base-color: #CC0001;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #e10000;
	overflow: hidden;
}

/*文字設定*/
body,pre{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

/*リンク色*/
a:link{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: none;
}


/*--------------------------------------------------------
2、サイト全体の配置＆横幅
--------------------------------------------------------*/

/*サイト全体をセンタリング*/
div#container{
	margin: 0 auto;
	text-align: left;
}

/*■上記以外の横幅*/
div#container,
div#header,
div#calendar,
div#main,
div#footer{
	width: 800px;
}


/*--------------------------------------------------------
4-1、エリアの設定「最上部ヘッダー帯」
--------------------------------------------------------*/

div#header{
	z-index: 1;
	position: absolute;
	top: 0px;
	height: 50px;
	background-image: url(../images_design/girl/header_back.jpg);
}

p#back {
	float: left;
	margin-top: 15px;
	margin-left: 5px;
	_margin-left: 2px;
}

p#next {
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	_margin-right: 2px;
}


/*--------------------------------------------------------
4-3、メインの設定
--------------------------------------------------------*/

div#main{
	position: absolute;
	top: 50px;
	overflow: hidden;
	height: 540px;
}

/*左側写真設定*/
div#photo{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 540px;
	width: 320px;
	background-color: #000000;
}

p#big_photo{
	position: absolute;
	left: 10px;
	top: 13px;
}

p#short_comment{
	top: 413px;
	position: absolute;
	background-color: #222222;
	height: 20px;
	left: 10px;
	width: 300px;
	color: #FFFFFF;
	padding-top: 6px;
	text-align: center;
}

div#thumbnail{
	position: absolute;
	top: 445px;
	left: 10px;
	height: 80px;
	width: 305px;
}

div#thumbnail li{
	list-style-type: none;
	height: 80px;
	width: 57px;
	float: left;
	margin-right: 4px;
	_margin-right: 1px;
}

/*右側データ箇所設定*/
div#data{
	position: absolute;
	background-image: url(../images_design/girl/data_back.jpg);
	top: 0px;
	height: 540px;
	width: 470px;
	right: 0px;
	color: #FFFFFF;
}

p#name{
	position: absolute;
	text-align: right;
	top: 39px;
	left: 150px;
	font-size: 14px;
}

p#t_name{
	position: absolute;
	text-align: right;
	top: 39px;
	left: 57px;
	font-size: 12px;
	color: #cccccc;
}

p#size{
	position: absolute;
	text-align: right;
	top: 56px;
	left: 150px;
	letter-spacing: 1px;
}

p#t_size{
	position: absolute;
	text-align: right;
	top: 56px;
	left: 57px;
	font-size: 12px;
	color: #cccccc;
}

div#data_title{
	position: absolute;
	left: 30px;
	top: 80px;
}

div#data_title li{
	list-style-type: none;
	display: inline-block;
	height: 23px;
	/*_height: 30px;*/
	width: 110px;
	text-align: center;
	padding-top: 7px;
	float: left;
	clear: both;
	color: #CCCCCC;
}

div#data_profile {
	position: absolute;
	left: 150px;
	top: 80px;
}

div#data_profile li{
	list-style-type: none;
	display: inline-block;
	height: 23px;
	/*_height: 30px;*/
	width: 280px;
	text-align: left;
	padding-top: 7px;
	float: left;
	clear: both;
}

p#t_type_1{
	position: absolute;
	display: inline-block;
	left: 55px;
	top: 260px;
	color: #cccccc;
}

p#t_type_2{
	position: absolute;
	display: inline-block;
	left: 55px;
	top: 330px;
	color: #cccccc;
}

div#type_1{
	position: absolute;
	display: inline-block;
	width: 319px;
	left: 140px;
	_left: 130px;
	height: 79px;
	top: 230px;
}

div#type_2{
	position: absolute;
	display: inline-block;
	width: 319px;
	left: 140px;
	_left: 130px;
	height: 79px;
	top: 310px;
}

div#type_1 li{
	background-color:#000000;
	color:#333333;
	display:inline-block;
	float:left;
	font-size:11px;
	height:17px;
	list-style-type:none;
	margin-left:8px;
	margin-top:5px;
	padding-top:3px;
	text-align:center;
	width:65px;
}

div#type_2 li{
	background-color:#000000;
	color:#333333;
	display:inline-block;
	float:left;
	font-size:11px;
	height:17px;
	list-style-type:none;
	margin-left:8px;
	margin-top:5px;
	padding-top:3px;
	text-align:center;
	width:65px;
}

.check{ color: #fff!important; }/*白*/
.check_on{ color: #fff!important; }/*白*/
.check_off{ color: #333!important; }/*白*/

div#message{
	line-height: 1.2;
	position: absolute;
	text-align: left;
	left: 31px;
	overflow-y: scroll;
	display: inline-block;
	height: 108px;
	/*_height: 118px;*/
	width: 398px;
	/*_width: 408px;*/
	background-color: #FFFFFF;
	top: 391px;
	color: #333333;
	padding: 5px;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #222222;
}

p#t_message{
	position: absolute;
	display: inline-block;
	top: 364px;
	left: 31px;
	background-color: #333;
	color: #cccccc;
	width: 408px;
	height: 22px;
	text-align: center;
	padding-top: 5px;
}

/*--------------------------------------------------------
4-4、フッターの設定
--------------------------------------------------------*/

div#calendar{
	position: absolute;
	top: 600px;
	overflow: hidden;
	
	height: 40px;
	background-image: url(../images_design/girl/calendar_back.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
}

div#calendar li{
	float: left;
	list-style-type: none;/*右枠線*/
	color: #333333;
	height: 40px;
	width: 160px;
	display: inline-block;
	padding-top: 13px;
	text-align: center;
}


/*--------------------------------------------------------
4-5、フッターの設定
--------------------------------------------------------*/

div#footer{
	height: 40px;
	background-repeat: no-repeat;
	top: 650px;
	position: absolute;
	background-image: url(../images_design/girl/fotter_back.jpg);
	text-align: center;
}

p#close {
	margin-top: 10px;
}


/*------------------------------------------------------------

-------------------------------------------------------------*/
