
@charset "UTF-8";

/*****************************************


 ベーススタイル


*****************************************/

/*========================================
    全体指定
========================================*/

html{
    overflow-y: scroll;
}

body{
    height: 100%;
    font-size:100%;
    font-family: Arial,sans-serif;
    line-height:130%;
}

/* for mac safari firefox */
html>/**/body {
	font-size:12px;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

/* for IE6 */
* html body {
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", sans-serif;
	vertical-align:baseline;
}

/* for IE7 */
*+html body {
	font-size:75%;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.png {
	behavior: expression(IEPNGFIX.fix(this));
}

img {
	border:0;
	vertical-align:top;
}

/*========================================
    リンク文字
========================================*/

a:link  {color:#000; text-decoration:underline;}
a:visited{color:#936; text-decoration:none;}
a:hover  {color:#f00; text-decoration:none;}
a:active {color:#f00; text-decoration:none;}

/*****************************************

全ページ共通指定

*****************************************/

/*========================================
    ヘッダー
========================================*/

#header {
	height: 30px;
	background: #000;
	border-bottom: solid 1px #fff;
	margin: 0;
	padding: 0;
    }
 
h1 {
	font-size: 11px;
	height: 23px;
	color: #fff;
	font-weight: normal;
	padding: 7px 0 0 ;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

.btGood {
	width: 155px;
	height: 25px;
	margin: 0;
	padding: 5px 0 0;
	text-align: right;
}

.inner {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/*========================================
    グローバルナビ
========================================*/

#gNav {
	height: 45px;
	background: url(/images/common/bg-gnav.jpg) top repeat-x ;
}

.gNavList {
	width: 960px;
	margin: 0 auto;
	list-style:none;
}

.gNavList li{
	float: left;
}

/*========================================
   コンテンツ
========================================*/

#contents {
	width: 960px;
	margin: 20px auto 0;
	background: #fff;
}

/*
#underLayer #contents {
	margin-top: 20px!important;
}
*/

/*========================================
    サブカラム
========================================*/

#subColumn {
	width: 230px;
	padding: 0 0 30px;
}

.botsunetaCap {
	width: 230px;
	font-size: 10px;
	color: #666;
}

/*========================================
    メインカラム
========================================*/

#mainColumn {
	width: 710px;
	padding: 0 0 30px;
}

/*========================================
    フッター
========================================*/

.fNaviArea {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	height: 40px;
	background: #F5F5F5;
	padding: 0;
	margin: 0 0 1px;
}

.fNaviInner {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 0;
}

.fNavi {
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
}

.fNavi li {
	display: inline;
	border-right: solid 1px #000;
	margin: 0;
	padding: 0 5px 0;
}

.pageTop {
	margin: 0;
	padding: 2px 0 0;
}

.copyrightArea {
	background: #000;
	margin: 0;
	padding: 0;
}

.copyrightInner {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0;
}

.fInfo {
	width: 600px;
	margin: 0;
	padding: 0;
	border-spacing:0;
	border:0;
}

.fTable th {
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: top;
}

.fTable td {
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0 0 6px;
	vertical-align: top;
}

.copyright {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0;
	margin: 0;
}

/*****************************************

下層ページ共通指定

*****************************************/

#underLayer .mainArea {
	height: 103px;
	background: url(/images/common/bg-underLayermain.jpg) top repeat-x ;
}

#underLayer .logo {
	padding: 20px 0;
}

.crumbs li {
	display: inline;
}

.here {
	font-weight: bold;
}

.bookList {
	width: 788px;
	padding: 0 0 20px 22px;
}

.bookList li {
	width: 150px;
	float: left;
	padding: 15px 22px 10px 0;
}

.bookTitle {
	font-weight: bold;
	font-size: 12px;
}

.price {
	color: #999;
	font-size: 12px;
}

.topicsTitle {
	width: 700px;
	height: 20px;
	background: url(/images/index/h3-04.jpg) left no-repeat ;
	text-align: right;
	padding: 10px 10px 5px 0;
}

.topicsList {
	width: 666px;
	padding: 0 22px 20px ;
}

.topicsList li{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.topicsDate {
	width: 90px;
	font-weight: bold;
	line-height: 150%;
}

.topicsText {
	width: 560px;
	line-height: 150%;
}

address {
	width: 690px;
	margin: 0 auto;
	line-height: 150%;
}

/*****************************************

01.トップページ指定

*****************************************/

#index .mainArea {
	height: 340px;
	background: url(/images/index/bg-indexmain.jpg) top repeat-x ;
}

#index .logo {
	padding: 60px 0 15px;
}

/*========================================
    ピックアップ
========================================*/

#index .picup {
	min-height: 220px;
	_height: 220px;
	border-top: #000 solid 15px;
	background: url(/images/index/bg-indexbanner.jpg) bottom repeat-x #fff;
}

#index .picupInner {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#index .picupTitleArea {
	width: 730px;
}

#index .picupBox {
	margin: 0 0 20px;
}

#index .picupDate {
	width: 345px;
	min-height: 40px;
	_height: 40px;
	padding: 0 35px 2px;
	font-size: 30px;
	line-height: 130%;
	color: #FFF;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background: url(/images/index/bg-bannerdatebottom.png) bottom no-repeat #000;
}

#index .picupTitle {
	width: 260px;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 130%;
}

#index .picupText {
	width: 700px;
	font-size: 14px;
	line-height: 180%;
	padding: 0 0 0 30px;
}

#index .picupImage {
	width: 160px;
	padding: 10px 50px 0 0;
}

/*========================================
    ～とは？
========================================*/

#index .aboutBox {
	width: 340px;
}

#index .aboutInfo {
	padding: 0 10px 10px;
}

#index .aboutText {
	width: 320px;
	line-height: 150%;
}

/*========================================
    新刊案内
========================================*/

#index .introduceTitle {
	width: 700px;
	height: 20px;
	background: url(/images/index/h3-03.jpg) left no-repeat ;
	text-align: right;
	padding: 10px 10px 5px 0;
}

/*****************************************

02.会社概要ページ指定

*****************************************/

.company .aboutText {
	line-height: 150%;
	color: #666;
}

.company .aboutTable {
	width: 680px;
	margin: 0 auto;
	border-top: solid 1px #E1E0DF;
	border-right: solid 1px #E1E0DF;
}

.company .aboutTable th {
	width: 200px;
	color: #666;
	background: #F3F3F2;
	padding: 10px;
	font-weight: bold;
	border-left: solid 1px #E1E0DF;
	border-bottom: solid 1px #E1E0DF;
}

.company .aboutTable td {
	padding: 10px;
	line-height: 130%;
	border-left: solid 1px #E1E0DF;
	border-bottom: solid 1px #E1E0DF;
}

.company .dealTable {
	width: 680px;
	margin: 0 auto;
}

.company .dealTable tr {
	background: url(/images/common/dot.gif) top no-repeat ;
}

.company .dealTable tr.firstLine {
	background-image: none!important;
}

.company .dealTable th {
	width: 200px;
	padding: 15px 10px;
}

.company .dealTable td {
	padding: 15px 10px;
	line-height: 130%;
}

/*****************************************

03.エディターページ指定

*****************************************/

/*========================================
    EDITOR
========================================*/

.editorList {
	width: 710px;
}

.editorList li {
	width: 330px;
	padding: 0 10px 20px;
	float: left;
}

.editorBox {
	width: 328px;
	border: solid 1px #808080;
}

.editorBoxInner {
	width: 326px;
	border: solid 1px #fff;
	background: #22120C;
}

.editorTitle {
	width: 33px;
	min-height: 310px;
	_height: 310px;
}

.editorContents {
	width: 293px;
}

.editorTable {
	width: 293px;
	border-top: solid 1px #E0DFDE;
	background: #fff;
}

.editorTable td{
	border-right: solid 1px #E0DFDE;
	border-bottom: solid 1px #E0DFDE;
	vertical-align: top;
}

.editorTable td.noBorder {
	border-right: none!important;
}

.editorPic {
	border: solid 1px #fff;
}

.snsList {
	text-align: center;
	padding: 8px 0;
	border-top: solid 1px #E0DFDE;
}

.snsList li{
	display: inline;
	padding: 0 3px 0 0;
	float: none;
}

/* Utility */
.w100 { width: 100px;}
.h50 { height: 50px!important;}

.editorInfo {
	background: url(/images/editor/bg-dot.gif) top;
}

.editorNumber {
	width: 50px;
}

editorName {
	width: 130px;
}

.editorInfoList {
	list-style: disc outside;
	padding: 10px;
	margin-left: 15px;
	height: 100px;
	font-size: 11px;
}

.editorInfoList li {
	width: 100%;
	padding: 0;
}

.editorText {
	border: solid 1px #E0DFDE;
	border-top: none!important;
	padding: 10px;
	line-height: 150%;
	background: #fff;
}

/*========================================
   外注スタッフ
========================================*/

.staffList {
	width: 710px;
}

.staffList li{
	width: 330px;
	padding: 0 10px 20px;
	float: left;
}

.staffBox {
	border: solid 1px #000;
}

.staffName {
	border: solid 1px #E0DFDE;
	border-bottom: solid 3px #000!important;
	background: url(/images/editor/bg-dot.gif) top;
	text-align: center;
	padding: 5px 0;
}

.staffText {
	border: solid 1px #E0DFDE;
	padding: 10px;
	line-height: 150%;
}

/*****************************************

04-A.製作実績ページ指定

*****************************************/

.resultList {
	width: 700px;
	margin: 0 0 20px 10px;
}

.resultList li {
	width: 153px;
	border: solid 6px #E1E0DF;
	float: left;
	margin: 0 10px 10px 0;
}

.resultBox {
	margin: 1px;
	padding: 2px;
	border: dotted 1px #E4E3E2;
}

.resultCategory {
	margin: 5px 0;
}

.resultInfo {
	line-height: 130%;
	background: url(/images/editor/bg-dot.gif) top;
	font-size: 11px;
	margin: 0 0 5px;
	padding: 5px;
}

.resultPic {
	text-align: center;
	padding: 0 0 5px;
	border-bottom: dotted 1px #E4E3E2;
}

.resultLink {
	text-align: right;
	padding: 0;
	font-size: 11px;
}

/*****************************************

04-B.製作実績カテゴリページ指定

*****************************************/

.categoryBox {
	width: 690px;
	margin: 0 auto;
	padding: 10px 0;
}

.categoryBoxInner {
	width: 500px;
}

.categoryList li {
	float: left;
	padding: 0 10px 0 0;
}

.categoryTitle {
	width: 80px;
	font-weight: bold;
}

.categoryBack {
	padding: 10px 0 0;
}

.kindList {
	width: 690px;
	margin: 0 auto;
	padding: 15px 0;
	font-size: 16px;
	font-weight: bold;
}

.kindList li {
	display: inline;
	padding: 0 5px 0 0;
}

.kindList li a:link {
	font-weight: normal!important;
}

.topBorder { background: url(/images/common/dot.gif) top no-repeat ;}

.bottomBorder { background: url(/images/common/dot.gif) bottom no-repeat ; margin-bottom: 20px;}

/*****************************************

04-C.製作実績詳細ページ指定

*****************************************/

.result h4 {
	width: 670px;
	height: 15px;
	background: #E1E0DF;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px;
	font-weight: bold;
	color: #666;
}

.resultInfoBox {
	width: 690px;
	margin: 0 auto;
}

.resultInfoPic {
	width: 230px;
}

.resultInfoArea {
	width: 440px;
}

.resultInfoTitle {
	border-left: solid 3px #000;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
}

.resultInfoTable {
	width: 438px;
	margin: 0 auto;
	border-top: solid 1px #E1E0DF;
	border-right: solid 1px #E1E0DF;
}

.resultInfoTable th {
	width: 110px;
	color: #666;
	background: #F3F3F2;
	padding: 10px;
	font-weight: bold;
	border-left: solid 1px #E1E0DF;
	border-bottom: solid 1px #E1E0DF;
}

.resultInfoTable td {
	padding: 10px;
	line-height: 130%;
	border-left: solid 1px #E1E0DF;
	border-bottom: solid 1px #E1E0DF;
}

.resultInfoText {
	width: 440px;
	font-size: 12px;
	line-height: 130%;
}

.standreadingList {
	width: 690px;
	margin: 0 auto;
}

.standreadingList li {
	float: left;
	margin: 0 0 10px;
	width: 154px;
	padding: 0 9px 0;
}

/*
.resultdetailPic {
	border: solid 1px #000;
}

.resultdetailPic img {
	border: solid 1px #FFF;
}
*/

.resultdetailPic {
	padding: 1px;
	border: solid 1px #000;
}

.expand {
	font-size: 12px;
}

.movieList {
	width: 690px;
	margin: 0 auto;
}

.movieList li {
	float: left;
	margin: 0 0 10px;
	width: 209px;
	padding: 0 10px 0 11px;
}


/*****************************************

05.アクセスページ指定

*****************************************/

.access .map {
	width: 708px;
	height: 500px;
	border: solid 1px #E1E0DF;
}

.access .mapInner {
	border: solid 1px #fff;
}

/*****************************************

06.お問い合わせページ指定

*****************************************/

.contactTable {
	width: 710px;
	border-top: solid 1px #E1E0DF;
}

.contactTable th {
	width: 150px;
	border-bottom: solid 1px #E1E0DF;
	padding: 20px 10px;
	font-weight: bold;
	font-size-adjust: 14px;
	color: #454545;
	vertical-align: middle;
} 

.contactTable td {
	border-bottom: solid 1px #E1E0DF;
	vertical-align: middle;
	padding: 20px 10px;
}

.impFrame {
	height: 18px;
	padding: 5px;
	border: solid 1px #CDCDCD;
	background: #F7F7F7;
}

.imp01 { width: 300px;}
.imp02 { width: 500px;}
.imp03 { width: 550px;}

.impFrame02 {
	width: 550px;
	min-height: 250px;
	_height: 250px;
	padding: 5px;
	line-height: 130%;
	border: solid 1px #CDCDCD;
	background: #F7F7F7;
}

/*****************************************

07.ボツネタページ指定

*****************************************/

.botsunetaList {
	width: 688px;
	padding: 0 0 20px 22px;
}

.botsunetaList li {
	width: 150px;
	float: left;
	padding: 15px 22px 10px 0;
	text-align: center;
}

.botsunetaData {
	color: #999;
	font-size: 12px;	
}

.botsunetaTitle {
	font-weight: bold;
	margin-bottom: 5px;
}

.colorRed {
	color: #F00;
}

.strikethrough {
	text-decoration: line-through;
}

/*****************************************

TOP 新着アイテム

*****************************************/

.indexResultArea {
	border: 1px solid #ccc;
	margin: 0 0 40px;
	padding: 10px 0 0;
	background: #f6f6f6;
}

.indexResultArea h4 {
	text-align: center;
	margin: 0 0 10px!important;
}

.resultListIndex {
	width: 700px;
	margin: 0 0 0px 10px;
}

.resultListIndex li {
	width: 328px;
	border: solid 6px #E1E0DF;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	min-height: 160px;
	background: #fff;
}

.resultListIndex .clearfix {
	border-bottom: dotted 1px #E4E3E2;
	margin: 0 0 10px;
}

.resultBoxIndex {
	margin: 1px;
	padding: 2px;
	
}

.resultCategoryIndex {
	margin: 5px 0;
	float: left;
}

.resultInfoIndex {
	line-height: 130%;
	backgroud: none;
	font-size: 11px;
	margin: 0 0 5px;
	padding: 5px;
	width: 162px;
}

.resultPicIndex {
	position: absolute;
	top: 35px;
	 right: -15px;
}

.rbox09 .resultPicIndex {
	top: 54px;
	 right: 10px;	
}

.rbox10 .resultPicIndex {
	top: 54px;
	 right: 10px;	
}

.resultLinkIndex {
	text-align: right;
	padding: 10px 5px 0 0;
	float: right;
	font-size: 11px;
}







.newEntry {
	border: 1px solid #ccc;
}

#newEntryLAP {
	float: left;
	padding-top: 15px;
}

#newEntryLAP .newBookList {
	padding-left: 15px;
	width: 348px;
}

#newEntryTENCOUNT {
	float: right;
	border-left: 1px solid #ccc;
	padding-left: 1px;
	padding-top: 15px;
}

#newEntryTENCOUNT  .newBookList {
	padding-left: 15px;
	width: 348px;
}

.newBookList li {
	width: 150px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
	background: #f6f6f6;
	border: 1px solid #ccc;
}

.newBookList li .mb10 {
	height: 150px;
	overflow: hidden;
	padding: 1px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.newBookList li .bookTitle {
	padding: 0 10px;
}

.newBookList li .price {
	padding: 0 10px 10px;
}

.newEntryTitle {
	border-bottom: 3px double #ccc;
	margin: 0 15px 15px;
	padding-bottom: 15px;
}