@charset "utf-8";
@media screen {
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	background: url(../../img/bg_index.jpg) left top repeat-x;
}



#wrapper{
	text-align: center;
	margin: auto;
	padding: 0;
	margin-top: 0;
	width:960px;
}

#header{
	margin: 0;
	padding: 10px;
	clear: both;
	overflow: auto;
	width: 950px;
}


h1{
	float: left;
	text-indent: -4000px;
	width: 428px;
	height: 65px;
	background: url(../../img/index_0.png) left top 	no-repeat;
}

h2{
	display: none;
}

#header ul{
	float: right;
	margin-top: 30px;
}

#header ul li{
	float: left;
	list-style: none;
	margin-right: 15px; 
}

#header ul li a{
	
}

#contents{
	text-align: left;
	margin-left: 30px;
}


#contents p a{
	width: 408px;
	height: 93px;
	display: block;
}

#contents p a span{
	display: none;
}



#contents p a.adam {
	background: url(../../img/index_1.jpg) left top no-repeat;
}


#contents p a.adam:hover {
	background: url(../../img/index_1.jpg) left bottom no-repeat;
}

#contents p a.enc {
	background: url(../../img/index_2.jpg) left top no-repeat;
}

#contents p a.enc:hover {
	background: url(../../img/index_2.jpg) left bottom no-repeat;
}

#contents .book{
	/*border-bottom: 1px dotted #333333;*/
	margin-top: 0px;
	margin-bottom: 10px;
}

#contents .book p.prg{
	padding-left: 20px;
	}
}


/*-----------プリント用-----------*/

@media print{

body{
	margin: 0;
	padding: 0;
}



#wrapper{
	text-align: center;
	margin: auto;
	padding: 0;
	margin-top: 0;
	width:100%;
}

#header{
	margin: 0;
	padding: 10px;
	clear: both;
	overflow: auto;
	width: 100%;
	background: url(../../img/index_print.jpg) left top no-repeat;
}


h1{
text-indent: -4000px;
	
}

h2{
	display: none;
}

#header ul{
	display: none;
}


#contents{
	text-align: left;
	margin-left: 30px;
}


#contents p a{
	width: 408px;
	height: 93px;
	display: block;
}

#contents p a span{
	display: none;
}



#contents p a.adam {
	background: url(../../img/index_1.jpg) left top no-repeat;
}


#contents p a.adam:hover {
	background: url(../../img/index_1.jpg) left bottom no-repeat;
}

#contents p a.enc {
	background: url(../../img/index_2.jpg) left top no-repeat;
}

#contents p a.enc:hover {
	background: url(../../img/index_2.jpg) left bottom no-repeat;
}

#contents .book{
	/*border-bottom: 1px dotted #333333;*/
	margin-top: 0px;
	margin-bottom: 10px;
}

#contents .book p.prg{
	padding-left: 20px;
	}



}




