@charset "Shift_JIS";

/*---------------------------------------------------
　　　　　　　　共通CSS　＆　index用CSS
----------------------------------------------------*/


/*------　基本設定　------*/

a:link {
	color: #11839C;
	text-decoration: none;
}



a:visited {
	color: #11839C;
	text-decoration: none;
}



a:hover {
	color: #11839C;
	text-decoration: underline;
}



a:active {
	color: #11839C;
	text-decoration: none;
}



body {
	background-color: #E3E2DF;
	margin: 0;
	padding: 0;
}


img {
	border: 0;
}


p {
	padding: 0;
	margin: 0;
}



/*---------------------------------------------------
　　　　　　　　ページ構造に関するCSS
----------------------------------------------------*/

#wrapper {
	text-align: left;
	margin: 0 auto; 
	width: 800px;
	background-color: #000000;
}


#link-base {
	width: 800px;
	height: 441px;
	position: relative;
}


#link {
	width: 126px;
	height: 30px;
	position: absolute;
	top: 183px;
	left: 643px;
}


#img04 {
	padding-top: 20px;
}


#img05 {
	padding-top: 12px;
}