@charset "utf-8";
@import "side.css";
@import "content.css";
@import "prettyPhoto.css";
@import "highslide.css";
/* CSS Document */
/*common.css------------------------------------------------------------*/
/*************************************************************

reset

**************************************************************/
*{
	margin:0;
	padding:0;
	font-weight:normal;
	border:0;
}
/*************************************************************

common style settings

**************************************************************/
body{
	font-size:12px;
	font-family:Arial, Helvetica,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#666666;
	background:#ffffff;
}
/*---links---*/
a{
	overflow:hidden;
}
a:link,
a:active,
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#ffffff;
	text-decoration:none;
}
/*---ul,li---*/
ul,li{
	list-style:none;
}
/*---hidden---*/
.hidden,#hidden{
	display:none;
	visibility:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
}
/*---clear---*/
.clear,#clear{
	clear:both;
	margin:0;
	padding:0;
	width:100%;
}
h2{
	font-size:16px;
	font-weight:bold;
}
img {
	border:none;
}
/*************************************************************

layout settngs

**************************************************************/
.container{
	width:900px;
	height:600px;
	margin:10px auto;
	overflow:hidden;
	background:url(../img/common/bg.gif) repeat left top;
}
.side_wrapper{
	width:300px;
	height:600px;
	background:#999999;
	overflow:hidden;
	float:left;
}
.content_wrapper{
	width:600px;
	height:600px;
	overflow:hidden;
	float:right;
}
/*---secret profile---*/
.sc_container{
	width:602px;
	padding:0;
	margin:10px auto;
}
ul.scBox{
	overflow:hidden;
	clear:both;
	width:602px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
ul.scBox li{
	vertical-align:middle;
	display:block;
	margin:auto;
	border-bottom:1px solid #999999;
}
ul.scBox#scstart{
	border-top:1px solid #999999;
}
ul.scBox li.scTxtL{
	float:left;
	width:450px;
	height:150px;
	border-left:1px solid #999999;
}
ul.scBox li.scTxtR{
	float:right;
	width:450px;
	height:150px;
	border-right:1px solid #999999;
}
ul.scBox li.scTxtL p,
ul.scBox li.scTxtR p{
	margin:20px 30px auto 30px;
	line-height:1.5em;
}
ul.scBox li.scPhotoL{
	width:150px;
	height:150px;
	float:left;
	border-left:1px solid #999999;
}
ul.scBox li.scPhotoR{
	width:150px;
	height:150px;
	float:right;
	border-right:1px solid #999999;
}

