* {
	margin:	0;
	padding:0;
}

body {
	color: #000000;
	background: #e893c6 url(images/bg.gif) fixed no-repeat top left;
	text-align: center;
}

.outline {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

.center {
	margin: 0 auto;
}

#footer {
	background: url(images/footer.gif) no-repeat;
	width: 600px;
	padding: 3px 0 3px 0;
	text-align: center;
}

img {
	border-width: 0;
}

.hukidasi {
	margin-left: 40px;
	height: 20px;
	width: 100%;
}

.friendsIcon {
	text-align: left;
	padding-left: 20px;
}

table {
	margin: 0 auto;
}

p {
	padding: 0 5px 0 35px;
	text-align: left;
	font-size: 12px;
	line-height: 1.7;
}

.main {
	background: #ffffff;
	overflow: hidden;
}

.main:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

* html .main {
	height: 1em;
	overflow: visible;
}

#friends {
	margin: 0px 10px 0px 10px;
	width: 98px;
	float: left;
}

#kao {
	padding: 0px 0px 3px 0px;
	width: 98px;
	height: 60px;
}

#namae {
	text-align: center;
	padding: 0px 0px 30px 0px;
	width: 98px;
}

h1 {
	font-weight: normal;
	font-size: 14px;
}

h2 {
	color: #e893c6;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #e893c6;
	width: 95%;
	margin: 0 auto;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-style: solid;
	border-color: #e893c6;
	border-width: 0 0 1px 3px;
	padding: 0 0 0 7px;
}

.border {
	width: 95%;
	margin: 0 auto;
	border-style: dotted;
	border-color: #8f8f8f;
	border-width: 1px 0 0 0;
}

<!-- 以下IEで透明pngを表示させるためのCSS -->
.transImg {
	text-align: left;
}

* html .transImg img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}

.transImg {
	text-align: left;
}



<!-- 以下角丸用CSS -->
span.rtop,e span.rbottom {
	display:block;
	background: #e893c6;
}

span.rtop span, span.rbottom span {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #ffffff;
}

span.r1{margin: 0 5px;}
span.r2{margin: 0 3px;}
span.r3{margin: 0 2px;}
span.rtop span.r4, span.rbottom span.r4{margin: 0 1px;height: 2px;}



<!-- リンクカラー -->
a:link {
	color: #0063dd;
}

a:visited {
	color: #72a8e8;
}

a:hover {
	color: #ff0181;
}

a:active {
	color: #ff71b9;
}
