@charset "utf-8";

/*

	すすきのソープランド情報館　専用スタイルシート

*/


/*
	0. インポートファイル
*/
@import "detail.css"; /* サイトの基本構造を定義 */
@import "parts.css"; /* サイト各部の細かいスタイル */
@import "clearfix.css"; /* clearfixを定義 */
@import "navigation.css"; /* ナビゲーション各種のスタイルを定義 */
@import "common_class.css"; /* 共通して使う共有スタイル */

@import "ie6.css"; /* IE6バグ対策 */

/*@import "../testfile/test.css";*/


/*
	1. スタイルフォーマット
*/
/* body要素 */
body{
	font-size: 13px;
	margin: 0;
	padding: 0;
	/*background: #4cb5e8 url("../img/wall2.jpg") repeat-y center top;*/
	background-color: #4cb5e8;
}

/* hx(表題)要素 */
h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}

/* img要素 */
img{ border: 0;} 

/* hr要素 */
hr{
	clear: both;
	visibility: hidden;
}

/* ul要素 */
ul, ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* table要素 */
th + td{ vertical-align: top; }

/* input */
input{ border: 1px solid #999; }
input:hover, select:hover{ background: #fcf; }
input:focus{
	background: #dfd;
}
