@charset "Shift_JIS";

/* Stylesheet Document */

/* ------------------------------
** 初期設定
------------------------------*/

body {
	color: #232323;
	font-size: 84%;
	margin: 0px;
	padding: 0px;
}

a {
	color: #232323;
}

img {
	border: none;
}

table tr th {
	color: #232323;
	font-size: 84%;
	font-weight: normal;
	line-height: 140%;
}

table tr td {
	color: #232323;
	font-size: 84%;
	line-height: 140%;
}

h1 {
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

h2 {
	font-size: 120%;
	margin: 0px;
	text-align: left;
	padding: 10px 0px 10px 10px;
}

h2 small {
	font-size: 84%;
	font-weight: normal;
}

h3 {
	color: #C62900;
	font-size: 110%;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 0px;
}

h4 {
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

h5 {
	background-image : url(../../common/img/bg_title.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #4D1414;
	border-left: 3px solid #4D1414;
	color: #4D1414;
	font-size: 110%;
	font-weight: bold;
	height: 25px;
	margin: 0px;
	padding: 2px 0px 2px 12px;
}

h6 {
	border-bottom: 1px dotted #B8A1A1;
	border-left: 3px solid #4D1414;
	color: #4D1414;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 4px 8px;
	text-align: left;
}

p {
	line-height: 140%;
	margin: 0px 0px 0px 16px;
	text-align: left;
	padding: 0px;
	width: 94%;
}

/* ------------------------------
** エリア
------------------------------*/

#header {
	background-image : url(../../common/img/bg_header.gif);
	background-repeat: repeat-x;
}

#bar_left {
	background-image : url(../../common/img/bar_left.gif);
	background-repeat: repeat-y;
}

#bar_right {
	background-image : url(../../common/img/bar_right.gif);
	background-repeat: repeat-y;
}

#footer {
	background-color: #581717;
	color: #FFFFFF;
	padding: 0px 0px 0px 8px;
}


/* ------------------------------
** 装飾
------------------------------*/

table tr td.dotline {
	background-image : url(../../common/img/line.gif);
	background-position: left center;
	background-repeat: repeat-x;
}


/* ------------------------------
** テキスト
------------------------------*/

.gray {
	color: #656565;
}

.impact {
	font-size: 140%;
}

.onepoint {
	color: #C62900;
	font-size: 130%;
	font-weight: bold;
}

.red {
	color: #920101;
}

.white {
	color: #FFFFFF;
}