@charset "UTF-8";

@import url( base.css );


/* 共通設定
------------------------------------------------------------- */
#home #header, #entry #header{
	padding-bottom: 30px;
	position: relative;
	background-color: #1F207F;
}
#home #header h1, #entry #header h1{
	font-size: 230%;
	line-height: 100%;
	text-align: left;
	padding-left: 20px;
}
#home #header h1 a, #entry #header h1 a {
	color: white;
	text-decoration: none;
}
#home #header h1 a:hover, #entry #header h1 a:hover {
	color: white;
	text-decoration: underline;
}
#topics_area {
	padding-left: 50px;
	padding-top: 30px;
	padding-right: 30px;
	margin-right: 30px;
	float: left;
	width: 750px;
	padding-bottom: 30px;
}
#topics_area h2 {
	background-color: #2C5CD8;
	display: block;
	height: 40px;
	color: white;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#home #footer, #entry #footer {
	height: 40px;
	background-color: white;
	border-top:solid;
	border-width: 1px;
	border-color: #1A79DF;
	clear: both;
	padding-top: 10px;
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 2rem;
}
.btn_edit {
	margin-top: -60px;
	margin-left: 898px;
	
}
.btn_edit a {
	display: block;
	height: 35px;
	color: white;
	background-color: #002894;
	width: 100px;
	padding-top: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-left: solid 2px white;
}
.btn_edit a:hover {
	color: white;
	background-color: #001B69;
}


/* ホーム設定
------------------------------------------------------------- */

#manual_area {
	margin-left: 50px;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: dotted;
    border-color: #777777;
    border-width: 1px;
    width: 950px;
	background-color: #F8F7E0;
}
#manual_area h2 {
	font-size: 150%;
	padding-bottom: 10px;
}

.topics_table table {
	width: 100%;
}
.topics_table th,td {
	vertical-align: top;
	border-bottom: dotted 1px #CACACA;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topics_table th {
	font-weight: normal;
	width: 120px;
}
.topics_table td {
}

#topics_area .view_topics {
	text-align: right;
	padding-top: 5px;
}
.manual_list {
	padding-top: 10px;
}
#home #topics_area {
	float: none;
	width: 1000px;
}
.img_left {
	float: left;
	padding-right: 25px;
	padding-top: 10px;
}
.manual_btn {
	font-size: 130%;
	line-height: 100%;
	margin-right: 10px;
}
.manual_btn a {
	display: inline-block;
	color: #303030;
	font-weight: bold;
	text-decoration: none;
	background-color: #EFCB07;
	padding-right: 0.5rem;
	padding-left: 1rem;
	padding-top: 1rem;
	padding-bottom: 0.7rem;
}
.manual_btn a:hover {
	display: inline-block;
	text-decoration: none;
	color: #303030;
	background-color: #E1BE00;
}
#home #manual_area h2 {
	font-size: 180%;
	line-height: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
}
#home #manual_area .update {
	font-size: 80%;
	text-align: right;
	margin-top: -30px;
	margin-bottom: 20px;
}

/* 記事一覧設定
------------------------------------------------------------- */
#entry #topics_area {
	width: 1024px;
	padding-left: 150px;
	
}
#entry .topics_path {
	font-size: 80%;
	padding-top: 12px;
	padding-left: 35px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	background-color: #EDEDED;
	border-bottom: solid 1px #E2E2E2;
}
#entry .topics_navi_top, #entry .topics_navi_bottom {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
#entry .topics_navi_top {
	border-bottom: solid 1px #C8C8C8;
}
.topics_navi_top .back, .topics_navi_bottom .back {
	padding-right: 3em;
}
.topics_navi_top .next, .topics_navi_bottom .next {
	padding-left: 3em;
}


/* エントリー設定
------------------------------------------------------------- */
#entry h3 {
	font-size: 150%;
	border-bottom: dashed 1px #3581CD;
	padding-left: 1rem;
	line-height: 150%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 1rem;
	margin-bottom: 1rem;
}
#entry p {
	line-height: 170%;
	padding-left: 1rem;
	padding-right: 1rem;
}

#entry .date {
	font-size: 90%;
	text-align: right;
	padding-bottom: 0.5rem;
	padding-right: 1rem;
}
#entry .image_area {
	padding-left: 1rem;
	padding-top: 1.5rem;
}
#entry .image_area .image1,#entry .image_area .image2, #entry .image_area .image3 {
	float: left;
}
#entry .image_area .image2, #entry .image_area .image3 {
	padding-left: 3rem;
}
#entry .image_area .caption {
	font-size: 85%;
	padding-top: 0.7rem;
	padding-left: 5px;
	padding-right: 5px;
	width: 290px;
	color: #1D6F9B;
	padding-bottom: 1rem;
}
#entry .doc_area {
	clear: both;
	margin-top: 5rem;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
	border-top: solid 1px #9F9F9F;
	border-bottom: solid 1px #9F9F9F;
}
#entry .gotolist {
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	padding-bottom: 0.5rem;
	padding-top: 2rem;
}
#entry .gotolist .btn {
	line-height: 100%;
	color: white;
	font-weight: bold;
	display: inline-block;
	background-color: #3A74A5;
	width: 12rem;
	text-align: center;
	padding-top: 0.75rem;
	padding-bottom: 0.65rem;
}
#entry .gotolist .btn a {
	color: white;
	text-decoration: none;
}
#entry .gotolist .btn a:hover {
	text-decoration: underline;
}
