@charset "utf-8";

/*
------------------------------------------------------------
	Website     : 
	Title       : 
	Description : 
	Version     : 1.0.0  2008/05/28 yabuchi
	            :
------------------------------------------------------------
--- Index --------------------------------------------------
	#first-column
	#second-column
	#third-column
	#fourth-column
------------------------------------------------------------ */



/* フレーム
------------------------------------------------------------ */
@import "theme.css";


/* 全体の幅
------------------------------------------------------------ */
#wrapper,
#menu ul {
	width: 650px;
}


/* main-image
------------------------------------------------------------ */
#main-image {
	margin : 0 25px 10px;
}



/* contents
------------------------------------------------------------ */
#contents {
	margin : 0 0 10px;
}





/* first-column
------------------------------------------------------------ */
#first-column {
	float: left;
	width: 650px;
	margin-bottom: 10px;
}
#first-column .inner {
	padding: 7px 10px 0;
	letter-spacing: 2px;
}


/* second-column
------------------------------------------------------------ */
#second-column {
	width: 0;
}
#second-column .inner {}


/* third-column
------------------------------------------------------------ */
#third-column {
	width: 0;
}
#third-column .inner {}


/* fourth-column
------------------------------------------------------------ */
#fourth-column {
	width: 0;
}
#fourth-column .inner {}
