@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, p, blockquote, table, pre, address, ul, ol, dl { font-size: 140%; line-height: 1.5;}

/* for IE7 */
*:first-child+html h1,
*:first-child+html h2,
*:first-child+html h3,
*:first-child+html h4,
*:first-child+html h5,
*:first-child+html h6,
*:first-child+html p,
*:first-child+html table,
*:first-child+html address,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl { font-size: 160%;}

*:first-child+html ul ul,
*:first-child+html ul ol,
*:first-child+html ul dl,
*:first-child+html ul input,
*:first-child+html ul p,
*:first-child+html ol ul,
*:first-child+html ol ol,
*:first-child+html ol dl,
*:first-child+html ol input,
*:first-child+html ol p,
*:first-child+html dl ul,
*:first-child+html dl ol,
*:first-child+html dl dl,
*:first-child+html dl input,
*:first-child+html dl p,
*:first-child+html table table,
*:first-child+html table ul,
*:first-child+html table ol,
*:first-child+html table dl,
*:first-child+html table input,
*:first-child+html table p,
*:first-child+html p input{ font-size: 100%;}


/* for IE 6 or sooner */
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6,
* html p,
* html table,
* html address,
* html ul,
* html ol,
* html dl { font-size: 160%;}

* html ul ul,
* html ul ol,
* html ul dl,
* html ul input,
* html ul p,
* html ol ul,
* html ol ol,
* html ol dl,
* html ol input,
* html ol p,
* html dl ul,
* html dl ol,
* html dl dl,
* html dl input,
* html dl p,
* html table table,
* html table ul,
* html table ol,
* html table dl,
* html table input,
* html table p,
* html p input{ font-size: 100%;}


ol li { list-style: decimal;}


/******************************************************************** common
*/

body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	background: #fff url(../images/back2.gif) repeat-x 50% 0;
	color: #4d382e;
	cursor: auto;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;
}

body.top { background: #fff url(../images/back_02.gif) repeat-x 50% 0;}

h1 {}
h2 {}
h3, h4, h5, h6 {}
p { padding: 5px 5px 10px;}
blockquote { margin: 15px 0; padding: 10px 15px 3px; background: #faf6ed;}
pre { background: #eee; margin: 1em 0; padding: 0 20px; overflow: auto; width: auto;}
code { color: #5b5905; font-family: "Lucida Grande", "Courier New", Courier, mono, Verdana, sans-serif; letter-spacing: 0;}
ul, ol { margin: 10px 0; padding: 0 0 0 30px;}
dl { margin: 10px 0;}

dl.camp{
	margin: 0 0 20px 0;
}
dl.camp dt{
 margin: 10px 0 5px 0;
 color:#0066CC;
 font-weight:bold;}

a         { color: #0071bb; text-decoration: underline; cursor: pointer;}
a:visited { color: #3b41a4;}
a:hover   { color: #f80; text-decoration: none;}
a:focus,
a:active  { color: #f90;}

strong { font-weight: bold; color: #e47;}
abbr, acronym { cursor: help;}

sup { vertical-align: super; font-size: 100%;}
sub { vertical-align: baseline; font-size: 100%;}


hr { display: none;}
img { border: none; color: #fff; background: transparent; vertical-align: bottom;}

table { border: 1px solid #aaa; border-collapse: collapse; margin-bottom: 15px;}
caption { text-align: left;}
thead {}
tbody {}
th { white-space: normal;}
th, td {
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #aaa;
	text-align: left;
}
tr:hover th,
tr:hover td { background: #fafafa;}


fieldset {
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
}
* html legend { margin: 0 0 10px;}
input, textarea { padding: 1px;}
input.typeText { border: 1px solid #aaa;}
select option { padding: 0 5px;}
input:focus, select:focus, textarea:focus { background-color: #fafafa;}
label { cursor: pointer;}



/******************************************************************** Float containers fix
===================================================================== a.k.a. clearfix */

/******************** exp IE
*/
#container:after,
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/******************** for IE
Level 2.1*/
#container,
#footer { display: inline-block;}

/* Holly Hack Targets IE Win only \*/
* html #container,
* html #footer { height: 1%;}
#footer,
#container { display: block;}
/* End Holly Hack */


/******************************************************************** universal
*/

.aL { text-align: left;}
.aC { text-align: center;}
.aR { text-align: right;}
.fR { float: right;}
.fL01 { float: left; margin:0 0 0 10px;}
.fL { float: left;}
.clr { float: none; clear: both;}


.gothic{ font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;}
.jp { font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;}
.verdana { font-family: Verdana, sans-serif;}
.times { font-family: "Times New Roman", Times, serif;}

.tempNotes { color: #c00; font-weight: bold; background: #f8f8f8; margin: 1em;}


/******************************************************************** javascript
*/

.rowTint { background: #f9f9f9;}



/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/


#wrapper { width: 950px; margin: 0 auto; text-align: left;}

#header {
	position: relative;
	background: url(../images/h-back.gif) no-repeat;
	width: 950px;
	height: 74px;
}

#container {
	background: url(../images/c-back.gif) repeat-y;
	margin-top: 71px;
	padding-bottom: 20px;
}

.top #container { margin-top: 11px;}

#col-a {
	position: relative;
	display: inline;
	float: right;
	width: 698px;
}

#col-b {
	position: relative;
	background: url(../images/b-back.gif) no-repeat;
	float: left;
	width: 226px;
	min-height: 1042px;
	height: auto !important;
	height: 1042px;
}

#footer {
	clear: both;
	background: #f2f2f2 url(../images/f-back.gif) repeat-x;
	padding-bottom: 15px;
}




/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

h1 {
	position: relative;
	color: #b7a563;
	font-size: 100%;
	text-align: right;
	padding: 5px 10px 0 0;
	z-index: 1;
}

*:first-child+html h1 { font-size: 120%;}
* html h1 { font-size: 120%;}

#header p { padding: 0;}

#header p#title {
	position: absolute;
	top: 8px;
	left: 0;
}

#header p#h-text {
	position: absolute;
	top: 20px;
	left: 50%;
	padding-left: 151px;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer div {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#footer dl {
	margin: 0;
	padding: 16px 0 20px 10px;
	font-size: 120%;
	color: #f83d7e;
}

*:first-child+html #footer dl { font-size: 140%;}
* html #footer dl { font-size: 140%;}

#footer dt { margin-bottom: 8px;}

#footer address {
	letter-spacing: 0.05em;
	line-height: 1.5;
	padding: 0 0 15px 10px;
	font-size: 120%;
	color: #8e8275;
}

*:first-child+html #footer address { font-size: 140%;}
* html #footer address { font-size: 140%;}

.pageTop {
	position: absolute;
	bottom: 5px;
	left: 852px;
}




/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#col-b dl { margin: 0;}

#col-b p { margin: 10px 10px 5px 0; text-align: left;}
#col-b p.bnr { margin: 5px 0;}


#col-b p.sr_navi01 {
	background: url(../images/mul.gif) no-repeat;
	width: 203px;
	height: 212px;
	position:relative;
	margin: 13px 0 0 0;	
	}
	
* html #col-b p.sr_navi01 {
	width: 203px;
	height: 212px;	
	margin: 0 0 0px 0;
	position:relative;
	
	}

#col-b p.sr_navi01 a {
	background:url(../images/m-con_off.gif) 0 0 no-repeat;
	width: 182px;
	height: 26px;
	margin-top:3px;	
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left: 10px;
	top: 180px;
	
	}
#col-b p.sr_navi01 a:hover {
	background:url(../images/m-con_on.gif) 0 0 no-repeat;
}


#col-b ul {
	background: url(../images/mul.gif) no-repeat;
	width: 189px;
	height: 202px;
	padding: 10px 0 0 14px;
	margin: 0;
	list-style: none;
}


* html #col-b ul {
	width: 203px;
	height: 212px;
	
}


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

#col-a h3 { margin: 15px 0 5px;}
#col-a h3#t01 { margin: 0 0 5px;}

#col-a h4 { margin: 15px 0 10px;}

#col-a h5 {
	background: url(../images/h5.gif) no-repeat 0 100%;
	width: 688px;
	padding: 5px 0 8px 10px;
	margin: 15px 0 5px;
	font-size: 170%;
	font-weight: bold;
	color: #6E4200;
	letter-spacing: 0;
}

*:first-child+html #col-a h5  { font-size: 190%;}
* html #col-a h5 { width: 698px; font-size: 190%;}

#col-a p.none { padding: 5px 0 15px;}

#col-a .imgR {
	padding-top: 0;
	padding-left: 20px;
	float: right;
}

#col-a .imgL {
	padding-top: 0;
	padding-right: 20px;
	float: left;
}

#col-a ul.normal {
	background: url(../images/bg.gif) repeat;
	border: 1px solid #ff68a1;
	width: 676px;
	padding: 15px 10px 10px;
}

* html #col-a ul.normal { width: 698px;}

#col-a ul.normal li {
	background: url(../images/icon.gif) no-repeat 0 1px;
	width: 651px;
	padding-left: 25px;
	margin-bottom: 5px;
}

* html #col-a ul.normal li { width: 676px;}

#col-a dl.normal dt {
	background: #fff2f4 url(../images/dt.gif) no-repeat 0 0;
	border: 1px solid #ffd4db;
	border-bottom: none;
	width: 653px;
	padding: 5px 0 5px 43px;
	color: #f83d7e;
	font-size: 120%;
	font-weight: bold;
}

* html #col-a dl.normal dt { width: 698px;}

#col-a dl.normal dd {
	background: #fff2f4 url(../images/dd.gif) no-repeat 0 0;
	border: 1px solid #ffd4db;
	border-top: none;
	padding: 15px 10px 10px;
	margin-bottom: 15px;
}

#col-a dl.normal dd p { padding: 5px 0;}

#col-a ul#link {
	padding: 0 10px;
	margin: 0;
}

#col-a ul#link li { margin-bottom: 5px;}

#col-a ul.linkImg { clear: both; padding: 0 0 20px;}
#col-a ul.linkImg li { float: left; padding: 0 15px 0 0;}

#banner,
#banner2 {
	margin: 10px 0 0;
	padding: 0 0 0 11px;
	width: 687px;
}

* html #banner,
* html #banner2 { width: 698px;}

#banner dd,
#banner2 dt,
#banner2 dd { float: left;}





/* top
------------------------------------------------------------------------*/

#main {
	width: 950px;
	height: 500px;
}

#main dl {
	position: relative;
	
	width: 950px;
	height: 200px;
	margin: -80px 0 0;
}

#main dt { padding-top: 114px;}

#main dd { position: absolute;}

#pick01 { top: 19px; left: 263px;}
#pick02 { top: 6px; left: 463px;}
#pick03 { top: 0; left: 701px;}

/*---------------------------------------------------------*/

.top h3#t00 {
	margin: 0;
}

.top ul#planInfo {
	width: 698px;
	height: 260px;
	margin: 0 0 20px 0;
	padding: 0 0 0 18px;
	background: url(../images/planinfo-bg.gif) no-repeat;
}

.top ul#planInfo li { margin-bottom: 10px;}

/*
.top #col-a p.bn-camp { padding: 0;}
*/
.pic_midashi{
margin: 0;
padding:10px 0 0 6px;
}

#pickup {
	margin: 0 0 35px 10px;
	padding:0;
}
/*
#pickup { margin: 26px 0 23px;}
*/

#pickup dd {
	float: left;
	padding-top: 0px;
	margin-top:10px;
}

.top #col-a h4 {
	color: #6e4200;
	font-weight: bold;
	font-size: 170%;
}

*:first-child+html .top #col-a h4 { font-size: 190%;}
* html .top #col-a h4 { font-size: 190%;}

.top #col-a h3#t02 { margin: 0;}





.top #col-a #tiny_img {
	background: url(../images/top-t02_01.gif) no-repeat;
	border-top: none;
	width: 698px;
	height: auto;
	/height: 260px;
	padding: 30px 0 0 0;
	/padding: 40px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 100%;
	letter-spacing: 0;
}

*:first-child+html .top #news { font-size: 120%;}
* html .top #news { width: 698px; font-size: 120%;}

.top #tiny_img #tiny {
	width: 692px;
	/width: 698px;
	height: 210px;
	_height: 210px;
	padding: 5px 0 5px 5px;
	/padding: 5px 0 5px 5px;
	margin: 10px 0 10px 0; 
	overflow: auto;
	line-height: .2em;
}
*:first-child+html .top #tiny_img #tiny {
	width: 690px;
	height: 210px;
	padding: 5px 0 5px 5px;
	margin: 10px 0 10px 0; 
	overflow: auto;
	line-height: .2em;
}

#tiny table {
	border: none;
	height: 100px;
	background: none;
	line-height:1em;
}

#tiny table td {
	border: none;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

.top #tiny_img #tiny table tr td.tn_image {
	width: 5px;
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	line-height: 1em;
	background: none;
	font-size: 100%;
}
	
.top #tiny_img #tiny table tr td.tn_date {
	width: 100px;
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	background: none;
	line-height: 1em;
	font-size: 100%;

}
	
.top #wrapper #container #col-a #tiny_img #tiny table tr td.tn_title {
	width: 500px;
	padding: 0;
	margin: 0;
	border: none;
	text-align: left;
	background: none;
	font-size: 100%;
}













/* pSame
------------------------------------------------------------------------*/

.pSame #col-a th {
	background: #fef2f2;
	width: 230px;
	letter-spacing: 0;
	color: #ff68a1;
}

.pSame #col-a th span {
	display: block;
	font-size: 90%;
	font-weight: normal;
}

*:first-child+html .pSame #col-a th span { font-size: 95%;}
* html .pSame #col-a th span { font-size: 95%;}

.pSame #col-a td ul {
	padding: 0;
	margin: 0;
}

.pSame #col-a td ul li {
	background: url(../images/icon2.gif) no-repeat 0 1px;
	width: 400px;
	padding-left: 25px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

* html .pSame #col-a td ul li { width: 425px;}

.pSame #col-a td dl { letter-spacing: 0;}

.pSame #col-a td dt {
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
	font-weight: bold;
	color: #3D2600;
}

.kakaku{
font-weight:bold;
color:#F73D7E;
font-size:125%;
}

/* recording
------------------------------------------------------------------------*/

.recording #col-a ul.normal {
	background: url(../images/bg.gif) repeat;
	border: 1px solid #ff68a1;
	width: 471px;
	padding: 15px 10px 10px;
	margin-top: 20px;
	float: left;
}
* html .recording #col-a ul.normal { width: 493px;}

.recording #col-a ul.normal li {
	background: url(../images/icon.gif) no-repeat 0 1px;
	width: 446px;
	padding-left: 25px;
	margin-bottom: 5px;
}
* html .recording #col-a ul.normal li { width: 471px;}

.recording #col-a .box {
	width: 219px;
	float: left;
	padding: 0 0 20px 10px;
}
* html .recording #col-a .box { width: 229px;}

.recording #col-a .box h5 { width: 209px;}
.recording #col-a .box p {
	text-align: center;
	padding: 0 5px;
	margin: 0;
}
.recording #col-a .box ul.normal {
	width: 197px;
	letter-spacing: 0.05em;
	margin: 20px 0 0;
}
* html .recording #col-a .box ul.normal { width: 220px;}

.recording #col-a .box ul.normal li { width: auto;}

.recording #col-a dl.normal { margin: 0;}



/* photography
------------------------------------------------------------------------*/

#heading,
#heading2 {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
#heading *,
#heading2 * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading li,
#heading2 li { padding: 4px 6px 4px 10px;}

#col-a li.active {
	color: #fff;
	background-color: #d66173;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}
#previous,
#previous2 { float: none; cursor: pointer; }
#next,
#next2 { float: none; cursor: pointer; }


#panes,
#panes2 {
	width: 698px;
	margin: 0 auto 20px;
	padding: 0;
}
#col-a .pane { overflow: hidden;}
#col-a .pane ul {
	width: 698px;
	padding: 0;
	margin: 0;
}
#col-a .pane li { padding: 5px 4px 5px 5px; float: left;}

/* work
------------------------------------------------------------------------*/

.work #col-a h4 { margin-top: 20px;}
.work #col-a p.link { padding: 20px 0 0;}

/* work
------------------------------------------------------------------------*/

#heading {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
#heading * {
	display: inline;
	padding: 4px;
	user-select: none;
	cursor: pointer;
	vertical-align: middle;
}
#heading li { padding: 4px 6px 4px 10px;}
#heading li.active {
	color: #fff;
	background-color: #d66173;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}
#previous { float: none; cursor: pointer; }
#next { float: none; cursor: pointer; }


#panes {
	width: 698px;
	margin: 0 auto 20px;
	padding: 0;
}
#panes .pane { overflow: hidden;}
#panes .pane ul {
	width: 698px;
	padding: 0;
	margin: 0;
}
#panes .pane li { padding: 5px 4px 5px 5px; float: left;}

/* voice
------------------------------------------------------------------------*/

.voice #col-a #voiceList {
	width: 690px;
	padding: 10px 4px 30px;
	margin: 0;
}
* html .voice #col-a #voiceList { width: 698px;}

.voice #col-a #voiceList li {
	float: left;
	padding: 2px 5px;
}

.voice #col-a .voiceBox {
	width: 677px;
	height: 414px;
	background: url(../images/voice-bg.gif) no-repeat 0 100%;
	padding: 0;
	margin: 0 0 30px 10px;
}
.voice #col-a #ts05 { height: 264px;}

.voice #col-a .voiceBox h4,
.voice #col-a .voiceBox ul,
.voice #col-a .voiceBox li { width: auto;}
.voice #col-a .voiceBox h4 { padding: 0 0 7px; margin: 0;}
.voice #col-a .voiceBox ul {
	width: 661px;
	text-align: center;
	padding: 0 8px;
	margin: 0;
}
* html .voice #col-a .voiceBox ul { width: 677px;}

.voice #col-a .voiceBox li { display: inline;}
.voice #col-a .voiceBox li img { margin-bottom: 9px;}

/* company
------------------------------------------------------------------------*/

.company #col-a table { width: 100%;}

.company #col-a th {
	background: #fef2f2;
	width: 20%;
	letter-spacing: 0;
	color: #ff68a1;
}

.company #col-a td ul {
	padding: 0;
	margin: 0;
}

.company #col-a td ul li {
	background: url(../images/icon2.gif) no-repeat 0 1px;
	width: 400px;
	padding-left: 25px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

.company #col-a td ul li.sori_none {
	background: none no-repeat 0 1px;
	width: 400px;
	padding-left: 25px;
	margin-bottom: 5px;
	letter-spacing: 0;
	list-style:none;
	
}

.sori_color{
	background: #fef2f2;
	color: #3D2600;
	font-weight: bold;
	margin: 0px;
	
}
.company #col-a td ul li.maru {
	background: url(../images/icon3.gif) no-repeat 0 1px;
	width: 400px;
	padding-left: 25px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

* html .company #col-a td ul li { width: 425px;}

.company #col-a td dl { letter-spacing: 0;}

.company #col-a td dt {
	font-weight: bold;
	color: #3D2600;
}

.company #col-a td .sec dt {
	background: url(../images/icon2.gif) no-repeat 0 1px;
	width: 400px;
	padding-left: 25px;
	margin-top: 5px;
	letter-spacing: 0;
}

.company #col-a td .sec dd { padding-left: 25px;}

.company #col-a td ul p{
	width: 400px;
	padding-left: 25px;
	letter-spacing: 0;
	margin: 0px;
}
/* tamaki
------------------------------------------------------------------------*/
p.img_01{
   margin:10px 0 0 0;
   float: left;
}

p.pricetext{ padding: 0 0 10px 0;}

.top_menu{
   width: 698px;

}



.img_mar{
   margin:20px 10px 0 5px;
	 
	 
}

*html .img_mar{
   margin:20px 7px 0 5px;
}

.img_mar01{
   margin:20px 12px 0 5px;
	 
	 
}

.sample_bnr{ margin:0 10px 0 0;}
/* twitterwidget
------------------------------------------------------------------------*/
.twtr-timeline {
	font-size:9px;
	text-align:left;
	border:1px solid #c0c0c0;
	background:#ffffff;
	padding: 10px;
	letter-spacing: normal;
	word-spacing: normal;
}

	#twtr-widget-1{
		padding-left: 5px;
}
