

@charset "Shift_JIS"


*{
	font-family:"メイリオ","ＭＳ Ｐゴシック";
}

body {
/*------------------------------------------------*
	background-image: url("../img/acty2.jpg");
/*------------------------------------------------*/
	background-image: url("../img/ras.jpg");
	background-attachment: fixed;
	background-repeat: none;
	margin: 0;
	padding: 0;
}

/*-----------------soto------------------*/
div#soto {
	width: 900px;
	height: 400px;
	margin-left: 20px;
	border: none;
	
}	
	
/*----------------nakal------------------*/
div#nakal {
	width: 130px;
	height: 360px;
	border: solid 1px #000000;
	float: left;
}
/*-----------------se1------------------*/
div#se1 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
	margin-top: 30px;
}
div#se1 p {
	margin-top: 4px;
}
/*-----------------se2------------------*/
div#se2 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
}
div#se2 p {
	margin-top: 4px;
}
/*-----------------se3------------------*/
div#se3 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
}
div#se3 p {
	margin-top: 4px;
}
/*-----------------se4------------------*/
div#se4 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
}
div#se4 p {
	margin-top: 4px;
}
/*-----------------se5------------------*/
div#se5 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
}
div#se5 p {
	margin-top: 4px;
	font-weight: bold;
	font-size: 1.1em;
}
/*-----------------se6------------------*/
div#se6 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
}
div#se6 p {
	margin-top: 4px;
}
/*-----------------se7------------------*/
div#se7 {
	width: 128px;
	height: 30px;
	border: solid 1px #000000;
}
div#se7 p {
	margin-top: 4px;
}
/*----------------nakar------------------*/
div#nakar {
	position: relative;
	z-index: 1;
	width: 750px;
	height: auto;
	border: solid 1px #FFFFFF;
	background-color: #333333;
	border-radius: 10px;
	box-shadow: 10px 10px 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	
	float: right;
}
/*------------------rogo-------------------*/
div#to {
	width: 500px;
	height: 74px;
	border: none;
	margin-left: 125px;
	background-image: url("img/to.png");

}
/*------------------photo-----------------*/
div#ho {
	width: 400px;
	height: 248px;
	border: none;
	margin-left: 175px;
	background-image: url("img/img10.jpg");

}
/*---------------------------------------*/
div#nakar p{
	font-size: 0.8em;
	line-height: 1.7em;
	margin-left: 2em;
	margin-right: 2em;
	color: #FFFFFF;
}

/*---------------------------------------*/
a{
	text-decoration: none;
}
a:link { 
	color: #87CEEB;
 }
a:visited {	
	color: #87CEEB;
 }
a:hover { 
	color: #FFFF00; 
	font-weight: bold;
	font-size: 1.1em;
}

