@charset "UTF-8";

* {
	margin:0;
	padding:0;
	color:#000;
	font-style:normal;
}

html {
	height:100%;
	overflow:auto;
}

body {
	width:100%;
	height:100%;
	color:#fff;
	background-color:#ffffff;
	/*background:url(../image/oblique1.gif) 0 0 repeat;*/
	overflow:auto;
}

.hidden {
	display:none;
}

div#container {
	/*margin:0 auto;*/
	width:100%;
	height: 100%;
	text-align:left;
}

* html div#container {
	height:100%;
}

div.contents {
	width:100%;
	letter-spacing:.05em;
}

div.contents h1.logo {
	padding:13px 20px 32px 16px;
}

div.contents h2 {
	padding-top:8px;
}

div.contents p {
	padding-bottom:8px;
}

div.contents p.msg {
	padding-left:16px;
}

div.contents address {
	padding-bottom:8px;
}

div.contents div#profile {
	padding-top:8px;
	padding-left:16px;
	padding-bottom:8px;
}

div.contents div#profile th {
	padding-right:16px;
	font-weight:normal;
}

div.contents div#links {
	padding-top:32px;
	padding-left:16px;
	padding-bottom:8px;
}

a {
	color:#000;
	text-decoration:none;
}
a:link, a:visited {
	color:#000;
	border-bottom:1px dotted #000;
}
a:active, a:hover {
	color:#000;
	border-bottom:1px solid #000;
}

object, embed {
	outline:none;
}
