/*このcssファイルは全体に共通するスタイルシートを記述しています*/


/*全体のデザイン　ここから---------------------------------------------*/
*{
	padding:0;
	margin:0;
}

body {
	background-color:#F6F5F2;
	text-align:center;
	background: -webkit-gradient
           (linear, left top, left bottom, from(#ccc), to(#fff));
}

h2 {
	margin-bottom:8px;
}

a {
	text-decoration:none;
}


/*三池先生の本のリンクのため追加---------------------------------------------*/

a:hover {
  text-decoration: underline;
}

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


a img {
	border:0;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
} 

a:hover {
	color:#ff5500
} 

a:active {
	color:#ff5500;
}

ul li {
	list-style-type:none;
	font-size:14px;
}

p {
	font-size:14px;
	margin-bottom:40px;
}

address {
	font-size:12px;
	padding:2px 0;
	text-align:center;
	font-style:normal;
}
/*全体のデザイン　ここまで---------------------------------------------*/

div#pages {
	width:850px;
	margin:10px auto 80px;
	text-align:left;
}

img.title {			/*タイトル画像（映像情報科学〜〜ってかいてある画像）*/
	height:112px;
	width:512px;
	float:left;
}

/*サイトマップ、お問い合わせの二つ　ここから---------------------------------------------*/
ul.submenu {
	text-align:right;
	float:right;
	margin:102px 0 3px;
	width:234px;
}

ul.submenu li {
	list-style-type:none;
	display:inline;
	padding:0 5px;
}
/*サイトマップ、お問い合わせの二つ　ここまで---------------------------------------------*/

div#main {
	clear:both;
	width:850px;
	border:1px solid #000;
	background-color:#fff;
}

div#sidemenu {
	width:150px;
	float:left;
	padding-left:10px;
	padding-top:30px;
}

div#sidemenu ul li {
	line-height:2.3em;
}

div#sub {
	width:650px;
	padding:30px 0px 30px 30px;
	overflow:hidden;
	border-left:solid 1px #000;
}

div#footer {
	clear:both;
	width:850px;
	border-top:solid #000 1px;
}

 /*メニューのおりたたみここから---------------------------------------------*/

ul li a{
	background-image:url(../img/yaji.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:16px;
}

ul li a:visited {
	color:#000;
	background-image:url(../img/yaji.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:16px;
} 

ul li a:hover {
	color:#000;
	background-image:url(../img/yaji2.gif);
	background-repeat:no-repeat;
	background-position:3px 2px;
	padding-left:16px;
} 

ul li a:active {
	color:#000;
	background-image:url(../img/yaji2.gif);
	background-repeat:no-repeat;
	background-position:3px 2px;
	padding-left:16px;
}

li ul {
	margin-left:15px;
}


/*メニューのおりたたみここまで---------------------------------------------*/