@charset "Shift_JIS";



body#index {
	margin:0;
	background-color:#CCCCCC;
	background:url("images/bg.gif") repeat-y center;
	font-size:small;
	line-height:120%;
}
body#contents {
	margin:0;
	background-color:#CCCCCC;
	background:url("images/contentsBg.gif") repeat-y center;
	font-size:small;
	line-height:120%;
}

#container {
	width:750px;
	margin:0 auto;	
}


#content_header {
	width:750px;
	height:92px;
}


.clear {
	clear:both;
}



/*
トップ
----------------------------------*/

#topImage {
	width:750px;
	height:350px;
	position:relative;
}
	#topImage img {
		display:block;
		margin:0;
		padding:0;
	}


ul#btn_menu {
	width:135px;
	height:150px;
	/*background-image:url(images/btn_menu.png);*/
	position:absolute;
	top:80px;
	left:6px;
}
	ul#btn_menu li {
		line-height:0;
		list-style:none;
	}
	ul#btn_menu li a {
		display:block;
		width:135px;
		height:50px;
		text-indent:-9999px;
		margin:0;
		padding:0;
		line-height:normal;
	}
	a#menu_program {
		background:url("images/btn_menu.png") no-repeat;
	}
	a#menu_entry {
		background:url("images/btn_menu.png") no-repeat;
		background-position:0 -50px;
	}
	a#menu_access {
		background:url("images/btn_menu.png") no-repeat;
		background-position:0 -100px;
	}
	
	a#menu_program:hover {
		background:url("images/btn_menu_on.png") no-repeat;
	}
	a#menu_entry:hover {
		background:url("images/btn_menu_on.png") no-repeat;
		background-position:0 -50px;
	}
	a#menu_access:hover {
		background:url("images/btn_menu_on.png") no-repeat;
		background-position:0 -100px;
	}
	
#contentHome {
	width:750px;
}
	#contentHome img {
		float:left;
	}
	
	
#contactArea {
	width:298px;
	height:380px;
	background:url("images/contact.png");
	float:right;
}
	#contactArea #contact {
		width:245px;
		padding:10px;
		margin:15px auto;
		background-color:#999999;
		color:#ffffff;
	}
	#contactArea #contact p {
		line-height:140%;
	}
	#contactArea #contact .contact_title {
		font-size:14px;
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
		text-align:center;
	}
	#contactArea #contact p {
		line-height:140%;
	}




/******************

サイドバー

*****************/

#sideLeft {
	width:146px;
	height:100%;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

ul#btnLeft {
	width:135px;
	height:150px;
	position:absolute;
	top:30px;
	left:6px;
	margin:0;
	padding:0;
}
	ul#btnLeft li {
		line-height:0;
		list-style:none;
	}
	ul#btnLeft li a {
		display:block;
		width:135px;
		height:50px;
		text-indent:-9999px;
		margin:0;
		padding:0;
		line-height:normal;
	}

#admin {
	width:141px;
	color:#003300;
	/*padding:150px 0 0 5px;
	margin:0;*/
	padding-left:5px;
	margin:10px 0 auto 0;
	position:absolute;
	top:180px;
}

.bold {
	font-weight:bold;
}


















