﻿@charset "UTF-8";
/* COMMON SETTINGS */


/* Standard fonts */
h1, h2, h3 { font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif; color:#333;}

p { margin-bottom: 18px; }
h1 {
	font-weight: bold;
	font-size: 36px;
	margin: 5px 0 5px 0;
	color:#F60;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color:#090;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #930;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* CONTENT */
.header {
	background-image: url(/images/topics/07/title_bg.jpg);
	background-repeat: repeat-x;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D9900;
}

.header TD{
	text-align:left;
}

.header_sub {
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px 20px 0px;
	color:#F60;
}
.header_lead {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color:#090;
}
.margin30 { margin-bottom: 30px; }
.content {
	border: 2px solid #090;
	padding: 30px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(/images/topics/07/bg01.jpg);
	background-repeat: no-repeat;
	text-align:left;
}
.content_empty {
	border: 2px solid #;
	padding: 30px;
	font-size: 12px;
	line-height: 18px;
	background-image: url(/images/topics/07/bg_empty.jpg);
	background-repeat: no-repeat;
}
.img_space {
	padding-top: 27px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 11px;
}
.name {font-size:13px; font-weight:bold; line-height: 18px;}
.name_detail {
	font-size:10px;
	line-height: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	height: 500px;
	width: 300px;
}

