/* CSS Document */
@import url("AWT/awt.css");

/* --------------------------------------------------
	initialize
-------------------------------------------------- */

* {
	margin:0px;
	padding:0px;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

* html .pkg {display: inline-block;}
/* no ie mac ¥*/
* html .pkg {height:1%;}
.pkg {display: block;}
/* */

/* --------------------------------------------------
	default set
-------------------------------------------------- */

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#aaaaaa;
	text-decoration:none;
}

img{
	border:0;
}

li{
	list-style:none;
}

/* --------------------------------------------------
	body
-------------------------------------------------- */

body{
	/* setting border: 0 hoses ie5 win window inner well border */
	text-align:center;
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	color:#000000;
	background:#303030;
	margin:0px;
	padding:0px 0px 0px 0px;
}

/* --------------------------------------------------
	container
-------------------------------------------------- */

#bg-image{
	margin:0px auto; /* center on everything else */
	width:800px;
	background:#ffffff url(http://www.silver-accessory-news.com/Image/bg-image.jpg) repeat-y;
}

#container{
	position:relative;
	margin:0px auto; /* center on everything else */
	width:800px;
	text-align:left;
}

#container-inner{
	position:static;
	width:100%;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */

#header{
	position:relative;
	width:800px; /* necessary for ie win */
}

#header-inner{
	position:static;
	width:100%;
}

#header-top{
	width:800px;
	height:32px;
	padding-top:18px;
	background:#303030;
	}

.header-text{
	color:#fff;
	margin:0px;
	padding:0px 2px 2px 2px;
	font-weight:normal;
	font-size:10px;
	word-break:break-all;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
}

.header-image{
	width:780px;
	margin:10px 10px 0px 10px;
}

#header-banner{
	width:780px;
	margin:5px 10px;
}

#header-link {
	position : static;
	margin   : 0px auto;
	width    : 100%;
}

#header-link ul,
#header-link li {
	margin     : 3px 0px;
	padding    : 0px 8px;
}

#header-link li {
	float     : left;
	padding   : auto 5px;
	font-size : 10px ;
}

#header-link li.left-line {
	border-left : 1px solid #415d6d;
}

#header-link a {
	color           : #000000;
	text-decoration : none ;
}

#header-link a:hover {
	color           : #000000;
	text-decoration : underline;
}

#header-bottom{
	width:780px;
	margin:5px 10px;
	background:#303030;
	}


/* --------------------------------------------------
	crumb
-------------------------------------------------- */

#crumb {
	position  : static;
	color     : #000000;
	font-size : 11px;
}

#crumb a {
	color           : #000000;
	text-decoration : none;
}

#crumb a:hover {
	color           : #aaaaaa;
	text-decoration : none;
}

/* --------------------------------------------------
	pagebody
-------------------------------------------------- */

#pagebody{
	position:static;
	width:100%;
	background:url(http://www.silver-accessory-news.com/Image/pagebody_back.jpg) 0 0 no-repeat;
}

#pagebody-inner{
	position:static;
	width:100%;
}

/* --------------------------------------------------
	alpha
-------------------------------------------------- */

#alpha{
	display:inline; /* ie win bugfix */
	position:relative;
	float:right;
	width:555px;
	margin:5px 10px 5px 0px;
	padding:0px;
}

#main-alpha{
	display:inline; /* ie win bugfix */
	position:relative;
	float:right;
	width:555px;
	margin:5px 0px;
}

#alpha-inner{
	position:static;
	width:100%;
}

/* --------------------------------------------------
	beta
-------------------------------------------------- */

#beta{
	display:inline; /* ie win bugfix */
	position:relative;
	float:left;
	width:210px;
	margin:5px 0px 5px 15px;
	padding:0px;
}

#main-beta{
	display:inline; /* ie win bugfix */
	position:relative;
	float:left;
	width:225px;
	margin:5px 0px;
}

#beta-inner{
	position:static;
	width:100%;
}

/* --------------------------------------------------
	side menu
-------------------------------------------------- */

#side-menu{
	position:relative;
	width:210px;
	min-height:420px;
	/*background:url(http://www.silver-accessory-news.com/Image/side_back.jpg) 0 0 repeat-x #8f8f8f;*/
}


	
#side-menu li{
	margin:5px 0px 5px 2px;
	padding:0px;
	font-size:12px;
	}

#side-menu li.side-menu1 {
	margin     : 0px;
	width      : 160px;
	height     : 26px;
	font-size  : 12px;
	background : url(http://www.silver-accessory-news.com/Image/side-menu1.jpg) 0 0 no-repeat;
}

#side-menu li.side-menu1 a {
	display     : block;
	width       : 160px;
	height      : 26px;
	text-indent : 17px;
	line-height : 26px;
}

#side-menu li.side-menu1 a:hover {
	color      : #ffffff;
	background : url(http://www.silver-accessory-news.com/Image/side-menu1_on.jpg) 0 0 no-repeat;
}

#side-menu li.side-menu2 {
	margin     : 0px;
	width      : 160px;
	height     : 26px;
	font-size  : 12px;
	background : url(http://www.silver-accessory-news.com/Image/side-menu2.jpg) 0 0 no-repeat;
}

#side-menu li.side-menu2 a{
	display     : block;
	width       : 160px;
	height      : 26px;
	text-indent : 27px;
	line-height : 26px;
}

#side-menu li.side-menu2 a:hover{
	color      : #ffffff;
	background : url(http://www.silver-accessory-news.com/Image/side-menu2_on.jpg) 0 0 no-repeat;
}

/* --------------------------------------------------
	side banner
-------------------------------------------------- */

#side-banner {
	position   : relative;
	margin-top : 30px;
}

#side-banner img {
	width  : 160px;
	height : 50px;
	margin : 15px 0px 0px 0px;
}

#rssfeed {
	margin     : 30px auto;
	text-align : center;
}

/* --------------------------------------------------
	entry
-------------------------------------------------- */

#entry {
}

#entry-content {
}

#entry-body {
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */

#footer{
	position:relative;
	width:780px;
	margin:5px 10px;
	background:#303030;
	clear: both;
	display: block;
}

.footer-link{
	color:#fff;
	text-align:center;
	font-size:10px;
	padding:5px 0px;
}

.footer-link a{
	color:#fff;
	text-decoration:none;
	padding:0px 3px;
}

.footer-link a:hover{
	color:#fff;
	text-decoration:none;
}

#copyright{
	width:100%;
	padding:5px 0px;
	color:#fff;
	text-align:center;
	font-size:10px ;
	white-space:nowrap;
}

/* --------------------------------------------------
	general
-------------------------------------------------- */

.right {
	float : right;
}

.left {
	float : left;
}

#side-menu ul{
	list-style-image:url(Image/catch.gif);
	}