@charset "utf-8";
/* CSS Document*/
html,body{
	margin:0;
	width:100%;
	background-image:url(img/water.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
}
/* メモ用スペース
rgb(22, 49, 95　暗い
rgb(110, 130, 255)　明るい
rgb(62, 69, 65)  黒
rgb(62, 75, 243)
rgb(45, 93, 171)
*/ 
#line{
	height:10px;
	background-color:#FFF;
}
/* 領域内タグ*/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
 	margin-top:20px;
	width:820px;
	background-color:rgb(65, 113, 191);
}
#header{
	margin-right:10px;
	height:70px;
	width:700px;
	background-image:url(img/intercollege_txt.png);
    behavior: expression(IEPNGFIX.fix(this));
}
#main{
	margin:10px;
	height:1600px;
	margin-bottom:
}
#main h3.head01 {
height:24px;margin:0px 0px 5px 0px;padding:8px 0px 0px 22px;
font-size:16px;font-weight:bold;color:#444444;
background-image:url(img/head015_01.png);
}
#main h3.head02 {
height:24px;margin:0px 0px 5px 0px;padding:8px 0px 0px 22px;
font-size:16px;font-weight:bold;color:#444444;
background-image:url(img/head015_02.png);
}
#main h3.head03 {
height:24px;margin:0px 0px 5px 0px;padding:8px 0px 0px 22px;
font-size:16px;font-weight:bold;color:#444444;
background-image:url(img/head015_03.png);
}
#main h3.head04 {
height:24px;margin:0px 0px 5px 0px;padding:8px 0px 0px 22px;
font-size:16px;font-weight:bold;color:#444444;
background-image:url(img/head015_04.png);
}
#txt{
	height:350px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:5px;
	width:425px;
	float:left;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding:10px;
	background-image:url(img/white_back.png);
	background-repeat:repeat-y left;
    behavior: expression(IEPNGFIX.fix(this));
}
li.center{
	text-align:center;
}
li.indent{
	text-indent:1em;
}
#poster{
}
#cover{
	height:255px;
	width:180px;
	float:left;
	margin:5px;
}
#back{
	height:255px;
	width:180px;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
}
#footer{
	text-align:right;
	font-size:10px;
	color:#fff;
}
#white{
    font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
#history{
	width:520px;
	float:left;
	margin-right:10px;
}
#history.ul{
	list-style:none outside;
	margin:1em 0;
	padding:0;
}
#history ul.menu ul li{
	border-bottom:1px dotted #e6e6e6;
	border-top:none;
	padding:10px;
}
#link{
	margin-top:16px;
	width:265px;
	float:left;
	margin-left:5px;
	border-top:1px solid #e6e6e6;
}
#link ul.menu ul li{
	border-bottom:1px dotted #e6e6e6;
	border-top:none;
	padding:4px;
	padding-left:32px;
	margin-top:0;
}
#link ul.menu #white ul li a img{
	border:solid #000000 1px;
}
#x{
	font-size:17px;
	background-image:url(img/marker.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
#history ul.menu #white li #mark{
	background-image:url(img/marker_2.gif);
	background-repeat:no-repeat;
        padding-left:25px;
	border-bottom:solid 1px #e6e6e6;
}
#clear_line{
	clear:both;
	margin-top:5px;
	margin-bottom:20px;
}
a img{
    border-style:none;
    border-width:0;
}
/*#txt #white ul li a{
	text-decoration:none;
}
*/
a:link{
	color:#FF66CC;
}
a:visited{
	color:#FF66CC;
}
a:hover{
    color:#FF66CC;
}
a:active{
	color:#FF66CC;
	outline:none;
}
#txt #white ul li{
    font-size:12px;
	line-height:16px;
}
#white ul li #mark{
	font-size:17px;
	background-image:url(img/marker_3.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:18px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bold;
}
/* タグ効果リセット */
a,body,div,li,ol,ul,dt,dd,h1,h2,h3,h4,h5,h6,h7,p,blockquote{
  margin:0;
  padding:0;
  list-style:none;
}
