@charset "utf-8";

/*===================================================================

CSS Information

 Site URL:	http://hyper-text.org/xmdp/
 File name:	base.css (http://hyper-text.org/css/xmdp.css)
 Summary:	xmdp profile styles
 Created:	2007-11-30
 Last update:	2007-11-30 by Yoshiki Kato
 Author:	Yoshiki Kato

===================================================================*/


/*----------------------------------------
 __base_style
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}

html {
	background: #fcfaea;
	}

body {
	margin: 1em;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	line-height: 1.5;
	text-align: center;
	background: #fcfaea;
	}

img {
	border: none;
	vertical-align: bottom;
	}

ul {
	list-style: none;
	}

fieldset {
	border: none;
	}

legend {
	display: none;
	}

ins,
abbr {
	text-decoration: none;
	font-style: normal;
	border: none;
	}

q:after,
q:before {
	content: "";
	}

a {
	color: #599;
	text-decoration: none;
	}

a:visited:hover {
	color: #990;
	text-decoration: underline;
	}

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

/*----------------------------------------
 __style_container
----------------------------------------*/

div#contents {
	margin: 0 auto;
	text-align: left;
	width: 80%;
	overflow: hidden;
	}

/*----------------------------------------
 __heading
----------------------------------------*/

h1 {
	margin-bottom: 1em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #555;
	}

h2 {
	margin-bottom: 1em;
	}

/*----------------------------------------
 __profile
----------------------------------------*/

dl {
	margin-bottom: 2em;
	}

dl dt {
	font-weight: bold;
	}

dl dd {
	margin: 0 0 1em 1em;
	}

p {
	margin-bottom: 1em;
	}

/*----------------------------------------
 __footer
----------------------------------------*/

address {
	margin-top: 1em;
	padding-top: .5em;
	border-top: 1px dotted #555;
	}

