/*
Theme Name: D-POPS
Theme URI: 
Description: D-POPSテンプレート
Author: 株式会社Lig
Author URI: 
*/

@charset "utf-8";
/* CSS Document */


/*---------------------------------------------------

reset

---------------------------------------------------*/

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-size:12px;
	color:#555555;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border: 0;
}

a{
	color:#006884;
}
a:hover{
	color:#FF9900;
}


/*--------------------------------------------------

share

---------------------------------------------------*/ 
.pagetop{
	text-align:right;
	margin:30px 0 30px auto;
}


/*--------------------------------------------------

index

---------------------------------------------------*/ 
* html body{
	text-align:center;
}
* html #wrap{
	text-align:left;
}
.home{
	background-image:url(images/top_bg.jpg);
	background-repeat:repeat-x;	
	position:relative;
}
#wrap{
	width:900px;
	margin:auto;
	position:relative;
}

#header{
	width:900px;
	margin:auto;
	padding-top:79px;
	height:44px;
	position:relative;
}
#headmenu{
	width:356px;
	position:absolute;
	right:0;
	top:35px;
}
#headmenu li{
	float:left;
}
#globalnavi{
	width:900px;
}
#globalnavi li{
	float:left;
}
#globalnavi li img{
	vertical-align:bottom;
}


h1{
	position:absolute;
	left:0;
	top:20px;
}
#mainimage{
	width:900px;
	height:329px;
	margin-bottom:0px;
}
#subimage{
	width:900px;
	height:128px;
	margin-bottom:40px;
}


/*--------------------------------------------------

leftcolumn

---------------------------------------------------*/ 
#leftcolumn{
	width:580px;
	float:left;
}
.press_newslist{
	background-image:url(images/top_news_body.jpg);
	background-repeat:repeat-x;
	border-right:#dadada solid 1px;
	border-left:#dadada solid 1px;
	padding-bottom:25px;
}
#more{
	width:565px;
	height:28px;
	text-align:right;
	margin-top:-35px;
}
.shop-info,
.new,
.ir,
.media{
	background-repeat:no-repeat;
	background-position:left 15px;
	padding-top:15px;
	padding-left:60px;
	margin-left:16px;
}
.media{
	background-image:url(images/top_news_icon_2.jpg);
}
.new{
	background-image:url(images/top_news_icon_1.jpg);
}
.shop-info{
	background-image:url(images/top_news_icon_3.jpg);
}
.ir{
	background-image:url(images/top_news_icon_4.jpg);
}
.press_newslist dd{
	padding-left:200px;
	margin-left:16px;
	margin-top:-15px;
	background-image:url(images/top_news_dot_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:10px;
	width:348px;
}


/*--------------------------------------------------

rightcolumn

---------------------------------------------------*/ 

#rightcolumn{
	width:300px;
	float:left;
	padding-left:20px;
}
#topbanners{
	padding-bottom:26px;
}
#topbanners li{
	font-size:1px;
}
#topbanners img{
	display:block;
	line-height:100%;
	padding-bottom:10px;
}

/*--------------------------------------------------

foot

---------------------------------------------------*/ 
#contents_foot{
	background-image:url(images/foot_bg.jpg);
	background-repeat:repeat-x;
}
#foot_contents{
	width:900px;
	margin:auto;
	padding-top:16px;
}
ul#foot_list{
	padding-left:30%;
}
#foot_list li{
	float:left;
}
#foot_list li img{
	display:block;
	line-height:100%;
}
#footadress{
	text-align:center;
	padding-top:25px;
	font-size:10px;
	color:#666666;
}
#copyright{
	text-align:center;
	padding-top:15px;
	padding-bottom:95px;
}



/*--------------------------------------------------

clearfix

---------------------------------------------------*/ 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------------------------------------

print

---------------------------------------------------*/ 


@media print {
/* 紙媒体向けスタイル定義 */
#globalnavi ul{display:none;}
}

