@charset "utf-8";
/*
 * Style Name   : レイアウトスタイルシート
 * Style URI    : /css/layout.css
 * Description  : レイアウト(配置)設定用スタイルシート
 * Version      : 1.0
 * Last Up Date : 2007-10-24
 * Author       : vanilla(CoolWebWindow)
 */

/**************************************/
/*               Layout               */
/**************************************/
div#top {
	position:relative;
	width:830px;
	margin:0 auto;
	text-align:left;
}

div#header {
	position:relative;
	width:830px;
	height:150px;
	background:transparent url(../images/bg_header.gif) 440px 0 no-repeat;
   z-index:100;
}

div#contents {
	position:relative;
	clear:both;
	padding:10px 10px 20px 10px;
	background:#fff;
   z-index:10;
}

div#contents:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

div#contents {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html div#contents {
	height:1px;
}

div#contents {
	display:block;
}

div#prspace {
	float:left;
	width:830px;
}


div#iNavi {
	float:left;
	width:830px;
}

div#prspaceLeft {
   float:left;
   width:510px;
   font-size:10px;
}

div#serchBox {
   float:right;
   width:270px;
   margin-right:10px;
}

div#main{
	clear:both;
	float:left;
	width:510px;
	margin-bottom:20px;
}

div#column{
	float:left;
	width:510px;
}
div#topSideNavi{
	float:right;
	width:270px;
	padding-top:10px;
}

div#footerMenu {
	width:830px;
	clear:both;
	background:#333;
}

div#footerIndex {
	width:830px;
	clear:both;
	background:#393939;
}

div#footer {
	width:830px;
	clear:both;
	background:#393939;
}

div#totop {
	position:fixed;
	clear:both;
	right:0;
	bottom:30px;
	background:#fff;
}

div#update {
	position:absolute;
	top:0;
	left:0;
}

div#updated {
	position:absolute;
	display: none;
	top:0;
	left:0;
}
/**************************************/
/*              clearfix              */
/**************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1px;
}

.clearfix {
	display:block;
}
