﻿@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Reset CSS	URL: http://www.genkotsu-hb.com/
	Date: 2008-07-07
	Copyright (C) 2008 Sawayaka. All rights reserved.
------------------------------------------------------------------------------*/

/*	All Reset
----------------------------------------------------*/

*{
	margin:0;
	padding:0;
	/*font-size:100%;*/
	font-size:14px;
	font-style:normal;
}

/*	Redefine
----------------------------------------------------*/

body{
	background:url(../img/bg_index_cen.gif);
	color:#666;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	line-height:1.0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul{list-style-type:none;}
ol{margin-left:2em;}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font-size:100%;
}
th,td{vertical-align:top;}
img{
	border:0;
	vertical-align:bottom;
}

em{color:#666;
font-weight:bold;}
strong{font-weight:bold;}

a:link{color:#3366CC;}
a:visited{color:#551A8B;}
a:hover{color:#3366CC;
text-decoration:none;}
a:active{color:#3366CC;}
a[name]:hover{color:#666;}

textarea,input{font-size:100%;}
pre,code {font-family:monospace;}
