@charset "utf-8";
/* CSS Document */


body {
	background: url(../img/top/bg_body.png) repeat-x;
}

#topImage {
	height: 200px;	
}

/* =========================================================
mainContents
========================================================= */
div#mainContents {
	margin-top: 42px;
	background: url(../img/top/bg_main.png) repeat-y;
}

/* =========================================================
leftBox
========================================================= */
div#leftBox {
	float: left;
	width: 710px;
}

ul#cNavi {
	width: 720px;
	margin-right: -10px;

}

ul#cNavi li {
	float: left;
	display: inline;
	margin-right: 11px;
	padding-bottom: 20px;
}

ul#lNavi {
	clear: both;
}

ul#lNavi li {
	float: left;
	display: inline;
	padding-bottom: 20px;
}


ul#sns {
	clear: both;
	padding: 15px;
	background: url(../img/top/sns_body.png) no-repeat;
	overflow: hidden;
}

ul#sns li {
	float: left;
	display: inline;
	padding-bottom: 20px;
}



/* =========================================================
infoBox
========================================================= */
div#infoBox {
	clear: both;
	background: url(../img/top/info_body.png) repeat-y;
	text-align: center;
	padding: 10px 0;
}

div#infoInner {
	width: 650px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

/* =========================================================
rightBox
========================================================= */
div#rightBox {
	float: right;
}

ul.sideMenu {
	margin: 0;
	text-align: center;
}

ul.sideMenu li {
	margin-top: 10px;
}


