﻿@charset "utf-8";

/*  
	学校法人同志社/共通
*/

/*------------------------------------------------------------
	基本
------------------------------------------------------------*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	font-family: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	vertical-align: baseline;
}

body {
	line-height: 1.5;
	color: #333333;
}

img {
	border: none;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 98%;
	margin-right: 3px;
	margin-left: 3px;
}

.no_border {
	border: none!important;
}

.no_margin {
	margin: 0px!important;
}

.no_bg {
	background: none!important;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

.align_r {
	text-align: right!important;
}

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a:link {
	color: #003399;
	text-decoration: underline;
	overflow: hidden;
}

a:hover {
	color: #081c41;
	text-decoration: none;
}

a.link_01 {
	background: url(../img/common/link_01.gif) no-repeat left 1px;
	padding-left: 16px;
}

a.link_01:hover {
	background: url(../img/common/link_01_on.gif) no-repeat left 1px;
}

a.link_02 {
	background: url(../img/common/link_01_on.gif) no-repeat left 1px;
	padding-left: 16px;
}

a.link_02:hover {
	background: url(../img/common/link_01.gif) no-repeat left 1px;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: #818181 url(../img/common/bg_body.jpg) repeat center top;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 810px;
	text-align: left;
	background: url(../img/common/bg_wrapper.jpg) repeat-y center top;
	padding-right: 50px;
	padding-left: 50px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: url(../img/common/bg_header.jpg) repeat-y center top;
}

#header h1 {
	float: left;
	padding: 5px 10px 10px 20px;
}

/*--- 新島の言葉 ---*/
#saying {
	float: left;
	width: 390px;
	text-align: center;
	color: #FFFFFF;
	padding: 18px 0px 8px;
}

/*--- ボタン類スペース ---*/
#header #changer {
	float: right;
	width: 140px;
	padding-right: 20px;
	padding-top: 10px;
}

/*--- 文字サイズボタン ---*/

#font_size {
	padding-top: 17px;
}

#font_size h2 {
	float: left;
	padding-top: 12px;
}

#changer p {
	text-align: right;
}

#font_size ul {
	float: right;
	width: 77px;
	background: url(../img/common/bg_font_size.jpg) no-repeat -1px -1px;
	height: 28px;
}

#font_size li {
	float: left;
	color: #FFFFFF;
}

#font_size a {
	color: #FFFFFF;
	display: block;
	text-indent: -9999px;
}

#font_size a:hover {
	background: none!important;
}

#font_size #size_s a {
	height: 16px;
	width: 17px;
	margin-right: 5px;
	background: url(../img/common/bg_font_size_s.jpg) no-repeat;
	margin-top: 10px;
}

#font_size #size_m a {
	height: 20px;
	width: 21px;
	margin-right: 5px;
	background: url(../img/common/bg_font_size_m.jpg) no-repeat;
	margin-top: 6px;
}

#font_size #size_l a {
	height: 26px;
	width: 27px;
	background: url(../img/common/bg_font_size_l.jpg) no-repeat;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#g-navi li img {
	float: left;
}

#g-navi li {
	float: left;
}

#g-navi {
	clear: both;
	height: 30px;
	border-top: 1px solid #838383;
	border-right: 1px none #838383;
	border-bottom: 1px solid #838383;
	border-left: 1px none #838383;
	width: 800px;
	margin-left: 5px;
}

/*------------------------------------------------------------
	グローバルナビ下のタイトルイメージ（トップページはFLASH）
------------------------------------------------------------*/
#top_title {
	margin-left: 5px;
	width: 800px;
	clear: both;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#topic_path {
	margin-left: 5px;
	width: 760px;
	background: #ebe6ee;
	font-size: 91.7%;
	padding: 7px 20px 3px;
}

#topic_path a {
	text-decoration: underline;
}

#topic_path a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents {
	padding: 15px 25px;
}

/*--- メインコンテンツ ---*/

#contents #main {
	float: left;
	width: 555px;
}

#contents #main h3 {
	color: #FFFFFF;
	background: url(../img/common/bg_h3_top.gif) no-repeat;
	font-size: 134%;
	margin-bottom: 10px;
}

#contents #main h3 .inner {
	background: url(../img/common/bg_h3_btm.gif) no-repeat left bottom;
	padding: 6px 10px 4px;
	display: block;
}

#contents #main h4 {
	border-left: 4px solid #550071;
	padding: 3px 0px 4px 10px;
	margin: 0px 5px 13px 2px;
	font-size: 117%;
	background: url(../img/common/line_dot_01.gif) repeat-x left bottom;
}

#main h5 {
	font-size: 100%;
	font-weight: bold;
	color: #874c8a;
	margin-right: 5px;
	padding: 1px 2px 2px;
	margin-bottom: 5px;
	margin-top: 20px;
	background: url(../img/common/line_dot_01.gif) repeat-x left bottom;
	clear: both;
}

#main h6 {
	font-size: 100%;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 3px;
	padding: 1px 2px 2px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#contents #main p,
#contents #main ul {
	padding: 0px 5px 0em;
	line-height: 1.6;
	margin-bottom: 0.8em;
}

#contents #main img.float_right {
	padding: 0px 5px 15px 25px;
}

#contents #main img.float_left {
	padding: 0px 25px 15px 5px;
}

/*------------------------------------------------------------
	サイド（ナビゲーション・バナー）
------------------------------------------------------------*/
/*--- サイド（ナビゲーション） ---*/

#contents #side {
	float: right;
	width: 183px;
}

#side .navi .navi_01 {
	border-top: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px none #B2B2B2;
	border-left: 1px solid #B2B2B2;
	margin-bottom: 15px;
}

/*--- 1階層目 ---*/
#side .navi .navi_01 li {
	background: #656366 url(../img/common/side/bg_01.jpg);
	color: #FFFFFF;
	border-bottom: 1px solid #a5a5a5;
}
#side .navi .navi_01 li.crnt {
	background: #572564 url(../img/common/side/bg_01_crnt.jpg);
	font-weight: bold;
}

#side .navi .navi_01 a {
	padding: 8px 8px 8px 25px;
	display: block;
	color: #FFFFFF;
	background: url(../img/common/side/arrow_01.gif) no-repeat 8px 12px;
	text-decoration: none;
}

#side .navi .navi_01 a:hover {
	background: #575558 url(../img/common/side/arrow_01.gif) no-repeat 10px 12px;
}

/*--- 2階層目 ---*/
#side .navi .navi_01 li li {
	background: #EBEBEB url(../img/common/side/bg_02.jpg);
	color: #333333;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
}

#side .navi .navi_01 li li.crnt {
	background: #656366 url(../img/common/side/bg_02_crnt.jpg);
}
#side .navi .navi_01 li li a {
	padding: 5px 6px 5px 32px;
	display: block;
	color: #000000;
	background: url(../img/common/side/arrow_02.gif) no-repeat 16px 11px;
}

#side .navi .navi_01 li li a:hover {
	background: #D9D9D9 url(../img/common/side/arrow_02.gif) no-repeat 18px 11px;
}

/*--- 3階層目 ---*/
#side .navi .navi_01 li li li {
	background: #FFFFFF;
	color: #333333;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	font-weight: normal;
}

#side .navi .navi_01 li li li.crnt {
	background: #EFE9F8;
}

#side .navi .navi_01 li li li a {
	padding: 5px 6px 5px 40px;
	display: block;
	color: #000000;
	background: url(../img/common/side/arrow_03.gif) no-repeat 24px 11px;
	vertical-align: top!important;
}

#side .navi .navi_01 li li li a:hover {
	background: #F5F3F8 url(../img/common/side/arrow_03.gif) no-repeat 26px 11px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background:  url(../img/common/bg_footer.jpg) no-repeat center bottom;
	clear: both;
	padding: 10px 25px 30px;
}

#footer .inner {
	border-top: 1px solid #CCCCCC;
	padding: 15px 0px;
}

#footer ul {
	padding-bottom: 15px;
}

#footer li {
	float: left;
	margin-right: 15px;
}

#footer ul a {
	background: url(../img/common/link_01.gif) no-repeat;
	padding-left: 13px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 2px;
}

#footer ul a:hover {
	background: url(../img/common/link_01_on.gif) no-repeat;
}

#footer .access {
	clear: both;
	font-size: 91.7%;
	color: #666666;
	line-height: 1.4;
	margin-bottom: 10px;
}

/*------------------------------------------------------------
	文字サイズ
------------------------------------------------------------*/
.size_11 {
	font-size: 91.7%;
	font-weight: normal;
}

.size_12 {
	font-size: 100%;
}

.size_14 {
	font-size: 117%;
}

.size_16 {
	font-size: 133.3%;
}

.size_18 {
	font-size: 150%;
}

.size_20 {
	font-size:  166.6%;
}

#main .page_top {
	text-align: right;
	clear: both;
	padding: 10px 5px 30px 0px;
}

#main .block {
	padding-bottom: 35px;
}

.p_indent p {
	text-indent: 1em;
}

th,
td {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

th {
	color: #333333;
	background: #f6f6f9;
	text-align: center;
	vertical-align: middle;
}

td {
	background: #FFFFFF;
	padding-left: 15px;
	vertical-align: middle;
}

table.download th {
	text-align: center;
	padding: 20px;
}

.important {
	color: #D50000;
	font-weight: bold;
}

#contents #main li {
	background: url(../img/common/head_list_01.gif) no-repeat 0em 0.5em;
	padding-left: 0.8em;
	padding-bottom: 0.4em;
}

#main ol li {
	background: none!important;
	list-style-type: decimal;
	padding-left: 0px!important;
	margin-left: 25px!important;
	padding-right: 10px;
}

#main ol ol {
	margin-top: 0.6em;
	margin-left: 0.5em;
}

#main .half {
	width: 270px;
}

#side .banners p {
	margin-bottom: 6px;
}

img.img_txt {
	vertical-align: -1px;
}

ul.ol li {
	list-style-type: none!important;
	text-indent:-2em!important;
	margin-left:3em!important;
}


ul.ol {
	margin-left:0.2em!important;
	margin-top:0.8em!important;
}

#contents #main .block .triple {
	width: 175px;
	margin-right: 15px;
}

a.thickbox img {
	border: 1px solid #FFFFFF!important;
}

a:hover.thickbox img {
	border: 1px solid #734264!important;
}