/* all */
body {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #006699;
}
a:visited {
	color: #006633;
}
a:active {
	color: #3366FF;
}
a:hover {
	color: #3366FF;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
p {
	margin-top: 1px;
	line-height: 18px;
	font-size: 12px;
	}
	
/* table */


table,tr,td {
	font-size: 12px;
	border: 0px;
	font-family: "MS UI Gothic";
}
.waterblue {
	color: #0099FF;
}
.red {
	color: #CC0000;
}

.seethrough {
	border: 0px
}

th {
	font-size: 12px;
	border: 0px
}
caption {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: justify;
	width: 90%;
}
/* wrap */
#wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* menu */


/* header */

#header {
	font-size: 12px;
	background-image: url(../pict/bk_header.gif);
	background-repeat: repeat-x;

	margin: 0px
	padding: 0px
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* contents */

#contents {
	float: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/* menu left */

#menu_left {
	font-size: 12px;
	width: 18%;
	margin: 2px 5px;
	padding: 5px 5px 5px 0px;
	float: left;
}


/* mein */

#main {
	float: left;
	margin: 0px;
	padding: 5px;
	width: 60%;
}

/* menu right */
#menu_right {
	font-size: 12px;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	width: 18%;
	float: right;
}
ul {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
li {
	text-indent: 0px;
	background-image: url(../pict/menu_left.gif);
	margin: 0px;
	padding: 3px 0px 0px 20px;
	height: 24px;
	list-style-type: none;
	background-repeat: no-repeat;
}



/* footer */

#footer {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 3px;
	clear: both;
}
/* others */


/* class */

.menu_left_h2 {
	font-family: "MS UI Gothic";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin: 2px 0px;
	color: #006699;
	background-image: url(../pict/menu_left_h2.gif);
	height: 25px;
	text-align: left;
	padding-left: 15px;
}
.orange {
	color: #FF6600;
}
#wrap #contents #menu_right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #contents #main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
