﻿/* CSS レイアウト */
@import url('common.css');
@import url('default.css'); 


/* contact */
#contact{
	margin-top:20px; 
	margin-bottom:60px;
}
#contact2{
	border-style:solid; 
	border-width:1px; 
	border-color:#A29364; 
	width:535px; 
	padding:24px 10px 10px 20px; 
	margin:0 auto;
}

.contactform{
	padding-left:20px;
}
.contactform table{
}
.contactform table th{
	font-weight:normal;
	width:120px;
	background-color:#F5F1E7;
	padding:8px 0 8px 14px;
	border-style:solid;
	border-width:0 0 0 3px;
	border-color:#572B0F;
}
.contactform td{
	width:400px;
	padding:8px 0 8px 8px;

}
.contactform form{
	margin:5px 0 0px 0;
	padding:0;
}

/* library */
#library-waku{
	margin-top:20px; 
	margin-bottom:60px;
}
#library-waku2{
	border-style:solid; 
	border-width:1px; 
	border-color:#A29364; 
	width:535px; 
	padding:24px 10px 10px 20px; 
	margin:0 auto;
}
ul#library_list{
	margin:20px 0 0 15px;
	padding:0;
}
ul#library_list li{
	list-style:none;
	display:inline;
}
ul#library_list li a{
	padding:1px 0 5px 25px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	margin:0 36px 0 0;
	background-image:url('img/list_off.png');
	background-repeat:no-repeat;

}
ul#library_list li a:hover{
	list-style:none;
	display:inline;
	background-image:url('img/list_on.png');
	background-repeat:no-repeat;
}

table#library{
	border-style:dashed;
	border-width:1px 0 0 0;
	border-color:#a4a4a4;
	margin-top:38px;

}
table#library th{
	border-style:dashed;
	border-width:0 0 1px 0;
	border-color:#a4a4a4;
	width:120px;
	padding:16px 25px 10px 15px;
}
table#library td{
	border-style:dashed;
	border-width:0 0 1px 0;
	border-color:#a4a4a4;
	padding:16px 0 10px 10px;
	width:350px;
}
.library_title{
	font-size:14px;
}


ul#article_list{
	border-style:dashed;
	border-width:1px 0 0 0;
	border-color:#a4a4a4;
	margin:38px 0 0 10px;
	padding:18px 0 0 15px;
	width:475px;
}
ul#article_list li{
	list-style:none;
	margin:0px 0 20px 0;
}
ul#article_list li a{
font-weight:bold;
}


#article_content{
	border-style:dashed;
	border-width:1px 0 0 0;
	border-color:#a4a4a4;
	margin:38px 0 0 10px;
	padding:18px 0 0 15px;
	width:475px;

}
.article_title{
	font-size:14px;
	margin:23px 0 0px 0;
	font-size:14px; 
	font-weight:bold;
}
.article_from{
	text-align:right; 
	margin:10px 8px 20px 0; 
	letter-spacing:0;
}
.article_text{
	margin:0 0 30px 5px;
}






