body, h1, h2, h3, h4, h6, p, ol, ul, form, blockquote {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h6, pre, code {
	font-size:1em;
}
a {
	text-decoration:none;
}
a img {
	border:none;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}
br.clear {
	clear:both;
}

a { text-decoration:; }
a:link { color:#fff; }
a:visited { color:#fff; }
a:hover { text-decoration:none; background-color:#333; }


/* Form Style */
input,textarea,select {
	border:solid 1px #000;
	font-size:1em;
	font-family:"Verdana";
	background-color:#e5e5e5;
	padding:1px 2px 1px 2px;
	margin:2px 0px 2px 0px;
}
input[type="checkbox"] {
	border:none;
	background-color:#fff;
	margin:0px;
	padding:0px;
}
/* Form Style End */

h1 {
	font-size:1.15em;
	margin-bottom:10px;
}
h2 {
	font-size:1em;
	margin-bottom:5px;
}
p {
	text-align:justify;
	margin-bottom:10px;
}
p.imgcap {
	text-align:justify;
	font-size:0.9em;
	line-height:130%;
}

body {
	background-color:#464646;
	font-family:"verdana";
	font-size:11px;
	line-height:150%;
	color:#eee;
}

#container {
	margin:20px;
	width:920px;
}

#header {
}
#header .logo {
	padding-left:10px;
	padding-bottom:10px;
}
#header .logo h1 {
	font-family:verdana;
	font-size:20px;
	font-weight:bold;
	color:#ddd;
	float:left;
}
#header .logo h2 {
	padding-left:5px;
	padding-top:5px;
	font-family:verdana;
	font-size:10px;
	color:#999;
	font-weight:normal;
	float:left;
}


#header .mainMenu {
	height:40px;
	background-image:url(/img/menu_02.gif);
	list-style-type:none;
}
#header .mainMenu li {
	float:left;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
}
#header .mainMenu li.start {
	background-image:url(/img/menu_01.gif);
	background-repeat:no-repeat;
	padding:0px;
	width:20px;
	height:40px;
}
#header .mainMenu li.end {
	background-image:url(/img/menu_03.gif);
	float:right;
	padding:0px;
	width:10px;
	height:40px;
}
#header .mainMenu li.split {
	color:#999;
}
#header .mainMenu a {
	color:#333;
	padding:3px 10px 3px 10px;
	text-decoration:none;
}
#header .mainMenu a:hover {
	color:#333;
	text-decoration:none;
	background-color:#e5e5e5;
}


#content {
	padding:10px;
	padding-top:15px;
}
#content .indexLeft {
	padding-top:30px;
	width:300px;
	background-image:url(/img/img1.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .indexMiddle {
	padding-top:30px;
	width:300px;
	background-image:url(/img/img2.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .indexRight {
	padding-top:30px;
	width:300px;
	background-image:url(/img/img3.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content .button {
	width:400px;
	height:240px;
}
#content .notice {
	padding:0px 10px 0px 10px;
}
#content .notice ul {
	list-style-type:none;
}
#content .notice ul li .date {
	color:#999;
}
#content .notice ul li a {
	text-decoration:none;
}
#content .ref {
	list-style-type:disc;
}
#content .ref li {
	margin-left:20px;
	margin-bottom:2px;
}


#footer {
	padding-top:20px;
	padding-left:20px;
	color:#bbb;
}
#footer a {
	text-decoration:none;
}

