@charset "utf-8";

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


/*title*/
#titleArea{background:url(../img/08link-title.gif) no-repeat;}


/*メニュー横イメージ画像*/
.midasi{
	background:url(../img/08linksIMG.gif) no-repeat;

}



/*本文*/
		#contentsArea{
			background:url(../img/08link-contents.gif) no-repeat;
			padding:0;
			}

	#contentsArea p.intro{color:#ccccff;
			font-size:90%;
			margin:30px 30px 5px 30px;
			padding:0 10px;
			border-left:2px solid silver;
			border-right:2px solid silver;}

	#contentsArea h2{font-size:100%;
			margin-bottom:5px;
			margin-top:2px;
			padding-left:10px;
			border-left:10px solid orangered}

		#contentsArea table{border-collapse:separate;
			border-spacing:10px 10px;}

		td{padding:0;
			color:silver;
			font-size:80%;
			line-height:120%;
			border-bottom:1px solid olive;
			vertical-align:top;
			padding-bottom:5px;
			width:50%}
		
		#contentsArea a{color:#cccc33;}

.mail{font-size:small;color:silver}