@charset "shift_jis";
/* CSS Document */


/*
--------------------------------
▼あいまい指定
--------------------------------
div[id^="★"]　→　★で始まるdiv#
div[id$="★"]　→　★で終わるdiv#
 
--------------------------------
▼隣接する要素のみに適用
--------------------------------
ul > li　→　ulの直下のliのみ適用
li:before　→　liの直前の要素
li:after　→　liの直後の要素
--------------------------------
*/


/*--------------------------------
共通
--------------------------------*/
#home_party * {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif
}
#home_party {
	margin:0 auto;
	padding-bottom:20px;
	width:750px;
}

#home_party img {
	border:none;
	vertical-align:bottom;
}
#home_party h2,#home_party h3 {
	margin:0;
	clear:both;
}
#home_party ul,#home_party ul li {
	overflow:hidden;
}
#home_party li {
	float:left;
	list-style:none;
}

#home_party p {
	clear: both;
}


#home_party a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
#home_party .top{
	text-align:right;
	margin:0;
	padding:0 60px 32px;
	height:65px;
	background:url(../IMAGE/home_party/pagetop_bg.gif) no-repeat;
}



/*--------------------------------
メニュー
--------------------------------*/
#home_party .menu{
	background:url(../IMAGE/home_party/m_bg.jpg) no-repeat top;
	overflow:hidden;
	height:350px;
}


#home_party .menu a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


/*--------------------------------
内容
--------------------------------*/
#home_party [class$="door"]{
	margin:20px 10px 0;
	padding:0;
	overflow:hidden;
}

#home_party .indoor{
	background:url(../IMAGE/home_party/bg_indoor.gif) repeat-y;
}

#home_party .outdoor{
	background:url(../IMAGE/home_party/bg_outdoor.gif) repeat-y;
}


/*1〜3カラム共通*/

#home_party [class^="cal_"] > li{
	background:#FFFFFF;
	position:relative;
}

/*1カラム*/
#home_party .cal_1 > li{
	margin:0 15px 25px;
}
#home_party .cal_1 > li.mbt0{
	margin-bottom:0;
}

/*2カラム*/
#home_party .cal_2{
	margin:0 10px 25px;
}
#home_party .cal_2 > li{
	margin:0 5px;
	width:345px;
}

/*3カラム*/
#home_party .cal_3{
	margin:0 9px 25px 10px;
}
#home_party .cal_3 > li{
	margin:0 6px 15px 5px;
	width:226px;
}


/*--------------------------------
その他のアイテム
--------------------------------*/

#home_party [class$="_other"]{
	margin:20px 15px 0;
	padding:0;
	overflow:hidden;
	text-align:center;
}

#home_party .indoor_other{
	background: url(../IMAGE/home_party/indoor_item_bg.gif) repeat-y;
}

#home_party .outdoor_other{
	background: url(../IMAGE/home_party/outdoor_item_bg.gif) repeat-y;
}

#home_party .other_item{
	margin:0 16px;
}

#home_party .other_item  > li{
	margin:0 5px 8px;
	width:210px;
	position:relative;
	border: dotted 1px #999999;
}


/*--------------------------------
最後のバナー
--------------------------------*/
#home_party [class$="_bn"]{
	clear:both;
	padding:30px 7px;
	text-align:center;
	overflow:hidden;
	height:80px
}

#home_party .indoor_bn {
	background:url(../IMAGE/home_party/indoor_bottom.gif) bottom no-repeat;
}

#home_party .outdoor_bn {
	background:url(../IMAGE/home_party/outdoor_bottom.gif) bottom no-repeat;
}


#home_party [class$="_bn"] img {
	margin:0 8px;
}


/*--------------------------------
価格プロ
--------------------------------*/

#home_party .buy_price {
    width: auto;
    text-align: center;
	position:absolute;
}
#home_party .buy_price ul li {
	float:none;
	width:auto;
}
#home_party .motoprice{
	display:none;
}
#home_party .spesicalprice{
	font-size:11px;
	margin-right:5px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic";
}

#home_party .price {
	font-size:18px;
	color:#F00;
	display:inline;
}
#home_party .intax {
	font-size:10px;
	color:#F00;
	display:inline;
}


/*1カラム*/
#home_party .cal_1 li .buy_price{
	top:400px;
	right:140px;
	width:180px;
}

/*2カラム*/
#home_party .cal_2 li .buy_price{
	top:412px;
	left:25px;
	width:180px;
}

/*3カラム*/
#home_party .cal_3 li .buy_price{
	top:335px;
	left:0px;
	width:226px;
}

/*その他アイテム*/
#home_party .other_item li .buy_price{
	top:330px;
	left:0px;
	width:210px;
}
#home_party .buy_price ol li{
	width:180px
}
