@charset "Shift_JIS";

@import "common.css";
@import "header.css";
@import "footer.css";

/* コンテンツエリア */
#contents {
	margin-bottom: 0px;
}

/* メインコンテンツ(外側) */
#mainarea {
	width: 599px;
	float: right;
	background-color: #ffffff;
}

/* メインコンテンツ(内側) */
#in_mainarea {
	width: 555px;
	background-color: #ffffff;
	margin: 30px 0px 15px 20px;
}

/* サブカテゴリータイトルエリア */
.sub_cate {
	background-image: url(../beginner/images/subcate_base.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 599px;
	height: 40px;
	border-bottom: solid #cccccc 1px;
}


/* グローバルタイトル */
h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
}

/* サブカテゴリータイトル */
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 13px 10px 0px 17px;
}

/* サブカテゴリーメニュー */
#leftmenu h3 {
	color: #666666;
	font-size: 12px;
	padding: 9px 3px 0px 7px;
	}

/* ページタイトル */
#pagetitle {
	background-image: url(../images/pagetitle_base2.jpg);
	background-repeat: repeat-x;
	background-color: #1E7EB5;
	width: 555px;
	height: 28px;
	margin-bottom: 15px;
}

#pagetitle h4 {
	font-size: 85%;
	font-weight: bold;
	padding: 8px 5px 0px 5px;
}


/* 最終更新日表示 */
#ymd_aria ul {
	padding: 0px 0px 5px 5px;
	float: right;
}

#ymd_aria li {
	list-style: none;
	display: inline;
	font-size: 80%;
	color: #ff6600;
	font-weight: bold;
	background-color: #feebb6;
}


/* 概要 */
#gaiyou {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF7D00;
	padding-left: 5px;
}

#gaiyou p {
	font-size: 80%;
	line-height: 180%;
	margin-bottom: 10px;
	text-indent: 1em;
	margin-right: 10px;
}



/* 表セット01 */
#list_set01 table {
	border: solid #1e7eb5 1px;
	border-collapse: collapse;
	font-size: 80%;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 20px;
	}

#list_set01 th {
	background-image: url(../images/pagetitle_basesml.jpg);
	background-repeat: repeat-x;
	height: 27px;
	text-align: left;
	}

#list_set01 td {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 5px;
	background-color: #EFEFEF;
	}

#list_set01 h5 {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	float: left;
	vertical-align: middle;
}

.goto_inq {
	padding: 0px 5px 0px 5px;
	float: right;
}

.color-td {
	background-color: #ededed;
	}




/* リスト */
.list {
	font-size: 80%;
	line-height: 160%;
	margin: 10px 10px 10px 0px;
}

.list ol {
	margin-left: 25px;
	list-style-type: decimal;
}

.list ul {
	margin-left: 25px;
	list-style-type: disk;
}

/* 前ページに戻る */
#backpage ul {
	float: right;
	padding-bottom: 5px;
}

#backpage li {
	list-style-type: none;
	display: inline;
	font-size: 70%;
	margin-left: 7px;
}

.backpage-icon {
	background-image: url(../images/blt01.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 1px 0px 1px 5px;
}


/* ページトップ */
.pegetop {
	padding: 10px 12px 10px 5px;
	font-size: 70%;
	text-align: right;
}
yajirushi {
	margin-right: 10px;
}

