@charset "shift_jis";
@import "common.css";

#contents {
	margin-top: 12px;
}


/* mainArea */
#mainArea {
	width: 580px;
	float: left;
}
#mainArea h3{
	margin-top: 15px;
	margin-bottom: 9px;
}

#mainArea #navi p{
	margin: 0 9px 9px 9px;
	color: #666;
	font-size: 0.95em;
}

#mainArea #navi ul{
	padding: 5px 0px 3px 6px;
	line-height:0;
	border-bottom: 2px solid #fff;
	list-style-type: none;
	white-space: nowrap;
	background-image: url("../img/main_navi_bg.gif");
	background-repeat: repeat-y;
	background-position: center top;
}
#mainArea #navi li{
	display: inline;
	white-space: nowrap;
	width: 181px;
	height: 88px;
}
#mainArea #navi li.middle{
	padding: 0 12px;
}
#mainArea #gotoHowto {
	margin: 5px 0 10px 0;
	text-align: right;
}


#mainArea #information dl{
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}
#mainArea #information dt{
	color: #666;
	float: left;
	width: 6em;
}
#mainArea #information dd{
	margin-left: 6em;
}
#mainArea #information dd img{
	padding: 0 4px;
}
#mainArea #information p{
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

#mainArea #information .red a{
	font-weight:bold;
	color:#FF0000;
}




#mainArea #pickup .blockL{
	padding-bottom: 9px;
	width: 290px;
}
#mainArea #pickup .blockR{
	padding-bottom: 9px;
	width: 286px;
}

#mainArea #pickup h5 {
	margin-right: 3px;
	float: left;
	width: 74px;
}
#mainArea #pickup h4{
	margin: 3px;
}
#mainArea #pickup p{
	margin-left: 77px;
	padding: 5px;
	width: 200px;
	color: #666;
	font-size: 0.95em;
}
#mainArea #pickup .blockR p{
	width: 196px;
}

/* subArea */
#subArea {
	margin: 0 auto;
	width: 200px;
	text-align: center;
	float: right;
}
#subArea .adBlock {
	margin-bottom: 9px;
	border: 5px solid #f5f5f5;
	border-top-width: 6px;
	border-bottom-width: 6px;
	width: 180px;
}
#subArea .adBlock p {
	margin: 5px 40px 5px 5px;
	font-size: 0.85em;
	text-align: left;
	line-height: 1.4em;
	color: #666;
}
#subArea .goods {
	background-image: url("../img/right_busgoods_bg_off.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 180px;
	height: 84px;
}
#subArea .goods:hover {
	background-image: url("../img/right_busgoods_bg_on.gif");
}
#subArea .goods h6 {
	margin: 6px auto 9px auto;
	text-align: center;
	height: 44px;
}

#subArea .night {
	background-image: url("../img/right_night_bg.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 180px;
}

/*　告知　*/
#notice {
	width:780px;
	margin: 0px 0 10px 0;
	padding:10px;
	border:1px solid #FF0000;
/*	color:#FF0000;　*/
}
#notice p{
/*	color:#FF0000;　*/
}

#notice .attention {
	margin: 5px 0 0px 0;
	padding:0px;
}

#notice ul {
	list-style-type: none;
	margin-left: 1em;
	margin-top: 3px;
	text-indent: -1em;
	line-height: 1.4em; 
	color:#000000;
}

#notice a.linklist {
	padding-left: 17px;
	background-image: url("../img/arrow02.gif");
	background-repeat: no-repeat;
	background-position: left 1px;
    height: 1%;
}



/* リンクアイコン*/

ul.linklist{
	list-style-type: none;
}
.linklist a{
	padding-left: 8px;
	background-image: url("../img/arrow.gif");
	background-repeat: no-repeat;
	background-position: left 5px;
    height: 1%;
}

