/* UTF-8対応 */
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial;
	line-height: 120%;
}

/* 共通属性 */
body,div,p,ul,ol,li,a,h1,h2,h3,h4,dl,dt,dd,form {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #009EDB;
	text-decoration: none;
}
a:visited {
	color: #009EDB;
	text-decoration: none;
}
a:hover {
	color: #3D71B8;
	text-decoration: underline;
}

div#contents {
	font-size: 80%;
	margin: 0px 30px 0px 30px;
}

div#copy {
	font-size: 80%;
	margin: 0px 30px 0px 30px;
	text-align: right;
}

h1 {
	font-size: 150%;
	border-color: #ccccff;
	border-style: solid;
	border-width: 1px 10px 1px 10px;
	padding: 3px 10px;
	margin: 10px 0px;
}

hr {
	clear: both;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	botder-color: gray;
}

p#user {
	text-align: right;
}

.caution {
	margin: 5px;
	padding: 3px;
	color: red;
	font-weight: bold;
}

div#menu {
	margin: 0px 0px;
	text-align: center;
}

div#menu ul li {
	display: inline;
	float: left;
	border-style: solid;
	border-color: gray;
	border-width: 0px 1px 0px 0px;
	padding: 0px 10px;
}

dt {
	margin: 2px 0px 2px 5px;
}
dd {
	margin: 2px 0px 2px 15px;
}

table.list {
	font-size: 100%;
	border-collapse: collapse;
	margin: 5px 15px;
}
/*	border: 1px solid black;*/

table.list th {
	background-color: gray;
	color: white;
	border: 1px solid black;
}

table.list td {
	background-color: white;
	border: 1px solid black;
}

table.list tr.mine td {
	background-color: #ffffdd;
}

table.list td.rowClass {
	background-color: #d4d0c8;
}

table.list td.rowComp {
	background-color: #e8e5df;
}

table.list td.rowUnit {
	background-color: #f6f4ef;
}

form {
	margin: 5px 15px;
}

table.form {
	font-size: 100%;
	border-collapse: collapse;
	border: 1px solid black;
	margin: 5px 15px;
}
table.form th {
	background-color: gray;
	color: white;
	border: 1px solid black;
}

table.form td {
	background-color: white;
	border: 1px solid black;
}

.mini {
	width: 50px;
}
.short {
	width: 100px;
}
.middle {
	width: 250px;
}
.long {
	width: 400px;
}
.note {
	font-size: 80%;
	color: #666666;
}

p.submenu a {
	padding: 0px 3px;
}

div.pages {
	font-weight: bold;
}
span.thispage {
	font-size: 180%;
	color: red;
}
span.edgepage {
	font-size: 150%;
}
div.PopWindow {
	display: none;
	position: absolute;
	border-top: #dddddd solid 1px;
	border-left: #dddddd solid 1px;
	border-bottom: #666666 solid 3px;
	border-right: #666666 solid 3px;
	padding: 5px;
	background-color: #ffffdd;
	width: 250px;
	overflow: auto;
}
table#menu_count {
	font-size: 100%;
	border-collapse: collapse;
	border: 3px double gray;
}
table#menu_count td {
	padding-left: 20px;
	border-bottom: 1px solid silver;
	text-align: right;
	background-color: #ececff;
}
table#menu_count th {
	font-weight: normal;
	border-bottom: 1px solid silver;
	text-align: right;
}
table.daily {
	font-size: 100%;
	border-collapse: collapse;
	border: 3px double gray;
}
table.daily th {
	background-color: silver;
	color: white;
	padding: 0px 3px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
table.daily th.graph {
	height: 100px;
	vertical-align: bottom;
}
table.daily td {
	text-align: center;
	padding: 0px 4px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
}
table.daily td.graph {
	height: 100px;
	vertical-align: bottom;
	border-right: 0px solid gray;
}
table.daily caption {
	font-weight: bold;
	text-align: left;
	padding-left: 1em;
}
