/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#i_wrap {
	background: url(../images/i_wrap_bg.jpg) repeat-x;
}
#wrap {
	background: url(../images/wrap_bg.jpg) repeat-x;
}
/* ==== Header === */
#hd {
	height: 90px;
	position: relative;
	background: url(../images/hd_bg.jpg) no-repeat;
}
/* ==== Navigation === */
#nav {
	height: 50px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {
	min-height: calc(100vh - 220px);
}
#sidenav {
	width: 220px;
	float: left;
	margin-top:20px;
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 192px;
	height: auto;
	padding: 12px 5px 5px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.png) no-repeat 6px 16px;
	font-size: 12px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}

#main {
	width: 720px;
	float: right;
	margin-top:20px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	margin-top:20px;
	background: url(../images/ft01.jpg) repeat-x;
}
#ft02 {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../images/ft02.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 10px;
	left: 0px;
}
h2 {
	padding:0;
	margin: 0em 0 0.0em 0;
}
h3 {
	font-size: 1.4em;
	font-weight:normal;
	padding: 0.3em 0 0.3em 1.2em;
	margin: 0.8em 0 0.4em 0;
	background: url(../images/h3_bg.jpg) left center no-repeat;
}
h4 {
	font-size: 1.2em;
	font-weight:normal;
	padding: 0.0em 0 0.0em 0.4em;
	margin: 0.3em 0 0.1em 0;
	color:#A668D5;
	border-left:#A668D5 6px double;
	border-bottom:#A668D5 1px dotted;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-top:10px;
	padding-bottom:27px;
	background:url(../images/i_img_bg.png) bottom center no-repeat;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
}
#i_news div.icon {
	background: url(../images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}

#i_bnr{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}
/*----Other----*/
#syllabus_btn a {
	display: block;
	width: 180px;
	margin: 10px auto 20px;
	padding: 15px 0;
	background: -moz-linear-gradient(top,  rgba(200,94,199,1) 0%, rgba(168,73,163,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(200,94,199,1) 0%,rgba(168,73,163,1) 100%);
	background: linear-gradient(to bottom,  rgba(200,94,199,1) 0%,rgba(168,73,163,1) 100%);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #B785DE;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4) inset;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
}
#syllabus_btn a:hover {
	opacity: 0.8;
	filter: alpha(Opacity=80);
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease;
}

/*----Links----*/
.link_indent{
	text-indent:-13px;
}
