/* ■(株)スリーワイズ　スタイルシート■ */

/* ■右サイド領域のスタイルシートをインポート■ */
@import url("3wise_sidemenu.css");
/* ■ヘッダ・タイトル・メインメニュー・フッター領域のスタイルシートをインポート■ */
@import url("3wise_title.css");

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff left top;
}

div#page {
	width: 800px;
	min-height: 600px;
	margin: 0px auto;
	padding: 0px;
	background: #ffffff left top;
	font-style: normal;
	font-weight: normal;
	font-size: 14px; /* 文字サイズ固定 */
/*	font-size: 85%; */ /* 文字サイズ可変 */
	line-height: 130%;
	color: #3f3f3f;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,sans-serif;
}

/* ■メイン領域■ */
div#main {
	float: left;
	width: 600px;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

div#container-top {
	width: 600px;
	margin: 0px;
	padding: 0px;
}

div#container {
	width: 600px;
	margin: 27px 0px 0px 0px;
	padding: 0px;
}

div#container-top h3 {
	margin: 10px 0px 0px 0px;
}

div#container h3 {
	margin: 10px 0px 0px 0px;
}

div#container-top p {
	margin: 10px 0px 0px 0px;
}

div#container p {
	margin: 10px 0px 0px 0px;
}

div#container-textarea {
	margin: 10px 20px 0px 20px;
}

/* div#container-textarea p {
	display: inline;
} */

.contents-bar img {
	width: 590px;
	height: 48px;
}

div.contents-minibox {
	width: 530px;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	background: #f5f5dc;
	border: #c5c5ac dashed;
	color: #666666;
	font-size: 90%;
}

p.text-size90 {
	color: #666666;
	font-size: 90%;
}

/* ■共通■ */
h1 {
	font-weight: bold;
	font-size: 20pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}

h2 {
	font-weight: bold;
	font-size: 15pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}

h3 {
	font-weight: bold;
	font-size: 11.7pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}

h5 {
	font-weight: bold;
	font-size: 8.3pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}

h6 {
	font-weight: bold;
	font-size: 6.7pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
}

.color5e7d91 {	/* ちょっと薄い青 */
	color: #5e7d91;
}

.color3f3f3f {	/* 濃いグレー */
	color: #3f3f3f;
}

.color666666 {	/* 薄いグレー */
	color: #666666;
}

.text-out {
	text-indent: -9999px;
}

/* ◆各種サービスページ[service/xxxxx.html]用◆ */
div#service ul {
/*	list-style: disc outside url(mark.gif); */
	color: #666666;
	font-size: 90%;
	margin: 5px 0px 0px 30px;
	padding: 0px;
}



