@charset "utf-8";

/*
********************************************************************
ヘッダー
********************************************************************
*/
#header{
	background-color:transparent;
}
#media-name{
	float:left;
	width:230px;
}
#media-name h1{
	background: url("/common/images/v1/logo.jpg") no-repeat;
	display: block;
	width:260px;
	height:80px;
	/* text-indent: -1110em; */
	text-indent:-1000em;
}

#header-info{
	float:right;
	width:435px;
	margin:0;
	font-size:12px;
	line-height:20px;
	text-align:right;
}
#header-info a{
	position:relative;
	top:-10px;
	left:315px;
	/* float:right; */
}

#header-info ul{
	/*width:255px;*/
	width:420px;
	float:right;
	margin-top:3px;
}
#header-info ul li{
	text-align:right;
	margin:0px 0px 8px 0px;
	padding:0px;
}
#header-info ul li a,#header-info ul li a:visited{
	top:0px;
	left:0px;
	text-decoration:none;
	color:#9966cc;
}
#header-info ul li a:hover{
	color:#663399;
}
.header-info-img{
	display:block;
	float:left;
	width:120px;
	text-align:right;
}
.header-info-img img{
	float:right;
}
.header-info-text{
	float:left;
	width:300px;
	text-align:left;
	font-size:12px;
	line-height:14px;
	color:#666;
}
#header-info ul li dl{
	float:left;
	background-color:#f0f0f0;
	padding:0px;
	margin:2px 0px 0px 0px;
}
#header-info ul li dl dt{
	display: inline;
	font-size:12px;
	margin-right:10px;
	padding:0;
}
#header-info ul li dl dt a,
#header-info ul li dl dt a:active,
#header-info ul li dl dt a:visited{
	color:#666;
	font-weight:normal;
}
#header-info ul li dl dt a:hover{
	color:#663399;
}
#header #superbanner{
	position:relative;
	clear:none;
	float:right;
	width:728px;
	margin:0px;
	padding:0px;
}
#header #superbanner #glamsuperbanner{
	position:absolute;
	top:0px;
	left:0px;
}
#header #superbanner .adsbyglam{
	position:absolute;
	float:right;
	top:95px;
	right:0px;
	margin:0px;
	padding:0px;
	text-align:right;
	color:#999;
	font-size:12px;
}
/*
********************************************************************
フッター
********************************************************************
*/
#footer{
	clear:both;
	float:left;
	margin:20px 0px 20px 10px;
	padding:0px;
	font-size:12px;
	width:970px;
}
* html #footer{
	margin:20px 0px 20px 5px;
	width:970px;
}
#footer img{
	float:right;
	margin-right:0px;
	padding-right:0px;
}
#footer ul{
	clear:none;
	float:left;
	color:#666;
	padding:10px 0px 10px 10px;
}
#footer ul li{
	display:inline;
}
#footer ul li img{
	float:left;
}
#footer .copyright{
	clear:both;
	float:left;
	width:960px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 10px;
	color:#fff;
	border-top:dotted 1px #666;
}
* html #footer .copyright{
width:970px;
}
#footer .copyright img{
	float:left;
}
/*
********************************************************************
記事リスト
********************************************************************
*/
.small-list li{
	padding-left:26px;
	font-size:13px;
	line-height:20px;
	list-style-type:none;
	/*
	list-style-position:inside;
	list-style-image:url(/common/images/v1/common/arrow.jpg);
	*/
	background-image:url(/common/images/v1/common/arrow.jpg);
	background-repeat:no-repeat;
	background-position:left 2px;
	border-style:dotted;
	border-color:#ccc;
	border-width:0px 0px 1px 0px;
}
* html .small-list li{
	/* margin-left:18px; */
}

/*
********************************************************************
検索部分
********************************************************************
*/
#search{
	clear:none;
	float:right;
	margin:0px 0px 20px 0px;
	padding:0px;
	width:250px;
	height:25px;
	text-align:right;
	background-color:#fff;
}
* html #search{
	width:250px;
}
#searchplus{
	width:310px;
	margin-top:20px;
}
#search.article{
	width:300px;
}
.inputtext{
	border:0px;
	background: transparent url("/common/images/v1/search-inputtext.gif") no-repeat;
	font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	width:170px;
	height:25px;
	font-size:12px;
	color:#888;
	float:left;
	margin:0px;
	padding:0px 0px 0px 30px;
}
* html .inputtext{
	width:200px;
	padding-top:5px;
	background: #fff url("/common/images/v1/search-inputtext.gif") no-repeat fixed 0 0;
}
.article * .inputtext{
	background: #fff url("/common/images/v1/search-inputtext_article.gif") no-repeat;
	width:220px;
}
* html .article * .inputtext{
	width:250px;
}
.searchbtn{
	clear:none;
	float:right;
	border: 0;
	background: url(/common/images/v1/search-btn.gif) no-repeat 0 0;
	width: 50px;
	height: 25px;
	cursor: pointer;
}

