@charset "UTF-8";

/*::::::::::::::::::::::::::::::::::::::::::::::::

common.css

::hexaproject co., ltd.

	 1.	body color
	 2.	anchor color
	 3.	font color
	 4.	layout
	 5.	header
	 6.	globalNav
	 7. breadCrumbs
	 8.	contents
	 9.	side
	10. pageTop
	11. footer
 
------------------------------------------------

10px = 77%	:	16px = 123.1%	:	22px = 167%
11px = 85%	:	17px = 131%		:	23px = 174%
12px = 93%	:	18px = 138.5%	:	24px = 182%
13px = 100%	:	19px = 146.5%	:	25px = 189%
14px = 108%	:	20px = 153.9%	:	26px = 197%
15px = 116%	:	21px = 161.6%

::::::::::::::::::::::::::::::::::::::::::::::::*/

/*	1.body color
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
	color: #333;
	background: #fff;
	}

/*	2.anchor color
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a			{color: #0e5e75}
a:link		{color: #294876}
a:visited	{color: #294876}
a:hover		{color: #000}
a:active	{color: #294876}

/*	3.font color
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.fcW	{color: #fff}
.fcB	{color: #000}
.fcR	{color: #900}
.fcG	{color: #900}
.fcBl	{color: #069}

/*	4.layout
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.wrapper {
	width: 960px;
	margin: auto;
	position: relative;
	}
#header {
	width: 100%;
	height: 112px;
	position: relative;
	background: url('../images/bg_header.gif') repeat-x left top;
	}
#main {
	line-height: 1.6;
	}
#contents {
	width: 960px;
	margin: auto;
	}
#footer {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #3c3c3c;
	}

/*	5.header
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#header .wrapper {
	width: 980px;
	}
	#header h1 a {
		overflow: hidden;
		height: 0;
		width: 176px;
		display: block;
		padding-top: 112px;
		background: url('../images/common.gif') no-repeat 0 0;
		}
#pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	}
	#pageTop a:hover {
		opacity: 0.8;
		}
/*	11.footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#footer .banner {
	position: absolute;
	top: 16px;
	}
#footer .banner a {
	overflow: hidden;
	height: 0;
	width: 214px;
	display: block;
	padding-top: 49px;
	background: url('../images/common.gif') no-repeat -720px -190px;	
	}
	#footer .banner a:hover {
		opacity: 0.8;
		}
#footer .copyRight {
	color: #fff;
	font-size: 93%;
	position: absolute;
	right: 0;
	}