@charset "UTF-8";

/*================================================================

　　　　　　　　　　　　　　初期化用CSS

================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
	background-color: #f7f7f7;
}

html,body{
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,  
pre, form, fieldset, input, textarea, p, blockquote, th, td {  
	margin: 0;
	padding: 0;
}

fieldset, img{  
	border:0; 
}

/* テーブルのボーダーを重ねて表示 */
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

caption {
	text-align: left;
}

th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

td {
	vertical-align: top;
}

address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
}

/* リストマーク非表示 */
ol, ul, li {
	list-style-type: none;
}

/* 画像の縦位置を下に */
img {
	vertical-align: bottom;
}

/* リンク画像のボーダーを非表示 */
a img  {
	border:none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* clearfix */
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* IE7 */
*:first-child+html body {
	padding-left: 1px;
}

/* IE6 */
* html body {
	padding-left: 1px;
}

/* FireFox 3 */
html>/**/body .selector, x:-moz-any-link, x:default {
	color: red;
}
   
* html body dl.list dd div {
   display: inline-block;
}
