/**************************************************************** 初期化 */
* {
	font-weight: normal;
	font-style: normal;
	font-family: 'Helvetica', 'ＭＳ ゴシック', sans-serif ;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dt,dd,blockquote,pre,address,hr,fieldset,form
{
	display: block;
}

h1,h2,h3,h4,h5,h6 {
	clear:both;
	margin:0.5em 0 ;
	padding:2px 0 0 4px;
	font-weight:bold;
}

a,img,em,strong,dfn,q,cite,sub,sup,ins,del,kbd,samp,code,var,abbr,acronym,bdo,map,area,span,br
{
	display: inline;
}

img
{
	border: 0 none;
}

body {
	text-align:center;
	font-size:small;
}

/* 見出し */
h1 {
	border-left:8px solid #E60012 ;
	border-bottom:1px solid #E60012 ;
	font-size:180%;
}

h2 {
	clear:both;
	background:url('../images/h2.gif') no-repeat left center;
	border-bottom:1px solid #E60012 ;
	font-size:140%;
	margin-top:1em;
	padding-left:24px;
}

h3 {
	background:url('../images/h3.gif') no-repeat left center;
	border-bottom:1px dotted #E60012;
	font-size:120%;
	margin-top:1em;
	padding-left:20px;
}

h4 {
	background-color:gray ;
	border:1px solid silver;
	font-size:100%;
	color:white;
	height:1.5em;
	line-height:1.5em;
	margin-top:1em;
}

h5 {
	border:1px solid gray ;
	margin-top:1em;
}

h6 {
	border-bottom:1px dotted gray;
}

/* リスト*/
li {
	list-style-type:none;
}

/* リンク */
a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:red;
}

/**************************************************** 汎用クラス */
.break {
	clear:both;
	margin-top:1em;
}

.f_left {
	float:left;
	padding-right:0;
	padding-left:1em;
}

.t_center {
	text-align:center ;
}

.red {
	background-color:#E80012;
	color:white;
	font-weight:bold;
}

.red_line {
	font-weight:bold;
	border-bottom:2px solid dotted #E80012;
}

.red_text {
	font-weight:bold;
	color:#E80012;
}

.strong_text {
	font-weight:bold;
}

.hide {
	line-height:0;
	visibility:hidden;
}

table {
	font-size:100%;
	border-collapse:collapse;
	margin:1em;
}

th, td {
	border:1px solid #AAA;
	padding:2px;
}

th {
	font-weight:bold;
	text-align:center;
}

.line1 {
	background-color:#EEE;
}

.line2 {
	background-color:#FFF;
}

.caution {
	font-size:80%;
	color:#E80012;
}

/********************************************************* 秘技 
.column {
	padding-bottom:1001em;
	margin-bottom:-1000em;
}
*/