@charset "utf-8";
/*
Theme Name: ティー・アイFP事務所
Theme URI: http://www.kameleon.jp/
Description: 株式会社カメレオン
Author: 株式会社カメレオン
*/

/* CSS Document */

/* ------------------------------------
   タグリセット
------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}


/* ------------------------------------
   共通設定
------------------------------------ */
body {
	text-align: center;
	color: #000000;
	background-color: #F8F6E6;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 16px;
}
a {
	color: #0065D7;
	text-decoration: underline;
	overflow: hidden;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
.cboth {
	clear: both;
}
.textright {
	text-align: right;
}
/* For WordPress's TinyMCE Editor */
.alignnone {
	float:none;
}
.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	float: right;
}
img.alignleft {
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
}
span.red {
	color: #ff0000;
}
span.em {
}
/* ++++++ 詳細ボタン ++++++ */
p.detail-btn {
	background-image:url(images/detail_btn.gif);
	width: 90px;
	height: 22px;
	margin-top: 15px;
	float: right;
}
p.detail-btn a {
	display: block;
	width: 90px;
	height: 22px;
	text-indent: -9999px;
}
/* ------------------------------------
   全体設定
------------------------------------ */
#wrapper {
	text-align: left;
	width: 766px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 1px 2px 1px 3px;
}

/* ------------------------------------
   ヘッダー
------------------------------------ */
#header {
	width: 766px;
}
/* ++++++ ロゴ +++++ */
#logo-box {
	width: 766px;
	height: 59px;
}
#logo-box h1#logo {
	float: left;
	text-indent: -9999px;
	width: 308px;
	height: 54px;
	margin-top: 2px;
	margin-left: 3px;
	background:url(images/logo.jpg) no-repeat;
}
#logo-box h1#logo a {
	display: block;
	width: 308px;
	height: 54px;
}
#logo-box p#tel-box {
	float: right;
	text-indent: -9999px;
	width: 202px;
	height: 58px;
	background-image:url(images/header_tel.gif);
}
/* ++++++ グローバルナビ ++++++ */
div#menu-box {
	width: 766px;
	height:35px;
	background-image:url(images/menu_bg.gif);
}
ul#menu {
	width:766px;
	height: 35px;
	list-style: none;
}
ul#menu li {
	width: 126px;
	height: 35px;
	float: left;
	text-indent: -9999px;
	padding-right: 2px;
}
ul#menu li#menu-06 { /* 1番右だけマージンなし */
	padding-right: 0;
}
ul#menu li a {
	display: block;
	width: 126px;
	height: 35px;
	background-repeat: no-repeat;
}
ul#menu li a:hover {
	background-position: 0 -35px;
}
ul#menu li#menu-01 a {
	background-image:url(images/menu_01.gif);
}
ul#menu li#menu-02 a {
	background-image:url(images/menu_02.gif);
}
ul#menu li#menu-03 a {
	background-image:url(images/menu_03.gif);
}
ul#menu li#menu-04 a {
	background-image:url(images/menu_04.gif);
}
ul#menu li#menu-05 a {
	background-image:url(images/menu_05.gif);
}
ul#menu li#menu-06 a {
	background-image:url(images/menu_06.gif);
}

/* ++++++ メインイメージ ++++++ */
div#mainimage {
	width: 766px;
	height: 226px;
	background-image: url(images/main_img.jpg);
	text-indent: -9999px;
}

/* ------------------------------------
   メイン
------------------------------------ */
div#main {
	width: 758px;
	margin-top: 20px;
	padding: 0 8px 0 3px;
}
/* ++++++ サイドバー ++++++ */
div#sidebar {
	float: right;
	width: 205px;
}
div#service-box {
	width: 205px;
	background:url(images/service_div_bg.gif) no-repeat left bottom;
	padding-bottom: 2px;
}
p#service {
	width: 204px;
	height: 29px;
	margin-right: 1px;
	background:url(images/side_service.gif) no-repeat;
	text-indent:-9999px;
}
ul#service-list {
	list-style: none;
	background:url(images/service_ul_bg.gif) repeat-y;
	padding-top: 4px;
	padding-left: 7px;
	padding-bottom: 13px;
}
ul#service-list li {
	width: 191px;
	height: 49px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
ul#service-list li a {
	display: block;
	width: 191px;
	height: 49px;
}
ul#service-list li#service-menu1 {
	background-image:url(images/service_menu1.jpg);
	margin-bottom: 4px;
}
ul#service-list li#service-menu2 {
	background-image:url(images/service_menu2.jpg);
	height: 51px;
	margin-bottom: 6px;
}
ul#service-list li#service-menu2 a {
	height: 51px;
}
ul#service-list li#service-menu3 {
	background-image:url(images/service_menu3.jpg);
}
div#inquiry-box {
	width: 204px;
	height: 45px;
	margin-top: 16px;
	background:url(images/inquiry_box_bg.jpg) no-repeat;
	padding-top: 149px;
}
div#inquiry-box a {
	display: block;
	margin-left: 7px;
	width: 191px;
	height: 31px;
	text-indent: -9999px;
}
div#sidemenu-box {
	margin-top: 16px;
}
ul#sidemenu {
	width: 204px;
	height: 107px;
	list-style: none;
}
ul#sidemenu li {
	width: 204px;
	height: 32px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
ul#sidemenu li#sidemenu3 {
	margin-bottom: 0;
}
ul#sidemenu li a {
	display: block;
	width: 204px;
	height: 32px;
	background-repeat: no-repeat;
}
ul#sidemenu li a:hover {
	background-position: 0 -32px;
}
ul#sidemenu li#sidemenu1 a{
	background-image: url(images/sidemenu_1.gif);
}
ul#sidemenu li#sidemenu2 a{
	background-image: url(images/sidemenu_2.gif);
}
ul#sidemenu li#sidemenu3 a{
	background-image: url(images/sidemenu_3.gif);
}

/* ++++++ コンテンツ ++++++ */
div#contents {
	float: left;
	width: 532px;
	margin-right: 19px;
}
div#contents div.text-box {
	margin: 20px 0 20px 10px;
	width: 520px;
}
div#contents div.text-box p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
div#contents div.text-box p img.nomargin {
	margin: 0;
}
div#contents h2 {
	width: 532px;
	height: 36px;
	text-indent: -9999px;
	color: #ffffff;
}
div#contents h2#title-h {
	width: 501px;
	height: 25px;
	background-image:url(images/title_h.gif);
	text-indent: 0;
	padding-left: 31px;
	padding-top: 11px;
	font-size: 14px;
}
div#contents h2#welcome-h {
	background-image:url(images/welcome_h.gif);
}
div#contents h2#seminar-h {
	background-image:url(images/seminar_h.gif);
}

div#contents h2#information-h {
	background-image:url(images/info_h.gif);
}
img#seminar-detail {
	float: right;
	margin-top: -30px;
	margin-right: 10px;
}
div#contents h2#blog-h {
	background-image:url(images/blog_h.gif);
}
table.list-tbl {
	border-spacing: 0;
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: 50px;
}

table.list-tbl td {
	vertical-align: top;
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 0;
	line-height: 1.5em;
}
table.list-tbl td.list-tbl-left {
	width: 83px;
}
table.list-tbl td.list-tbl-right {
	width: 425px;
}

table.list-tbl td.no-border {
	border: none;
	padding-bottom: 5px;
}

table.list-tbl td.half-cell {
	padding: 5px 0;
}

div#contents div.text-box  td.half-cell p {
	padding: 0;
	margin: 0;
}

div#contents h3 {
	margin-bottom: 1em;
	margin-top: 3em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-bottom: 1px solid #000000;
}
div#contents h3.nomargin {
	margin-top: 3px;
}
div#contents h4 {
	margin-bottom: 1em;
	margin-top: 1em;
}
div#contents ol {
	padding-left: 25px;
}
div#contents ul {
	padding-left: 25px;
}
div#contents li {
	line-height: 1.5em;
}

div#contents ol li {
	margin-bottom: 5px;
}

div#contents ul li {
	margin-bottom: 0;
}


div#pagetop-box {
	padding-top: 35px;
}
div#pagetop-box p#pagetop {
	width: 79px;
	height: 9px;
	background-image:url(images/pagetop.gif);
	float: right;
	text-indent: -9999px;
	line-height: normal;
	font-size: 8px;
	margin-right: 10px;
}
div#pagetop-box p#pagetop a {
	display: block;
	width: 79px;
	height: 9px;
}

/* ------------------------------------
   フッター
------------------------------------ */
div#footer {
	width: 766px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 8px solid #D9442E;
	font-family:"ＭＳ Ｐゴシック", serif;
}
div#footer-navi {
	font-size: 10px;
	margin-left: 7px;
}
div#footer-navi ul {
	list-style: none;
}
div#footer-navi ul li {
	float: left;
	border-right: 1px solid #4B4134;
	padding-right: 3px;
	margin-right: 3px;
	line-height: normal;
}
div#footer-navi ul li.noborder {
	border: none;
	margin: 0;
	padding: 0;
}
div#copyright {
	float: right;
	text-align: right;
}
/* ------------------------------------
   メンバー紹介
------------------------------------ */
div.member-img {
	width: 120px;
	height: 130px;
	float: left;
	margin-right: 1em;
}
table.member-tbl {
	float: left;
	width: 381px;
}
table.member-tbl th {
	font-weight: normal;
	width: 60px;
	padding-right: 5px;
}
table.member-tbl td {
	width: 310px;
}

/* ------------------------------------
   フォーム
------------------------------------ */
table.form {
}

table.form th {
	font-weight: normal;
	text-align: left;
	padding: 2px 5px;
}
table.form td {
	padding: 2px 5px;
	vertical-align: middle;
}

/* ------------------------------------
   テーブル
------------------------------------ */
table.table {
	border-collapse: collapse;
}
table.table th, table.table td{
	padding: 5px 5px;
	border: 1px solid #000000;
}
table.table th {
	background-color: #F8F6E6;
	width: 150px;
}
table.table-inquiry {
	width: 500px;
}
table.table-inquiry th {
	padding: 5px;
	width: 40%;
	border-right: 3px solid #E25440;
}
table.table-inquiry td {
	padding: 5px 5px 5px 10px;
	width: 60%;
}
/* ------------------------------------
   各コンテンツ
------------------------------------ */

/* category */
div.meta-box {
	margin-top: 10px;
	margin-bottom: 1em;
	font-size: 90%;
}
table.nomargin {
	margin: 0;
}

/* office */
h2#office-h {
	background: url(images/office_h.gif) no-repeat;
}

/* service */
h2#service-h {
	background: url(images/service_h.gif) no-repeat;
}

/* inquiry */
h2#inquiry-h {
	background: url(images/inquiry_h.gif) no-repeat;
}

/* link */
h2#link-h {
	background: url(images/link_h.gif) no-repeat;
}

/* sitemap */
h2#sitemap-h {
	background: url(images/sitemap_h.gif) no-repeat;
}

/* flow */
h2#flow-h {
	background: url(images/flow_h.gif) no-repeat;
}
dl.flow-dllist {
}
dl.flow-dllist dt {
	margin-bottom: 5px;
}
dl.flow-dllist dd {
	padding-left: 27px;
	margin-bottom: 20px;
}

/* privacy */
h2#privacy-h {
	background: url(images/privacy_h.gif) no-repeat;
}

/* inquiry */
div.errs {
	margin-bottom: 10px;
}
div.errs li {
	color: #FF0000;
}
.err {
	background-color: #FBDCDC;
}

/* index */
div#contents ul.flow-list li {
	margin-bottom: 10px;
}
