/* GENERAL */
html {
	height: 100%;
}
body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	margin-bottom: 1px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #edffed;
}
.outline {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}
.clr {
	clear: both;
}
a:link,a:visited {
	color: #c64934;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
/*
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(assets/templates/original/images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
*/
td {
	text-align: left;
	font-size: 11px;
}


/* HEADER */
#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}
#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 800px;
	height: 100px;
	background: url(assets/images/common/header_short.jpg) no-repeat;
}


/* LEFT */
#left_outer {
	float: left;
	margin-top: 0px;
	width: 165px;
}
#left_inner {
	padding: 2px;
	float: none !important;
	float: left;
}


/* MENU */
#menuhead_text {
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	font-weight: bold;
	border: 1px solid #cccccc;
	background: #cccccc;
	margin-bottom: 2px;
}
table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}
table.moduletable th,div.moduletable h3 {
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
a.mainlevel:link,a.mainlevel:visited {
	display: block;
	background: #cc99ff;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #660066;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	height: 20px !important;
	height: 20px;
	width: 148px;
	text-decoration: none;
	border-top:3px solid #c7a3c7;
	border-left:3px solid #c7a3c7;
	border-right:3px solid #3e003e;
	border-bottom:3px solid #3e003e;
}
a.mainlevel:hover {
	text-decoration: none;
	color: #eeeeee;
}
a.mainlevel:active {
	text-decoration: none;
	border-top:3px solid #f8f8f8;
	border-left:3px solid #f8f8f8;
	border-right:3px solid #8f8f8f;
	border-bottom:3px solid #8f8f8f;
}
a.sublevel:link,a.sublevel:visited {
	display: block;
	background: #ffccff;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
	height: 20px !important;
	height: 20px;
	width: 139px;
	text-decoration: none;
}
a.sublevel:hover {
	background: #ff99ff;
	text-decoration: none;
	color: #ffffff;
}


/* CONTENT */
#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	float: right;
	width: 635px;
}
#content_inner {
	float: none !important;
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0;
}
table.content_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
table.content_table td {
	padding: 0px;
	margin: 0px;
}

table td.body_outer {
	padding: 2px;
	background: #ffffff;
}


/* CONTENT */
#pathway_text {
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #cccccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}


/* CONTENT */
table.indication {
	border-collapse: collapse;
	border: 2px #74ab99 solid;
	padding: 10px;
	margin: 10px;
}
table.indication td {
	border: 2px #74ab99 solid;
	padding: 10px;
	margin: 10px;
}


/* FOOTER */
#footer {
	text-align: center;
	padding: 3px;
}