﻿@charset "UTF-8";



/*reset css
-------------------------------------------------------------*/
body,div,dl,dt,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td,p {
	margin:0;
	padding:0;
	font-size:12px;
}
img {
	vertical-align:middle;
}

html{ 
	overflow-y:scroll; 
}

table{
	border-collapse:collapse;
}

th {
	font-weight:normal;
}

ul li{
	list-style:none;
}

ul {
	list-style:none;
}

caption,th{
	text-align:left;
	vertical-align: top;
}

input,textarea,select{
	font-family:inherit;
	font-weight:inherit;
	font-size:inherit
}

input,textarea,select{
	*font-size:100%;
}
/* -- Hack WinIE & MacIE --*/
* html body {
	/*end  Hides from IE5-Mac */
}
/* -- Hack WinIE & MacIE  end--*/


ol {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}

img {
	vertical-align: top;
	border:none;
}

/*gimics
-------------------------------------------------------------*/
.floatLeft {
}

.floatRight {
	float:right;
	margin-right: 5px;
	margin-left: 10px;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}


/*clearfix
-------------------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロック部分に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.cent {
	text-align: center;
}
.tright {
	text-align: right;
}
