@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	style for all page
------------------------------------------------------------------------------*/


/*	Global Layout
----------------------------------------------------*/
body {
	background-attachment: fixed;
	background-image: url(../img/share/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	border-left: #FFCAF5 solid 1px;
	border-right: #FFCAF5 solid 1px;
}

div#contents {
	width: 780px;
	margin: 10px auto;
}

div#main{
	float: right;
	width: 570px;
}

div#sub{
	float: left;
	width: 200px;
}


/*	general class
----------------------------------------------------*/
.section {
	clear: both;
	margin: 0 0 1em 0;
}

.category {
	width: 190px;
	margin: 0 auto 10px;
	background-color: #FFF;
}


/* header
----------------------------------------------------*/
div#header{
	position: relative;
	height: 175px;
	background: url(../img/share/head-bg.gif) no-repeat;
}

div#header h1 {
	position: absolute;
	width: 270px;
	height: 95px;
	top: 60px;
	left: 10px;
}

div#header ul#gNav {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#header ul#gNav li {
	display: inline;
	margin: 0;
	padding: 0;
}


/* footer
----------------------------------------------------*/
div#footer {
	clear: both;
	background-color: #FF31C0;
	color: #FFF;
	padding-bottom: 20px;
}

div#footer p#fNav {
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
}

div#footer p#fNav a {
	color: #FFF;
}

div#footer p.copyright {
	text-align: center;
}

