@charset "utf-8";
/* CSS Document */
html,body {
    height: 98%;
	line-height: 150%;
}

body {
text-align:center;
background-image:url(image/bg.gif);
margin:0px;
}

a img {
border-style:none;
}

#header {
	background-image:url(image/title.gif);
	height:300px;
}
#wrap {
	width:980px;
	height:100%;
	min-height:100%;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
} 
body > #wrap {
	height: auto;
}

#inner { margin:0px; } 

#mainWrap {
	padding: 10px;
	width: 700px;
	height: 100%;
	float: left;
	background: #FFF;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}  

#sideWrap { width:260px;
float:right;
background:#FFF;
padding-bottom: 10000px;
margin-bottom: -10000px;
}

#sideimage{
	margin-top:10px;
	margin-bottom:0px;
}

#footer {
	width:960px;
	height:20px;
	padding:10px;
	margin:0 auto;
	text-align:center;
	color:#FFF;
	background-color:#006;
	clear: both;
}

#box {
	background:#fff;
	padding:10px;
	border:1px solid #006;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

h1.headding {
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 50%, #207cca 51%, #1e5799 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#2989d8 50%,#207cca 51%,#1e5799 100%); /* W3C */
	margin:0 0 30px 0;
	padding:12px 10px;
	color:#FFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0, 0.1);
}

h3.selector{  
    background:#eee;  
    border-top:1px solid #ccc;  
    border-right:1px solid #ccc;  
    border-left:7px solid #006;  
    border-bottom:1px solid #ccc;  
    padding:.8em .9em  
} 

table {
	border-collapse: collapse;
	width: 700px;
}

th.t_top {
    border-top: #be1309 4px solid;
}

th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: center;
	padding: 10px;
	font-weight: normal;
}

td.t_top {
	border-top: #b3b3b3 4px solid;
}

tr:hover {
    background: #3D80DF;
    color: #FFFFFF;
}

td {
	border-bottom: #e3e3e3 1px dotted;
	padding: 10px;
}



table.table02 {
	background-color: #ffffff;
	border-top:#ffffff 3px double;
	border-collapse: collapse;
	width: 700px;
	color:#333333;
} 
table th.t_top02 {
	border-bottom: #dcdddd 1px solid;
	background-color: #efefef;
	text-align: center;
	padding: 10px;
} 
table td.t_line01 {
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
}

table td.t_line02 {
	background-color: #fff;
	padding: 10px;
	vertical-align: top;
	text-align:center;
}

