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

fieldset, img{
	border: 0;
}

abbr, acronym{
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}


h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}


body {
 	height: 100%;
 	position: relative;
 	min-width: 814px;  /*中央配置するボックス#contentsの横幅*/
 	min-height: 520px;  /*中央配置するボックス#contents縦幅*/
	background-color: #000;
	line-height: 1.5;
	color: #333;
	font: 62.5% "Century Gothic",Arial,sans-serif;
	text-align: center;
}

html {
	height: 100%;
	overflow: auto;
}


/* IE5.5以下対策
/* html {
	font-size: "75%;
}

*/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* MacIE end */

/* contents
-------------------------------------------------*/

div#contents {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 814px;
	height: 520px;
	margin: -260px 0 0 -407px;
	padding: 0;
	border: 0;
	background-color: #000;
}


a:link,
a:active,
a:hover, 
a:visited {
	text-decoration: none;
	}


/* mainContents
-------------------------------------------------*/

div#mainContents {
	position: relative;
	width: 814px;
	height: 460px;
	margin: 0;
	padding: 0;
	font-size: 1em ;
	text-align: left;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	background: url(../img/altanative.jpg) no-repeat left top;
}

	
div#mainContents a:link {
	color: #fff;
	text-decoration: underline;
	}
	
div#mainContents a:visited { 
	color: #666;
	text-decoration: none;
	}

div#mainContents a:hover,
div#mainContents a:active {
	color: #fff;
	text-decoration: none;
	}



div#chui {
	margin: 150px 0 0 347px;
	padding: 2;
	color: #ccc;
	text-align: left;
	border: 0;
	background-color: #000;
	width: 280px;
	float: left;
}


/*テキスト回り込み解除
-------------------------*/
.clear {
	clear: both;
}


/* footer
-------------------------------------------------*/
#footer p {
	margin: 10px 0 0 0;
	padding: 0;
	color: #333;
	text-align: center;
	border: 0;
	width: 814px;
	background-color: #000;
	letter-spacing: 0.1em;
}




