@charset "EUC-JP";

/*
==========================================================

	Site Name    : Sekuhara110
	Version      : 1.0
	Author       : ROOT co.,ltd
	------------------------------------------------------
	Created      : 2010.08.13
	Last Modified: 2010.08.13

==========================================================
*/

/*
===== CONTENTS ===========================================

		1 : CONTAINER
		2 : HEADER
		3 : MAIN
			3-2: LEFT CONT
			3-3: LEFT CONT
			3-4: LEFT CONT

		4 : FOOTER

==========================================================
*/

/*
=== 1 : CONTAINER ========================================
*/

body{
	width:100%;
	background-color:#fff;
}

div#wrapper{
	width:830px;
	margin:0 auto 0px auto;
	background:url(../img/bk830.jpg) center;
}
	
div#container {
	width:810px;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
}
*html div#container{
	width:810px;
	margin:0 10px;
}

/*
=== 2 : HEADER ===========================================
*/
div#header{
	width:810px;
	height:330px;
	background:url(../img/header_top.jpg) top left no-repeat;

}
div#header.relative{
	position:relative;
}
/*
=== 3 : MAIN =============================================
*/
div#main {
	width: 810px;
	height: px;
	text-align: left;
	background:#FFF;
	color:#6C7A8C;
	line-height:130%;
	letter-spacing:0.03em;
}

div#main_top {
	width: 770px;
	height: px;
	text-align: left;
	background:#FFF;
	color:#4D5964;
	margin:10px 20px;
	line-height:130%;
	letter-spacing:0.03em;
}


/* -----3-2: CENTER CONT----------------------------------  */
div#main #main-cont {
	width: 620px;
	margin: 0 0 0 0;
	padding: 0;
	text-align:left;
	background:#FFF;
	float: right;
}

div#bnkenteido{
	margin-top: 5px;
}

div#bnsanjyo{
	margin-top: 10px;
}

/* -----3-3: RIGHT CONT-----------------------------------  */
div#main #menu-cont {
	width: 170px;
	margin:  0 0 0 0px;
	padding: 0 0 0 0;
	text-align:left;
	background:#FFF;
	float: right;
}



/*
=== 4 : FOOTER ===========================================
*/
div#footer{
	width:810px;
	padding: 0 0 60px 0;
	background:#FFF;
}


/* -----4-2: CENTER CONT----------------------------------  */
div#footer #links {
	width:810px;
	text-align:center;
	background:#FFF;
	padding: 5px 0 0 0;
	color:#707F90;
}

/* -----4-3: RIGHT CONT-----------------------------------  */
div#footer #copy {
	width:810px;
	padding: 5px 0 0 0;
	text-align:center;
	background:#FFF;
	color: #55CAAC;
}





/*

