@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(../solution/images/subcate_base.jpg);
	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_base.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 555px;
	height: 28px;
	margin-bottom: 15px;
}

#pagetitle h4 {
	font-size: 85%;
	font-weight: bold;
	padding: 8px 5px 0px 5px;
}


/* 概要 */
#gaiyou {
	border-bottom: dotted #1e7eb5 1px;
	margin-bottom: 20px;
}

#gaiyou p {
	font-size: 80%;
	line-height: 180%;
	margin-bottom: 10px;
	text-indent: 1em;
}

/* テキストセット01 */
#text_set01 h5 {
	font-size: 80%;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-left: solid #1e7eb5 5px;
}

#text_set01 p {
	font-size: 80%;
	line-height: 160%;
	margin: 5px 0px 1em 10px;
}


/* テキストセット02 */
#text_set02 th {
	background-image: url(../images/pagetitle_basesml.jpg);
	background-repeat: repeat-x;
	border-style: none;
	height: 27px;
	text-align: center;
	}

#text_set02 td {
	vertical-align: top;
	}

.comment_text {
	border-left: solid #cccccc 1px;
	border-right: solid #cccccc 1px;
	border-bottom: solid #cccccc 1px;
	border-collapse: collapse;
	}

#text_set02 h5 {
	color: #ffffff;
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
}

#text_set02 p {
	font-size: 80%;
	line-height: 140%;
	padding: 6px;
}

.dotline {
	border-bottom: dotted #1e7eb5 1px;
}

/* リスト */
.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;
}

