@charset "utf-8";
@import url(top.css?a);

#wrapbg{
	background:url(images/content/library/lbg.jpg) repeat left top;
}

#srchInput {
    margin: 0px;
    padding: 6px 5px 5px 30px;
    width: 200px;
    background: #FFF url(images/header/search_bg.gif) no-repeat 3px center;
    border: 1px solid #28295D;
    vertical-align: middle;
}
/*------------------------------------------------------------------------------
		2列
------------------------------------------------------------------------------*/
.heightLine-1 {
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 10px;
    width: 440px;
    float: left;
    background: #DCD4AD;
    display: inline;
}
.heightLine-1 h2 {
	margin:0px 0px -10px 0px;
	padding:0px;
    text-align: center;
}
.heightLine-1 .slides {
    overflow: hidden;
    position: relative;
    float: left;
}
.heightLine-1 p.all {
    margin: 3px 0px 10px 0px;
    font-size: 80%;
    text-align: right;
}
.heightLine-1 p.all a {
    padding-left: 10px;
    color: #333;
    background: url(images/content/library/mark_list.gif) no-repeat left 4px;
    text-decoration: none;
}
.heightLine-1:nth-child(3n) {
    margin-right: 0px;
}
.heightLine-1:nth-child(2n+1){
    clear:both;
}
.heightLine-1 .slides p.slideimg {
    margin: 0px 15px 10px 0px;
    float:left;
}
/*------------------------------------------------------------------------------
		3列
------------------------------------------------------------------------------*/
.heightLine-2 {
    margin-bottom: 30px;
    margin-right: 31px;
    padding: 10px;
	width: 276px;
    float: left;
    background: #DCD4AD;
    display: inline;
}
.heightLine-2 h2 {
	margin:0px 0px -10px 0px;
	padding:0px;
    text-align: center;
}
.heightLine-2 .slides {
    overflow: hidden;
    position: relative;
    float: left;
}
.heightLine-2 p.all {
    margin: 3px 0px 10px 0px;
    font-size: 80%;
    text-align: right;
}
.heightLine-2 p.all a {
    padding-left: 10px;
    color: #333;
    background: url(images/content/library/mark_list.gif) no-repeat left 4px;
    text-decoration: none;
}
.heightLine-2:nth-child(3n) {
    margin-right: 0px;
}
.heightLine-2:nth-child(3n+1){
    clear:both;
}
.slides p {
    margin: 0px 5px 10px 5px;
    line-height: 150%;
}
.heightLine-1 em, .heightLine-2 em, .heightLine-2 em {
    font-weight: bold;
    font-style: normal;
}
/*------------------------------------------------------------------------------
		4列
------------------------------------------------------------------------------*/
.heightLine-3 {
    margin-bottom: 30px;
    margin-right: 30px;
    padding: 10px 10px 10px 10px;
    width: 195px;
    float: left;
    background: #DCD4AD;
    display: inline;
}
.heightLine-3:nth-child(4n) {
    margin-right: 0px;
}
.heightLine-3 h2 {
	margin:0px 0px -10px 0px;
	padding:0px;
    text-align: center;
}
.heightLine-3 .slides {
    overflow: hidden;
    position: relative;
    float: none;
}
.heightLine-3 p.all {
    margin: 3px 0px 10px 0px;
    font-size: 80%;
    text-align: right;
}
.heightLine-3 p.all a {
    padding-left: 10px;
    color: #333;
    background: url(images/content/library/mark_list.gif) no-repeat left 4px;
    text-decoration: none;
}
.heightLine-3:nth-child(4n) {
    margin-right: 0px;
}
.heightLine-3:nth-child(4n+1){
    clear:both;
}
/*------------------------------------------------------------------------------
		フッタ
------------------------------------------------------------------------------*/
#footerbg,#topfooterbg{
    padding: 20px 0px 10px 0px;
    width:100%;
    background: #1F150C;
    border-top: 5px solid #140E07;
    font-size: 90%;
}
#footernavi ul, #topfooternavi ul{
	margin-bottom:10px;
	padding:0px;
}
#add address {
    font-weight: normal;
    list-style-type: none;
    color: #FFF;
    line-height: 3em;
}
#add{
	padding:0px;
	border:none;
}
a:link, a:visited {
    text-decoration: underline;
}
#copy {
    margin: 0px auto 0px auto;
    width: 950px;
    color: #FFF;
    border-top: 1px dotted #DCD4AD;
}

#guide .viewmode dt {
    padding: 5px 10px 5px 10px;
    display: inline-block;
    background: #1F150C;
    border-right: 1px solid #CCCCCC;
    vertical-align: middle;
    color: #FFF;
}

.free{
	margin: 0px 0px 20px 0px;
    padding: 10px 0px 6px 0px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
}
.free p{
	padding: 0px 15px 5px 15px;
}
.free ul {
    padding: 0px 15px 5px 15px;
    list-style-type: none;
}
.free ul li {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url(images/top/mark_important.png) no-repeat left 6px;
}