@charset "UTF-8";
/*
-----------------------------------------------------
StyleSheet_6.0


master CSS alt file for screen(XHTML1.0)
Date:     2005.12.22  00:00
Arthor:      Kenji Natsumoto
(C) 2005  FANPLACE,Inc.
----------------------------------------------------*/
@import "Content.css";
@import "Sidebar.css";
@import "Header.css";
@import "Footer.css";
@import "Fonts.css";
@import "Graphics.css";
@import "navbox_w.css";

body {
	margin:0;
	padding:0;
	background:#D3D3D3;
        color:#333;
	text-align:center;
	min-width:800px;
	font-size : 12px;
	}
/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/
/* Outer bounding box for all pages */		
#Wrapper {
	background:#fff;
    margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align: left;
	}


/*-------------------------------------------------
BODY CONTENT
-------------------------------------------------*/

#wrap  {
	margin: 78px 0px 0px 0px;
}
#Content {
	background:transparent;
	float: left;
	width:800px;   /*Max614*/
	}

body.index #Content {  /*3カラム用補正*/
	background:#f00;
	float: right;
	width:700px;   
	}

#Main {
	background:transparent;
	width:400px;
	float: right;
	text-align: left; 
	}

body.index #Main {  /*3カラム用補正*/
	background:#ffc;
	float: left;
	width:600px;   
}
				
#Extra {
	background:transparent;
	width: 400px; 
	float: left;
	}

body.index #Extra {  /*3カラム用補正*/
	background:#666;
	width:100px;
	float: right;   
}

#Sidebar {
	background:#555;
	width: 100px; 
	float: left;
	}

/*-------------------------------------------------
MISCELLANEOUS
-------------------------------------------------*/
div.spacer {
	clear: both;
	margin: 16px 26px 26px 26px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted dotted;
	border-color: #9c0;
	font-size: 12px;
	}
	
img { border: none; }

hr{
 clear:both;
 width:0px;
}


