@charset "UTF-8";

/* --------------------------------------------------------------

	清光学園 図書館 [基本CSS]
	/common/css/base.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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	font-weight: normal;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}


/* ==================================================
	base
================================================== */

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 81.2%;
	line-height: 1.8;
	color: #666;
}
div:after {
	content: "";
	display: block;
	clear: both;
}
a { color: #666; text-decoration: none; }
a:hover { text-decoration: underline; }
a:hover img { opacity: 0.8; }

@media screen and (min-width: 741px) {
body {
	min-width: 1000px;
	background: url(../images/bg.png) center top repeat-x;
}
#body_wrap {
	width: 100%;
	background: url(../images/title_bg.png) center top no-repeat;
}
}

/* ==================================================
	group header
================================================== */

#fixed_header {
	position: fixed;
	width: 100%;
	border-top: solid 4px #60a28e;
	background: #fff;
	z-index: 9999;
}

#group_header {
	height: 40px;
}

/* group_nav
------------------------------------------ */
@media screen and (min-width: 741px) {
#group_nav {
	float: left;
	padding-top: 13px;
}
#group_nav li {
	float: left;
}
#group_nav li a {
	display: block;
	height: 14px;
	line-height: 0;
	background-image: url(../images/group_nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#group_nav li.nav01 a {
	width: 99px;
	background-position: 0px 0px;
}
#group_nav li.nav01 a:hover {
	background-position: 0px -14px;
}
#group_nav li.nav02 a {
	width: 126px;
	background-position: -99px 0px;
}
#group_nav li.nav02 a:hover {
	background-position: -99px -14px;
}
}


/* ==================================================
	header
================================================== */

#header {
	padding-top: 145px;
	height: 130px;
	position: relative;
}

#header_logo {
	float: left;
}


/* ==================================================
	pagetop
================================================== */

#pagetop_pc {
	position: fixed;
	right: 20px;
	bottom: 50px;
}


/* ==================================================
	footer_add
================================================== */

@media screen and (min-width: 741px) {
#footer_add {
	margin: 0 0 15px;
	border-top: solid 1px #bdbdbd;
	padding-top: 20px;
	font-size: 85%;
}
#footer_add p {
	float: left;
	padding-top: 5px;
	margin-right: 20px;
}
#footer_add #footer_link {
	float: right;
	padding-top: 15px;
}
#footer_add ul li {
	display: inline;
	margin-left: 25px;
}
}


/* ==================================================
	footer_nav
================================================== */

#footer_nav {
	background: #f2f1f3;
	padding: 20px 0 25px;
	font-size: 85%;
}
#footer_nav li {
	float: left;
	margin-right: 50px;
}
#footer_nav p {
	float: right;
}

#copyright {
	background: #808080;
}
#copyright p {
	width: 950px;
	margin: 0 auto;
	font-size: 85%;
	line-height: 35px;
	color: #fff;
}


/* ==================================================
	content
================================================== */

#content_wrap {
	background-size: 100% auto;
	width: 972px;
	margin: 0 auto;
}
#content_wrap #main_col {
	float: left;
	width: 640px;
	min-height: 550px;
	padding: 30px 36px 0;
	background: url(../images/main_col_bg.png) center top no-repeat;
	margin-bottom: 50px;
}
#content_wrap #side_col {
	float: right;
	width: 230px;
	margin-right: 6px;
	margin-top: 6px;
}


/* ==================================================
	topic path
================================================== */

#topic_path {
	position: absolute;
	top: 250px;
	width: 100%;
	font-size: 85%;
	line-height: 2.5;
}
#topic_path ul {
	width: 960px;
	margin: 0 auto;
}
#topic_path ul li {
	display: inline;
}


/* ==================================================
	side nav
================================================== */

@media screen and (min-width: 741px) {
.side_nav {
	background-color: #fff;
	border: solid 1px #d5d5d5;
	border-top: none;
	margin: -1px 0 20px;
}
.side_nav li {
	border-top: dotted 1px #9f9f9f;
	line-height: 1.4;
}
.side_nav li a {
	display: block;
	background-image: url(../images/side_nav_arw.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 30px;
}
.side_nav li a:hover,
.side_nav li a.current {
	background-color: #dfece8;
	text-decoration: none;
}
.side_nav li ul li {
}
.side_nav li ul li a {
	background-position: 30px center;
	padding: 10px 10px 10px 50px;
}

.side_bnr {
	margin-top: 13px;
}
.side_bnr li {
	margin-bottom: 10px;
}
}
