﻿/* @group Commons */

html
{
	height: 100%;
	background: #503 url(../Images/background-rainBG.png) repeat-y fixed 0px 0px;
	color: #A9A;
	margin: 0px;
	padding: 0px;
	font: 0.8em 'Helvetica' , 'Lucida Grande' , LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	max-height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
}

form
{
	height: 100%;
}


blockquote, .standout
{
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
	clear:both;
}

.space10
{
	margin: 0px;
	padding: 5px;
}

img
{
	border: none;
}


h1
{
	color: #EEE;
	font-size: 2em;
	margin: 0px;
}

h2
{
	font-size: 1.5em;
	color: #CCFF33;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 2px;
	padding-left: 15px;
}
h3
{
	font-size: 1.1em;
	color: #CCFF66;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
}

h4
{
	color: #ccffb0;
	margin: 0px;
	padding-top: 10px;
}

p
{
	font-size: 0.85em;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	padding-left: 20px;
}

pre
{
	font-size: 0.85em;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	padding-left: 20px;
}

a:link, a:visited
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}
a:active, a:hover
{
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

.impact
{
	color: #FF3399;
	font-weight: bolder;
}

.sourcecode
{
	margin: 10px auto 10px auto;
	padding: 20px 0px 20px 10px;
	background: white;
	border: 1px solid #999;
	width: 85%;
	color: Navy;
}

.sourceTab
{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	clear: both;
	font-size: 1em;
}

/* @end */

/* @group Header */

#Container
{
	color: #FFF;
	width: 920px;
	margin: 0px auto;
	height: 100%;
	margin-top: 0px;
}

#backLinner
{
	min-width: 100%;
	position: absolute;
	margin-top: 78px;
	height: 250px;
	background-image: url('../Images/background-rain.png');
	z-index: -1;
	float: left;
}
#backDimmer
{
	height: 100%;
	width: 720px;
	margin: 0px;
	background: url(../Images/transbg40.png) repeat;
	z-index: -2;
	position: fixed;
}

#Container #Header
{
	width: 720px;
	clear: both;
	position: fixed;
	height: 81px;
	top: 0px;
	background: url(../Images/transbg.png) repeat;
}


#Container #Header .title
{
	padding: 5px;
	height: 45px;
	vertical-align: middle;
}

#Container #Header .Menus
{
	margin: 0px;
	padding: 3px 0px 0px 0px;
	height: 20px;
}

#Container #Header .Menus ul
{
	list-style: none;
	clear: both;
	margin: 0px;
	padding-left: 15px;
}

#Container #Header .Menus ul li
{
	float: left;
	margin-right: 20px;
	padding: 0px;
	color: Aqua;
}

#Container #Header a:link, #Container #Header a:visited
{
	text-decoration: none;
	color: YellowGreen;
	font-weight: bold;
}
#Container #Header a:active, #Container #Header a:hover
{
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

/* @end */


/* @group Contents */


#Container #Contents
{
	width: 720px;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
	padding-bottom: 50px; /*background: url(../Images/transbg40.png) repeat ;*/
}

#Container #SideBar
{
	margin-top: 350px;
	width: 190px;
	padding-left: 10px;
	float: right;
}
#Container #SideBar p
{
	padding-left: 0px;
}

#Container #SideBar h2
{
	padding-left: 0px;
}

#Container #SideBar h3
{
	padding-left: 0px;
}

#Container #SideBanner
{
	width: 190px;
	padding-top: 20px;
	padding-left: 10px;
	float: right;
}



/* @end */

/* @group Title ?쒕ぉ以?洹몃９ */

#mainTitle
{
	height: 250px;
	padding: 0px;
	margin: 80px 0px 0px 0px;
}

#mainTitle img
{
	position: absolute;
	padding: 0px;
	margin: 0px;
}

#mainTitle #TitleLetters
{
	position: absolute;
	width: 700px;
	font-size: 50px;
	text-align: right;
	margin-top: 110px;
	vertical-align: baseline;
}

#mainTitle #TitleLetters p
{
	position: relative;
	font-size: 0.25em;
	background: none;
	max-height: 50px;
}
/* @end */


/* @group Accessories */

#Container #Bottom
{
	width: 920px;
	height: 25px;
	margin: 0px auto;
	bottom: 0px;
	position: fixed;
	text-align: center;
	float: left;
	background: url(../Images/underCopyright.png) no-repeat scroll 0px 5px;
}

#Container #Bottom #BottomSide
{
	width: 200px;
	height: 25px;
	float: right;
	background: url(../Images/underUtility.png) no-repeat scroll 0px -5px;
}

#Container #Bottom #BottomSide img
{
	margin-top: 2px;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
}

/* @end */

/* @group Forms */

.forms
{
	margin-left: 50px;
}

.forms .title
{
	clear: both;
}

.forms .submitarea
{
	clear: both;
	margin-left: 90px;
}

.forms .item
{
	float: left;
	min-width: 90px;
}

.forms .value
{
	min-width: 300px;
}

.forms hr
{
	border: none;
	clear: both;
}

/* @end */

/* @group Lists */

.Lists
{
	margin: 0px 70px 0px 30px;
}

.Lists #headerline
{
	clear: both;
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #FFB;
	height: 1.5em;
}

.Lists .contentsline
{
	margin: 0px;
	padding: 0px;
}

.Lists .contentsline ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 0px;
	border-top: 1px solid #CCC;
}

.Lists .contentsline ul li
{
	clear: both;
	min-height: 67px;
	margin: 0px;
	padding: 15px 0px 0px 2px;
	vertical-align: middle;
	border-bottom: 1px solid #AAA;
}

.Lists .contentsline ul li:hover
{
	background: url(../Images/transbg40.png) repeat;
}


.Lists ul li a:link, .Lists ul li a:visited
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.Lists ul li a:active, .Lists ul li a:hover
{
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

.Lists #contentsline ul li .ImgList
{
	clear: both;
	height: 60px;
	padding: 10px 0px 0px 2px;
	margin: 0px;
	vertical-align: middle;
	border-bottom: 1px solid #AAA;
}

.Lists .Pimg
{
	height: 55px;
	padding: 0px 5px 0px 0px;
	float: left;
	clear: left;
}

.Lists .Pimg img
{
	width: 50px;
	height: 50px;
	padding: 3px 5px 0px 5px;
	float: left;
	vertical-align: middle;
}

.Lists .w20
{
	width: 20px;
	float: left;
	overflow: visible;
}
.Lists .w50
{
	width: 50px;
	float: left;
	overflow: visible;
}
.Lists .w70
{
	width: 70px;
	float: left;
	overflow: visible;
	vertical-align: middle;
}
.Lists .w90
{
	width: 90px;
	float: left;
	overflow: visible;
	vertical-align: middle;
}

.Lists .w110
{
	width: 110px;
	float: left;
	overflow: visible;
	vertical-align: middle;
}

.Lists .w200
{
	width: 200px;
	float: left;
	overflow: visible;
	vertical-align: middle;
}

.Lists .w50p
{
	width: 50%;
	float: left;
	overflow: hidden;
	vertical-align: middle;
}

.Lists .fullwidth
{
	width: 100%;
	float: left;
	overflow: visible;
}

.Lists .wR50
{
	width: 50px;
	float: right;
	overflow: visible;
	text-align: center;
}

.Lists .wR90
{
	width: 90px;
	float: right;
	overflow: visible;
	text-align: center;
}

.Lists .smalls
{
	width: 15px;
	height: 15px;
}



/* @end */


