@charset "utf-8";

/* CSS Information ================================================
2011 06/28
HAL東京 IT学部 4年制2年 礒貝一貴
2 index.css
================================================================ */

body{
	width: 100%;
	height: 100%;
	background-color: #E3E3E3;
}

/* ヘッダ */

#index_header{
	width: 750px;
	height: 145px;
	background-color: #FFFFFF;
	background-image: url(../img/line_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
#index_top{
	width: 100%;
	height: 70px;
	padding-top: 6px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.top_right{
	position: relative;
	left: 293px;
}

#index_contact{
	width: 100%;
	height: 39px;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
}

#index_contact a{
	position: relative;
	top: 14px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 11px;
	padding-bottom: 0;
}

#mini_navi{
	width: 100%;
	height: 30px;
	background-image: url(../img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#list_navi{
	padding-top: 11px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-left: 12px;
	margin-rigtht: 0;
	margin-bottom: 0;
}

#list_navi li{
	display: inline;
}

/* メイン */
#mini_middle h2{
	padding-left: 10px;
}
#mini_middle p{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	display:block;
	width: 392px;
	float:left;
	text-align:left;
	font-size: 12px;
	line-height:1.1;
}
#bottom_top h2{
	padding-left: 10px;
}
#bottom_top h3{
	padding-left: 10px;
	text-align:center;
}
#bottom_top dt{
	float:right;
	padding-right:10px;
}
#bottom_top dd{
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 15px;
	display:block;
	width: 392px;
	text-align:left;
	font-size: 14px;
	line-height:1.1;
	background-image: url("../img/list_dot.gif");
	background-position:top left;
	background-repeat: no-repeat;
}
#bottom_left{
	float:left;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin-top: 15px;
	margin-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	width:387px;
}
#bottom_left h2{
	float:left;
	padding-right: 10px;
}
#bottom_left dt{
	font-size:14px;
}
#bottom_left dd{
	font-size:13px;
	padding-top: 8px;
	line-height:1.0;
}
#bottom_right h3{
	text-align:right;
	padding-right:10px;
}

#bottom_bottom{
	clear:both;
	padding-top: 10px;
	padding-left: 16px;
	padding-bottom: 10px;
}
/* フッタ */
#index_footer{
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	clear: both;
	border-top:3px double #FF0000;
}
#index_hot{
	width: 702px;
}
#index_hot ul{
	margin-top: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#index_hot li{
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#index_hot a{
	border-top: 0;
	border-left: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	font-size: 13px;
	text-decoration: underline;
	display: block;
}
#index_cold{
	clear: left;
	overflow: hidden;
	width: 620px;
	padding-top: 3px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}
#index_cold ul{
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#index_cold li{
	float: left;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 13px;
}
#index_cold a{
	border-top: 0;
	border-left: 1px solid #333333;
	border-right: 0;
	border-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	text-decoration: underline;
	display: block;
}
.listFirst{
	padding-top: 0;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
.listEnd{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #333333;
	border-bottom: 0;
}
#footer_list{
	width: 100%;
	height: auto;
	background-image: url("../img/line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer_rigths{
	width: 100%;
	height: auto;
	background-color: #FF0000;
	margin-top: 3px;
	margin-left: 0;
	margin-rigtht: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}

#container{
	width: 750px;
	height: auto;
	background-color: #FFFFFF;
}
