/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	margin: 35px 10px 20px;
	color: #333;
	font-size: 85%;
	line-height: 1.5em;
	background-color: #FFF;
	text-align: center;
}
div {
	text-align: left;
}
p {
	margin-bottom: 1.5em;
}
img {
	border: 0;
}
a {
	color: #C36501;
	text-decoration: underline;
}
a:visited {
	color: #940;
}
a:active,
a:hover {
	color: #CB2600;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
acronym {
	border-bottom: 1px dotted #DDD;
	cursor: help;
}
.text_s {
	font-size: 90%;
}
.text_ss {
	font-size: 80%;
}
.note {
	color: #F00;
}
.date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial",sans-serif;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.hiddentext {
	display: none;
}
.right {
	text-align: right;
}
.nowrap {
	white-space:nowrap;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
}

/* [Header] */
#header {
	width: 780px;
	padding-bottom: 15px;
	border-bottom: 5px solid #27238C;
}
#logo {
	width: 159px !important;
	width: 182px;
	padding-right: 23px;
	float: left;
}
#title {
	width: 598px;
	padding-top:18px;
	float: right;
}

/* [Navigation] */
#navi {
	width: 778px !important;
	width: 780px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 5px;
}
#navi li {
	display: inline;
	float: left;
	padding: 8px 0 5px;
	margin-left: 20px;
}
#navi li:hover {
	background: transparent url(img/menu_pointer.gif) no-repeat top center;
}
#navi li.navi_selected {
	background: transparent url(img/menu_pointer.gif) no-repeat top center;
}

/* [Home Main Image] */
#mainimg {
	padding-top: 30px;
	background: transparent url(img/bg_home_mainimg.gif) no-repeat;
}

/* [Page Title] */
#pagetitle {
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	padding: 7px 30px;
	border-top: 1px solid #FFCD00;
	background: #27238C url(img/bg_h2.gif) no-repeat bottom left;
}

/* [Contents] */
#contents {
	width: 720px !important;
	width: 780px;
	padding: 30px;
}
#contents_body {
	width: 490px;
	margin-right: 30px;
	float: left;
}
#contents_body h3 {
	color: #27238C;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 25px;
}
ul.list_items {
	width: 490px;
	background-color: #F7F2DC;
	border-top: 1px dotted #DAD5C3;
	margin-bottom: 20px;
}
ul.list_items li {
	font-size: 110%;
	padding: 8px 10px;
	border-bottom: 1px dotted #DAD5C3;
}
.contents_chunk {
	margin-bottom: 30px;
}
#contents_body h4 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}
ul.normal_list {
	margin-left: 15px;
	list-style-type: disc;
}
/* for IE5Mac */
/*\*//*/
ul.normal_list {
	margin-left: 18px;
}
/**/
ul.normal_list li {
	margin-bottom: 5px;
}
#contents_body ol {
	margin-left: 20px;
}
/* for IE5Mac */
/*\*//*/
#contents_body ol {
	margin-left: 23px;
}
/**/
#contents_body ol li {
	padding-bottom: 18px;
}
#contents_body ol li ol {
	padding-top: 10px;
	list-style-type: lower-roman;
}
#contents_body ol li ol li {
	font-size: 90%;
	padding-bottom: 10px;
}
#contents_body table {
	margin-bottom: 18px;
}
#contents_body table.tbl_full {
	width: 490px;
}
#contents_body table td,
#contents_body table th {
	padding: 5px 10px;
}
#contents_body table th {
	background-color: #EEF8FD;
	font-weight: normal;
	text-align: left;
}
#contents_body table td {
	vertical-align: top;
}
#contents_body dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
#contents_body dt {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#contents_body dd {
	padding-left: 10px;
	border-left: 5px solid #CCC;
}


/* [Sub Menu] */
#submenu {
	width: 170px !important;
	width: 200px;
	padding: 20px 15px;
	background: transparent url(img/bg_submenu.gif) no-repeat;
	float: right;
}
#submenu ul {
	padding-left: 18px;
	list-style-position: outside;
	list-style-image: url(img/ul_arrow.gif);
}
#submenu ul li {
	line-height: 1.2em;
	padding-bottom: 10px;
}
#submenu ul li a {
	position: relative ;
	top: -1px;
	left: -3px;
}
/* for Opera8+ */
*+html>/**/body #submenu ul li a {
	top: -3px;
	left: 1px;
}
/* for IE5Mac */
/*\*//*/
#submenu ul {
	padding-left: 21px;
}
#submenu ul li a {
	position: relative ;
	top: -2px;
	left: -6px;
}
/**/


/* [Home Columns] */
#home_contents {
	background: transparent url(img/bg_home_contents.gif) repeat-y;
}
#home_contents dt {
	margin-bottom: 20px;
	line-height: 14px;
}
#home_contents dd {
	margin-bottom: 18px;
}
#leftcol,#centercol {
	width: 199px !important;
	width: 260px;
	padding-right: 61px;
	float: left;
}
#rightcol {
	width: 200px;
	float: right;
}


/* [Member] */
table#member_tbl {
	width: 489px !important;
	width: 490px;
	border-top: 1px solid #C4E7F9;
	border-left: 1px solid #C4E7F9;
}
table#member_tbl td,
table#member_tbl th {
	border-right: 1px solid #C4E7F9;
	border-bottom: 1px solid #C4E7F9;
	padding: 5px;
}


/* [Materials] */
table#materials_tbl {
	width: 489px !important;
	width: 490px;
	border-top: 1px solid #C4E7F9;
	border-left: 1px solid #C4E7F9;
}
table#materials_tbl td,
table#materials_tbl th {
	border-right: 1px solid #C4E7F9;
	border-bottom: 1px solid #C4E7F9;
	padding: 5px;
	font-size: 90%;
}


/* [Site Map] */



/* [Footer] */
#footer {
	width: 780px;
	padding-top: 10px;
	border-top: 5px solid #27238C;
	text-align: right;
}
#footer li {
	display: inline;
	padding: 0 10px 0 6px;
	border-right: 1px solid #000;
	font-size: 85%;
}
#footer li.last {
	border-right: 0;
	padding-right: 0;
}
#footer address {
	font-style: normal;
	font-size: 80%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial",sans-serif;
}
	
