@charset "shift_jis";



/*基本設定
---------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #FFFFFF;	/*全体の文字色*/
	background-color: #0292B7;	/*背景色。下の壁紙の色と合わせる。*/
	background-image: url(images/bg.gif);	/*壁紙*/
	background-repeat: repeat-x;			/*壁紙をX軸（横軸）にリピート*/
	background-position: top;				/*壁紙を上部に並べる*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*全体のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;	/*文字色を白に*/
}

a:hover {
	color: #03cdff;	/*カーソルオーバー時に文字色を黄色に*/
	text-decoration: none;	/*その際に下線を消す。入れたままがいいなら１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	background-image: url(images/container_bg.gif);	/*HP両脇の影と左右コンテンツの色が入った画像を壁紙で指定。*/
	background-repeat: repeat-y;	/*壁紙をY軸（縦）にリピート*/
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}



/*ヘッダー（ロゴとか電話番号とか入っている所）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/header_bg.gif);	/*ヘッダー背景のグラデーション壁紙*/
	background-repeat: repeat-x;	/*壁紙をX軸（横軸）にリピート*/
	height: 83px;
	position: relative;
	width: 900px;
}

/*h1タグ指定*/
#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	line-height: 13px;
	font-weight: normal;
	position: absolute;
	left: 10px;	/*ヘッダーに対してh1の位置指定。左から10pxに。*/
	top: 4px;	/*ヘッダーに対してh1の位置指定。上から4pxに。*/
}

/*サイト名ロゴ画像の位置指定*/
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*電話番号画像の位置指定*/
#header #add {
	position: absolute;
	top: 0px;
	right: 0px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/

/*メイン画像ボックス*/
#mainimg {
	text-align: center;	/*画像をセンタリングさせる*/
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}




/*フッター（コピーライトとか入っているボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*センタリング*/
	background-color: #0066CC;	/*背景色*/
	padding-top: 10px;
	padding-bottom: 10px;	/*上に1pxのラインを入れる設定*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0292B7;
}




/*細々
---------------------------------------------------------------------------*/
.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}
.color1 {
	color: #03cdff;
}
.look {
	background-color: #3a4b45;
}
