@charset "utf-8";

/*===================================================
*
*	base style sheet
*
*	Font-size Adjustment [ base::12px ]
*	
*	84%  = 10px	|	134% = 16px	|	184% = 22px
*	92%  = 11px	|	142% = 17px	|	192% = 23px
*	100% = 12px	|	150% = 18px	|	200% = 24px
*	109% = 13px	|	159% = 19px	|	209% = 25px
*	117% = 14px	|	167% = 20px	|	217% = 26px
*	125% = 15px	|	175% = 21px	|
*
*
*	1. base style
*		1-1. universal selector
*		1-2. body
*	2. element style
*		2-1. anchor
*		2-2. text
*		2-3. list
*		2-4. form
*		2-5. object
*	3. outline
*		3-1. wrapper
*		3-2. header
*		3-3. main
*		3-4. footer
*	4. common style
*
====================================================*/

/* ---------------------------------------
 1. base style
----------------------------------------*/

/*
 1-1. universal selector
---------------------------------*/

* {
	zoom: 1;
}

/*
 1-2. body
---------------------------------*/

body {
	font-size: 12px;
	font-family: verdana,"trebuchet ms",sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #000;
	background: #aaa;
}

* html body {
	font-size: 75%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",verdana,"trebuchet ms",sans-serif;
}

*:first-child+html body {
	font-size: 75%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック",verdana,"trebuchet ms",sans-serif;
}

/* ---------------------------------------
 2. element style
----------------------------------------*/

/*
 2-1. anchor
---------------------------------*/

a {
	zoom: normal;
	color: #555;
}

a:hover {
	color: #e00;
}


/*
 2-2. text
---------------------------------*/

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

pre {
	font-family: "Osaka－等幅", monospace;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

address {
	font-style: normal;
}

em,strong,del,ins,q {
	zoom: normal;
}

/*
 2-3. list
---------------------------------*/

ul,ol {
	list-style: none;
}

ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}


/*
 2-4. form
---------------------------------*/

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

legend {
	color:#000;
}

input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	line-height: 1.2;
}

textarea {
	padding: 0.2em;
}

optgroup {
	font-style: normal;
	background: #CCC;
}

option {
	background: #FFF;
}

/*
 2-5. object
---------------------------------*/

img {
	border: none;
	vertical-align: bottom;
}

object {
	vertical-align: bottom;
}

/* ---------------------------------------
 3. outline
----------------------------------------*/

/*
 3-1. wrapper
---------------------------------*/

div.wrapper {
	width: 950px;
	padding: 0 15px;
	margin: 0 auto;
	background: url("/image/common/bg_base.gif") repeat-y;
}

/*
 3-2. header
---------------------------------*/

div.header {
	position: relative;
	height:147px;
}

div.header h1{
    	float:left;
	padding:10px 0 ;
}

body.sanbu div.header h1{
	padding:0 ;
}

div.header table{
	position: absolute;
    top:8px;
    right:0px;
}

.twitter-follow-button {
    margin:0;
    width: 250px !important;
}

.FB_SERVER_IFRAME{
    width: 250px !important;
}


div.header table td{
    vertical-align:top;

}

a.fblink {
    color: #3B5998;
    cursor: pointer;
    text-decoration: none;
    font-size:11px;
}

div.fblikebox {
	border:1px solid #CCC;
	background:#eeeeee;
    padding:3px;
    width:20px;
}

.header div.fblikebox {
	border:none;
	background:#FFF;
    	padding:3px;
}


div.header ul#naviList {
	position: absolute;
	top:8px;
	left:305px;
	width:150px;
	line-height:1.8;

}

div.header ul#naviList li {
	padding-left: 0px;
}

div.header ul#naviList li#nl01 {
	background: url("/image/common/bg_sitemap.gif") no-repeat 0 2px;
    padding:0 0 0 21px;

    /width:80px;
}

div.header ul#naviList li#nl02 {
	background: url("/image/common/bg_important.gif") no-repeat 0 2px;
    padding:0 0 0 21px;

    /width:80px;
}

div.header form.siteSearch {
	position: absolute;
	top:75px;
	right:-10px;
	padding:0px 0px 0px 10px;
	margin-bottom:10px;

	background: url("/image/common/bg_search.gif") no-repeat 0px 0px;
	width: 376px;
	height: 38px;

	/background: url("/image/common/bg_search.gif") no-repeat 1px 0;
	/width: 380px;
	/position:relative;
    	/top:58px;
    	/left:280px;
	/margin-bottom:7px;
}

div.header form.siteSearch div.legend,
div.header form.siteSearch input {
	display: block;
	float: left;
}

div.header form.siteSearch div.legend {
	margin: 9px 7px 0 0;
}

div.header form.siteSearch input.inputText {
	width: 125px;
	margin: 7px 7px 0 0;
}

div.header form.siteSearch input.inputImage {
	margin-top: 8px;
}

div.header #headBanner {
	position: absolute;
	top:8px;
	left:482px;
}

div.header #fbBtn {
	position: absolute;
	top:82px;
	left:305px;
}

div.header ul.gnavi {
	background: url("/image/common/bg_gnavi.gif") repeat-x 0px 5px;
	padding:5px 0 0;
	clear:both;
	/background: url("/image/common/bg_gnavi.gif") repeat-x 0px 0px;
	/padding:0;
}

div.header ul.gnavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.header ul.gnavi li {
	float: left;
	padding-left: 1px;
}
div.header ul.gnavi li#gnavi_home {
	padding: 0;
}

div.header ul.gnavi li#gnavi_talent {
	width:120px;
}
div.header ul.gnavi li#gnavi_talent ul.gnavi_child{
	position:absolute;
	top:144px;
	left:221px;
	display:none;
}
div.header ul.gnavi li#gnavi_talent ul.gnavi_child li {
	float:none;
	padding-left: 0px;
}

/*
 3-3. main
---------------------------------*/

div.main {
	padding: 10px 0;
}

div.main:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*
 3-4. footer
---------------------------------*/

div.footer {
	clear: both;
	border-top: 3px solid #aaa;
	padding-top: 15px;
	text-align: center;
}

div.footer ul#footList {
	display: inline;
	border-left: 1px solid #333;
	padding-left: 5px;
}

div.footer ul#footList li {
	border-right: 1px solid #333;
	line-height: 1.4;
	display: inline;
	padding-right: 8px;
}

* html div.footer ul#footList {
	padding-left: 0;
}

* html div.footer ul#footList li {
	padding-left: 8px;
}

*:first-child+html div.footer ul#footList {
	padding-left: 0;
}

*:first-child+html div.footer ul#footList li {
	padding-left: 8px;
}

div.footer address {
	padding: 20px 0;
}

/* ---------------------------------------
 4. common style
----------------------------------------*/

.arrow-01 {
	background: url("/image/common/bg_arrow_01.gif") no-repeat 0 4px;
	padding-left: 13px;
	zoom: 1;
}

.box-01 {
	border: 4px solid #aaa;
	padding: 41px 16px 10px;
	position: relative;
	margin-bottom: 10px;
}

.box-01 .head-01 {
	position: absolute;
	top: -4px;
	left: -4px;
}

.box-02 {
	border: 1px solid #aaa;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.head-02 {
	background: #EEE;
	padding: 4px 5px;
	margin-bottom: 10px;
	font-size: 109%;
}

.box-02 .head-02 {
	border-bottom: 1px solid #aaa;
}

.head-02 span {
	border-left: 4px solid #E00;
	display: block;
	padding-left: 7px;
}

.box-02 .wrap {
	padding:20px;
}

.head-02 img.icon {
	float: right;
	margin-top: 2px;
}

.box-03 {
	padding: 30px 4px 4px 4px;
	background: url("/image/common/bg_dot.gif");
	position: relative;
}

.box-03 .head-03 {
	position: absolute;
	top: 0;
	left: 0;
}

.box-03 .wrap {
	background: #FFF;
	padding: 20px 11px;
}

a.btn-01 {
	background: url("/image/common/bg_cart-left.gif") no-repeat;
	display: table-cell;
	padding-left: 25px;
	text-decoration: none;
	color: #FFF;
	white-space: nowrap;
	font-size: 109%;
}

a.btn-01 span {
	background: url("/image/common/bg_cart-right.gif") no-repeat right 0 #000;
	padding-right: 10px;
	height: 18px;
	display: table-cell;
	line-height: 18px;
}


a.btn-01 span img.icon, {
	vertical-align: -4px;
}

a.btn-01:hover {
	color: #FFF;
}

p.topicPath {
	font-size: 84%;
}

p.goTop {
	margin: 0 10px;
	padding-top: 10px;
	background: url("/image/common/bg_dotline.gif") repeat-x;
	text-align: right;
	clear: both;
}

p.pager {
	text-align: center;
	margin: 20px 0 10px 0;
	font-size: 109%;
}

p.pager a,
p.pager em.current {
	border: 1px solid #aaa;
	padding: 4px 7px;
	text-decoration: none;
	margin: 0 2px;
	zoom: 1;
}

p.pager a:hover,
p.pager em.current {
	background: #e00;
	color: #FFF !important;
}

img.authorThumb {
	padding: 1px;
	border: 1px solid #aaa;
}

.pageHead {
	background: url("/image/profile/bg_name.gif") no-repeat;
	height: 33px;
	padding: 15px 0 0 30px;
	margin: 10px 0 7px;
	font-size: 117%;
}

body.sanbu .pageHead {
	background: url("/image/profile/bg_name_850.gif") no-repeat;
}

.lineNavi {
	position: absolute;
	top: 5px;
	right: 10px;
	border-right: 1px solid #000;
}

.lineNavi li {
	float: left;
	border-left: 1px solid #000;
	padding: 0 8px;
}

#line1 li.lnItem1 a,
#line2 li.lnItem2 a,
#line3 li.lnItem3 a,
#line4 li.lnItem4 a,
#line5 li.lnItem5 a,
#line6 li.lnItem6 a,
#line7 li.lnItem7 a,
#line8 li.lnItem8 a,
#line9 li.lnItem9 a,
#line10 li.lnItem10 a,
#female li.lnItem1 a,
#male li.lnItem2 a,
#artist li.lnItem3 a{
	text-decoration: none;
	font-weight: bold;
}

.authorList-01:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.authorList-01 {
	padding: 15px 0 0 20px;
}

.authorList-01 li {
	width: 117px;
	float: left;
	padding: 0 7px 10px 7px;
}

.authorList-01 li span {
	display: block;
}

.authorList-01 li a {
	text-decoration: none;
}

.authorList-01 li a:hover span {
	color: #000;
}

.authorList-01 a:hover img.authorThumb {
	border: 2px solid #e00;
	padding: 0;
}

.authorList-01 span.authorName {
	background: url("/image/profile/bg_name_02.gif") no-repeat;
	padding: 0 0 0 8px;
	margin-top: 5px;
	height: 4em;
	overflow: hidden;
}

.authorList-01 span.authorName {
	cursor: pointer;
}

.authorList-01 span.rb {
	font-weight: bold;
}

.authorList-01 span.rt {
	font-size: 92%;
}

.authorList-02:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.authorList-02 {
	padding: 10px 0 10px 32px;
}

.authorList-02 a {
	cursor: pointer;
}

.authorList-02 li {
	float: left;
	width: 127px;
	padding-right: 10px;
	height: 13em;
	overflow: hidden;
}

.authorList-02 li a {
	text-decoration: none;
}

.authorList-02 li a:hover span {
	color: #000;
}

.authorList-02 img.authorThumb {
	margin-bottom: 8px;
}

.authorList-02 a:hover img.authorThumb {
	border: 2px solid #e00;
	padding: 0;
}

.authorList-02 li span.authorName {
	display: block;
	background: url("/image/common/bg_dotline_03.gif") repeat-y;
	padding-left: 10px;
	font-size: 109%;
	font-weight: bold;
}

.authorList-03:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.authorList-03 {
	padding: 15px 0 0 20px;
}

.authorList-03 li {
	width: 250px;
	float: left;
	padding: 0 5px 15px 5px;
}

.authorList-03 li span {
	display: lnline;
}

.authorList-03 li a {
	text-decoration: none;
}

.authorList-03 li a:hover span {
	color: #000;
}

.authorList-03 a:hover img.authorThumb {
	border: 2px solid #e00;
	padding: 0;
}

.authorList-03 span.authorName {
	background: url("/image/profile/bg_name_02.gif") no-repeat left center;
	padding: 0 0 0 8px;
	margin-top: 5px;
	overflow: hidden;
	height: 1.4em;
	display: block;
}

.authorList-03 span.authorName {
	cursor: pointer;
}

.authorList-03 span.rb {
	font-weight: bold;
}

.authorList-03 span.rt {
	font-size: 84%;
	color: #777777;
}

.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
