/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 100%; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

img{ border: 0; vertical-align: bottom;}

/* LAYOUT */

.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
	border-bottom:dotted 1px #fff; 
}


/* IE 8*/
html>/**/body a:hover, a:active { 
display: block¥9;   
}
/*Mac IE　backslash */
*html div{ height: 1%; }
/* end commented backslash */

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear { display: inline-table; }

/* MacIE begin */
* html .clear { height: 1%; }
.clear { display: block; }
/* MacIE end */

/* 中央配置用 ---*/

html {
	height: 100%;
	overflow: auto;
}

body {
 	height: 100%;
 	position: relative;
 	min-width: 400px;  /*中央配置するボックス#wrapperの横幅*/
 	min-height: auto;  /*中央配置するボックス#wrapper縦幅*/
	background-color: #000;
	letter-spacing: 0.2em;
	line-height: 1.6;
	color: #666;
	font: 62.5% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Arial,  "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	text-align: center;
}

h1 { display: none; }


/* wrapper
-------------------------------------------------*/

#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	height: auto;
	margin: -200px 0 0 -325px;  /* -- Height/2 0 0 Width/2 -- */
	padding: 0;
	font-size: 10px;
	background-color: #000;
}

/* enter
-------------------------------------------------*/
#enter {
	display: block;
}

/* main
-------------------------------------------------*/
#main {
	width: auto;
	height: auto;
	border: 0;
	line-height:1.5;
	padding:15px 0;
	margin:0;
}
#main ul{
	float: left;
	text-align:right;
	padding-left:50px;
}

#main ul li {
	height: 12px; /* IE8 下切れ対策*/
	margin: 5px 0;
	padding: 0;
	border:0;
	display: block;
	list-style: none;
}
#main ul li.toplink {
	height: 12px; /* IE8 下切れ対策*/
	margin: 0 0 0 6px;
	padding: 0 0 0 14px;
	background: url(../images/link_icon_white.png) left top no-repeat;
	display: inline;
	list-style: none;
}

#main .photobanner {
	float: right;
	padding-right:50px;
	width:250px;
}

/* system
-------------------*/

#system {
	clear: both;
	padding: 0px;
	margin: 8px auto;
	width: 380px;
	text-align: left;
	line-height: 1.2;
	font-size: 0.8em;
	color: #666;
	/*border: 1px solid #333;*/
	display: block;
}

#system p em{
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

/* footer
-------------------------------------------------*/

#footer address {
	clear: both;
	padding: 15px 0 0 0;
	font-size: 10px;
	color: #666;
	letter-spacing: 0.1em;
}

/* -------------------------------------------------
	Design Style Exhibition vol.3
-------------------------------------------------*/

.dse {
	margin: 20px 0;
	color: #FFF;
	font-size: 10px;
}

/* -------------------------------------------------
	MAKIKAESHI
-------------------------------------------------*/
.makikaeshi a, .makikaeshi a:hover {border-bottom: none;}
.makikaeshi a img{
	border:2px solid #000;
	margin-bottom: 10px;
}

.makikaeshi a:hover img{
	border:2px solid #ff0;
}

.makikaeshi a p{color:#FF0;}
.makikaeshi a:hover p{color:#333;}

