@charset "shift-jis";

/* home style css */
/*----------------------------------------------------
title "U.S. ALPINE"

 ----------------------------------------------------*/ 

* {
	padding: 0px;
	margin: 0px;
}
html,body{
  height: 100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

li { list-style-type:none; margin:0; padding:0;}
img { border:0; margin:0; padding:0; vertical-align:absmiddle;}
hr { display:none;}

body{
	background-color:#f1f1f1;
	color:#000000;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:left;
}

/*==== base ==============================================*/
#wrap {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

#header{
	height: 5px;
	width: auto;
	margin-bottom:5px;
	background-color:#231786;
}

#contents {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
        background-color: #ffffff;
}

#footer {
	width: auto;
	background-color:#231786;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	font-size:80%;
}

.footer li {
	list-style-type: none;
	float:left;
}

.clear { clear:both;}

.clear hr { display:none; }

/*==== contents ====================================================*/

.caption {
	font-size:70%;
	text-align:left;
	margin:0 5 0 10px;
}

.products {
	float:left;
	width:390px;
	height:500px;
	margin: 10 0 10 7px;
}

.products li {
	margin: 5 0 0 5px;
}

.products p {
	font-size:70%;
	text-align:left;
	margin:10px 5px 0px 0px;
}

.title {
	font-size:120%;
	text-align:left;
	color:#0f5baa;
	margin:10px 5px 0px 10px;
}

a:focus,
a:hover,
a:active {
	color:#ff6600;
	text-decoration:underline;
}

#item {
	height: auto;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}

.item li {
	float:left;
	margin: 5 0 0 5px;
}


