@charset "utf-8";

/* ■　リセット！　■ */
* {
 margin:0;
 padding:0;
}

/* ■■ body ■■ */

body {
	font-family: "MS UI Gothic","ＭＳ ゴシック";
	letter-spacing : 1px;
	line-height : 20px;
	text-align: center;
	font-size: 12px;
	color: #523724;
	background-color: #dcdcdc;
}

a {
	color: #589900;
	text-decoration: underline;
}

a:visited {
	color: #79b699;
}

b {
	color: #cc0000;
	}

form {
	margin-bottom: 70px;
}

/* ■■■ container ■■■ */

#container {
	background-color: #ffffff;
	width: 770px;
	border-left: solid 1px #cbc9c5;
	border-right: solid 1px #cbc9c5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#head {
	height : 109px;
	text-align: left;
	background-image : url(http://1.very-d.com/img/head.gif);
	background-repeat: no-repeat;
}

h1 {
	text-align: left;
	font-family: "Arial Black","ＭＳ ゴシック";
	font-size: 30px;
	margin-top: 60px;
	margin-bottom: 10px;
	margin-left: 30px;
}

h1 a {
	color: #ffffff;
	text-decoration: none;
}

h1 a:visited {
	color: #ffffff;
}

#head p {
	color: #409c2c;
	margin-left: 35px;
}

.head_title {
	float: left;
}

.okini {
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.okini p {
	margin-bottom: 7px;
}
/* ■■■　center　■■■ */

#center {
	clear: both;
	width: 770px;
}

/* ●●●●●●●●●● main ●●●●●●●●●● */
h2 {
	height : 35px;
	background-image : url(http://1.very-d.com/img/title.gif);
	background-repeat: no-repeat;
	font-family: "Arial Black","ＭＳ ゴシック";
	color: #b80d1a;
	text-align: left;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-left: 40px;
}

h3 {
	font-size: 18px;
	text-align: left;
	font-family: "Arial Black","ＭＳ ゴシック";
	margin-bottom: 20px;
	color: #ce7304;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
}

ul {
	list-style-type: circle;
	text-align: left;
	margin-left: 55px;
	margin-bottom: 10px;
	}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.left {
	float: left;
	width: 250px;
}

.mannaka {
	float: left;
	width: 250px;
}

.right {
	float: left;
	width: 250px;
}

/* ◎◎◎◎◎◎◎◎◎◎◎◎◎◎◎◎◎◎◎ エントリー部分  */
.entry {
	clear: both;
	text-align: left;
}

.entry h2 {
	background-image : url(http://1.very-d.com/img/title_2.gif);
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-left: 40px;
	margin-bottom: 30px;
}

.entry h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.entry p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 35px;
}

.entry_hidari {
	float: left;
	width: 355px;
	margin-left: 10px;
}

.entry_migi {
	float: right;
	width: 355px;
	margin-right: 40px;
}

.entry_right {
	text-align: right;
	margin-right: 20px;
	margin-bottom: 60px;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽▽　サブ　 */

.migi {
	clear: both;
	width: 100%;
	text-align: right;
	font-size: 14px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.migi p {
	margin-right: 40px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター  */
#foot {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #523724;
	margin-bottom: 0px;
}

#foot a {
	font-size: 14px;
	color: #0000ff;
	text-decoration: underline;
}

/* ■　コピーライト　■ */
#c {
	width: 100%;
	height : 30px;
	background-image : url(http://1.very-d.com/img/foot.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	padding-top: 5px;
	display: block;
	margin-top: 5px;
}

#c a {
	font-size: 12px;
	color: #264cff;
	text-decoration: none;
	}

/* ■　メールフォーム　■ */
.mail_form {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px 20px 30px;
}
.mail_form h2 {
	height : 35px;
	background-image : url(http://1.very-d.com/img/title.gif);
	background-repeat: no-repeat;
	font-family: "Arial Black","ＭＳ ゴシック";
	color: #b80d1a;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 40px;
	}

.mail_form p {
	text-align: left;
	margin: 20px;
	}

.mail_form form {
	margin-top: 40px;
}

.sousin {
	text-align: right;
	margin-top: 30px;
	margin-right: 20px;
}

.sumi {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 50px;
	margin-left: 150px;
	}

.error {
	margin-top: 40px;
	margin-bottom: 50px;
}
.error h2 {
	font-size: 20px;
	color: #c60010;
	}
.error p {
	margin-top: 10px;
	margin-bottom: 20px;
}
.error b {
	color: #ff0000;
	font-weight: bold;
	}

.head_ad {
	margin-top: 15px;
	margin-bottom: 0px;
}

