@charset "utf-8";
/* ===================================================================
CSS information

 file name  : links.css
 style info : リンク集

=================================================================== */

#contents{
	/*background: url(../images/contents/profile_img.jpg) no-repeat right bottom;*/
	/*background: url(../images/contents/profile_img.jpg) no-repeat right 110px;*/
	position: relative;
}

/* 各種共通
-----------------------------------------------------------------*/

#panList {
	width: 780px;
	height: auto;
}
#panList li {
	padding: 0 3px 0 0;
	display: inline;
}
#panList li a {
	color: #0000CC;
	text-decoration: underline;
}
#panList li a:hover {
	text-decoration: none;
}


/* プロフィール
-----------------------------------------------------------------*/
h2 {
	width: 570px;
	height: 32px;
	background: url(../images/contents/title_sitemap.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 25px 0 0;
}
h3 {
	color: #0068B7;
	font-size: 138.5%;
	font-weight: bold;
	margin: 5px 0 0;
}
#linksContents {
	position: absolute;
	left: 10px;
	top: 125px;
}
#linksList {
	width: 535px;
	height: auto;
	margin: 15px 0;
}
#linksList li {
	font-size: 105%;
	background: url(../images/contents/arrow_right_up_small.png) no-repeat scroll 0 50% transparent;
	margin: 5px 0 5px 24px;
	padding: 5px 0 5px 14px;
	/*border-bottom: dotted 1px #333333;*/
	list-style-type: none;
}
#linksList li.toToppage {
	background: url(../images/contents/arrow_right_up.png) no-repeat scroll 0 50% transparent;
	margin: 5px 0;
	padding: 5px 0 5px 24px;
	border-bottom: dotted 1px #333333;
	list-style-type: none;
}
#linksList li a {
	text-decoration: underline;
}
#linksList li a:hover {
	color: #FF0000;
	text-decoration: none;
}
#linksList li span {
	margin-left: 1.5em;
}

#linksImg {
	width: 328px;
	height: 569px;
	/*background: url(../images/contents/profile_img.jpg) no-repeat 0 0;*/
	position: relative;
	left: 460px;
	top: 0;
}






