@charset "UTF-8";

/* Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
- Font size Adjustment.
http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/ body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*========================================

  Elements

========================================*/

body {
	font-family: "Trebuchet MS", "メイリオ", Arial, Helvetica, sans-serif;
	color: #222;
	background-color: #fff;
}

/* Link
---------------*/

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #555;
	text-decoration: none;
}

a:focus,
textarea:focus,
input:focus {
	outline: 1px dotted #aaa;
}

/* Text
---------------*/

h1 {
	margin: 0;
	padding: 15px 20px;
	border: 1px solid #eee;
	line-height: 1.5;
	font-size: 131%;
	font-weight: normal;
	color: #000;
}

body.mainIndex h1 {
	display: none;
}

h2 {
	margin: 1em 0;
	font-size: 116%;
	font-weight: normal;
}

h3 {
	margin-top: 2em;
	font-size: 109%;
	font-weight: normal;
}

p {
	margin: 1em 0;
}

blockquote {
	margin: 1em 0 1em 20px;
	padding: 1px 20px;
	border: 1px solid #eee;
	color: #444;
}

pre {
	padding: 10px 20px;
	background-color: #f5f5f5;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 109%;
}

/* List
---------------*/

ul,
ol {
	margin: 1em 40px;
	padding: 0;
	list-style-position: outside;
}

ul ul,ul ol,ul ol,ol ol {
	margin: 0.3em 0 0.3em 15px;
}

/* form
---------------*/

form {
	margin: 1em 0;
	background-color: #f5f5f5;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 4px 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #999;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

input.submit:hover {
	background-color: #666;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

/* Table
---------------*/

table {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

caption {
	padding-bottom: 0.3em;
}

th,
td {
	padding: 0.3em 10px;
	border-collapse: separate;
	border-spacing: 1px;
	font-family: "Trebuchet MS", "メイリオ", Arial, Helvetica, sans-serif;
}

th {
	border-right: 1px solid #ddd;
	color: #333;
	background-color: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* Others
---------------*/

hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #222;
}

/*========================================

  Layout

========================================*/

table.wrap {
	margin: 0 auto;
	padding: 0;
	border: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.wrap td {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS", "メイリオ", Arial, Helvetica, sans-serif;
}

table.inner {
	margin: 0;
	padding: 0;
	border: none;
}

table.inner td {
	margin: 0;
	padding: 0;
	border: none;
	font-family: "Trebuchet MS", "メイリオ", Arial, Helvetica, sans-serif;
}

/*========================================

  Class

========================================*/

table.list {
	margin: 1em 0;
	border: 1px solid #ccc;
	background-color: #fff;
}

table.list caption {
	text-align: left;
	padding-left: 0.5em;
	padding-bottom: 0.3em;
}

table.list th,
table.list td {
	vertical-align: middle;
	padding: 13px 7px 10px;
	border-collapse: separate;
	border-spacing: 1px;
	font-family: "Trebuchet MS", "メイリオ", Arial, Helvetica, sans-serif;
}

table.list tr.line2 {
	background-color: #eee;
}

table.list th {
	border-right: 1px solid #666;
	color: #fff;
	background-color: #999;
}

table.list td {
	border-right: 1px solid #cfcfcf;
	border-top: 1px solid #cfcfcf;
}

table.list td.name {
	width: 14em;
}

table.list td.post {
	width: 6em;
}

table.list td.tel {
	width: 8em;
}

table.list td.name1 {
	width: 14em;
}

table.list td.tel1 {
	width: 10em;
}

td.return {
	text-align: right;
}

div.pankuzu {
	font-family: "Trebuchet MS", "メイリオ", Arial, Helvetica, sans-serif;
}

/* Clearfix
---------------*/

.clear {
	display: block;
	clear: both;
}

