@charset "Shift_JIS";

/*	スタイルシート　[ 鹿児島純心女子短期大学 同窓会 ゆかり会 ]
=================================================================== */
/* 再定義 */
body {
	font: normal 90%  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #efefef;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link    {color: #36c;background-color: transparent;text-decoration: underline;}
a:visited {color: #36c;background-color: transparent;text-decoration: underline;}
a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
a:active  {color: #f60;background-color: transparent;text-decoration: underline;}

h1 {margin: 0;padding: 0;}
h2 {display: none;}
h3 {margin: 0;padding: 0;}
h4 {margin: 0;padding: 0;}
h5 {margin: 0;padding: 0;}
h6 {margin: 0;padding: 0;}

img {
	border: none;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
table {
	_font-size: 90%; /* ie6 */
}

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	margin: 0 auto;
	padding: 0;
	width: 924px;
}

/*	ヘッダ枠組み
=================================================================== */
div#areaHeader {
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
div#areaHeader img {
	vertical-align: bottom;
}
div#Header {
	background: url(../images/main02.jpg) no-repeat;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 900px;
}
/*　h1　*/
div#Header h1 {
	display: block;
	height: 80px;
	position: absolute;
	left: 0;
	top: 30px;
	width: 300px;
}
div#Header h1 a {
	display: block;
	height: 80px;
	width: 300px;
}

/* ナビ */
div#Navigation {
	background: url(../images/navi_back.jpg) no-repeat;
	height: 64px;
	width: 924px;
}
div#Navigation ul {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 12px;
}
div#Navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*	メインコンテンツ
=================================================================== */
div#MainContents {
	float: left;
	font-size: 90%;
	margin: 0 0 0 4px;
	padding: 0;
	text-align: left;
	width: 676px;
	_display: inline; /* ie6 */
}
div#MainContents p {
	line-height: 150%;
}
div#MainContents li {
	line-height: 150%;
}

div#Main_top {
	background: url(../images/main_top.jpg) no-repeat center top;
	margin: 0;
	padding: 15px 0 0 0;
}
div#Main_bottom {
	background: url(../images/main_bottom.jpg) no-repeat center bottom;
	margin: 0;
	padding: 0 0 15px 0;
}
div#Main_side {
	background: url(../images/main_side.jpg) repeat-y;
	margin: 0;
	padding: 5px 18px;
	width: 640px;
	_width: 676px; /* ie6 */
}

/* h3 */
div#MainContents h3 {
	background-color: #b5374a;
	color: #fff;
	font-size: 110%;
	margin: 0 0 15px 0;
	padding: 4px 0 4px 10px;
}
/* h4 */
div#MainContents h4 {
	border-left: #FF9999 5px solid;
	color: #369;
	font-size: 110%;
	margin:15px 0;
	padding: 0 0 0 8px;
}
/* h5 */
div#MainContents h5 {
	background: url(../images/cur01.gif) no-repeat left center;
	font-size: 110%;
	margin:15px 0 10px 0;
	padding: 0 0 0 15px;
}


div.main {
	margin: 0 5px 15px 5px;
	width: 630px;
}

div#Main_Bn {
	margin: 8px 0 0 8px;
}

/*	サイドコンテンツ
=================================================================== */
div#SideContents {
	float: right;
	font-size: 90%;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: left;
	width: 236px;
	_display: inline; /* ie6 */
}
div#SideContents img {
	vertical-align: bottom;
}
div#SideContents img.v-middle {
	vertical-align: middle;
}
div#Side_top {
	background: url(../images/side_top.jpg) no-repeat center top;
	margin: 0;
	padding: 15px 0 0 0;
}
div#Side_bottom {
	background: url(../images/side_bottom.jpg) no-repeat center bottom;
	margin: 0;
	padding: 0 0 15px 0;
}
div#Side_side {
	background: url(../images/side_side.jpg) repeat-y;
	margin: 0;
	padding: 5px 18px 0 18px;
	width: 200px;
	_width: 236px; /* ie6 */
}
/* バナー */
div.SideBn {
	padding: 0 0 10px 0;
}
div.SideBn ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.SideBn ul li {
	margin: 0 0 5px 0;
}

/* お問い合わせ */
div#Inquiry {
	background: url(../images/inquiry_back.jpg) repeat-x;
	border-bottom: #e1e1e1 1px solid;
	border-left: #e1e1e1 1px solid;
	border-right: #e1e1e1 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 10px 10px 10px;
	width: 178px;
	_width: 200px; /* ie6 */
}
address {
	font-size: 85%;
	font-style: normal;
	line-height: 150%;
	margin: 10px 0;
}
.email {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
.email img {
	padding: 0 7px 0 0;
}
.small {
	font-size: 11px;
	padding: 15px 0 0 0;
}
/*	フッタ枠組み
=================================================================== */
div#Footer {
	border-top: #ccc 1px solid;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 25px auto 0 auto;
	padding: 10px 0;
	width: 900px;
}

/* ※※※※※※　クラス定義　※※※※※※ */
.noDisplay {
	display: none;
	margin: 0;
	padding: 0;
}
/* 日本語段落  */
.jpara {
	text-indent: 1em;
}
/* color */
.red {
	color: #B5374A;
}
.orange {
	color: #FF6633;
}
.blue {
	color: #369;
}
.fBold {
  font-weight: bold;
}

/* ブロック要素配置用 */
.setRight {
	float: right;
	display: block;
	padding: 0 0 5px 5px;
}
.setLeft {
	float: left;
	display: block;
}
.setClear {
	clear: both;
	font: 0px/0px sans-serif;
}
/*  */
.v-bottom {
	vertical-align: bottom;
}
.v-middle {
	vertical-align: middle;
}
.v-top {
	vertical-align: top;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
/* スペース */
.spaceTop05 {
	margin-top: 5px;
}
.spaceTop10 {
	margin-top: 10px;
}
.spaceTop15 {
	margin-top: 15px;
}
.spaceBottom05 {
	margin-bottom: 5px;
}
.spaceBottom10 {
	margin-bottom: 10px;
}
/* リスト要素 */
.ulCircle {
	list-style-type: circle;
}
.ulSquare {
	list-style-type: square;
}
.ulDecimal {
	list-style-type: decimal;
}
.ulNone {
	list-style-type: none;
}
/* テーブル幅 */
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* テーブル用飾り(上下実線) */
.tdLineTopBottomSolid {
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}
/* テーブル用飾り(下実線) */
.tdLineBottomSolid {
	border-bottom: 1px #999999 solid;
}
/* テーブル用飾り(下破線) */
.tdLineBottomDashed {
	border-bottom: 1px #999999 dashed;
}

/* table */
table.table01 {
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
}
table.table01 th {
	background-color: #FFE2E1;
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
	text-align: center;
}
table.table01 td {
	border-bottom: #ccc 1px solid;
	border-right: #ccc 1px solid;
}


/* list */
ul.cell-list {
	margin: 0;
	padding: 10px 10px 10px 20px;
}
ul.cell-list li {
	margin: 0 0 5px 0;
}

/* 先頭へ戻る */
.backToTop {
	font-size: 90%;
	margin: 10px 5px 5px 0;
	text-align: right;
}

.backToTop a:link    { color: #f69; text-decoration:none; }
.backToTop a:visited { color: #f69; text-decoration:none; }
.backToTop a:hover   { color: #f9c; text-decoration:underline;}
.backToTop a:active  { color: #f9c; text-decoration:none; }
