@charset "utf-8";

/*===========================
		ブロック要素全般
===========================*/

/* 全体指定 */
* {
	font-size: 100%;
	border: none;
}

body {
	font-size: 100%;
	width: 80%;
	min-width: 860px;
	max-width: 1280px;
	margin: 0px auto;
	padding-left: 50px;
	background: #fffff6 url(../img/banner.png) no-repeat fixed;
}

div {
	margin: 1em 0px;
}

p {
	font-size: 105%;
	line-height: 1.8;
	letter-spacing: 1px;
	text-indent: 1em;
	margin: 1em 0px;
	padding: 0.5em;
	border: 1px dashed #9999aa;
	background-color: #ffffff;
}

h1 {
	color: #0066ff;
	font-size: 170%;
	line-height: 1.8;
	font-weight: bold;
	margin: 1em 0px;
	padding: 5px;
	border: 2px dashed #cfeafa;
	background-color: #fafffe;
}

h2 {
	color: #ff3060;
	font-size: 155%;
	font-weight: bold;
	line-height: 1.7;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-left: 20px solid #ff3060;
	border-bottom: 2px dotted #666666;
}

h3 {
	color: #007919;
	font-size: 140%;
	font-weight: normal;
	line-height: 1.4;
	margin: 1em 0px 0px 0px;
	padding: 0px 0px 0px 0.5em;
	border-left: solid 7px #00aa33;
	border-bottom: 1px dotted #999999;
}

h4 {
	color: #000099;
	font-size: 135%;
	line-height: 1.3;
	font-weight: normal;
	margin: 1em 0px;
	text-decoration: underline;
}

ul {
	margin-left: 3em ;
	padding: 0px;
}

li {
	font-size: 110%;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	margin: 1em 0px;
}

caption {
	caption-side: top;
	color: #df3399;
	font-size: 125%;
	padding: 0.5em;
	text-decoration: underline;
	text-align: left;
}

tr {
	
}

th {
	text-align: left;
	border: 1px solid #333333;
	padding: 8px;
	background-color: #ffeeff;
}

td {
	border: 1px solid #333333;
	padding: 8px;
	background-color: #fffefe;
}

dl {
	margin: 0px;
	padding: 0px;
}

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

dd {
	margin: 1em;
	padding: 0px;
}

address {
	padding: 1em;
	font-size: 120%;
	line-height: 1.3;
}

/*===========================
		インライン要素全般
===========================*/

img {
	border: none;
}

hr {
	width: 100%;
}

em {
	font-size: 130%;
	font-style: normal;
	color: #ff0000;
}

strong {
	font-size: 150%;
	font-style: normal;
	color: #000000;
}

input {
	color: #3355ff;
	font-size: 100%;
	line-height: 1.2;
	padding: 3px;
	vertical-align: middle;
	border: 1px solid #999999;
	background-color: #fffcfc;
}

select {
	font-size: 120%;
	vertical-align: middle;
	border: 1px solid #999999;
}

a {
	color: #936633;
	text-decoration: underline;
}

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

/*===========================
		汎用クラス設定
===========================*/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

ul.none {
	list-style-type: none;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}

p.note {
	border: 1px dashed #66cfcc;
	background-color: #fcfffe;
}

p.announce {
	border: 1px dashed #cf6666;
	background-color: #fffcfc;
}

p.nodoc {
	border: none;
	background-color: #fffff6;
}

/*===========================
		汎用ID要素全般
===========================*/

#menu {
	text-align: right;
}

#menu .search {
	line-height: 1em;
}

#menu input.botton {
	width: 8em;
}

#address {
	text-align: right;
	border-top: 1px solid #cccccc;
}
