@charset "utf-8";
/* *************************************

概要：学びのイノベーション用CSSファイル

***************************************/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family: "ＭＳ Ｐゴシック", Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: #2976BA;
	text-decoration: none;
}
a:link {
	color: #2976BA;

}
a:visited {
	color: #63C;
}
a:hover {
	color: #CEE6F9;
}


/* default */
body {
	background: url(../images/header_bg.jpg) center 42px repeat-x;
}
#container {
	overflow: hidden;
	padding: 0 0 15px;
	background: url(../images/footer_bg.gif) left bottom repeat-x;
}
#header {
	width: 890px;
	margin: 0 auto;
}
#wrapper {
	overflow: hidden;
	width: 890px;
	margin: 20px auto 0;
	zoom: 1;
}
#menu {
	float: left;
	width: 222px;
}
#menu ul li {
	margin-top: 10px;
	padding: 0 0 12px;
	background: url(../images/line_dot.gif) center bottom no-repeat;
	font-size: 90%;
}
#menu ul li a {
	display: block;
	height: 26px;
	padding: 0 0 0 24px;
	background: url(../images/icon_arrow.gif) 8px center no-repeat;
	line-height: 26px;
}
#menu ul li.current a {
	color: #000;
	background: url(../images/current_bg.gif) 8px center no-repeat;
}
#contents {
	float: right;
	width: 630px;
}
#pagetop {
	clear: both;
	width: 890px;
	margin: 80px auto 0;
	text-align: right;
}


/* top page */
#contents ul li {
	height: 42px;
	margin-bottom: 15px;
	padding: 0 0 0 60px;
	background: url(../images/list_bg.gif) left top no-repeat;
	line-height: 42px;
	
}
#contents ul li a {
	font-weight: bold;
}


/* link page */
#contents h1 {
	height: 50px;
	margin-bottom: 20px;
	padding: 0 0 0 70px;
	background: url(../images/pagetitle_bg.gif) left top no-repeat;
	line-height: 50px;
	font-size: 110%;
}
#contents h2 {
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 2px solid #FF9933;
}
#contents ul.link {
	margin-bottom: 50px;
}
#contents ul.link li {
	margin-bottom: 5px;
	padding: 0 5px 10px;
	background: none;
	border-bottom: 1px dashed #ccc;
	line-height: 1.4em;
}
#contents ul.link li a {
	text-decoration: underline;
}
