@charset "utf-8";

/*
reset.css ver 1.0 [2008/5/22]
*This document validates as CSS level 3
*http://higash.net/20080522/reset_css.html

Modify YUI Reset CSS, YUI Fonts CSS
*Copyright (c) 2008, Yahoo! Inc. All rights reserved.
*http://developer.yahoo.com/yui/license.html
*/

/* --HTML-- */
html {
background:#fff;
color:#333;
overflow-y:scroll;
}

/* --BODY-- */
body {
font:12px/1.5 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
margin:0;
overflow:visible;
padding:0;
}

/* for IE7 */
*+html body {
font-family:'メイリオ';
font-size:75%;
}

/* for IE6 */
* html body {
font-size:75%;
}

/* --OTHER TAGS-- */
a img, fieldset, img {
border:0;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

/* for IE7 */
*+html code, kbd, pre, samp, tt {
font-size:108%;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

input, select, textarea{
font-size:100%;
font-family:'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

/* tables still need 'cellspacing="0"' */
table {
border-collapse:collapse;
border-spacing:0;
font-size:100%;
}

/*original*/

#wrapper, #header, #contents, #footer{
	width:100%;
}

#header .inner, #contents .inner, #undernavi .inner, #footer .inner {
	width:860px;
	margin:0 auto;
}

#wrapper{
	min-width:860px;
}

#header {
	height: 130px;
	background-image: url(images/header_background.png);
	padding-top: 20px;
}
#navi01 {
	float: right;
}
#navi01 li {
	float: left;
	margin-left: 10px;
}
#logoarea {
	float: left;
	width: 310px;
}
#contents {
	height: auto;
	background-color: #CCC;
	padding-bottom: 1px;
}
#clearline {
	clear: both;
}
#undernavi {
	height: auto;
	background-color: #FFF;
}
#footer {
	background-color: #000;
	height: 30px;
	text-align: center;
	color: #FFF;
	padding-top: 6px;
}
#contents_title {
	font-size: 24px;
}
.contents_table {
	background-color: #FFF;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	margin-bottom: 10px;
	height: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#contents p {
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 28px;
}
.contents_table img {
	float: left;
}
.clearline {
	clear: both;
}
#kaisiimage {
	float: left;
}
#kaisicomment {
	float: right;
	width: 660px;
	margin-top: 16px;
}
#contents_title {
	font-size: 24px;
	padding-top: 10px;
	color: #000;
	height: 10px;
	padding-left: 10px;
}
#pagetitle_area {
	background-color: #FFF;
	margin-bottom: 10px;
	border: 2px solid #F0F;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 10px;
}

#youtube {
	height: 315px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}

#table_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#undernavi .inner ul li {
	float: left;
	height: 40px;
	width: 160px;
	border-left-width: 1px;
	border-left-color: #666;
	border-left-style: solid;
	padding-left: 18px;
	margin-right: 18px;
}
#metertalk img {
	margin-bottom: 10px;
}
br {
	line-height: 22px;
	margin-bottom: 10px;
}
#undernavi {
	padding-top: 20px;
	padding-bottom: 20px;
}

#undernavi .inner ul {
	width:840px;
	margin-right: auto;
	margin-left: auto;
}

#undernavi .inner ul li:first-child {
	list-style: none;
	border: 0;
}
.contents_table_date {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	background-color: #999;
	color: #FFF;
}
