@charset "utf-8";

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

	[aizuyaichi.or.jp] default.css

	1. resets
	2. container
	3. logo
	4. navigation
	5. copyright

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

/*------------------------------------------------------------

	1. resets

------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* html table {
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

hr {
	display: none;
}

/*------------------------------------------------------------

	2. container

------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #666 url(../img/back/body.jpg) fixed center top;
	font-family: Times, serif;
	font-size: 14px;
	line-height: 2;
	color: #333;
	text-align: center;
}

/*	container
------------------------------------------------------------*/
div#container {
	position: relative;
	width: 812px;
	margin: 0 auto;
	min-height: 742px;
	background: url(../img/back/contents.jpg) repeat-y;
	text-align: left;
}

* html div#container {
	height: 742px;
}

/*	content
------------------------------------------------------------*/
div#content {
	width: 630px;
	padding: 0 0 0 182px;
}

* html div#content {
	width: 812px;
}

/*------------------------------------------------------------

	3. logo

------------------------------------------------------------*/
h1 {
	position: absolute;
	z-index: 81;
	left: 0;
	top: 0;
	width: 182px;
	height: 224px;
	background: #FFFFDC;
	text-indent: -10000em;
	font-size: 16px;
}

h1 a {
	outline: none;
	display: block;
	width: 182px;
	height: 224px;
	background: #FFFFDC url(../img/logo/yaichi_aizu.gif) no-repeat -14px -14px;
}

h1 a:hover {
	background-position: -210px -14px;
}

/*------------------------------------------------------------

	4. navigation

------------------------------------------------------------*/
div#nav {
	position: absolute;
	left: 0;
	top: 252px;
	font-size: 12px;
}

div#nav ul {
	margin: 0;
	list-style: none;
}

div#nav ul li {
	margin: 0;
	padding: 0;
}

div#nav ul a,
div#nav ul img {
	display: block;
	vertical-align: bottom;
}

div#nav ul a {
	width: 182px;
	height: 28px;
	outline: none;
}

div#nav dl {
	margin: 28px 14px;
	line-height: 1.4;
	color: #CCC;
}

div#nav dt {
	font-size: 12px;
}

div#nav dd {
	font-size: 10px;
}

div#nav dd a {
	text-decoration: none;
	color: #CCC;
}

div#nav dd a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------

	5. copyright

------------------------------------------------------------*/
address {
	clear: both;
	width: 812px;
	height: 28px;
	margin: 0 auto;
	padding: 7px 0;
	background: url(../img/back/copyright.png) no-repeat;
	text-align: right;
	font-style: normal;
	font-size: 11px;
	color: #CCC;
}

* html address {
	background: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../img/back/copyright.png", sizingMethod="crop");
}

address a {
	color: #CCC;
}

address a:hover {
	color: #FFF;
}
