@charset "UTF-8";


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

  Common styles
  !!!!! DO NOT edit this styles !!!!!

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

body, td {
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	color: #000;
}


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

  styles for  #wrapper height:100%

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

html, body, #wrapper {
	height: 100%;
}

body {
	background: #000;
}

#wrapper{
	min-height: 100%;

}

body > #wrapper {
	height:auto;
}



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

  link style

--------------------------------------------------------------------*/
a {
	color:#F00;
	text-decoration: none;
}

a:link {
	color:#F00;
	text-decoration: none;
}

a:visited {
	color:#0F0;
	text-decoration: none;
}

a:hover {
	color:#00F;
	text-decoration: none;
}

a:active {
	color:#F0F;
	text-decoration: none;
}

	/*----------------------------
	  image link style
	----------------------------*/
	a.external img {
		vertical-align: middle;
	}


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

  image style

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

img {
	border: 0 none;
}



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

  list style

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

ul, ol, li {
	margin: 0;
	padding: 0;
	line-height: 0;
}

li {
	list-style-type: none;
}



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

  common id styles

--------------------------------------------------------------------*/
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#yodogawa {
}

#contents {
}

#date {
	padding: 30px 0 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#footer {
	margin: 0 auto;
	padding-bottom: 50px;
}

	#footer li {
		float: left;
		margin-right: 10px;
	}
	
	#footer li.end {
		margin-right: 0;
	}
	
#copyright {
}
