@charset "UTF-8";
/* CSS Document */

/* fomatting style
-------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333;
	list-style: none;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	background: url(../image/background.jpg) no-repeat center top;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6, lu, li, dt, dd, p, a, img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;
	list-style: none;	
}

address {
	font-size: 9px;
	margin-top: 30px;
	vertical-align: top;
	display: block;
	text-align: center;
}

/* layout
-------------------------- */
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;	
}

#container {
	background: url(../image/wrapper_bg.jpg) repeat-x top;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#contents {
	padding: 25px 26px 30px;
}

#navigation {
	clear: both;
	float: none;
	width: 908px;
	display: block;
}

#navigation p {
	float: left;
}

#contents_inner {
	clear: both;
}

.profile_p{
	margin-top: 20px;
}

.profile_p p{
	line-height: 1.6em;
}

.contact_p {
	margin-top: 50px;
}

.contact_p p {
	font-size: 15px;
	line-height: 2em;
}



 /* partial copy of [ zeromail.css]
-------------------------- */

fieldset {
	border: none;
}

#form {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 14px;
}

#form dl dt {
	margin-top: 10px;
	background: url(../image/toiawase_mark.png) no-repeat left;
	margin-bottom: 3px;
	padding-left: 25px;
}
input[type="text"] {
	font-size: 14px;
}

textarea#message {
	font-size: 14px;
}

/* 必須 */
/*.require {
	color: #CC0000;
}*/

/* １段階小さい文字 */
.small {
	font-size:80%;
}

/* ボタンの親 */
.button {
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zeromail legend {
	display:none;
}

.zeromail [type=check], .zeromail [type=radio], .zeromail [type=submit] .zeromail [type=myreset] {
	cursor: pointer;
}

.zeromail #confirm dd {
	margin-bottom: 14px;
	font-size: 14px;
}

.zeromail #confirm dt {
	line-height: 2em;
}

.zeromail button[id=submit] {
	float:left;
	display: block;
	border: 0px;
	width: 72px;
	height: 25px;
	margin-top: 5px;
	margin-right: 10px;
}

.zeromail button[id=myreset] {
	float:left;
	display: block;
	width: 72px;
	height: 25px;
	/*clear: left;*/
	background: url(../image/form_reset_btn_off.jpg);
	border: 0px;
	margin-top: 5px;
	margin-right: 10px;
}
.zeromail button[id=back] {
	float:left;
	display: block;
	width: 72px;
	height: 25px;
	/*clear: left;*/
	background: url(../image/form_return_btn_off.jpg);
	margin-top: 5px;
	margin-right: 10px;
}

/*入力エラー*/
.zeromail strong.error {
	display:inline;
	padding:0;
	margin:0;
	border:0;
	background:none;
	color:#A82B2B;
}

/* Message()のメッセージ */
.message {
	text-align:left;
	font-size: 14px;
}

/*エラー*/
.zeromail span.error {
	display:block;
	margin:1.5em 0;
	padding:1.5em;
	background-color:edd;
	border:solid 1px #e16c48;
	text-align:left;
	color:#333;
}

/*エラーなし*/
.zeromail span.confirm {
	/*	display:block;
*/	color:#339933;
	/*	border:solid 1px;
	border-color:#D9F4C4;
*/	padding:1.5em 0;
}

/*-----------------------------------------------------
  copyright
-----------------------------------------------------*/
.wtn_copyright {
	display:none;
	clear:both;
	margin-top:30px;
	font-size:10px;
	text-align:center;
}

.wtn_copyright a {
	color:#AABCE8;
	text-decoration:none;
}
