﻿@charset "UTF-8";


/*
########################################################
  common style
########################################################
*/

*{
	margin:0;
	padding:0;
	color:#333333;
	font-family: "Arial", "Verdana", "Helvetica", san-serif !important;
	text-align:left;
}

body {
	font-size: 95%;
	line-height:140%;
	background:#efefef url(../images/bg.gif) center top repeat-y;
	_margin-left:1px;/*IE6*/
}

img{
	border:0;
  vertical-align:top;
}

li{
	list-style-type:none;
}

input{
	padding:1px;
}

a:link{
	color:#1e2c7b;
	text-decoration:underline;
}

a:visited{
	color:#666666;
	text-decoration:underline;
}

a:hover,
a:active{
	color:#b10505;
	text-decoration:underline;
}
table{
  border-collapse:collapse;
}
th,td{
  padding:5px;
  border:1px solid #333;
}

/*
########################################################
  .align
########################################################
*/

.alignC {
	text-align:center !important;
}
.alignL {
	text-align:left !important;
}
.alignR {
	text-align:right !important;
}

/*
########################################################
  .float
########################################################
*/

.floatR{
	float:right;
}

.floatL{
	float:left;
}

.floatN{
	float:none;
}

.clearR{
	clear:right;
}

.clearL{
	clear:left;
}

.clear{
	clear:both;
}

.clearfix:after {   
	content: "";
	display: block;
	clear: both;
}

.clearfix{
	zoom: 100%; 
}


/*
########################################################
  Header
########################################################
*/
#Header{
  background:#f8f8f0;
  border-top:1px solid #d5d5d5;
  border-bottom:7px solid #dd0000;
  width:100%;
  height:54px;
}
#Header h1 img{
	margin:7px 0 0 15px;
}

/*
########################################################
  Content
########################################################
*/
#Content{
  background:#fff;
  width:950px;
  margin-left:auto;
  margin-right:auto;
}

/*
########################################################
  Menu
########################################################
*/
#Menu{
  width:190px;
  padding:20px 0;
  min-height: 600px;
  float:left;
}
#Menu li{
	width:190px;
	height:40px;
}


/*
########################################################
  Main
########################################################
*/
#Main{
  width:710px;
  padding:20px;
  min-height: 600px;
  float:right;
}
/* ##### Column ##### */
#Main .ColumnL{
	width:355px;
	float:left;
}
#Main .ColumnR{
	width:355px;
	float:right;
}
/* ##### Other ##### */
#Main h3{
	width:333px;
	margin:20px 0 10px 0;
	border-bottom:1px solid #aaa;
}
#Main ul{
	margin:0 10px;
}
#Main li{
	margin-bottom:5px;
	padding-left:21px;
	background:url(../images/pdf-icon.gif) left top no-repeat;
}

/*
########################################################
  Footer
########################################################
*/
#Footer{
  background:#f8f8f0;
  border-top:1px solid #dd0000;
  width:100%;
  height:80px;
}
#Footer p{
	padding-top:15px;
  text-align:center;
}