/*2ページ目からのCSS追加分*/

html,
body{
	height: 100%;
	margin:0;
	padding:0;
	}
	
a:link {
	text-decoration: none;
	color: black;
	letter-spacing: 500;
}


a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
	}


a:hover {
	text-decoration: none;
	color: pink;
	}


#sotowaku02{
	width:100%;

	}

#sotowaku02 #header{
	width: 100%;
	background-color: #fff;
	height: 150px;
	background-image:url("images/line.gif");
	background-attachment: fixed;
	background-position:90% 10%;
	background-repeat: no-repeat;
	border-bottom: #ffa500 dotted 2px;
	
	}


#sotowaku02 #header h1{
	width:100%;
	padding-top:40px;
	padding-left: 20px;
	}


#sotowaku02 #header p{
	color: black;
	font-size: 12px;
	padding-left: 20px;
	} 

	
#sotowaku02 #header img{
	vertical-align: middle;
	}


#main02{
	width:100%;
	}
	
#main02 p{
	text-align:left;
	margin:30px;
	font-size:12px;
	color:black;
	}
	
	

#footer02{
	width: 100%;
	height: 150px;
	background-image:url("images/back.gif");

	}	

#footer02 p{
	text-align: right;
	font-size: 12px;
	color:white;
	padding:20px;
	}