@charset "utf-8";
/* CSS Document */

/*
-------------------------------------
    [1]reset
-------------------------------------
*/
/* --BODY-- */
body {
	font: 75%/1.5 'メイリオ', 'ＭＳ Ｐゴシック', 'Lucida Grande', Arial, Helvetica;
	margin: 0;
	/*overflow:visible;*/
	padding: 0;
	line-height: 1.5;
}
/* for IE7 */
*+html body {
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
	font-size: 75%;
}
/* for IE6 */
* html body {
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 75%;
}
/* --OTHER TAGS-- */
abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style: normal;
	font-weight: normal;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, label, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
caption {
	display: none;
}
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;
}
ol, ul {
	list-style: none;
}
q:before, q:after {
	content: '';
}
/* form */
button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
/* for IE6 */
* html input, * html textarea {
	font-family: 'ＭＳ Ｐゴシック';
}
/* for IE7 */
*+html input, *+html textarea {
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
}
/* tables still need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr th, table tr td {
	text-align: center;
}
table tr {
	background: #fff;
}
table tr th {
	background: #ccc;
	color: #000;
}
td, th {
	border: none;
}
th {
	text-align: center;
}
table tr.even td, tbody.even {
	background: #FFE6D9;
}
/* --FORM-- */
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 0 1em 1em 1em;
}
/* for IE6 */
* html input.text {
	height: 1.2em;
	line-height: 1.2;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	vertical-align: baseline;
}
/* for IE6 */
* html input.checkbox,  * html input.radio {
	vertical-align: -0.3em;
}
/* for IE7 */
*+html input[type="checkbox"],  *+html input[type="radio"] {
	vertical-align: 0;
}
input[type="submit"] {
	line-height: 1;
	padding: 0.3em;
}
/*because legend doesn't inherit in IE */   
legend {
	background: #fff;
	padding: 0.3em;
}
select {
	padding: 0;
	vertical-align: baseline;
}
/* for IE6 */
* html select {
	vertical-align: middle;
}
/* for IE7 */
*+html select {
	vertical-align: -0.2em;
}
textarea {
	line-height: 1.4;
	padding: 0.1em;
	vertical-align: middle;
	min-height: 150px;
	height: auto !important;
	height: 150px;
}
fieldset div {
	height: 30px;
}
/* --OTHER TAGS-- */
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
blockquote {
	margin: 1em;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
*font-size: 100%;
}
br {
	letter-spacing: normal;
}
/*
-------------------------------------
   link
-------------------------------------
*/
a {
	overflow: hidden;
	cursor: pointer;
	text-decoration: underline;
	outline: none;
}
a:hover {
	outline: 0;
/*
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
*/
}
a img, img {
	border: 0;
	vertical-align: bottom;
}
#container img {
	border: 0;
	vertical-align: bottom;
}
/*
-------------------------------------
   clearfix
-------------------------------------
*/
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}
* html .clearfix {
	display: inline-block;
}
/*
-------------------------------------
   left right
-------------------------------------
*/
.left {
	float: left;
}
.right {
	float: right;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}