@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: 162px;
	margin: 20px 30px 0 0;
	float: left;
}

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

#menu li {
	margin: 0 0  2px;
}


/* コンテンツ */
#contents {
	clear: both;
	width: 720px;
	margin: 0 0 0 20px;
}
#contents p{
	padding-left: 4px;
}
#contents-right {
	width: 520px;
	float: right;
	margin: 20px 0 20px 0;
	line-height: 150%;
}

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

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

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

h2.ti-bg {
	height: 30px;
	margin: 0 0 10px 0;
	padding: 4px 0 0 16px;
	line-height: 25px;
	background-image: url("../img/titlebar.gif");
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bolder;
}


.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: #333333;
	font-weight: bold;
}

#contents h3 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
}

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




/*-------------------------------------------------
 事務所案内
--------------------------------------------------*/
/* 事務所案内表組 */
.gaiyou {
	line-height: 120%;
}

.gaiyou table {
	margin:0 0 20px 4px;
	width: 510px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.gaiyou th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	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: #56B3DD;
	font-size: 120%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 20px;
}

/* 代表者紹介 */
.profile {
	line-height: 150%;
	padding-left: 4px;
}

.profile ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
.profile ul.mark {
	margin: 0 0 10px 10px;
	padding-left: 20px;
	list-style :circle;
	list-style :disc;
}
.profile ul.service {
	margin: 0 0 20px 10px;
	padding-left: 20px;
	list-style :circle;
}

#contents .profile h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: black;
	font-size: 100%;
	font-weight: bold;
	border-bottom: solid 1px #CDCDCD;
}
.profile h3 span {
	padding-left: 20px;
	font-weight: normal;
	font-size: 90%;
}
#contents p.last-p {
	height: auto;
	margin-bottom: 30px;
}

.profile p.sig {
	margin-right: 10px;
	text-align: left;
	font-size: 110%;
	float: right;
}


/*
----------------------------------------------------
 サービス                                          -
--------------------------------------------------*/

/* サービス */
#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.kakaku {
	width: 100px;
}
#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 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;
} 


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

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

/* サイトマップ */
#sitemap h2{
	margin: 10px 0;
	font-weight: bold;
}

#sitemap h2 a:link{
	padding-left: 5px;
	border-left: solid 5px #5b5b5b;
}

#sitemap h2 a:visited{
	padding-left: 5px;
	border-left: solid 5px #5b5b5b;
}

#sitemap h2 a:hover{
	padding-left: 5px;
	border-left: solid 5px #5c2c2c;
}


#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;
}