@charset "utf-8";
@import "common.css";

* {
	margin: 0;
	padding: 0;
}

html, body{
	height:100%;
}

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #313131;
}
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%;}

p,
pre,
address,
cite {
	margin: 0;
	font-style: normal;
}

p{
	margin: 10px auto;
	line-height: 1.231;
}

pre {
	padding: 0.5em 10px;
	border: 1px solid #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}

blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}
strong,em,b{
	font-weight: bold;
}

a:link{
	color: #ee6600;
	text-decoration: none;
}
a:visited{color: #ee6600;}
a:hover{color: #313131;}

ul,
ol{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position;
}

ul.list li{
	overflow: hidden;
	_zoom: 100%;
}

ul.default{
	margin: 10px 0 10px 15px;
	list-style: disc;
}
	ul.default li{
		line-height: 1.6em;
	}

ol.default{
	margin: 5px 0 10px 20px;
	list-style: decimal;
}
	ol.default li{
		line-height: 1.6em;
	}
ol li ol{
	margin: 10px 0 10px 20px;
	list-style: decimal;
}
	ol li{
		margin-bottom: 5px;
		line-height: 1.3em;
	}
		ol li ol li{
			margin-bottom: 5px;
			line-height: 1.3em;
		}

dl.list{
}
	dl.list dt{
		width: 90px;
		float: left;
	}
	dl.list dd{
		margin-left: 90px;
	}

fieldset{
	margin-bottom: 10px;
}

form {
	margin: 0.5em 0;
	padding: 1px 0; 
}

legend {
	margin: 0;
	padding: 0 5px 0 2px;
}

input,
textarea {
	padding: 3px;
	vertical-align: middle;
	font-size: inherit !important;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	line-height: 1.2;
}

input.default{
	width: 440px !important;
}
input.name{
	width: 104px;
}
input.zip{
	width: 43px !important;
}

input.size1{
	width: 400px;
}
input.size2{
	width: 200px;
}
input.submit{
	padding: 10px; 20px;
}

textarea.content1{
	width: 334px;
	height: 200px;
}
input.file{
	width: 500px;
}

label{
	margin: 0 10px 0 3px;
	font-weight: normal;
	cursor: pointer;
}

table {
	margin: 10px auto 0 auto;
	width: 675px;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}
caption{
	margin: 20px 0 -10px 0;
	text-align: left;
	font-weight: bold;
}
th {
	padding: 15px 0;
	background: #f5f5f5 url("/images/th_bg2.gif") no-repeat left top;
	border: 1px solid #d4d4d4;
	text-align: center;
}
td {
	padding: 15px 0 15px 8px;
	border: 1px solid #d4d4d4;
	line-height: 1.4em;
	text-align: left;
}

table.view {
	margin: 10px auto;
	width: 677px;
}
table.view th,
table.view td {
	padding: 8px;
	background: #e6eeee;
	border: 1px solid #cdcdcd;
}
table.view th{
	background-image: url(/images/th_bg2.gif);
}
table.view td {
	background: #fff;
}
table.view tbody td {
	background: #fff;
}
table.view tbody tr.odd td {
	background: #f5f5f5;
}

img {
	border: none;
}
hr{
	display: none;
}

.back2top{
	overflow: hidden;
	_zoom: 100%;
	margin: 19px 0;
}
.back2top a{
	float: right;
	display: block;
	width: 75px;
	height: 17px;
	background: url(/images/btn_back2top.gif) no-repeat left top;
}
	.back2top a span{
		display: none;
	}
.back2top a:hover{
	background: url(/images/btn_back2top.gif) no-repeat left bottom;
}
