﻿/*
 * Copyright(c) 2009 limitlink,Inc. All Rights Reserved.
 * http://limitlink.jp/
 * 文字コードUTF-8
 */

body {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 135%;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	min-width: 600px;
	max-width: 1024px;
}

input, textarea {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

form, ul, li, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

li {
	list-style-type:none;
	white-space: nowrap;
}

table {
	border: 0px;
}

th {
	padding: 0px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
}

td {
	padding: 0px;
	vertical-align: top;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #00f;
}

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

.clearer {
	clear: both;
	font-size: 0px;
}

.header {
	border-top: 5px solid #57d;
}

.headertitle {
	float: left;
	padding: 10px 0px 8px 20px;
}

.headerright {
	text-align: right;
	padding: 10px 20px 10px 0px;
}

.headerright a:link, .headerright a:visited, .headerright a:active {
	margin: 0px 0px 0px 10px;
	color: #333;
	font-size: 12px;
}

.headerright a:hover .headerright a.current:link, .headerright a.current:visited, .headerright a.current:active {
	color: #09e;
}

.footer {
	border-top: 1px solid #57D;
	padding: 10px 40px 10px 40px;
	font-size: 12px;
}

.content {
	padding: 40px 40px 40px 40px;
}

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #57d;
}

h2 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

.error {
	padding: 0px 0px 5px 0px;
	color: #f00;
}

.list {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.list th {
	padding: 3px 5px 3px 5px;
	text-align: left;
	background-color: #f2f2f2;
	border-bottom: 1px solid #999;
}

.list td {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #999;
}

.list th a:link, .list th a:visited, .list th a:active {
	color: #333;
}

.visited td a:visited {
	color: #606;
	color: #00f;
}

.sortby {
	padding: 0px 0px 0px 5px;
	font-size: 12px;
}

.pagination {
	padding: 10px 0px 10px 0px;
}

.separator {
	padding: 0px 5px 0px 5px;
}

.view {
	width: 700px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.view th {
	width: 120px;
	padding: 3px 5px 3px 5px;
	text-align: left;
	background-color: #f7f7f7;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.view td {
	padding: 3px 5px 3px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.form th {
	width: 120px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}

.form td {
	padding: 3px 0px 3px 0px;
}

.submit {
	padding: 10px 0px 5px 0px;
}