@charset "Shift_JIS";

/*  
 Universal selector [  
----------------------------------------------------------- */  
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
img,
span {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	list-style-type: none;
	border: none;
}

body {
	text-align: center;
}

a {
	color: #5A5A5A;
	text-decoration: none;
}

a:visited {
	color: #5A5A5A;
	text-decoration: none;
}

a:hover {
	color: #FE78AA;
	text-decoration: none;
}

a:active {
	color: #FE78AA;
	text-decoration: none;
}


.none {
	display: none;
}

.clear {
	clear: both;
}


/*  
 レイアウト [  
----------------------------------------------------------- */  
#main {
	width: 740px;
	margin: 0 auto;
	text-align: center;
}

#main_block {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
}

#head,
#foot,
#contents,
 {
	width: 738px;
	margin: 0 auto;
}

.top_sec {
	width: 714px;
	margin: 0 auto;
	padding-top: 9px;
	text-align: left;
	font-size: 85%;
}

.top_sec_l {
	float: left;
	width: 225px;
	margin-right: 18px;
}

.top_sec_c {
	float: left;
	width: 289px;
	margin-right: 17px;
}

.top_sec_c .top_release {
	width: 289px;
}

.top_sec_c .top_release .release_head {
	margin-top: 5px;
	margin-bottom: 12px;
	padding-bottom: 7px;
	background: url(/common/images/dot_line.gif) repeat-x 0 bottom;
}

.top_sec_r {
	float: left;
	width: 165px;
}

.top_sec_r .litop {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.top_sec_r .li {
	margin-bottom: 15px;
	padding-bottom: 5px;
/* 	background: url(/common/images/dot_line.gif) repeat-x 0 bottom;*/
}

.top_sec_r .li2 {
	margin-top: 10px;
}


/*  
 左コンテンツ　2009/09/30 追加 [  
----------------------------------------------------------- */  
.top_sec_l .li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(/common/images/dot_line.gif) repeat-x 0 bottom;
}
.top_sec_l .side_links {
	margin-bottom: 15px;
}

.top_sec_l .side_links li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;	/* 文字可変時、間隔が出来る為 */
}

/*  
 中コンテンツ [  
----------------------------------------------------------- */  
.top_sec_c .sec_c_banner {
	margin-bottom: 34px;
}

.top_sec_c .top_release .release_head .whats_new {
	float: left;
	padding-top: 7px;
}

.top_sec_c .top_release .release_head .more_info {
	float: right;
	padding-top: 6px;
}

.top_sec_c .top_release dl {
	width: 285px;
}

.top_sec_c .top_release dt {
	float: left;
	padding-left: 18px;
	padding-bottom: 13px;
	background: url(/common/images/icn_pink.gif) no-repeat 0 0.1em;
}

.top_sec_c .top_release dd {
	padding: 0 0 13px 7em;
}

/* 081007_what's newレイアウト変更 */
.top_sec_c .top_release ul {
	width: 285px;
}

.top_sec_c .top_release li {
	padding: 0 0 10px 18px;
	background: url(/common/images/icn_pink.gif) no-repeat 0 0.2em;	
}

.top_sec_c .top_release li.blue {
	padding: 0 0 10px 18px;
	background: url(/common/images/icn_blue.gif) no-repeat 0 0.2em;	
}

#news {
	width: 250px;
}

/* 100426_レイアウト変更 */
#info ul {
	width: 280px;
}

#info li {
	padding: 0 0 7px 18px;
	margin:0 5px 0 5px;
	background: url(/common/images/icon_info01.gif) no-repeat 0 0.2em;
	font-size:12px;
	line-height:140%;
}

#info li.cm {
	padding: 0 0 7px 18px;
	background: url(/common/images/icon_info02.gif) no-repeat 0 0.1em;
	font-size:12px;
	line-height:140%;
}

.top_title_brand {
margin:0 0 -6px 0;
}

/*  
 右コンテンツ [  
----------------------------------------------------------- */  
.top_sec_r .side_links {
	margin-bottom: 15px;
}

.top_sec_r .side_links li {
	margin-bottom: 3px;
	font-size: 1px;	/* 文字可変時、間隔が出来る為 */
}

.top_sec_r .side_links2 {
	width: 165px;
	text-align: center;
}

.top_sec_r .side_links2 li {
	margin-bottom: 5px;
	padding-bottom: 6px;
	font-size: 1px;	/* 文字可変時、間隔が出来る為 */
}


/*  
 右コンテンツ [  
----------------------------------------------------------- */  
#footer .footlink {
	letter-spacing: 1px;
}

address {
	font-style: normal;
	margin: 0;
	padding: 0;
}

