html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

///////////////////////////////////////////////////////////////

* {
	margin :0;
	padding :0;
	}

body {
	font-size: 0.9em;
	font-family: "Arial", sans-serif;
	color: #333;
	background-color: #ffffff;
	margin: 0px;
}
 
p {
	margin-top: 3px;
	margin-bottom: 1em;
}

img {
	border: 1px #eef0ee solid
}

ul {
	margin:0px;
	padding:5px 20px;
}

ol {
	margin:0px;
	padding:5px 20px;
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
}

dl {
	margin:0px;
	padding:5px 20px;
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

dd {
	margin: 8px 30px;
	font-size: 0.8em;
}

li {
	display: block;
}

b {
	font-weight: bold;
	}

div {
	margin: 0;
	padding: 0; }
 
a {
	color: #FF6699;
	text-decoration: none;
	font-weight: bold; 
	}

	a:hover {
	text-decoration: underline; }

	a:visited {
	color: #3366CC;
	}

h1 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-top: 20px;
}

h2 {
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
//	text-align: center;
	padding-top: 16px;
}
h2:before {
//	content: "■"
}
h2:after {
//	content: "■"
}

h3 {
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	text-align: center;
}
h3:before {
	content: "■"
}
h3:after {
	content: "■"
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}
h4:before {
	content: "■"
}

#content {
	background-color: #B3C5C3;
	position: relative;
	text-align: left;
	}

#header {
	background-color: #A1AEAC;
	background-image: url("../images/ppse_logo.png");
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	width: 100%;
	height: 48px;
	padding: 2px 0;
}

#last_modify {
	color: #ffffff;
	font-size: 1.4em;
	text-align: right;
	position: relative;
	width: 100%;
	padding: 2px 0;
}

#back_title {
	color: #ffffff;
	font-size: 3.0em;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 2px 0;
}

#main {
	background-color: #ffffff;
	position: relative;
	margin: 0 auto;
	width: 700px;
	padding: 16px;
}

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 16px 0;
}

.desc {
	font-size: 0.8em;
}

.cd_info {
	margin: 16px 32px;
}

.artwork {
	float: left;
	width: 300px;
}

.artwork_right {
	margin-left: 320px;
	text-align: left;
}

.check_point {
	color: #FF2222;
	text-decoration: none;
	font-weight: bold; 
	font-size: 1.5em;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden; }
 
.clearfix { display: inline-block; }
 
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
 
.clearfix { display:block; }
 
/* end MacIE5 */
