@charset "utf-8";

/*ガイド（コンテンツエリアのグレータイトル部分*/
#guide{
	margin-top:20px;
	width:550px;
	height:30px;
}

#guide #left{
	float:left;
	width:6px;
	height:30px;
	background-image:url(../images/use_turning/con_head_left.gif);
	background-repeat:no-repeat;
}
#guide #center{
	float:left;
	display:block;
	width:538px;
	height:30px;
	background-color:#343434;
}
#guide #center h2{
	float:left;
	display:block;
	width:538px;
	height:30px;
	color:#E5E5E5;
	padding-top:8px;
	text-align:right;
	background-image:url(../images/shopnews_img/title.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-weight:100;
}

#guide #right{
	float:left;
	width:6px;
	height:30px;
	background-image:url(../images/use_turning/con_head_right.gif);
	background-repeat:no-repeat;
}



/*ガイド下の解説部分*/
#guide_bottom{
	line-height:18px;
	margin-top:10px;
	margin-bottom:10px;
	background-image:url(../images/use_turning/icon_title.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	text-align:justify;
	text-justify:inter-ideograph;
}





/*ページ上のページアンカー*/
.con_title{
	width:540px;
	_width:550px;
	padding:5px;
	border-bottom:1px solid #343434;
	margin-bottom:10px;
}

.con_title .pg_t{
	margin-top:2px;
	width:60px;
	float:left;
}

form{
	margin:0px;
}
.con_title select{
	width:40px;
	font-size:11px;
	float:left;
	margin-right:5px;

}
.con_title .s_btn{
	float:left;
}

.con_title .pg_a{
	margin-top:2px;
	float:right;
}

/*ページ下のページアンカー*/
.con_title_under{
	float:left;
	width:540px;
	_width:550px;
	padding:5px;
	border-top:1px solid #343434;
	margin-top:10px;
	padding-top:15px;
}

.con_title_under .pg_t{
	margin-top:2px;
	width:60px;
	float:left;
}

.con_title_under select{
	width:40px;
	font-size:11px;
	float:left;
	margin-right:5px;

}
.con_title_under .s_btn{
	float:left;
}

.con_title_under .pg_a{
	margin-top:2px;
	float:right;
}


/**********************コンテンツ内容*******************/
.news_a li{
	display:block;
	margin-bottom:8px;
	list-style-type:none;
	text-align:left;
	background-image:url(../images/use_turning/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding-left:20px;
}
.news_a li .ph_box{
	width:30px;
	height:46px;
	background-image:url(../images/shopnews_img/ph_shadow.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top:3px;
	margin-right:6px;
}
.news_a li .a_box{
	margin-top:3px;
	padding-top:5px;
	float:left;
}
.news_001{
	font-size:15px;
}
.news_002{
	text-decoration:none;
	font-size:10px;
}

.n_com{
	text-decoration:none;
}

/**********************ハイスライド*******************/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../js/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 550px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(../js/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}