@charset "utf-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background-image: url(../images/bg_01.jpg);
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	width: 940px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 35px;
	height: 131px;
	margin: 0px;
}
#header h1 {
	margin: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#sidebar1 .sidemenu_01 {
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent a {
	font-weight: bold;
	color: #171783;
}
#mainContent h2 {
	padding-bottom: 20px;
}
.photo_02 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #171783;
	padding-left: 5px;
}
#mainContent td {
	padding: 5px;
}
#mainContent td p {
	margin-top: 0px;
}
#mainContent strong {
	color: #f90;
}
#footer {
	text-align: center;
	background-color: #171783;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #fff;
	margin-top: 20px;
}
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
#footer p a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.company_01 {
	background-image: url(../images/logo_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 640px;
}
.company_01 th,
.company_02 th {
	background-color: #f5f5f5;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	width: 110px;
	font-weight: normal;
}
.company_02 {
	width: 640px;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.center {
	text-align: center;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.contents_01 {
	padding-left: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}
.photo_01 {
	background-image: url(../images/bg_01.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 128px;
	width: 196px;
	padding-top: 8px;
	margin-right: 10px;
}
.faq_01 dt {
	background-image: url(../images/saiyou_q.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	margin-left: 10px;
	font-size: 14px;
}
.faq_01 dd {
	background-image: url(../images/saiyou_a.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-bottom: 20px;
}
.rinen_01 {
	background-color: #FCE503;
	margin: 20px;
	padding: 20px;
}
.rinen_02 {
	margin-left: 0px;
	padding-left: 40px;
}
#nailist_01 {
	margin: 0px auto;
	width: 400px;
}
.small_01 {
	font-size: 11px;
	color: #666;
}
.table_01 {
	width: 100%;
}
.table_01 th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #171783;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.table_01 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #171783;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.table_01 td ol {
	margin-left: 0px;
	padding-left: 22px;
}
.photo_03 td {
	text-align: center;
	vertical-align: middle;
	height: 106px;
	width: 106px;
}
.photo_03 td img {
	padding: 3px;
	border: 1px solid #f2f2f2;
}
.valign_middle {
	vertical-align: middle;
}
#mainContent ul.thumb {
	float: left;
	list-style: none;
	padding: 0px;
	width: 640px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent ul.thumb li {
	margin: 0;
	padding: 10px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
	list-style-type: none;
}
#mainContent ul.thumb li img {
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}
#mainContent ul.thumb li img.hover {
	border: none;
	background-image: url(../images/thumb_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#main_view {
	clear: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

