@charset "UTF-8";
@import url(reset.css);

/*-------------------------------------共通*/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*--- clearfix ---*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*---- ロールオーバー ---------------------------------------*/
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

a.overImg{
	display:block;
}

a.overImg:hover{
	background-color:transparent;
}

a.overImg:hover img{visibility: hidden;}
a{outline: none;}
a:link {color:#FFF; text-decoration:underline;}
a:visited {color:#FFF; text-decoration:underline;}
a:hover {color:#FFF; text-decoration:none;}
a:active {color:#FFF; text-decoration:none;}


body {
	color: #fff;
	text-align:center;
	background-color:#000;
}

#wrapper{
	margin: 0px auto;
	width: 746px;
	text-align:left;
}

#header{
	background:url(../images/title_line.gif) no-repeat left bottom;
	padding:11px 0 24px 0;
}

#header h1{
	float:left;
	padding-top:10px;
	width:567px;
}

#header p{
	float:right;
	width:100px;
}

#contents{
	margin-top:20px;
}

#contents #leftColum{
	width:200px ;
	float:left;
	margin-right:21px;
}

#contents #leftColum{
	font-size:93%;
	line-height:1.5;
}

#contents #leftColum h3{
	margin-bottom:15px;
}

#contents #leftColum h3.category{
	margin-top:40px;
}

#contents #leftColum ul{
	margin-left:7px;
}

#contents #leftColum li{
	margin-bottom:5px;
}

#contents #leftColum li a{
	padding-left:10px;
	display:block;
	* height:1.5em;
	background:url(../images/arrow.gif) no-repeat left 0.5em;
}

#contents #leftColum ul ul{
	margin-left:9px;
	margin-top:3px;
	margin-bottom:3px;
}

#contents #leftColum  ul ul li a{
	padding-left:20px;
	display:block;
	* height:1.5em;
	background:url(../images/ico_list.gif) no-repeat left 0.2em;
}

#contents #leftColum  ul ul li a.last{
	background:url(../images/ico_listend.gif) no-repeat left 0.2em;
}

#contents #mainColum{
	width:525px ;
	float:right;
}
.newsBox{
	margin-top:20px;
	margin-bottom:15px;
	font-size:93%;
	line-height:1.5;
}
.newsBox  h2{
	margin-bottom:15px;
}

.newsBox dl{
	margin:0 20px;
}

.newsBox dt{
	clear:both;
	float:left;
	width:80px;
	padding:3px 0;
}

.newsBox dd{
	margin-left:80px;
	padding:3px 0;
}

#brandLogo{
	border-top:1px solid #6f6104;
	width:525px;
	padding-top:20px;
}

#brandLogo li{
	float:left;
	width:126px;
	height:37px;
	margin-right:7px;
	margin-bottom:7px;
}

#brandLogo li.lastChild{
	margin-right:0;
}

#swfArea{
	height:610px;
}

.fitsTop{
	text-align:right;
}

/**共通フッター部分**/
#Footer {
	margin: 20px auto;
	width: 746px;
	text-align:left;
	border-top:1px solid #474747;
	padding-top:7px;
}

#Footer ul{
	float:left;
}

#Footer ul li{
	float:left;
}

#Footer address{
	float:right;
}
