@charset "UTF-8";
/* ==========================================================================
   Font Size set
   ========================================================================== */
   
/*
 
   10px   =      77%
   11px   =      85%
   12px   =      93%
   13px   =     100%
   14px   =     108%
   15px   =     116%
   16px   =   123.1%
   17px   =     131%
   18px   =   138.5%
   19px   =   146.5%
   20px   =   153.9%
   21px   =   161.6%
   22px   =     167%
   23px   =     174%
   24px   =     182%
   25px   =     189%
 
*/
 
body {
	font: 13px/1.5 verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 *font-size: small;
 *font: x-small;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
select, input, button, textarea {
	font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
 *font-size: 100%;
}
/* ==========================================================================
   Base styles
   ========================================================================== */

::-moz-selection {
 background: #f8e655;
 text-shadow: none;
}
::selection {
	background: #f8e655;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #585750;
	margin: 30px 0 0 60px;
	padding: 0;
	width: 40%;
	text-align: left;
}
img {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #eeeeee;
	line-height: 1.6;
	font-size: 16px;
	color: #333333;
}
.inner {
	margin-left: 60px;
	width: 807px;
}
.wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}
.main {
	padding: 22px 0 0 0;
}
.header-container, .main-container {
	background-color: #ffffff;
	min-width: 950px;
}
.disc {
	list-style: disc;
}
ul.circle {
	position: relative;
	left: -1.5em;
}
li.circle {
	padding-left: 12px;
	background: url(../img/list_circle.gif) no-repeat 0 0.3em;
	list-style: none;
}
ul.square {
	list-style: none;
}
li.square {
	padding-left: 12px;
	background: url(../img/list_square.gif) no-repeat 0 0.4em;
	ist-style: none;
}
.indent {
	margin-left: 1em;
}
.indent-half {
	margin-left: 0.4em;
}
.no-indent {
}
a:link, a:visited {
        font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* header */
h1 {
	padding-top: 20px;
}
/* contents */
h2 {
	margin: 0;
	text-align: center;
}
h3 {
	margin: 0px 0px 20px 0px;
}
h4 {
	margin: 30px 0 20px 0;
}
.inner {
	margin: 20px 0px 0px 200px;
	width: 550px;
}
ul.vote {
}
.main-container {
	padding-bottom: 60px;
}
/* footer */
.footer-container {
	background-color: #eeeeee;
}
address {
	width: 454px;
	height: 12px;
	margin: 0 auto 0 auto;
	padding: 10px 0 12px 0;
}

.top10 {
	margin-top: 10px;
}
