@charset "utf-8";

/* -------------------------------------------------------------------
 *
 * 	Style info	: サイト固有ベース要素全般定義
 *	Since		: 2009-09-10
 *  Modified    : 2010-11-18
 *	Author		: kato
 *  URL			: http://mosk.co.jp/
 *  Email		: web@mosk.co.jp
 *  Company     : MOSK CREATION Co., Ltd.
 *
 * ------------------------------------------------------------------- */

body {
	background: #c0bab0;
	color: #20170a;
	font-size: 12px;
	text-align: justify;
	text-justify: distribute;
	letter-spacing: 0.1em;
}

/* for IE6 */
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for Firefox */
html>/**/body {
	letter-spacing: 1px;
}

/* -------------------------------------------------------------------
 * Link Module
 * ------------------------------------------------------------------- */

a:link {
	color: #582c5d;
	text-decoration: underline;
}

a:visited {
	color: #582c5d;
	text-decoration: underline;
}

a:hover {
	color: #582c5d;
	text-decoration: none;
}

a:active {
}

/* -------------------------------------------------------------------
 * Text Module
 * ------------------------------------------------------------------- */

p {
}

em {
	display: block;
	font-weight: bold;
	margin: 0 20px 20px;
}

strong {
	font-weight: bold;
}

address {
	vertical-align: middle;
}

sup {
	font-size: 84%;
	margin: 0 1px;
	vertical-align: text-top;
}

sub {
	font-size: 84%;
	margin: 0 1px;
	vertical-align: bottom;
}

h1 {
}

h2 {
}

h3 {
	width: 617px;
	margin: 0 20px;
	padding-left: 23px;
	line-height: 34px;
}

h4 {
	background: url(../img/common/img_h4Bg.gif) 0% 0% no-repeat;
	width: 625px;
	margin: 0 20px 10px;
	padding-left: 15px;
	line-height: 30px;
}

h5 {
}

h6 {
}

pre {
	background-color: #f5f5f5;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	color: #333;
	vertical-align: middle;
	overflow: auto;
}

pre[title]:before {
	display: block;
	margin-bottom: 0.8em;
	padding: 0;
	color: #000;
	font-weight: bold;
	content: attr(title);
}

blockquote {
	background-color: #f5f5f5;
	margin: 1.5em 10px;
	padding: 0.5em;
	border-left: 3px solid #ddd;
}

cite {
	color: #333;
	display: block;
	text-align: right;
	margin: 0.5em 0;
	vertical-align: middle;
}

/* -------------------------------------------------------------------
 * List Module
 * ------------------------------------------------------------------- */

ul {
	list-style: none;
	margin: 0 20px 20px;
}

ol {
	margin: 0 3em;
	list-style-position: outside;
}

ul ul,ul ol,ol ol {
	margin: 0;
}

ul li,
ol li {
}

dl {
	margin: 0 20px 20px;
}

dl dt {
	font-weight: bold;
	color: #7a4171;
}

dl dt {
}

dl dd {
}

/* -------------------------------------------------------------------
 * Edit Module
 * ------------------------------------------------------------------- */

/* 打消線付き文字 */
del {
	color: #999;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

/* 下線付き文字 */
ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

/* -------------------------------------------------------------------
 * Forms Module
 * ------------------------------------------------------------------- */

form {
	padding: 0;
	vertical-align: middle;
}

form dl {
	margin: 0 7px;
}

form p {
}

fieldset {
	border: 1px solid #a5acb2;
}

legend {
	display: none;
}

input,
textarea {
	margin: 2px 3px;
	padding: 2px 0;
	vertical-align: middle;
}

/* Firefox only */
html>/**/body input,
textarea {
	border: 1px solid #a5acb2;
}

select {
	background: #fff;
	margin: 2px 3px;
	padding: 2px 0;
	border: 1px solid #a5acb2;
}

textarea {
	font-size: 100%;
	/*height:3em;*/
}

/*input:hover,
select:hover,
textarea:hover {
	border: 1px solid #310000;
}*/

/*input:focus,
select:focus,
textarea:focus {
	border:1px solid #310000;
	background-color: #ffffff;
}*/

optgroup {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#submit {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#inquiry_submit {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Firefox only */
html>/**/body #inquiry_submit {
	border: 1px solid #a5acb2;
	background: #eee;
	padding: 2px 5px;
	margin: 0;
}

/* -------------------------------------------------------------------
 * Tables Module
 * ------------------------------------------------------------------- */

table {
}

caption {
	text-align: left;
}

th,
td {
	padding: 2px 5px;
}

th {
	text-align: left;
	font-weight: bold;
}

td {
}

/* -------------------------------------------------------------------
 * etc...
 * ------------------------------------------------------------------- */

hr {
	height: 1px;
	margin: 21px 0 22px 25px;
	color: #eee;
	display: block;
	background: #eee;
}

/* IE 6 & below */
* html body hr {
	margin: 14px 0 15px 25px;
}

/* IE 7 Only */
*+html body hr {
	margin: 15px 0 16px 25px;
}
