@charset "Shift_JIS";
/*
====================================================
 本多良文マルチメディアコンテンツ制作室            -
 WEBサイト                                         -
 レイアウトスタイルCSS                             -
==================================================*/

/*
----------------------------------------------------
 ページ構成要素設定                                -
--------------------------------------------------*/
/* 見出し設定 */
h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
}

/* メニュー */


#menu {
	width: 166px;
	float: left;
	margin-top: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*
#menu a {
	display: block;
	width: 166px;
	background-image: url("../service/img/service.gif");
	height: 30px;
	background-position: left top;
}

#menu a:hover {
	background-position: left center;
}

#menu a:active {
	background-position: left bottom;
}
*/

/* コンテンツ */
#contents {
	clear: both;
	width: 700px;
	margin: 0;
}
#contents-right {
	width: 504px;
	float: right;
	margin: 20px 0 0 20px;
	line-height: 150%;
}

#contents-right ol {
	line-height: 150%;
	margin: 10px 0 20px 25px;
	padding: 0;
}

#title {
	padding-bottom: 8px;
	border-bottom: solid 2px #F79910;
}

#title p {
	margin: 0;
	padding: 0;
	color: #F79910;
	font-size: x-small;
	font-weight: bold;
}

#title h2 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
}

.ti-bg {
	width: 504px;
	height: 31px;
	margin: 0 0 20px 0;
	padding-left:3px;
	line-height: 28px;
	background-image: url("../img/titlebar.gif");
	background-repeat: no-repeat;
}

.ti-bg-w {
	width: 700px;
	height: 31px;
	margin: 20px 0 20px 0;
	padding-left:3px;
	line-height: 28px;
	background-image: url("../service/img/c_titlebar.gif");
	background-repeat: no-repeat;
}

.ti-bg-w h2 {
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.ti-bg h2 {
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#contents-right h3 {
	font-size: 1em;
	color: #F79910;
	font-weight: bold;
	border-bottom: solid 1px #F79910;
}

#contents h3 {
	font-size: 1em;
	color: #F79910;
	font-weight: bold;
	border-bottom: solid 1px #F79910;
}

#contents h4 {
	color: #F79910;
	padding:0;
	font-weight: bold;
	border-bottom: dotted 2px  #F79910;
}

/* 山本、CSS修正作業中 */
h2.ti-bg {
	width: 504px;
	height: 31px;
	margin: 0 0 20px 0;
	padding-top:2px;
	padding-left:8px;
	line-height: 25px;
	background-image: url("../img/titlebar.gif");
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bolder;
}



/*-------------------------------------------------
 会社概要                                         -
--------------------------------------------------*/
/* 会社概要 */
#gaiyou {
	line-height: 120%;
}

#gaiyou table {
	margin-bottom: 10px;
	width: 480px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

#gaiyou th {
	font-weight: normal;
	text-align: left;
	border-bottom: solid 1px #CDCDCD;
}

#gaiyou td {
	border-bottom: solid 1px #CDCDCD;
	padding: 10px 0 10px 20px;
}

#gaiyou ul {
	margin : 0;
	padding-bottom: 0;
	list-style-type: none;
}
/* 企業理念 */
#anidea {
	color: #000000;
	font-size: 125%;
	font-weight: bold;
	line-height: 175%;
	margin-bottom: 2em;
}

/* 代表者紹介 */
#profile {
	line-height: 150%;
}

#profile ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

#profile h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: black;
	font-size: 100%;
	font-weight: bold;
	border-bottom: solid 1px #CDCDCD;
}

/* スタッフ紹介 */
#staff table {
	width: 504px;
	margin-bottom: 30px;
}

#staff tr {
	vertical-align: top;
}

#staff img {
	padding-right: 10px;
}
#staff th,
#staff td {
	line-height: 150%;
	padding: 0.5em 0 0.5em 0;
}

#staff th {
	height: 30px;
	text-align: left;
	font-weight: normal;
	border-bottom: solid 1px #CDCDCD;
}

#staff td {
	height: 150px;
}

.name {
	font-size: 0.8em;
	color: #F79910;
	line-height: 100%;
}

#staff p {
	line-height: 150%;
}

/* セイグループとは */
#sei table {
	width: 504px;
	margin-bottom: 30px;
}

#sei tr {
	vertical-align: top;
}

#sei img {
	margin-right: 10px;
}

#sei th,
#sei td {
	line-height: 150%;
	padding: 0.5em 0 0.5em 0;
}

#sei th {
	width: 344px;
	height: 20px;
	text-align: left;
	border-bottom: solid 1px #CDCDCD;
}

#sei td {
	height: 80px;
}

#sei p {
	line-height: 150%;
}
/*
----------------------------------------------------
 サービス                                          -
--------------------------------------------------*/

/* サービス */
#service table {
	width: 504px;
	margin-bottom: 20px;
}

#service tr {
	vertical-align: top;
}

#service img {
	margin-right: 10px;
}

#service th,
#service td {
	padding-bottom: 0.25em;
}

#service th {
	width: 504px;
	height: 20px;
	text-align: left;
	border-bottom: solid 1px #CDCDCD;
}

#service td {
	padding-top: 10px;
	height: 80px;
	line-height: 150%;
}

.y-mark {
	padding-left: 19px;
	background-image: url("../img/y_mark1.gif");
	background-repeat: no-repeat;
}

#service a {
	text-decoration: none;
	color: #000000;
}

/* 料金表 */
#charge table {
	width: 504px;
	margin-bottom: 40px;
	background-color: #CDCDCD;
	border-collapse: collapse;
}

#charge th {
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	background-color: #56B3DD;
}
#charge th.naiyo {
	width: 370px;
}
#charge th.kakaku {
	width: 134px;
}
#charge td {
	padding: 10px;
	background-color: #FFFFFF;
	line-height: 100%;
	font-weight: bold;
}
#charge td.kakaku {
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}
#charge td span {
	font-weight: normal;
}
#charge table,
#charge td,
#charge th {
	border: 1px solid #CDCDCD;
}
#charge ul {
	padding: 0;
}

#charge-w table {
	width: 700px;
	background-color: #CDCDCD;
	border-collapse: collapse;
}

#charge-w th {
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	background-color: #56B3DD;
}
#charge-w th.name {
	width: 200px;
	font-size: 100%;
}

#charge-w th.naiyo {
	width: 400px;
}

#charge-w th.naiyo2 {
	width: 310px;
}

#charge-w th.kakaku {
	width: 100px;
}
#charge-w th.kakaku2 {
	width: 126px;
}
#charge-w th.bikou {
	width: 260px;
}

#charge-w td {
	padding: 10px;
	background-color: #FFFFFF;
	line-height: 100%;
	font-weight: bold;
}
#charge-w td.kakaku {
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}
#charge-w td.kakaku2 {
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}
#charge-w td.bikou {
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}
#charge-w td span {
	font-weight: normal;
}
#charge-w table,
#charge-w td,
#charge-w th {
	border: 1px solid #CDCDCD;
}
#charge-w ul {
	padding: 0;
}

/* 制作の流れ */
#root table {
	width: 504px;
	margin-bottom: 40px;
}

#root th {
	width: 298px;
	font-size: 130%;
	text-align: left;
	padding-left: 10px;
	vertical-align: bottom;
}

.root-line th,
.root-line td {
	border-bottom: dotted 2px #F79910;
}

#root p {
	margin: 10px 0 10px 0;
	padding-left: 10px;
}

/* シネアド */
#cinead1 {
	padding: 0;
	margin: 0 0 0 22px;
	clear: both;
}

#cinead1 img {
	vertical-align: bottom;
}

#cinead1>table {
	width: 656px;
	border-collapse:collapse;
	border-spacing: 0;
	padding: 0;
}
#cinead1>table td {
	vertical-align: top;
	margin: 0;
	padding:0;
	border: 0;
}

#cinead2 {
	height: auto;
	padding: 0;
	margin: 0 0 0 80px;
	clear: both;
}
#cinead2>table {
	width: 500px;
	border-collapse:collapse;
	border-spacing: 0;
	padding: 0;
}
#cinead2>table td {
	text-align: center;
}
#cinead2>table td.arrow {
	width: 30px;
}
#cinead2>table td.kaisetu {
	text-align: left;
}
#cinead-bg {
	width: 500px;
	background-image: url("../service/img/cinead_bg.jpg");
	background-repeat: repeat-x;
}

#cinead-bg p {
	padding: 10px 0 0 10px;
}

#cinead-bg ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
#cinead-bg li {
	padding-bottom: 16px;
}

#cinead3 ol {
	padding: 5px 0 5px 40px;
	margin: 0;
}

.waku {
	border: solid 1px;
	padding: 0;
}

.c-red {
	color: #FF0000;
	font-weight: bold;
}
/*
----------------------------------------------------
 求人情報                                          -
--------------------------------------------------*/
/* 社内教育体制 */
#career table {
	width: 504px;
	margin-bottom: 30px;
}

#career th {
	width: 100px;
	color: #F79910;
	font-size: 140%;
	padding-top: 10px;
}

#career td {
	padding: 10px;
}
.c-bg {
	background-image: url("../recruit/img/c_bg.gif");
}


/* スタッフの一週間 */
#week table {
	width: 504px;
	margin-bottom: 30px;
}

#week p {
	padding-bottom: 12px;
}

#week table p {
	margin: 0 10px 10px 10px;;
}

#week img {
	margin: 0 10px 10px 0;
} 
/* スタッフ座談会 */
.yamamoto {
	color: #0099CC;
	font-weight: bold;
}

.aso {
	color: #663399;
	font-weight: bold;
}

.masuda {
	color: #FF0099;
	font-weight: bold;
}

.oda {
	color: #009966;
	font-weight: bold;
}
.thema {
	padding-top: 10px;
	color: #F79910;
	font-size: 120%;
	font-weight: bold;
	border-top: dotted 2px #F79910;
}


/* フォーム */
#form th {
	text-align: left;
}

#form th,
#form td {
	padding-bottom: 10px;
}

/* サイトマップ */
#sitemap h2{
	margin: 10px 0;
	padding-left: 5px;
	font-weight: bold;
	border-left: solid 5px #F79910;
}
#sitemap h3{
	margin: 0 0 3px 10px;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
	border: none;
}
#sitemap h4{
	margin: 0 0 3px 25px;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	line-height: 100%;
	border: none;
}
.line {
	text-align: left;
	border-bottom: solid 1px #CDCDCD;
}
/* 共通 */
.bold {
	font-weight: bold;
}

.l-blue {
	color: #56B3DD;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

.imgstyle {
	margin: 0;
	padding: 0;
	border: solid 1px #CDCDCD;
}

.current {
	width: 504px;
}

.current th {
	padding: 10px;
	background-color: #FFCC99;
}

del {
	line-height:normal;
	color:#FF0000;
}

.l_black {
	color:#000000;
}

.big-red {
	color: #FF0000;
	font-weight: bold;
	font-size:140%;
}

.box700 {
	width:700px;
}