﻿@charset "utf-8";

* {margin: 0; padding: 0;}
html {}
body {
	color: #363636;
	font-size: small;
	font-family: "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana, Osaka, "Trebuchet MS" , sans-serif;
	text-align: left;
	background: #fff;
	}
body.scr{
	height: 100%;
	overflow: auto;
	}
body.anowin{
	height: auto;
	overflow: auto;
	}
input {
	font-size: small;
	font-family: "HiraMaruPro-W4" , "HiraKakuStd-W8", Verdana, Osaka, "Trebuchet MS" , sans-serif;
	}

img {
	border: none;
	vertical-align: middle;
	}
h1,h2,h3,h4 * {font-size: small;}
h1 img,h2 img,h3 img,h4 img * {
	margin-right: 9px;
	}
table {border-collapse: collapse;}

/* COMMON BOX
------------------------------------------------------------*/
#container {
	position: relative;
	}
#head {
	padding: 4px 0 20px 10px;
	}
#head h1 {
	text-indent: -700em;
	overflow: hidden;
	}
#apps {
	float: right;
	margin: 0 14px 0 0;
	}
#apps,#apps a {
	text-decoration: none;
	color: #586777;
	}
#apps a:hover {
	text-decoration: underline;
	}
.logo {
	margin-top: 7px;
	background: url(../../home/img/logo.gif) no-repeat;
	height: 60px;
	}
.logo a {
	display: block;
	width: 162px;
	height: 35px;
	overflow: hidden;
	}

/* MENU
------------------------------------------------------------*/
#menu {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	background: #e6e9e9;
	padding: 7px 0 7px 12px;
	}
.menuin {
	margin-left: 24px;
	}

/* ANCHOR
------------------------------------------------------------*/
#menu a {
	text-decoration: none;
	color: #363636;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu img {
	margin-right: 4px;
	}

/* MAIN
------------------------------------------------------------*/
.titlehd {
	padding: 12px 0 12px 20px;
	border-bottom: 1px solid #3e3e3e;
	}
.site-item {
	margin: 20px 24px 0 24px;
	}
.site-item dt,
.site-item input,
.site-item select{
	margin: 0 0 2px 0;
	}
.site-item dt{
	background: #e6e9e9;
	padding: 2px 0 2px 10px;
	margin: 0 0 4px 0;
	}
dt.noBG{
	background: #fff;
	padding: 2px 0 2px 0px;
	}
.site-item a {	text-decoration: none;}
.site-item a:hover {text-decoration: underline;}

.comment {
	color: #787878;
	margin-bottom: 24px;
	}

.reg-add {}
.reg-add dd{margin-bottom:12px;}

.regline {border-top: 1px solid #e6e9e9;}
.regline th {
	background: #e6e9e9;
	font-weight: normal;
	text-align: left;
	padding: 6px 24px 4px 14px;
	}
.regline th,
.regline td {
	border-bottom: 1px solid #fff;
	}
.regline td {
	border-bottom: 1px solid #e6e9e9;
	padding: 6px 14px 4px 20px;
	}
.regline th.last {border-bottom: 1px solid #e6e9e9;}





p{
	margin: 1em 0;
}

h3{
	margin: 3em 0 1em 0;
	border-bottom: 1px solid #3e3e3e;
}

.pageFooter{
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #999999;
	margin: 4em 0 0 0;
}

.subscribe_input_error{
	color: #CC0000;
	margin: 1em 2em;
}

/* EOF */
