@charset "shift_jis";




body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/bg_foot.jpg) repeat-x fixed left bottom;
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
h2{
	margin: 0px;
	padding: 0px;
	text-indent: -10px;
}
h2-2{
	margin: 0px;
	padding: 0px;
	text-indent: -10px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
table {
	border-collapse:collapse;
	font-size: 100%;
}


/*リンクカラー*/
a {
	color: #0000FF;
}

/*カーソルオーバー時のリンクカラー*/
a:hover {
	color: #FF0000;
	text-decoration: none;	/*下線を消す設定。残したままがいいならこの１行を削除。*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top: 10px solid #009900;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



/*ヘッダー（ロゴなどが入っている最上段のボックス）
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background-image: url(images/header_bg.jpg);	/*ヘッダーの背景画像*/
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
}

#header #logo {
	padding-top: 20px;
}

#header h1 {
	font-size: 15px;	/*h1タグの文字の大きさ*/
	font-weight: bolder;
	position: absolute;
	top: 58px;	/*ヘッダーのボックスに対して右から0pxに位置に配置*/
	color: #009900;
	left: 9px;
}



/*メインメニュー（ヘッダー下の横並びのメニュー）
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	margin-left: 2px;
}

ul#menu a {
	color: #000000;		/*メニューの文字色*/
	text-decoration: none;
	display: block;
	width: 178px;
	text-align: center;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left top;	/*メニューの背景画像の上半分を表示させる設定*/
	overflow: hidden;	/*オーバーした文字を非表示にする設定*/
}

ul#menu a:hover {
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	background-position: left bottom;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #FFFF00;	/*カーソルオーバー時の文字色*/
	width: 178px;
	display: block;
}

ul#menu li.last {
	margin-right: 0;
}
#leftside .sidemenu .shiharai a {
	height: 300px;
}
#leftside .sidemenu .haisou a {
	height: 300px;
}
#container #contents #rightside .sidemenu2 {
	margin: 0px;
	padding: 0px;
	height: 160px;
	background: url(images/runk01.gif) no-repeat center center;
}


/*３カラムを囲むボックス
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*leftとmainを囲むボックス
---------------------------------------------------------------------------*/
#mainmain {
	width: 750px;
	float: left;
	padding-bottom: 10px;
	margin-top: 20px;
	height: auto;
}



/*両サイドの共通設定
---------------------------------------------------------------------------*/
#leftside,#rightside {
	background-color: #f7f7f7;	/*両サイドのボックス背景色*/
	width: 158px;
	border: 1px solid #bfbfbf;	/*両サイドのボックスフチのボーダー*/
	padding: 1px;		/*余白を1px*/
	line-height: 1.6;	/*行間。通常より少し狭めている。*/
	color: #666666;		/*文字色*/
}

/*左右ボックスのp(段落タグ)の余白設定*/
#leftside p,#rightside p {
	padding: 0.5em 5px 1em;
}

/*左右ボックスのh3見出し設定*/
#leftside h3,#rightside h3 {
	font-size: 15px;
	background-color: #ff476d;	/*背景色*/
	text-align: center;	/*文字のセンタリング*/
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000099;	/*文字色*/
}



/*左ブロック
---------------------------------------------------------------------------*/
#leftside {
	float: left;
	width: 135px;
	height: auto;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	border-style: none;
}


/*右ブロック
---------------------------------------------------------------------------*/
#rightside {
	float: right;
	margin-top: 20px;
	width: 135px;
	height: auto;
	border-style: none;
	margin-right: 2px;
}
#rightside .no00 {
	background-image: url(topnew/images/runk00.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 180px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}


#rightside .no1 {
	background-image: url(images/runk01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 160px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}
#rightside .no2 {
	background-image: url(images/runk02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 160px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}
#rightside .no3 {
	background-image: url(images/runk03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 160px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}
#rightside .no4 {
	background-image: url(images/runk04.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 160px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}
#rightside .no5 {
	background-image: url(images/runk05.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 160px;
	padding-top: 2px;
	margin: 0px;
	padding-bottom: 2px;
}
#rightside p {
	color: #006600;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	line-height: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px 0px 0px 45px;
	margin: 3px 0px 0px;
}

/*左右のサブメニュー
---------------------------------------------------------------------------*/
.sidemenu {
	margin-bottom: 1px;
}

.sidemenu a {
	background-image: url(images/sidenew.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding-left: 10px;
	color: #006600;
	text-decoration: none;
	height: 80px;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	line-height: 75px;
	padding-top: 5px;
	text-indent: 20px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}

.sidemenu a:hover {
	background-image: url(images/sidenew-b.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000099;
	font-size: 10px;
	font-weight: bolder;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
	display: block;
	height: 80px;
}
.sidemenu .shiharai a{
	height: 100px;
	background-image: url(images/sidenew.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-left: 10px;
	color: #006600;
	text-decoration: none;
	height: 80px;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	line-height: 75px;
	padding-top: 5px;
	text-indent: 20px;
	margin: 0px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}
.sidemenu .shiharai a:hover{
	height: 80px;
	background-image: url(images/sidenew-b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-left: 10px;
	color: #000099;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	line-height: 75px;
	padding-top: 5px;
	text-indent: 20px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}
.sidemenu .haisou a{
	height: 100px;
	background-image: url(images/side-3b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-left: 10px;
	color: #006600;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	padding-top: 5px;
	text-indent: 20px;
	margin: 0px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";

}
#container #contents #mainmain #leftside .sidemenu .haisou a:hover{
	height: 100px;
	background-image: url(images/side-3b_f2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-left: 10px;
	color: #000099;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	line-height: 75px;
	padding-top: 5px;
	text-indent: 20px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
height: 233px;

}
#container #contents #mainmain #leftside .sidemenu .haisou a {
	height: 100px;
	background-image: url(images/side-3b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding-left: 10px;
	color: #006600;
	text-decoration: none;
	font-size: 10px;
	font-weight: bolder;
	text-align: left;
	padding-top: 5px;
	text-indent: 20px;
	margin: 0px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
height: 233px;
}
	







.cart a {
	background-image: url(images/cart.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: center center;	/*メニューの背景画像の上半分を表示させる設定*/
	display: block;
	padding-left: 10px;
	color: #006600;		/*文字色*/
	text-decoration: none;
	height: 80px;
	font-size: 12px;
	font-weight: bolder;
	text-align: left;
	line-height: 75px;
	padding-top: 5px;
	text-indent: 20px;
}
.cart a:hover {
	background-image: url(images/cart-2.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: center center;	/*メニューの背景画像の下半分を表示させる設定*/
	color: #000099;		/*カーソルオーバー時の文字色*/
	font-size: 12px;
	font-weight: bolder;
}


/*中央ブロック
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 600px;
}

#main h2 {
	font-size: 100%;
	background-image: url(images/h2bg.gif);	/*h2背景画像*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	clear: both;
	border-bottom: 3px solid #009900;
}

#main p {
	padding: 0.5em 10px 1em;	/*中央ブロックの段落タグの余白*/
}



/*中央ブロック内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;	/*What's Newのフチのライン*/
	margin-bottom: 1em;
	width: 580px;
	background: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字にする設定。*/
	float: left;		/*日付を左よせする*/
}

#main dl.new dd {
	border-bottom: 1px solid #009933;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}



/*フッター（最下部のコピーライトなど）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 900px;
	text-align: center;
	border-top: 1px solid #bfbfbf;
	padding-top: 0.5em;
	height: 70px;
	border-bottom: 10px solid #009900;
}
.footlink {
	text-align: center;
	font: 11px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*トップページの「new nail」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	padding: 0px;
	font: bolder 13px/19px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #990000;
	margin: 0px;
	text-decoration: none;
	border-top: none #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: none #CCCCCC;
	border-left: none #CCCCCC;
}

#main .newitem {
	margin: 10px 0px 20px;
	background: #FFCCFF url(images/newitem_bg.gif) no-repeat center center;
	padding: 0px;
	height: 104px;
	width: 600px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}

#main .newitem a img {
	padding: 2px;		/*画像のまわりの余白*/
	border: 1px solid #eeeeee;
	float: left;
	margin: 0px 20px 0px 0px;
	display: inline;
}

#main .newitem a:hover img {
	border: 1px solid #0000FF;
}
#main .newitem2 {
	margin: 0px;
	
	padding: 0px;
	height: auto;
	width: auto;
	
}





/*aboutページに準備した商品テーブル
---------------------------------------------------------------------------*/
#main .itemlist {
	border: 1px solid #CCCCCC;	/*１個あたりのボックスのボーダー設定*/
	padding: 5px;
	overflow: hidden;
	margin-bottom: 0.5em;
	width: 673px;	/*段落タグ（p）の横幅とサイズを合わせる設定です。この下二つのmarginも。*/
	margin-right: auto;
	margin-left: auto;
}

#main .itemlist h3 {
	color: #000000;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #CCCCCC;
	padding: 0px 0px 0px 5px;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#main .itemlist p {
	padding: 0px;
}

#main .itemlist p, #main .itemlist h3 {
	margin-left: 120px;	/*画像の幅に合わせてここは変更する*/
}

#main .itemlist a img {
	padding: 5px;	/*写真と外線との余白*/
	border: 1px solid #CCCCCC;
}

#main .itemlist a:hover img {
	border: 1px solid #999999;
}

#main .itemlist div.img {
	float: left;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #ff476d;
}
.look {
	background-color: #f5f5f5;
}
