@import url(defaults.css);

/*
----------------------------------

CONTENT

----------------------------------
*/

#main .content h1 {
	margin-top: 15px;
	font-size: 16px;
}

#main .content h2 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#main .content p {
	width: 620px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 150%;
}

#main .content p.note {
	text-align: right;
}

#main .content p.note em {
	color: red;
}

#main .content p.error {
	padding-left: 10px;
	font-size: 14px;
	color: red;
}

#main .content a, #main .content a:hover {
	color: #311b09;
	text-decoration: underline;
}

#main .content ul {
	width: 620px;
	margin-top: 5px;
}

#main .content ul li {
	margin: 2px 0 0 30px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: disc;
}

#main .content ol {
	width: 620px;
	margin-top: 5px;
}

#main .content ol li {
	margin: 2px 0 0 30px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: decimal;
}

/*
----------------------------------

CONTACT FORM

----------------------------------
*/

#contact-form {

}

#contact-form th, #contact-form td {
    border-top: 1px solid #cccccc;
    /*padding: 10px 0 10px 0;*/
    padding: 10px 10px 10px 10px;
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","ＭＳ ゴシック", Osaka;
    font-size: 12px;
    line-height: 18px;
}

#contact-form td {
    padding-left: 0;
}

#contact-form .first th, #contact-form .first td {
    border-top: none;
    /*padding: 0 0 10px 0;*/
}

#contact-form th {
    width: 240px;
    vertical-align: top;
}

#contact-form td {
    width: 354px;
}

#contact-form th label {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #311b09;
    text-align: left;
}

#contact-form th label em {
	color: red;
}

#contact-form input.text-field {
    width: 350px;
    height: 18px;
    padding: 2px;
    line-height: 16px;
    font-size: 12px;
    /*font-weight: bold;*/
    border: 0;
    color: #311b09;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

#contact-form select {
    /*width: 266px;*/
    height: 20px;
    padding: 2px;
    line-height: 16px;
    font-size: 12px;
    border: 0;
    color: #5d5d5d;
    background: #ffffff url(../images/field-bg.gif) 0 0 no-repeat;
}

#contact-form textarea {
    width: 350px;
    height: 180px;
    padding: 2px;
    line-height: 16px;
    font-size: 12px;
    border: 0;
    color: #311b09;
    background: url(../images/field-bg.gif) 0 0 no-repeat;
}

.special {
	width:5px;
	display: none;
	visibility: hidden;
}

#contact-form input.button {
    padding: 2px 7px;
    font-size: 14px;
}
