﻿@charset 'utf-8';
@import url("common.css");

.clear {
	display: inline-block;
}

.clear:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

#head2 {
	width				: 950px;
	height				: 55px;
	background			: url("../img/headimg2.jpg") no-repeat;
	font-size			: 12px;
	line-height			: 1.2;
	color				: #EBD89C;
	text-align			: right;
}

#head2 a, #head2 a:hover {
	font-size			: 12px;
	line-height			: 1.2;
	color				: #EBD89C;
}

#head2 p {
	padding				: 30px 50px 0 0;
}

#main {
	width				: 650px;
	height				: 1%;
	margin				: 0 35px 0 0;
	float				: right;
	display				: inline;
}

#main:after {
	content				: ".";
	display				: block;
	height				: 0;
	clear				: both;
	visibility			: hidden;
}

.pancolor a:link{
	color			: #ffc;
    font-weight		: bold;
    border			: 1px solid #fff;
}

/*------------------スタッフ紹介詳細ページ------------------------*/




div.pan{
	text-align		: left;
}

div.pan a{
	font-size		: 14px;
	font-weight		: bold;
	color			: #ffc;
	text-decoration	: none;
}

div.pan p{
	font-size		: 14px;
	font-weight		: bold;
	color			: #ffc;
}

div.paperTop img{
	vertical-align	: bottom;
    margin-top		: 20px	;
}

div.paper{
	background			: url(../img/paper.gif) repeat-y;
		width			: 650px;
        margin-bottom	: 20px
        padding-bottom	: 30px;
}
.paper {
	display: inline-block;
}

.paper:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}


div.photoBox{
	width			: 200px;
    float			:left;
	margin			: 30px 0 0 10px;

}


div.photoL{
	background		: url(../img/photo_backl.gif) no-repeat;
    height			: 258px;
    padding-top		: 10px;
    clear			: both;
}

div.photoL p{
	text-align		: left;
    line-height		: 1.3em;
	font-size		: 12px;
    color			: #300;
    margin			: 0 10px 10px 10px;
}


ul.leftP{
	float		: left;
	margin		: 0 0 0 5px;
}

ul.rightP{
	float		: right;
	margin		: 0 5px 0 0 ;
}


li.photoS{
	background		: url(../img/photo_backs.gif) no-repeat;
    height			: 86px;
    width			: 86px;
    padding-top		: 6px;
}

div.introduction{
	width		: 400px;
    /*border		: 1px solid #00f;*/
    float		: right;
	margin		: 30px 10px 0 0;
}

div.introFont1{
	text-align			: left;
    margin-bottom		: 10px;
}

div.introFont1 p{
	font-size		: 14px;
	color			: #300;
	text-align		: left;
	margin-bottom	: 20px;
	line-height		: 1.3em;
}





