﻿@charset "utf-8";

/*=========================================================
	[ m_heading.css ]
	print style
	date - creation:2009-03-27 // update:2009-03-27
=========================================================*/

/*=========================================================
	index
		1. heading style
=========================================================*/

/* 1. heading style
=========================================================*/
/* heading level1
---------------------------------------------------------*/
#content h1{
	margin-bottom:20px;
	font-size:165%;
	font-weight:bold;
	color:#FE0007;
	line-height:1.2;
}
#content #conHead h1{
	margin-bottom:10px;
}

/* heading level2
---------------------------------------------------------*/
#content h2{
	clear:both;
	margin:30px 0 10px;
	padding:0 0 6px;
	border-bottom:3px solid #cdcdcd;
	font-size:120%;
	font-weight:bold;
	line-height:1.3;
}

#content h2.report{
}

/* Link Detail */
#content h2 p.detail{
	float:right;
	width:55px;
	margin:0;
	line-height:1.2;
	font-size:85%;
	font-weight:normal;
}
#content h2 p.detail a{
	display:block;
	color:#000;
	padding:1px 0 0 15px;
	text-decoration:none;
	background:transparent url(/common/images/nav_mk_arrow1.gif) no-repeat 0 50%;
}
#content h2 p.detail a:hover{
	color:#FE0007;
	text-decoration:underline;
}

/* heading level3
---------------------------------------------------------*/
#content h3{
	clear:both;
	padding:10px 0;
	font-size:120%;
	line-height:1.3;
	font-weight:bold;
}
