﻿/*
広島市立大学情報科学部オープンキャンパススタイルファイル
*/

@charset "UTF-8";

/* 基本設定 */
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

body {
	margin:0;
	padding:0;
	line-height:1.9;
	letter-spacing:1px;
}

br {
	letter-spacing:normal;
}

a {
	color:#226666;
	text-decoration:none;
}

a:hover {
	color:#884444;
	text-decoration:underline;
}

img {
	border:0;
	vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

/* レイアウト設定 */

div#top {
	width:910px;
	margin:0 auto;
}

div#header {
	position:relative;
	width:910px;
}

div#pr {
	width:910px;
}

div#menu {
	float:left;
	width:910px;
	margin-bottom:20px;
}

div#logo-image {
	width:910px;
	margin:0 auto;
	background:#fff;
}

div#contents {
	width:910px;
	margin:0 auto;
	padding:10px 0 ;
	background:#fff;
}

div#main {
	float:left;
	width:910px;
}

div#links {
	float:left;
}

div#info {
	float:right;
	width:385px;
	font-size: 11pt;
}

div#news {
	float:left;
	width:385px;
}

div#totop {
	clear:both;
}

div#footer {
	width:910px;
	clear:both;
	padding:10px 0;
}

/* ヘッダの設定 */

div#header #pr p {
	margin:0;
	font-size:0.7em;
}

div#header h1 {
	margin:0;
	padding:10px 0;
	font-size:24pt;
	color:#336666;
}

div#header h1 a {
	color:#336666;
	text-decoration:none;
}

div#header h1 a:favor {
	color:#336666;
	text-decoration:none;
}

/* メニューの設定 */

div#menu ul {
	float:left;
	margin:0;
	padding:0;
}

div#menu li {
	margin:0;
	padding:0;
	float:left;
	font-size:11px;
	color:#333;
	text-align:center;
	list-style-type:none;
	font-style: inherit;
}

div#menu li span {
	font-family:verdana;
	font-size:140%;
/*	font-size:120%; */
	color:#fff;
}

div#menu li a {
	display:block;
	width:130px;
	height:45px;
	padding:5px 0;
	color:#FFF1A4;
	background-color: #48a;
/*	background:url(../img/bg_menu.jpg) 0 100% repeat-x; */
}

div#menu li.wide a {
	width:195px;  /* 通常の2倍 */
	font-size:80%;
}

div#menu li a:hover {
	text-decoration:none;
	background-color: #5ad;
/*	background:url(../img/bg_menu.jpg) 100% 100% repeat-x; */
}

/* インフォメーションの設定 */

div#info h2 {
	font-size:100%;
	color:#fff;
	padding:2px 5px 0px 5px;
	background-color: #b66;
	border-bottom:3px solid #844;
}

div#info dl dt {
	clear:both;
	float:left;
	width:8em;
	padding:10px 0.5em;
}

div#info dl dd {
	margin-left:0em;
	padding:10px 0.5em 10px 8em;
	border-bottom:1px dotted #CECFCE;
}

/* ニュースの設定 */

div#news p {
	margin:0;
	padding:0 0 1em 0;
	font-size:11pt;
}

/* メインコンテンツの設定 */

div#main a {
	color:#336666;
}

div#main a:hover {
	color:#BB0000;
}

div#main p {
	font-size:11pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 20px;
}

div#main h2 {
	background:url(../img/bg_h2.jpg) no-repeat;
	font-size:110%;
	line-height:42px;
	height:42px;
	color:#333333;
	font-weight:bolder;
	vertical-align:bottom;
	text-indent:20px;
}

div#main h3 {
	width:700px;
	color: #003333;
	border-color: #003333;
	padding: 3px 0px 0px 16px;
	border-style: solid;
	border-width: 0px 0px 1px 10px;

}

div#main h4 {
	font-size:100%;
	color: #003333;
	border-color: #003333;
	padding: 3px 0px 0px 16px;
	border-style: solid;
	border-width: 0px 0px 0px 10px;
	font-size: 12pt;

}

div#main table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 700px;
	margin-bottom: 30px;
}

div#main table th {
	font-size: 100%;
	background: #CAE5F1;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}

div#main table td {
	font-size: 90%;
	background: #F4FAFC;
	border: 1px solid  #CAE5F1;
	text-align: left;
	vertical-align: baseline;
	line-height: 120%;
	padding: 10px 10px 10px 10px;
}

div#main table td#place {
	text-align: center;
}

/* トップへのリンクの設定 */
div#totop {
	position:relative;
	height:2em;
}

div#totop p {
	position:absolute;
	top:10px;
	right:0;
	margin:0;
	font-size:0.63em;
}

div#totop p a {
	padding-left:8px;
	background: url(../img/bg_totop.gif) 0 50% no-repeat;
}

/* フッターメニューの設定 */

div#footMenu {
	width:910px;
	position: relative;
	float:left;
	padding:20px 0 0 0;
	border-top:1px solid #CECFCE;
}

div#footMenu ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

div#footMenu li {
	position:relative;
	display:inline-block;
	text-align:center;
	margin:0 20px 0 0;
	padding:0;
	font-size: 90%;
}

/* フッターの設定 */

div#footer {
	text-align:center;
	padding:20px 0;
}

div#footer address {
	font-size:0.63em;
}

/* リンク付きテーブルの設定 */

div#links ul {
	float: left;
	list-style-type: none;
	width: 780px;
	position:relative;
}

div#links li {
	border: 1px dotted #999;
	border-width: 1px 1px 1px 1px;
	margin: 5px 0;
	float: left;
	width: 350px;
}

div#links li a {
	color: #336666;
	display: block;
	padding: 5px;
	text-decoration: none;
}

div#links li a:hover {
	color: #336666;
	background-color: #AAC8C5;
}

div#links a em {
	color: #333;
	display: block;
	line-height: 125%;
	font-size: 10pt;
}

div#dept {
	font-size:11pt;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 20px;
	border: 1px dotted #999;
	border-width: 1px 1px 1px 1px;
	width: 300px;
	text-align: center;
}

div#dept a{
	display: block;
	background-color: #00605F;
	color: #FFFFFF;
	text-decoration: none;
}

div#dept a:hover {
	background-color: #008081;
	color: #FFFFFF;
}
