/* Basic
----------------------------------------------------------------- */
body
{ 
	background: #fff url(images/body_bg.gif) left top repeat-x;
	margin: 0;
	padding: 0;
	font-family: Calibri; 
	font-size: 12px; 
	line-height: 1.5em; 
	color: #222222;

}

img 
{
	border: 0px;
}

form
{
	margin: 0;
	padding: 0;
	font-family: Calibri; 
	font-size: 11px; 
	line-height: 1.5em; 

}

input, select, textarea {
     font-family:  Calibri;
     font-size: 12px; 
	line-height: 1.5em; 
}

h1
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 24px;
	color: #fee900;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 25px;
}
h2
{
	margin: 0px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 24px;
	color: #e82a78;
	font-weight: normal;
}

h3
{
	margin: 0px;
	padding: 5px;
	font-family: Tahoma;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

h4
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

h5
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	color: #5d5d5d;
	font-weight: bold;
}

a:link, a:visited 
{
	text-decoration:none;
	font-weight: normal;
}

a:hover 
{
	text-decoration:underline;
}

a.gn:link, a.gn:visited 
{
	text-decoration:none;
}

a.gn:hover 
{
	text-decoration:underline;
}

a.bn:link, a.bn:visited 
{
	color: #6d6d6d;
	font-weight: normal;
	text-decoration:none;
}

a.bn:hover 
{
	font-weight: normal;
	text-decoration:underline;
}

a:link img{text-decoration: none;
border: 4px #9db2b9 double;
}

a:hover img{text-decoration: none;
border: 4px #6a1d6f double;
}

/* Header
----------------------------------------------------------------- */
#header
{
	position: relative;
	z-index: -1;
	width: 950px;
}

#mainbg
{
	position: relative;
	width: 950px;
	height: auto;
	background: url(images/menu-bg.png) no-repeat;
	z-index:  -1;
	top: 0px;	
	color: #fff;
	background-color: transparent;
}

#headerBlock 
{
	width: 900px;
	height: 64px;
	overflow: hidden;
	background: url(images/top_bg.gif) no-repeat top center;
	margin-left: auto;
	margin-right: auto;
}

#siteLogo 
{
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}

#globalSearch 
{
	text-align: right;
	margin-top: 5px;
	margin-right: 37px;
	font-family: Tahoma;
}

#searchBox table
{
	margin-left: auto;
	margin-top: 7px;
}

.searchText
{
	width: 148px;
	height: 18px;
	color: #6A1D6F;
	background-color: #fff;
	border: solid 1px #3E1141;
}

/* Nav
----------------------------------------------------------------- */
#navBlock
{
	width: 886px;
	height: 45px;
	background: url(images/nav_bg.gif) no-repeat top center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;	
}

#navFlash p
{
	text-align: center;
	margin-top: 10px;
	font-family: Impact;
	color: #ff0000;
	font-size: 14px;
}

/* MainBox
----------------------------------------------------------------- */
#mainboxBlock
{
	width: 880px;
	height: 250px;
	background: url(images/mainbox_bg.gif) no-repeat top center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;

}

#mainboxFlash 
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	padding-left: 20px;
	float: left;
	width: 502px;
	overflow: hidden;
}

#mainboxText 
{
	float: right;
	width: 320px;
	text-align: left;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	color: #fff;
}

#mainboxMenuText 
{
	float: right;
	width: 320px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	color: #fff;
}


/* Content Left
----------------------------------------------------------------- */
#contentBlock
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;	
}

#contentLeft 
{
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 650px;
}

#contentLeft h2
{
	height: 30px;
	padding-left: 5px;
	background: url(images/hline.gif) repeat-x bottom left;
}

.imgLeft
{
	float: left;
	margin-right: 15px;
	border: solid 1px #d5d8d9;
}

.itemListIcon
{
	float: left;
	margin-right: 15px;
}

.itemList p
{
	padding-top: 10px;
}

.hlineDot
{
	clear: left;
	background: url(images/hline_dot.gif) repeat-x;
	height: 10px;
}

/* Content Right
----------------------------------------------------------------- */
#contentRight 
{
	float: right;
	width: 200px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#contentRight h3
{
	height: 30px;
	padding-left: 5px;
	background: url(images/hline.gif) repeat-x bottom left;
}

.imgRight
{
	border: solid 1px #d5d8d9;
	padding: 1px;
}

#contentRight h4 span
{
	color: #9e9e9e;
}

#contentRight dl.dlStyle
{
	padding-left: 2px;
}

#contentRight .dlStyle dt
{
	color: #5a5a5a;
}

#contentRight .dlStyle dd 
{
	margin-left: 20px;
	margin-bottom: 15px;
}

#contentLeft dl.dlStyle
{
	padding-left: 2px;
}

#contentLeft .dlStyle dt
{
	color: #5a5a5a;
}

#contentLeft .dlStyle dd 
{
	margin-left: 20px;
	margin-bottom: 15px;
}
.imgTable
{
	width: 100%;
	padding: 2px;
	margin-top: 10px;
}
.right-soru
{
	background: url(images/right-test-bg.gif) no-repeat;
	width: 199px;
	margin-left: 11px;
	height: 167px;
}

.right-test
{
	width: 199px;
	margin-left: 11px;
	height: 167px;
}
.right-test strong
{
	font-size: 14px;
	line-height: 1.7em;
}
.right-test a
{
	color: #d405be;
	text-decoration: underline;
}
.right-test a:hover
{
	text-decoration: none;
}


/* Footer
----------------------------------------------------------------- */
#footerBlock
{
	background: #451247 left top repeat-x;
}

#footer 
{ 
	width: 972px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.footerColumn
{
	float: left;
	width: 270px;
	overflow: hidden;	
	margin: 25px 0;	
}

.footerSpace 
{
	margin-right: 35px;
}

.footerTitle
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	height: 25px;
	background: url(images/hline_02.gif) repeat-x bottom left;
}

.footerTitle p
{
	padding-left: 5px;
}

.footerTextList 
{
	padding: 0 0 0 10px;
	list-style: none;	
}
/*
.footerTextList {
	*margin: 0 0 0 -1px;
	*list-style: none;	
}
*/
.footerTextList li 
{
	margin: 0;
	padding: 0 0 5px 10px;
	background: url(images/bullet_01.gif) no-repeat 0 50%;
}

.footerItemList
{
	margin-top: 16px;
}

.footerItemImg
{
	float: left;
	margin-right: 15px;
	border: solid 1px #3c3c3c;
}

/* Copyright
----------------------------------------------------------------- */
#copyrightBlock
{
	background: #390f3c left top repeat-x;
	padding: 10px 0;
}

#copyright
{
	text-align: center;
}


/* ETC
----------------------------------------------------------------- */
.spacer1
{
	margin-top: 40px;
}

.spacer2
{
	margin-top: 30px;
}

.spacer3
{
	clear: both;
	height: 30px;
}
.spacer4
{
	clear: both;
	height: 3px;
}