﻿@charset "utf-8";


/* Top */

div.noticeBox {
 width: 639px;
 padding-bottom: 12px;
}

div.noticeBox-inner01 {
 padding-left: 25px;
}

div.noticeBoxL01 {
 width: 164px;
 float: left;
}

div.noticeBoxR01 {
 width: 440px;
 padding-top: 0.5em;
 float: right;
}

div.noticeBox p.noticeTxt01, div.noticeBox p.noticeTxt01 a {
 padding: 3px 0 0.3em 0;
 font-size: 14px;
 font-weight: bold;
}

span.txtSub {
 font-size: 9px;
}

div.topicsBox {
 width: 639px;
 float: left;
}

div.topicsBox h2 {
 display: block;
 overflow: hidden;
 height: 32px;
 margin-left: 2px;
 background: url(/img/top/tit_topics.gif) no-repeat top left;
 text-indent: -9999px;
}

* html div.topicsBox h2 {
 width: 637px;
}

div.topicsBox-inner {
 padding: 15px 0 0 30px;
}

div.topicsBox dl {
 margin: 0 0 10px 0;
 padding: 0 0 10px 0;
 border-bottom: 1px dotted #b5b5b5;
}

div.topicsBox dt {
 width: 140px;
 margin: 0;
 padding: 0;
 font-weight: bold;
 float: left;
}

* html div.topicsBox dt {
 margin-top: -2px;
}

div.topicsBox dd {
 width: 460px;
 margin: 0;
 padding: 0;
 text-align: left;
 float: right;
}

div.topBnrBox {
 width: 143px;
 float: right;
}

div.topBnrBox li {
 height: 74px;
 list-style-type: none;
}

div#dairiten {
	height: 250px;
	margin-bottom: 1em;
	text-align: right;
	position: relative;
}

div#dairiten span {
	position: absolute;
	right: 5px;
	bottom: 10px;
}

ul.disc {
	margin-bottom:1em;
}

ul.disc li {
	list-style: disc;
	margin-left: 40px;
}

h5 {
    border-bottom: 1px solid #CCCCCC;
    border-left: 5px solid #A82127;
    color: #454545;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 12px;
    padding: 5px 0 5px 5px;
}

/* フォーム関連 */
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

p.lead {
	margin-bottom:1em;
	color:#a82127;
	font-size: 16px;
	font-weight: bold;
}
