﻿@charset "utf-8";

* {margin: 0; padding: 0;}
body {
	color: #363636;
	background: #fff;
	font-size: small;
	font-family: "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana , Osaka , Arial , "Trebuchet MS" , sans-serif;
	}
html {}
img {
	border: none;
	vertical-align: middle;
	}

/* COMMON BOX
------------------------------------------------------------*/
#container {
	width: 900px;
	margin: 20px auto 0 auto;
	text-align: left;
	position: relative;
	}
.exp {
	margin-bottom: 14px;
	line-height: 170%;
	}
.intro {
	margin-bottom: 14px;
	font-size: 1.1em;
	color: #556789;
	letter-spacing: .1em;
	font-weight: normal;
	}
.pict-line {
	border: 1px solid #999;
	padding: 7px;
	}

#login {
	/* margin: 10px 40px 20px 0;
	position: relative;
	float:left;
	*/
	margin: 10px 0 20px 40px;
	position: relative;
	float:right;
	}
.login-left {
	margin-right: 220px;
	height: 200px;
	}
.login {
	width: 200px;
	border: 1px solid #586777;
	}
.login-field {width: 110px;}
.acc {
	padding: 10px 10px 10px 10px;
	}
.acc dt {
	float: left;
	width: 50px;
	margin-bottom: 10px;
	}
.acc dd {
	margin-bottom: 10px;
	}

.acc-hd {
	font-size: 1em;
	font-weight: normal;
	padding: 4px 0;
	margin-bottom: 4px;
	text-align: center;
	background: #dde7ec;
	border-bottom: 1px solid #586777;
	}
.center {
	text-align:center;
	margin: 0 0 20px 0;
	}

/* HEAD
------------------------------------------------------------*/
.logo {
	background: url(logo.gif) no-repeat;
	width: 162px;
	height: 35px;
	}
.logo a {
	width: 164px;
	height: 34px;
	}
.logo,.logo-DJ,.logo-Widgets,.logo-Metrix,.logo-MS,.logo-Reader {
	text-indent: -700em;
	margin-bottom: 20px;
	}
.logo a,.logo-DJ a,.logo-Widgets a,.logo-Metrix a,.logo-MS a,.logo-Reader a {
	display: block;
	overflow: hidden;
	}
.logo-DJ {
	background: url(../logo/logo-dj.gif) no-repeat;
	height: 60px;
	}
.logo-DJ a {
	width: 186px;
	height: 55px;
	}
.logo-Widgets {
	background: url(../logo/logo-widgets.gif) no-repeat;
	height: 60px;
	}
.logo-Widgets a {
	width: 230px;
	height: 55px;
	}
.logo-Metrix {
	background: url(../logo/logo-metrix.gif) no-repeat;
	height: 60px;
	}
.logo-Metrix a {
	width: 255px;
	height: 55px;
	}
.logo-MS {
	background: url(../logo/logo-feedms.gif) no-repeat;
	height: 50px;
	}
.logo-MS a {
	width: 210px;
	height: 45px;
	}
.logo-Reader {
	background: url(../logo/logo-reader.gif) no-repeat;
	height: 60px;
	}
.logo-Reader a {
	width: 182px;
	height: 55px;
	}



/* FOOT
------------------------------------------------------------*/
.foot {
	margin: 14px 0;
	position: relative;
	}
.copy {
	text-align: right;
	position: absolute;
	right: 0px;
	top:0px;
	}

/* EOF */
