/* LINK COLOR */
a:link{
	color: #666666;
	text-decoration: none;
}
a:visited{
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}

/* BASIC SETTING */

body {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	text-decoration: none;
	background-color: #efefef;
	text-align:center;
}h1 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;	margin: 0;	padding: 15px 0 0 15px;
}
p {
	text-indent: 0.5em;
	margin: 10px 0 0 0;
	padding: 0;
}

p.no-indent {
	text-indent: 0;
	margin: 10px 0 20px 0;
	padding: 0;
}

th {
	font-weight: normal;
}

/* FONT SIZE */
.px10 {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 150%;
}.px10 a:link{
	color: #666666;
	text-decoration: none;
}

.px10 a:visited{
	color: #666666;
	text-decoration: none;
}

.px10 a:hover{
	color: #666666;
	text-decoration: underline;
}

.px12 {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
}
.px12 a:link{
	color: #666666;
	text-decoration: underline;
}
.px12 a:visited{
	color: #666666;
	text-decoration: underline;
}
.px12 a:hover{
	color: #666666;
	text-decoration: none;
}

.px14 {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 160%;
}

/* COLOR */

.white {
	color: #ffffff;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.dark-green {
	color:#006699;
}

.txt-gray {
	color: #666666;
}

/* LAYOUT */#wraper {	background: url(../images/content.jpg) left top repeat-y;	margin: 0;	padding: 0;}#header {	background: url(../images/header.jpg) left top no-repeat;}#footer {	background: url(../images/footer.jpg) left bottom no-repeat;}

/* SIDE MENU */

#side-menu {
	font-size: 12px;
	color: #666666;
	width: 187px;
	margin: 0;
	padding: 0;
}


#side-menu ul {
	font-size: 12px;
	color: #00339d;
	margin: 0;
	padding: 0;
}

#side-menu ul li{
	color: #00339d;
	list-style-type: none;
/*
	height: 35px;
	background: url(../images/line.gif) left bottom repeat-x;
*/
	border-bottom: 1px dotted #0b86a1;
	margin: 0;
	padding: 0;
}

#side-menu ul li a {
	color: #00339d;
	text-decoration: none;
	background: #fff url(../images/side_menu_icon.gif) no-repeat 25px 12px;
	padding: 10px 0 10px 48px;
	display: block;
}

#side-menu ul li a:hover {
	color: #00339d;
	text-decoration: none;
	background: #ffffcc url(../images/side_menu_icon.jpg) no-repeat 30px 12px;
}

.txt-link {
	font-size: 10px;
	line-height: 140%;
	color: #666666;
}

.txt-link a:link {
	color: #666666;
	text-decoration: underline;
}
.txt-link a:visited {
	color: #666666;
	text-decoration: underline;
}
.txt-link a:hover {
	color: #666666;
	text-decoration: none;
}

#content {
	width:840px;
	margin: 20px 0 20px 0;	padding: 0 47px 0 47px;
}

/* TOPICS */
.topics {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

.topics-content {
	background: url(../images/bg_topics_contents.jpg) left top repeat-y;
}

#topics-main {
	font-size: 12px;
	color: #003366;
	margin: 0;
	padding: 0;
}

#topics-main a {
	color: #003366;
	text-decoration: underline;
}

#topics-main a:hover {
	color: #003366;
	text-decoration: none;
}

#topics-main td {
	border-bottom: 1px dotted #cccccc;
}

#topics-main02 {
	font-size: 12px;
	color: #003366;
	margin: 0;
	padding: 0;
}

#topics-main02 a {
	color: #003366;
	text-decoration: underline;
}

#topics-main02 a:hover {
	color: #003366;
	text-decoration: none;
}

#topics-main02 td {
	border-bottom: 1px dotted #cccccc;
}

.date {
	font-size: 10px;
	color: #333333;
	padding: 0 10px 0 0;
}

.link-pagetop {	text-align: right;
	vertical-align: bottom;	margin: 0;	padding: 0 10px 0 0;}
/* PAN KUZU */

.pan-kuzu {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height: 140%;
}
.pan-kuzu a:link{
	color: #ff6600;
	text-decoration: underline;
}
.pan-kuzu a:visited{
	color: #ff6600;
	text-decoration: underline;
}
.pan-kuzu a:hover{
	color: #666666;
	text-decoration: none;
}


.course {
	background: #cccccc;
	margin: 0;
	padding: 0;
}

.course th {
	font-weight: bold;
	color: #ffffff;
	background: #1093c7;
	text-align: center;
	vertical-align: middle;
}

.course td {
	color: #666666;
	text-align: center;
	vertical-align: middle;
	background: #ffffff;
}

.course td.right-yellow {
	 background: #ffff99;
}

.course td.middle-green {
	 background: #ccffcc;
}

.course td.right-green {
	 background: #ccff33;
}

.px,.hyou {
    font-size:12px;
	line-height:20px;
}

/* FOOTER */.footer-menu {	text-align: center;	padding: 0;}
.copyright {	width: 887px;	text-align: right;	margin: 0;	padding: 2px 10px 10px 0;}

