@charset "utf-8";

/* CSS Reset
----------------------------------*/

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	display: inline;
}
ul,ol,li{
	list-style-type: none;
}
table{
	border-collapse: collapse;
}
address{
	font-style: normal;
}


/* Common Settings
----------------------------------*/

body{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.6em;
	text-align: center;
	color: #333;
	background: #FBF7F5 url(/img/common/bg_content.gif) 0 140px repeat-x;
}
a{
	color: #36C;
}
img{
	border: 0;
}
ul,ol,li{
	list-style-type: none;
}

.red{
	color: #F00;
}
.clear{
	clear: both;
}

address{
	font-style: normal;
	margin-top: 5px;
}

/* CLEAR FIX
----------------------------------*/
.cf:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}


/* CONSTRUCTION
----------------------------------*/
#container,
#header_in,
#content_in,
#footer_in{
	width: 940px;
}
#header{
	width: 100%;
	height: 140px;
	text-align: center;
	border-bottom: 1px solid #EEDED6;
	background: #FFF url(/img/common/bg_line.gif) 0 0 repeat-x;
}
#header_in{
	height: 140px;
	margin: 0 auto;
	text-align: left;
}
#wrap_nav{
	width: 100%;
	text-align: center;
}
#box_nav{
	width: 948px;
	height: 64px;
	margin: 0 auto;
}
#content{
	width: 100%;
	text-align: center;
}
#content_in{
	min-height: 650px;
	margin: 0 auto;
	padding-bottom: 60px;
	text-align: left;
}
#footer{
	width: 100%;
	height: 220px;
	text-align: center;
	border-top: 1px solid #EEDED6;
	background: #F0E5DF url(/img/common/line_footer.gif) 0 145px repeat-x;
}
#footer_in{
	height: 220px;
	margin: 0 auto;
	text-align: left;
}


/* HEADER
----------------------------------*/
#logo{
	margin: 28px 0 0;
	float: left;
}
h1{
	width: 500px;
	margin: 25px 0 0;
	padding-right: 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	float: right;
}
#tel{
	margin: 35px 5px 0 0;
	float: right;
}


/* GLOBAL NAVIGATION
----------------------------------*/
#nav{
	width: 944px;
	margin: 4px 0 0;
	padding-left: 4px;
}
#nav li{
	margin: 0 4px 0 0;
	float: left;
}


/* CONTENT
----------------------------------*/
#bc{
	margin: 0 auto;
	padding: 4px;
	font-size: 12px;
}


/* FOOTER
----------------------------------*/
#fnav{
	width: 250px;
	margin: 15px 0 0 5px;
	font-size: 12px;
	float: left;
}
#fnav a{
	color: #333;
	text-decoration: none;
}
#fnav a:hover{
	text-decoration: underline;
}
#fnav li.current{
	text-decoration: underline;
}
#footerinfo{
	width: 310px;
	margin: 25px 0 0;
	text-align: center;
	float: right;
}
#footerinfo p{
	margin: 0;
	padding: 0;
}
#copy{
	width: 100%;
	padding-top: 35px;
	text-align: center;
	font-size: 11px;
	clear: both;
}


/* SCROLLER
----------------------------------*/
#gtt{
	position: fixed;
	bottom: 35px;
	right: 35px;
}
a:hover img#gtt{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}