@charset "Shift-JIS";

/* ---------------------------------------*/
/* Global */
/* ---------------------------------------*/

*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
}

body{
	color: #333;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	background: #FFF;
}

* html body{ /* under IE6 */
	font-size: 75%;
}

*:first-child+html body{ /* IE7 */
	font-size: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
}

strong,
strong a,
strong font,
strong span{
	font-weight: bold;
}

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

a:link{color: #000000;text-decoration:underline;}
a:visited{color: #000000;text-decoration:underline;}
a:hover{color: #000000;text-decoration:none;}
a:active{color: #000000;text-decoration:none;}


#container{
	width: 900px;
	background: #FFF;
	margin: 0 auto;
	padding: 0 132px;
	text-align: center;
	background: url(http://tokyo-runway.com/2012ss/img/common/bg.gif) repeat-y; 
}

/* ------------------------------------------------------*/
/* Header */
/* ------------------------------------------------------*/

#header{
	width: 900px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
}

/* Body
------------------------------*/

#body{
	width: 900px;
	margin: 0 auto;
}

#body .wrapper{
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#topicpath{
	margin: 0 0 10px 0;
	text-align: left;
	width: 900px;
}

ul#topicpath{
	width: 900px;
	position: absolute;
	top: 30px;
	right: 0;
	clear: both;
	text-align: right;
	margin: 0 0 15px 0;
	padding: 0.3em 0 0;
	list-style: none;
	color: #999;
	font-size: 85%;
}

.social{
	width: 880px;
	padding-right: 20px;
}

.social li{
	display: inline;
	float: right;
	list-style: none;
	margin: 0 0 10px 0;
}

ul#topicpath a{
}

ul#topicpath li{
	display: inline;
}

ul#topicpath li.current{
	background: #d71518;
	padding: 0.2em 0.5em;
	color: #fff;
	font-weight: bold;
}

ul#topicpath li span{
	margin: 0 0.5em;
}

ul#topicpath li ul{
	display: inline;
}

#body .wrapper .bottom{
	width: 900px;
	height: 30px;
	margin: 0 0 0 -2px;
}

/* ------------------------------------------------------*/
/* background setting */
/* ------------------------------------------------------*/