@charset "shift_jis";
/* CSS Document */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-style: inherit;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
/*
li {
	list-style: none;
}
*/
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*	font-size: 100%;
}
#wrap {
	margin-bottom: 20px;
}
h1 {
	margin-bottom: 20px;
}
p {
	margin: 10px;
	margin-bottom: 1em;
}
form {
	background-color: #fff;
/*	border-radius: 8px;
	-webkit-border-radius: 8px;*/
	margin: 0px;
	padding: 0px;
}
form dt {
	font-weight: bold;
	margin-bottom: 5px;
}
form dd {
	margin-bottom: 20px;
}
input, textarea {
	
}
.require {
	font-size: 80%;
	background-color: #ff5d25;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
}
.choice li {
	margin-bottom: 1em;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
  /*\*/
* html .clearfix {
	height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
*/
/* --------------------------------------------------------------------------------
主要タグのマージン・パディングリセット指定
-------------------------------------------------------------------------------- */
body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, form, fieldset, legend, blockquote, input, textarea, p, pre, th, td {
	margin: 0;
	padding: 0;
	outline: none;
	/*word-break:break-all;*/
}
/*IE7 hasLayoutバグ回避*/
*:first-child + html * {
	letter-spacing: 0;
}
/* --------------------------------------------------------------------------------
主要タグのその他リセット指定
-------------------------------------------------------------------------------- */
img, iframe,fieldset{
	border: 0;padding:0;margin:0
}
address {
	font-style: normal;
	font-weight: normal;
}
/* --------------------------------------------------------------------------------
ブラウザによるテーブル関連、フォーム関連のデフォルト値リセット指定
-------------------------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
th, td {
	/*text-align:left;*/
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	font-family: inherit;
}
fieldset {
	border: 0;
}
/* --------------------------------------------------------------------------------
ブロック要素 配置指定
-------------------------------------------------------------------------------- */
body {
	text-align: center;
}
div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, iframe, fieldset, legend, blockquote, textarea, p, pre {
	 text-align: left; 
}