@charset "utf-8";
/*初期設定*/
* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding:	0px;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
}
body ,html {
	height: 100%;
	width: 100%
}
img {
	border: none;
}
li {
	list-style-type: none;
}

/*共通設定*/
#container {
	width: 949px;
	border-right: 1px solid #1A1883;
}
a {
	color:#00699B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/*header*/
#header {
	background-color: #1A1883;
	height: 119px;
	width: 949px;
}
#header #hnavi {
	background: url(../img/header2.jpg) no-repeat 0px 0px;
	height: 24px;
	text-align: right;
	padding: 6px 10px 0px 0px;
}
#header #hnavi a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#header #hnavi a:hover {
	color: #A6A4EE;
}
#header img {
	display: block;
}

/*content*/
#content {
	padding: 0px;
	width: 725px;
	height: auto;
	float: left;
}

/*menu*/
#menu {
	background: url(../img/menu_bg.jpg) no-repeat 25px 0px;
	float: left;
	width: 224px;
}
/*lmenu メニュー１階層*/
#lmenu {
	padding: 10px 0px 10px 1px;
}
#lmenu h2 {
	padding: 1px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lmenu h2 a {
	display: block;
	background: url(../img/menu_btn.jpg) no-repeat 0px 0px;
	height: 30px;
	width: 180px;
	font-size: 20px;
	font-weight: bold;
	color: #1A1883;
	padding: 8px 0px 0px 20px;
	text-decoration: none;
}
#lmenu h2 a:hover {
	background: url(../img/menu_btn_o.jpg) no-repeat 0px 0px;
	color: #FFFFFF;
}

/*lmenu_now メニュー２階層*/
#lmenu_now h2 a{
	background: url(../img/menu_btn_o.jpg) no-repeat 0px 0px;
	color: #FFFFFF;
}
#lmenu_now h3 {
	padding: 1px 1px 1px 6px;
}
#lmenu_now h3 a {
	width: 125px;
	font-size: 14px;
	color: #1A1983;
	padding: 0px 0px 0px 23px;
	text-decoration: none;
	margin: 0px;
}
#lmenu_now h3 a:hover {
	font-weight: bold;
}

/*lmenu_nowの中のサブメニュー メニュー３階層*/
#lmenu_now h4 {
	padding: 1px;
}
#lmenu_now h4 a {
	display: block;
	height: auto;
	width: 125px;
	font-size: 12px;
	color: #1A1983;
	padding: 0px 0px 0px 33px;
	text-decoration: none;
}
#lmenu_now h4 a:hover {
	font-weight: bold;
}

/*menu下のbanner*/
.mbnr {
	margin: 0px 0px 5px 25px;
}


/*footer*/
#footer {
	background-color: #1A1883;
	padding: 5px;
	color: #FFFFFF;
	width: 940px;
	clear: both;
}
#footer a {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #A6A4EE;
}
#footer #fnavi {
	padding: 0px 0px 0px 5px
}
#footer #fnavi a {
	font-weight: normal;
}
#footer #logo {
	float: right;
}
#footer #logo a {
	font-weight: bold;
	font-size: 14px;
}

/*情報コミュニケーション学部用*/
#menu_2_joho {
	font-size: 18px;
	font-weight: bold;
}

