body{

	background : #ffffff url(../img/image.jpg) repeat-y right;
	line-height:1.2em;
	color:#000000;
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
}

a {/*a基礎*/
	    	text-decoration:none;
		color:#68a6b5;
		border-bottom:1px dashed #68a6b5;
		font-weight:bold;
		font-style: normal;
}
	
a:hover {/*マウスが重なったとき*/
		color:#5696a6;
}

ul{
	line-height:1.5em;
}

ul.MC{
	list-style-type:none;
	padding-top:2%;
}






h1{
	    font-size:200%;
	    font-style:italic;
	    text-align:center;
	    line-height:1.2em;
}

h1 span{
	font-size:70%;	

}

div.navi{
	font-size:80%;
	font-weight:bold;
	height:0.5em;
	
}

div.navi2{
	text-align:center;
	}

div.info{
	padding-left:5%;
}

div.list{
	float:left;
	width:10em;
	padding-left:2%;
}


div.odai{
	padding:2% 3%;

}

address {
	clear:left;
	text-align:center;
	font-style: italic;
	font-size:90%;
}

address a {
	font-style: italic;	
}

pre{
background-color:#ffffff;

}


hr{
	color:#68a6b5;
	border-style:solid;
	border-width:1px;	
}