@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.465;
}

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,a:visited{
	color: #6699ff;
}
a:hover{
	color: #fff;
	background: #6699ff;
}
ul,
ol{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position;
}

ul.list li{
	overflow: hidden;
	_zoom: 100%;
	line-height: 1.6em;
}

ul.default{
	margin: 0 0 0 15px;
	list-style: disc;
}
	ul.default{
		line-height: 1.6em;
	}

ul#list_construction{

}
	ul#list_construction li{
		overflow: hidden;
		_zoom: 100%;
		padding: 8px 0;
		background: url(/images/border_dotted.gif) repeat-x left bottom;
	}
	ul#list_construction img{
		float: left;
		margin-right: 5px;
		padding: 1px;
		border: 1px solid #ccc;
	}
	ul#list_construction li a.txt{
		padding: 5px 3px 3px 16px;
		background: transparent url(/images/li_bullet.png) no-repeat scroll 0 6px;
	}
	ul#list_construction li a.txt:hover{
		color: #66ccff;
	}

ul#snav{
	border-top: 1px solid #ccc;
}
	ul#snav li{
		border-bottom: 1px solid #ccc;
	}
	ul#snav li a{
		display: block;
		margin: 1px 0;
		padding: 5px 0 5px 20px;
		color: #666;
		text-decoration: none;
	}
	ul#snav li a:hover{
		color: #fff;
		background: #a0c457 url(/images/bullet.png) no-repeat 7px center;
	}

	ul#snav li.current a{
		font-weight: bold;
		color: #333;
		background: url(/images/bullet.png) no-repeat 7px center;
	}
	ul#snav li.current a:hover{
		color:#333;
		background: url(/images/bullet.png) no-repeat 7px center;
	}

ol.default{
	margin: 0 0 0 20px;
	list-style: decimal;
}
	ol.default{
		line-height: 1.6em;
	}

dl.list{
}
	dl.list dt{
		width: 90px;
		float: left;
	}
	dl.list dd{
		margin-left: 90px;
	}

ol li ol{
	margin: 10px 0 10px 20px;
	list-style: lower-alpha;
}
	ol li{
		margin-bottom: 5px;
		line-height: 1.3em;
	}
		ol li ol li{
			margin-bottom: 5px;
			line-height: 1.3em;
		}

fieldset{
	margin-bottom: 10px;
}

form {
	margin: 0.5em 0;
	padding: 1px 0; 
}

legend {
	margin: 0;
	padding: 0 5px 0 2px;
}

input,
textarea {
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input {
	line-height: 1.2;
}

input.size1{
	width: 400px;
}
input.size2{
	width: 200px;
}
input.size2{
	width: 200px;
}
input.zip{
	width: 70px;
}

input.submit{
	padding: 10px; 20px;
}

textarea {
}

textarea.content1{
	width: 450px;
	height: 200px;
}

textarea.area_select{
	width: 500px;
	height: 30px;
}
input.file{
	width: 500px;
}

label{
	margin: 0 10px 0 3px;
	font-weight: normal;
	cursor: pointer;
}

table {
	margin: 20px auto;
	width: 628px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
}
	caption{
		text-align: left;
		font-weight: bold;
	}
	th {
		width: 169px;
		padding: 8px;
		background: #eee url(/images/bg_th.gif) no-repeat left top;
		border: 1px solid #ccc;
		text-align: left;
		font-weight: normal;
	}
	td {
		padding: 8px;
		border: 1px solid #ccc;
		line-height: 1.4em;
		text-align: left;
		word-break: break-all;
	}

img {
	border: none;
}
hr{
	display: none;
}

.back2top{
	overflow: hidden;
	_zoom: 100%;
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
.back2top a{
	float: right;
	display: block;
	margin-bottom: 15px;
	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;
}

