@charset "utf-8";
/*
	Site Name: カレンダー
	Description: カレンダーのスタイルシートです
	Version: 2.0
	Author: 
	作成日：2010.7.11
	修正日：2011.11.20
*/

/*
===== CONTENTS ===========================================

	1. universal reset
	2. body and base setting
	3. layout setting
	4. fixed menu
	5. #header 詳細
	6. .globalNav 詳細
	7. #content詳細
	8. #content詳細(sub.tplのみ適用)
	9. #footer詳細
	10. Utilities
	11. link setting

==========================================================
*/
/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/*----------------------------------------------------

               1. universal reset 

----------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

/*----------------------------------------------------

               2. body and base setting

----------------------------------------------------*/
/* --------------------------
↓↓↓↓↓↓↓for IE6 styles.
----------------------------- */
* html ,
* html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}
/* --------------------------
↑↑↑↑↑↑↑for IE6 styles.
----------------------------- */


body {
	margin: 0;
	padding: 0;
	font-size: 13px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	background: #BBBBBB url("img/base-background.gif") ;
	color: #333;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.5;/* base line height */
	display: block;
	margin: 0px;
	font-size:100%;
}
table {margin : 0;empty-cells: show; font-size:100%;}
/* HTMLに記述してあったスタイルシート
table { font-size: 10pt; }
td img {
	padding: 1px;
	border: 1px solid gray;
}
-------------------------------------*/
td img {
	padding: 1px;
	border: 1px solid gray;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */
strong {
	letter-spacing: 1px;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}


/*----------------------------------------------------

               3. layout setting

----------------------------------------------------*/

#container {
	background: #BBBBBB;
	width:825px;
	margin: 0;
	padding: 0;
}
/* --------------------------
↓↓↓↓↓↓↓for IE6 styles.
----------------------------- */
* html #container {
	background: #BBBBBB;
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}
/* --------------------------
↑↑↑↑↑↑for IE6 styles.
----------------------------- */
.genre-menu {
	background: #000;
	margin: 0;
	padding: 0 0 6px 0;
	width:825px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#header {
	clear: both;
	background: #fff url("img/header-title-background2.jpg") repeat-x;
	margin: 0;
	padding: 0;
	width:825px;
	min-height: 94px;
	height: auto !important;
	height: 94px;
}

#header-inner {
	margin: 0;
	padding: 0;
}
.globalNav {
	clear: both;
	margin: 0;
	padding: 0;
	width:825px;
	height: 68px;
}
#content {
	clear: both;
	background: #fff;
	color: #333;
	margin: 0;
	padding:0;
	width:825px;
	font-size: 92%;
}
#content-inner {
	margin: 0;
	padding:10px 0 10px 10px;
}
#footer {
	clear: both;
	background: #fff;
	margin: 0;
	padding: 0;
	width:825px;
}

.kanren-link {
	background: #000;
	margin: 0;
	padding: 0;
	width:825px;
}
/*----------------------------------------------------

	4. fixed menu

----------------------------------------------------*/
#fixedItem a:link {
	text-decoration: none;
	font-weight: normal;
	color: #09f;
	outline: none;
}
#fixedItem a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #09f;
    outline: none;
}
#fixedItem a:hover {
	text-decoration: none;
	font-weight: normal;
}
#fixedItem a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
#fixedItem {
	background-color: #F7F7F2;
	border: solid 1px #808080;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 825px;
	margin: 0;
	padding: 0;
	width:137px;
}
#fixedItem #fixedNavi{
	margin:	0px;
	padding: 0px;
	text-align: left;
}
#fixedItem #fixedNavi ul.menu-base {
	clear: both;
	margin:	0;
	padding: 0;
	font-size: 85%;
}
#fixedItem #fixedNavi ul.menu-base li {
	margin:	0;
	padding:  0;
	border-top: solid 1px #808080;
}
#fixedItem #fixedNavi ul.menu-base li a {
  margin: 0;
  padding: 1px 0 1px 18px;
  width:119px;
  display: block;
  background: #F8F8F8 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.3em;  
}
#fixedItem #fixedNavi ul.menu-base li a:hover {
	background: #eee url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.3em;
}
#fixedItem #fixedNavi ul.menu-base li span {
  margin: 0;
  padding: 1px 0 1px 18px;
  width:119px;
  display: block;
  background: #F8F8F8 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.3em;  
}
#fixedItem #fixedNavi ul.menu-base li ul{
	margin:	0;
	padding: 0;
	border-top: solid 1px #808080;
	font-size: 92%;
}
#fixedItem #fixedNavi ul.menu-base li ul li {
	margin:	0;
	padding: 0 0 0 5px;
	background: #fff url(none);
	border-top: none;	
}
#fixedItem #fixedNavi ul.menu-base li ul li a{
	margin:	0 0 0 10px;
	padding: 0 0 0 5px;
	width:115px;
	background: #fff url("img/fixedmenu-arrow.gif") no-repeat 0 0.5em;
}
#fixedItem #fixedNavi ul.menu-base li ul li a:hover {
	background: #eee url("img/fixedmenu-arrow.gif") no-repeat 0 0.5em;
}

#fixedItem #fixedNavi .fixedBottom {
	border-top: solid 1px #808080;
	margin:	0;
	padding: 0;
	width:137px;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today {
	margin:	0;
	padding: 0;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today a {
	margin:	0;
	padding: 0 0 0 18px;
	width: 119px;
	display: block;
	border-top: 1px solid #f1f1f1;
	background: #666 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-today a:hover {
	background: #808080 url("img/fixedmenu-arrow-big.gif") no-repeat 2px 0.2em;
}
* html #fixedItem #fixedNavi .fixedBottom .fixedBottom-today a {
	vertical-align: middle;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup {
	margin:	0;
	padding: 0;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a {
	margin:	0;
	padding: 0 0 0 18px;
	width: 119px;
	display: block;
	background: #666 url("img/fixedmenu-pageup.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a:hover {
	background: #808080 url("img/fixedmenu-pageup.gif") no-repeat 2px 0.2em;
}
* html #fixedItem #fixedNavi .fixedBottom .fixedBottom-pageup a {
	vertical-align: middle;
}

#fixedItem #fixedNavi .fixedBottom .fixedBottom-pagebottom {
	margin:	0;
	padding: 0;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pagebottom a {
	margin:	0;
	padding: 0 0 0 18px;
	width: 119px;
	display: block;
	background: #666 url("img/fixedmenu-pagebottom.gif") no-repeat 2px 0.2em;
	color: #fff;
}
#fixedItem #fixedNavi .fixedBottom .fixedBottom-pagebottom a:hover {
	background: #808080 url("img/fixedmenu-pagebottom.gif") no-repeat 2px 0.2em;
}
* html #fixedItem #fixedNavi .fixedBottom .fixedBottom-pagebottom a {
	vertical-align: middle;
}
/*----------------------------------------------------

               5. #header 詳細

----------------------------------------------------*/
/*ジャンル別リンクの設定
--------------------*/
.genre-menu a:link{
	text-decoration: underline;
	font-weight: bold;
	color: #AADEF6;
	outline: none;
}
.genre-menu a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #AADEF6;
    outline: none;
}
.genre-menu a:hover {
	text-decoration: none;
	font-weight: bold;
}
.genre-menu a:active {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

.genre-menu .alpha {
    margin:  0;
    padding: 0;
    display: block;
}
.genre-menu .alpha p {
	padding: 4px 0 2px 30px;
	margin: 0;
	color: #fff;
	font-size: 85%;
	letter-spacing: 1px;
}

.genre-menu .beta {
	width: 780px;
	font-size: 85%;
	margin: 0;
	padding: 0 0 0 30px;
}
.genre-menu ul{
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 380px;
	background: #000 url("img/header-genre-arrow.gif") no-repeat 0 0.3em;
	letter-spacing: 0.6px;
}
.genre-menu ul li {
	display: inline;
	padding: 0 3px 0 0;
}

/*アドクリップの設定
--------------------*/
#addclips {
    margin: 0;
    padding: 10px 10px 0 0;
    text-align: right;
}

/*h1の装飾
--------------------*/
#header h1 {
    margin: 0 0 0 30px;
    padding: 0;
}
#header h1 span {
	background: #fff url("img/h1-icon2.jpg") no-repeat left 0.1em;
    margin: 0;
    padding: 0 0 0 23px;
    font-weight: bold;
	color: #333;
	font-size: 129%;
	letter-spacing: 0px;
}
#header h1 span a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	outline: none;
}

#header h1 span a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
    outline: none;
}
#header h1 span a:hover {
	text-decoration: none;
	font-weight: bold;
}
#header h1 spana:active {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
/*twitter
--------------------*/
#header #twitter-link {
    clear: both;
	background: #F5F5F5;
	border: 3px double #ddd;
	margin: 4px 50px 5px 60px;
	padding: 0;
}
#header #twitter-link h2 {

	margin: 4px 0 0 5px;
	padding: 0 0 0 12px;
    font-weight: bold;
	color: #333;
	vertical-align: middle;
	letter-spacing: 1px;
}
#header #twitter-link h2 span {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#header #twitter-link ul {
	margin: 0;
	padding: 4px 3px 4px 18px;
	font-size: 85%;
}
#header #twitter-link ul li {
	display: inline;
	padding: 0 3px 0 8px;
	background: #F5F5F5 url("img/twitterlink-arrow.gif") no-repeat 0 0.3em;
}
#header #twitter-link p {
	margin: 0;
	padding: 0px 3px 4px 23px;
	font-size: 85%;
}
/*----------------------------------------------------

               6. .globalNav 詳細

----------------------------------------------------*/
/*月メニューエリア
--------------------*/
.globalNav .mNav a:link{
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
	outline: none;
}
.globalNav .mNav a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #fff;
    outline: none;
}
.globalNav .mNav a:hover {
	text-decoration: none;
	font-weight: normal;
}
.globalNav .mNav a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
.globalNav .mNav {
	background: #fff url("img/navi-background2.jpg") repeat-x;
	margin: 0;
	padding: 0;
	width:825px;
	height: 35px;
	color: #fff;
}

.globalNav .mNav .mNav-inner{
	margin: 0;
	padding: 7px 0 0 100px;
}
.globalNav .mNav a {
	color: #fff;
}
/*今日の予定　指定月フォームエリア
--------------------*/
.globalNav .form-base {
	background: #fff url("img/yotei-shitei-background.gif") no-repeat;
	margin: 0;
	padding: 0;
	width:825px;
	height: 33px;
}
.globalNav .form-base form p.today {
	margin: 0;
	padding: 5px 0 0 115px;
	float:left;
	width: 161px;
}
.globalNav .form-base form p.today a {
	margin: 0;
	padding: 0;
}
.globalNav .form-base form div.sitei {
	margin: 0;
	padding: 0;
	float:left;
	width: 414px;
}
.globalNav .form-base form div.sitei p {
	margin: 0;
	padding: 2px 0 0 0 ;
}
.globalNav .form-base form div.sitei p input {
	margin: 0;
	padding: 0 0 0 0 ;
	vertical-align: middle;
}
.globalNav .form-base form div.sitei p input.year {
	margin: 0;
	padding: 0 3px;
	background: #fff url("img/input-background.gif") repeat-x;
	border: #999 1px solid;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 36px;
	height: 20px;
}
.globalNav .form-base form div.sitei p input.month {
	margin: 0;
	padding: 0 3px;
	background: #fff url("img/input-background.gif") repeat-x;
	border: #999 1px solid;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 21px;
	height: 20px;
}
.globalNav .form-base form div.sitei p input.image-btnSUb {
	background: url("img/button-submit.jpg") left top no-repeat;
	margin: 0;
	padding:0;
	width: 67px;
	height: 26px;
	border: 0;
	cursor:	pointer;
	overflow: hidden;
}
.globalNav .form-base form div.sitei p input.image-btnClear {
	background: url("img/button-reset.jpg") left top no-repeat;
	margin: 0;
	padding:0;
	width: 67px;
	height: 26px;
	border: 0;
	cursor:	pointer;
	overflow: hidden;
}
/*----------------------------------------------------

               7. #content詳細

----------------------------------------------------*/
/*カレンダー部分
--------------------*/
#content a:link{
	font-weight: bold;
}
#content a:visited {
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
}
#content a:active {
	font-weight: bold;
}


#content table#table-base {
	background: #E2E2E2;
	border:  1px solid #909090;
	margin: 10px 0 20px 0;
	padding:0;
	width: 805px;
	border-collapse: collapse;
	border-spacing: 0px;
}
#content table#table-base tr th#top-th {
	border: 1px solid #909090;
	background: #E2E2E2 url("img/calendar-title-background.jpg") repeat-x;
	margin: 0;
	padding: 0 0 0 3px;
	width:766px;
	height: 34px;
	font-weight: bold;
	color: #555;
	font-size: 129%;
	text-align: left;
	letter-spacing: 0.6px;
}
#content table#table-base tr th#top-th h2 span {
	background: url("img/calendar-title-arrow.jpg") no-repeat ;
	margin: 0;
	padding: 0 0 0 10px;
}
#content table#table-base tr td.day-td {
	border: 1px solid #909090;
	width:22px;
	text-align: right;
	vertical-align : top;
	white-space: nowrap;
}
#content table#table-base tr td.week-td {
	border: 1px solid #909090;
	width:15px;
	text-align: center;
	vertical-align : top;
	white-space: nowrap;
}
#content table#table-base tr td.products-td {
	border: 1px solid #909090;
	width:766px;
}

#content table#table-base tr td.products-td div.cell-wwap {
	clear: both;
	width: 768px;
	margin: 0;
	padding:0 0 5px 0;
}

/***************************


　　■■■　3列　■■■
　　
　　
***************************/

#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap {
	border: 1px solid #909090;
	background: #F5F5F5;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}


#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap .product-image-left {
	background: #F5F5F5;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap .product-description-right {
	background: #F5F5F5;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}

#col-3 #content .product-description-right p.p-genre {
	margin: 6px 3px 5px 0;
	padding:0;
	/width: 98%;
}
#col-3 #content div.div-wrap .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #fdfdfd;
	border: 1px solid #777;
	color: #333;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 

}

#col-3 #content .product-description-right p.p-company {
	margin: 0px 3px 1px 0;
	padding:0;
		line-height: 1.2;
}
#col-3 #content .product-description-right p.p-company span {
	margin:0;
	padding:1px;
	font-weight: normal;
	font-size:11px;
	/zoom:1; 

}


/*ps3
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0ps3 {
	border: 1px solid #909090;
	background: #99CCFF;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0ps3 > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0ps3 .product-image-left {
	background: #99CCFF;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0ps3 .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0ps3 .product-description-right {
	background: #99CCFF;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0ps3 .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #505050;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 

}


/*psp
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psp {
	border: 1px solid #909090;
	background: #FFCC99;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psp > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psp .product-image-left {
	background: #FFCC99;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psp .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psp .product-description-right {
	background: #FFCC99;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0psp .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #FF5C00;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 

}



/*psv
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psv {
	border: 1px solid #909090;
	background: #CCCCFF;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psv > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psv .product-image-left {
	background: #CCCCFF;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psv .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psv .product-description-right {
	background: #CCCCFF;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0psv .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #123a91;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 

}



/*wii
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0wii {
	border: 1px solid #909090;
	background: #FFFFFF;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0wii > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0wii .product-image-left {
	background: #FFFFFF;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0wii .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0wii .product-description-right {
	background: #FFFFFF;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0wii .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #2981E4;
	border: 1px solid #777;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}



/*3ds
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-3ds {
	border: 1px solid #909090;
	background: #FFCCFF;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-3ds > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-3ds .product-image-left {
	background: #FFCCFF;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-3ds .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-3ds .product-description-right {
	background: #FFCCFF;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-3ds .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #c309af;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}




/*xbox360
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0xbox360 {
	border: 1px solid #909090;
	background: #00ff66;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0xbox360 > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0xbox360 .product-image-left {
	background: #00ff66;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0xbox360 .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0xbox360 .product-description-right {
	background: #00ff66;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0xbox360 .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #409c1c;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*bluray
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0bluray {
	border: 1px solid #909090;
	background: #CCCCFF;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0bluray > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0bluray .product-image-left {
	background: #CCCCFF;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0bluray .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0bluray .product-description-right {
	background: #CCCCFF;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0bluray .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #228da5;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}




/*toy
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0toy {
	border: 1px solid #909090;
	background: #FED0E0;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0toy > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0toy .product-image-left {
	background: #FED0E0;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0toy .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0toy .product-description-right {
	background: #FED0E0;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0toy .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #E62727;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*cd
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0cd {
	border: 1px solid #909090;
	background: #FAFAD2;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0cd > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0cd .product-image-left {
	background: #FAFAD2;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0cd .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0cd .product-description-right {
	background: #FAFAD2;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0cd .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #FFB515;
	border: 1px solid #777;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*dvd
--------------------*/
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0dvd {
	border: 1px solid #909090;
	background: #CCCCFF;
	width :247px;
	margin: 3px 0 0 3px;
	padding: 0;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0dvd > div {
	width :247px;
	display:block;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0dvd .product-image-left {
	background: #CCCCFF;
	margin: 0;
	padding:0;
	width: 85px;
	float:left;
	vertical-align : top;
	text-align: center;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0dvd .product-image-left a img{
	margin:5px  0;
	padding:1px;
	border: 1px solid #666;
}
#col-3 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0dvd .product-description-right {
	background: #CCCCFF;
	overflow: hidden;
	margin: 0;
	padding:0;
	width: 160px;
	float:left;	
	vertical-align : top;
	text-align:left;
}
#col-3 #content div.div-wrap-0dvd .product-description-right p.p-genre span {
	margin:0;
	padding:1px 2px;
	background: #fdfdfd;
	border: 1px solid #777;
	color: #333;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/***************************


　　■■■　1列　■■■
　　
755


130

470

145
***************************/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap {
	border: 1px solid #909090;
	background: #F5F5F5;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content p.p-genre, #col-1 #content p.p-title, #col-1 #content div.p-comAut {
	        display: table-cell;
}

#col-1 #content p.p-genre {
	margin:0;
	padding:0;
    vertical-align: middle;
	width: 130px;
}

#col-1 #content div.div-wrap p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #fdfdfd;
	border: 1px solid #777;
	color: #333;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}
#col-1 #content p.p-title {
	margin:0;
	padding:0 5px;
    vertical-align: middle;
	width: 470px;

}
#col-1 #content p.p-title a{
	margin:0;
	padding:1px 2px;
}
#col-1 #content div.p-comAut {
	margin:0;
	padding:0;
    vertical-align: middle;
	width: 145px;
}

#col-1 #content div.p-comAut p.p-company {
	margin: 0px 3px 1px 0;
	padding:0;
	line-height: 1.2;
}
#col-1 #content div.p-comAut p.p-company span {
	margin:0;
	padding:1px;
	font-weight: normal;
	font-size:11px;

}

/* IE 6 */
    * html #col-1 #content p.p-genre, * html #col-1 #content p.p-title, * html #col-1 #content div.p-comAut{
        display: inline;
        zoom: 1;
    }
 
    /* IE 7 */
    *:first-child+html #content p.p-genre, *:first-child+html #col-1 #content p.p-title, *:first-child+html #col-1 #content div.p-comAut {
        display: inline;
        zoom: 1;
    }
 
    /*\*//*/
    * html #col-1 #content p.p-genre, * html #col-1 #content p.p-title, * html #col-1 #content div.p-comAut {
        display: inline-block;
    }
    /**/

/*ps3
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0ps3 {
	border: 1px solid #909090;
	background: #99CCFF;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0ps3 p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #505050;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*psp
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psp {
	border: 1px solid #909090;
	background: #FFCC99;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}

#col-1 #content div.div-wrap-0psp p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #FF5C00;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}



/*psv
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0psv {
	border: 1px solid #909090;
	background: #CCCCFF;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0psv p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #123a91;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*wii
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0wii {
	border: 1px solid #909090;
	background: #FFFFFF;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0wii p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #2981E4;
	border: 1px solid #777;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}




/*3ds
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-3ds {
	border: 1px solid #909090;
	background: #FFCCFF;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-3ds p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #c309af;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*xbox360
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0xbox360 {
	border: 1px solid #909090;
	background: #00ff66;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0xbox360 p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #409c1c;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}



/*bluray
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0bluray {
	border: 1px solid #909090;
	background: #CCCCFF;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0bluray p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #228da5;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*toy
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0toy {
	border: 1px solid #909090;
	background: #FED0E0;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0toy p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #E62727;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*cd
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0cd {
	border: 1px solid #909090;
	background: #FAFAD2;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0cd p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #FFB515;
	border: 1px solid #777;
	color: #fff;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}

/*dvd
--------------------*/
#col-1 #content table#table-base tr td.products-td div.cell-wwap div.div-wrap-0dvd {
	border: 1px solid #909090;
	background: #CCCCFF;
	width: 755px;
	margin: 3px 0 0 3px;
	padding: 3px;
	overflow:hidden;
}
#col-1 #content div.div-wrap-0dvd p.p-genre span {
	margin: 6px 3px 5px 0;
	padding:1px 2px;
	background: #fdfdfd;
	border: 1px solid #777;
	color: #333;
	font-weight: bold;
	font-size:11px;
	display: block;
	text-align: center;
	border-radius: 3px;        /* CSS3草案 */ 
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;/* Firefox用 */ 
}


/*このサイトについて
--------------------*/
#content #about-site {
    clear: both;
	background: #F5F5F5;
	border:  1px solid #909090;
	margin: 0 10px;
	padding: 0;
	width: 780px;
}
#content #about-site h2 {
	background: url("img/h3-arrow.gif") no-repeat 0 0.5em;
	margin: 5px 0 0 5px;
	padding: 0 0 0 10px;
    font-weight: bold;
	color: #333;
	vertical-align: middle;
	letter-spacing: 1px;
}
#content #about-site h2 span {
	border-bottom: #909090 1px solid;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#content #about-site p {
	margin: 0;
	padding: 7px 12px;
	letter-spacing: 0.5px;
}

/*----------------------------------------------------

               8. #content詳細(sub.tplのみ適用)

----------------------------------------------------*/
#content #main {
	background: #fff;
	margin: 10px 0 20px 0;
	padding:0;
	width: 805px;
}
#content #main h2 {
	background: #818080;
	margin: 0;
	padding: 3px 5px;
	color: #fff;
}
#content #main ul {
	margin: 0;
	padding: 6px 10px 6px 20px;
}
#content #main ul li {
	margin: 0;
	padding: 0 0 2px 0;
}

/*----------------------------------------------------

               9. #footer詳細

----------------------------------------------------*/
/*pageTop(このページの上へ)setting
--------------------*/
.pageTop {
    clear: both;
    margin:  0;
    padding: 0 10px 5px 0;
    text-align: right;
}
pageTop a{
    margin: 0;
    padding: 0;
}
/*関連リンクの設定
--------------------*/
.kanren-link a:link{
	text-decoration: underline;
	font-weight: bold;
	color: #AADEF6;
	outline: none;
}
.kanren-link a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #AADEF6;
    outline: none;
}
.kanren-link a:hover {
	text-decoration: none;
	font-weight: bold;
}
.kanren-link a:active {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
.kanren-link .alpha {
    margin:  0;
    padding: 0;
    display: block;
}
.kanren-link .alpha p {
	padding: 4px 0 2px 8px;
	margin: 0;
	color: #fff;
	font-size: 85%;
	letter-spacing: 1px;
}

.kanren-link .beta {
	float: left;
	width: 592px;
	font-size: 85%;
	margin: 0;
	padding: 0 0 6px 8px;	
}

.kanren-link ul{
	margin: 0;
	padding: 0 ;
	background: #000;
	letter-spacing: 0.6px;
}
.kanren-link ul li {
	float: left;
	width: 280px;
	display: block;
	padding: 0 6px 0 10px;
	background: #000 url("img/header-genre-arrow.gif") no-repeat 0 0.3em;
}

/*----------------------------------------------------

               10. Utilities

----------------------------------------------------*/
.genre-menu:after,
#header:after,
#content:after,
.kanren-link:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.genre-menu,
.kanren-link,
#footer {
    height: 1%;
}
/*----------------------------------------------------

               11. link setting

----------------------------------------------------*/

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #09f;
	outline: none;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #f3f;
    outline: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}


