@charset "UTF-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 * Title  : Base CSS
 * Author : koyama takashi
 * UpDate : 2010/10/08
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */

h1 {
	font-size: 138.5%;
}
h2 {
	font-size: 115%; 
}
h3 {
	font-size: 108%;  
}
h1,
h2,
h3 {
	margin: 0;
}
h4,
h5,
h6 {
	margin: 1em 0 0.5em;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: bold; 
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
} 
em {
	font-style: italic;
}

blockquote,
ul,
ol,
dl {
	margin: 0;
}
ol,
ul,
dl {
	margin-left: 0;
}
dl dd {
	margin:0;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}
p,
fieldset,


label {
	margin-right: 1em;
}
label:hover {
	cursor: pointer;
}
/*
input[type="text"]:hover,
input[type="text"]:focus {
	background-color: #EEE;
}
input[type="text"] {
	padding: 0.2em;
	height: 1.5em;
	line-height: 1.5em;
}
input[type="checkbox"] {
	margin-bottom: 0.2em;
}
*/
textarea {
	padding: 0.2em;
}

#footer {
	width:950px;
	margin:0 auto;
	padding-bottom:150px;
	height:auto;
}

