/*+++++　基本構造の定義　+++++*/
p
{
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,
li,dt,dd,
th,td
{
	line-height: 1.5;
	margin: 1em 0;
	padding: 0;
}

h1 {
	clear: both;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #003333;
	padding-left: 5px;
	border-bottom: 1px #999999 solid;
}
h2 {
	clear: both;
	font-size: 114%;
	font-weight: bold;
	text-align: left;
/*	border-left: 0.6em solid #003333;*/
	border-bottom: 1px dashed #999999;
	padding: 0 6px 3px 8px;
}

h3 {
	clear: both;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #015AB4;
}
h4 {
	clear: both;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	border-left: 0.4em solid #666666;
}

em {
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
}
img {
	border: none;
/*	vertical-align: bottom;*/
}
ul {
	list-style-position: outside;
	margin: 1em 0 1em 30px;
	padding: 0;
}
ol {
	list-style-position: outside;
	margin: 1em 0 1em 30px;
	padding: 0;
}
li {
	margin: 0;
}
dl {
	margin: 1em 0 1em 16px;
	padding: 1px 8px;
}

/* 入れ子のリスト設定 */
li li, li p, li dt, li dd,
dd li, dd p, dd dt, dd dd {
	font-size: 100%;
}

li ul, li ol, li dl, li p,
dd ul, dd ol, dd dl, dd p {
	margin: 0.4em 8px;
}
/* 入れ子のリスト設定 end */


/*+++++　ナビゲーション用　+++++*/
.pagetop {
	text-align: right;
	clear: both;
	background: #FFFFFF;
}

.backlink{
	text-align: center;
}

.navi {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	clear: both;
}

.naviobi {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #eeeeee;
	text-align: center;
}


/*+++++　記事内書式　+++++*/
.nobd{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.inquire{
	padding:3px;
	border:2px solid #009933;
	background:#EEFFEE;
	text-align:center;
	font-size:120%;
}

.question {
	font-weight: bold;
	background-color: #FFF1B9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/*++++++++BLOCK TYPE++++++++*/

/* 記事リスト用 */
.newlist{
	clear: both;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.25;
	background-color: white;
	margin-top: 0;
	margin-bottom: 3px;
	border: none;
	padding-left: 25px;
	text-indent: -0.5em;
	background-image: url(/images/newlist.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}

.new {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #CC0000;
	clear: both;
}
.lead {
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: .75em;
	margin-left: 1.5em;
/*	clear: both;*/
}
.lead img[align="left"] {
	margin-right: 1.25em;
	margin-bottom: .75em;
}

/* BT文字修飾用 */


.strike {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.txcenter {
	text-align: center;
	display: block;
}
.txleft {
	text-align: left;
	display: block;
}
.txright {
	text-align: right;
	display: block;
}

/* BT色定義 */
.blue {
	color: blue;
}
.darkblue {
	color: darkblue;
}
.green {
	color: green;
}
.red {
	color: red;
}
.vermillion {
	color: #CC0033;
}

/* BT見出し修飾用 */

h2.blue {
	padding-left: 5px;
	border-left: 0.6em solid blue;
	color: #000000;
}
h2.darkblue {
	padding-left: 5px;
	border-left: 0.6em solid #000099;
	color: #000000;
}
h2.green {
	padding-left: 5px;
	border-left: 0.6em solid green;
	color: #000000;
}
h2.red {
	padding-left: 5px;
	border-left: 0.6em solid red;
	color: #000000;
}
h2.vermillion {
	padding-left: 5px;
	border-left: 0.6em solid #CC0033;
	color: #000000;
}
.h1img {
	text-align: left;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* BT画像位置指定用 */
.img_l {
	float: left;
	display: block;
	margin-right: 12px;
}
.img_r {
	float: right;
	display: block;
	margin-left: 12px;
}
.img_c {
	display: block;
	clear: both;
	text-align: center;
	margin: 5px auto;
}
dt {
	font-weight: bold;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #999900;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-left: 5px;
	color: #993300;
}
.group th {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 11em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding: 5px;
}
table.group {
	margin-left: 20px;
	width: 450px;
}
.group caption {
	border: 1px solid #999999;
	color: #FFFFFF;
	background-color: #000066;
}

.group ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.group li {
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	text-indent: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.group td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding: 5px;
}
