/* +++++++++ main basics +++++++++ */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	background: url(../image/body.png) repeat 50% 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
a
{
	color: #BFBFBF;
	text-decoration: none;
}
a:hover
{
	color: #AC1221;
}
em,
strong
{
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
img
{
	border: none;
}
p
{
	text-align: justify;
}
ul
{
	list-style-type: none;
}
.center
{
	text-align: center;
}


/* +++++++++ main +++++++++ */
#container
{
	background: url(../image/container.jpg) repeat-y 0 700px;
	margin: 0 auto;
	width: 700px;
}


/* +++++++++ main +++++++++ */
#header
{
	width: 100%;
}


/* +++++++++ main +++++++++ */
#mainMenuArea
{
	background: url(../image/mainmenuarea.jpg) no-repeat;
	height: 80px;
	width: 700px;
}
#mainMenu
{
	padding: 20px 110px;
	text-align: center;
}
#mainMenu li
{
	float: left;
}
#mainMenu li a
{
	display: block;
	font-size: 12px;
	line-height: 40px;
	padding: 0 12px;
	text-align: center;
	text-transform: uppercase;
}
	* html #mainMenu li a
	{
		float: left;
	}
#mainMenu li a:hover
{
	color: #FFFFFF;
}
#mainMenu li.current a,
#mainMenu li.current a:hover
{
	color: #000000;
	cursor: default;
}


/* +++++++++ main +++++++++ */
#content
{
	background: url(../image/content.jpg) no-repeat 0 -80px;
	overflow: hidden;
	width: 700px;
}


/* +++++++++ main +++++++++ */
#main
{
	padding: 0 40px;
	width: 620px
}
#main .single
{
	padding-bottom: 0;
}
#main h1
{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}
#main h2
{
	border-bottom: 1px solid #BFBFBF;
	color: #BFBFBF;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 15px;
	padding: 0 0 5px;
	text-transform: uppercase;
}
#main h3
{
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	padding: 0 0 5px;
	text-decoration: underline;
}
#main h4
{
	color: #C8C8C8;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
#main p
{
	text-indent: 20px;
	line-height: 22px;
	padding: 0 0 30px;
}
#main dl.contact
{
	font-size: 13px;
	padding: 0 0 10px;
}
#main dl.contact dt,
#main dl.contact dd
{
	line-height: 18px;
	text-align: left;
}
	#main dl.contact dt
	{
		color: #C8C8C8;
		text-transform: uppercase;
	}
	#main dl.contact dd
	{
		padding: 0 0 20px;
	}
#main dl.contact a
{
	color: #FFFFFF;
}
#main dl.contact a:hover
{
	color: #AC1221;
}
#main ul
{
	margin: 0 0 30px;
}
#main ul li
{
	background: url(../image/main_ul_li.png) no-repeat 0 11px;
	line-height: 22px;
	list-style-type: none;
	padding: 0 0 0 10px;
}
#main div.section
{
	clear: left;
	padding: 0 0 60px;
}
#main div.section h2
{
	border: none;
	margin: 0;
	padding: 0 0 2px;
}
#main div.section p
{
	padding: 0 0 10px;
}
#main div.section div.text
{
	float: right;
	width: 222px;
}
#main div.section div.box
{
	clear: both;
	font-size: 12px;
}
#main div.section div.box p
{
	line-height: 16px;
	text-indent: 0;
	padding: 0;
}
#main div.section div.box b
{
	color: #C8C8C8;
	font-weight: normal;
	text-transform: uppercase;
}
#main img.photo,
#main img.reference
{
	background: #FFFFFF;
	float: left;
	margin: 0 30px 20px 0;
	padding: 4px;
}
	#main img.reference
	{
		margin-bottom: 10px;
	}


/* +++++++++ sub +++++++++ */
#main div.sidebar_box
{
	background: url(../image/content.jpg) no-repeat -450px -370px;
	float: right;
	padding: 50px 0 70px 40px;
	width: 170px
}
#main div.sidebar_box p
{
	color: #7F7F7F;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	padding: 0 0 10px;
}
#main div.sidebar_box img.photo
{
	background: #FFFFFF;
	margin: 0 0 20px;
	padding: 4px;
}


/* +++++++++ main +++++++++ */
#footer
{
	clear: both;
	width: 100%;
}
#footerArea
{
	height: 40px;
	margin: 0 auto;
	padding: 30px 40px 20px;
	width: 620px;
}
#footerArea b
{
	font-weight: normal;
	text-transform: uppercase;
}
#footerArea a
{
	color: #C8C8C8;
}
#footerArea a:hover
{
	color: #AC1221;
}
#footerArea p
{
	color: #C8C8C8;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
