body {
	clip: rect(   );
	text-align: center;

    margin: 0;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
table {
	font-size: 12px; 
	line-height: 130%
}


#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 5px;
}
#sidemenu {
	width:160px;
	float:left;
	clip:    rect(   );
	padding-bottom: 30px;
}
#content {
	width: 550px;
	float:right;
	text-align: right;
	background: url(../../image/bg.jpg) no-repeat;
}
#main {
	width: 560px;
	float:right;
	text-align: justify;
	font-weight: normal;
	padding-right: 5px;
}
#main-sub {
	width: 540px;
	float:right;
	text-align: right;
	font-size: 10px;
	padding: 10px 10px 10px 0px;
}
#sp{
	width: 20px;
	float:left;
}
#footer{
	width: 740px;
	font-size: 10px;
	clear: both;
	color: #666666;
}


h1 {
	font-size: 18px;
	line-height: 130%;
	font-weight: bolder;
	color: #063C93;
}
h2 {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #0066FF;
}
h4 {
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
}


.c-copy {
    font-size:10px;
    line-height: 150%;
}
.writing {
    font-size: 12px;
    line-height: 150%
}
.read {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
}
.read_sm {
    font-size: 11px;
    line-height: 140%;
}
.hedading {
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
}
.subheading {font-size: 12px;
    line-height: 150%;
    font-weight: bold;
}
.catch {
    font-size: 14px; 
    line-height: 150%;
    font-weight: bold;
}
.topheda {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    width: 100%;
    position: relative;
    left: 16px;
}


a:link {
	color: #400080;
	text-decoration: none;
}
a:hover {
	background: #FF9900 repeat;
	text-decoration: none;
	color: #339966;
}
a:active {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}


hr {
	color: #B9E4B8;
}


.form0 {
    border : 1px #000099 dotted;
    background-color: #FFCC99
}
ul {
	list-style-image: url(../../image/point.gif);
}

