@charset "UTF-8";

/* CSS Document ツツイエンターテイメント Web Site */

/*****************************************************************************
全てに影響を与える設定
 *****************************************************************************/
 
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*****************************************************************************
body設定
 *****************************************************************************/
 
body {
	text-align: center;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	background-image: url(../com_img/header_bg.jpg);
	background-repeat: repeat-x;
	line-height: 1.5;
}

/*****************************************************************************
リンクなどの色の設定
 *****************************************************************************/
 
a:link {
	color: #5884B0;
	text-decoration: none;
}

a:visited {
	color: #146A72;
	text-decoration: none;
}

a:active {
	color: #FC0;
	text-decoration: none;
}

a:hover {
	color: #A1214D;
	text-decoration: underline;
}

/*****************************************************************************
グローバルナビゲーションボタンのハイライト設定
 *****************************************************************************/

/*カテゴリ01*/
body.cate01 .li_mn_01 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: 0px;
}

/*カテゴリ02*/
body.cate02 .li_mn_02 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -100px;
}

/*カテゴリ03*/
body.cate03 .li_mn_03 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -200px;
}

/*カテゴリ04*/
body.cate04 .li_mn_04 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -300px;
}

/*カテゴリ05*/
body.cate05 .li_mn_05 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -400px;
}

/*カテゴリ06*/
body.cate06 .li_mn_06 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -500px;
}

/*カテゴリ07*/
body.cate07 .li_mn_07 a {
	background-image: url(../com_img/main_nabi_btn_f3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -600px;
}

/*****************************************************************************
hタグ（見出し）の設定
 *****************************************************************************/
h1 a {
	font-size: 10%;
	display: block;
	background-image: url(../com_img/header_logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 115px;
	width: 200px;
}

/*****************************************************************************
ul,ol,liの設定
 *****************************************************************************/
.ul_main_navi {
	list-style-type: none;
}

/*ナビボタン01*/
.li_mn_01 {
	float: left;
}

.li_mn_01 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: 0px;
}

.li_mn_01 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: 0px;
}

/*ナビボタン02*/
.li_mn_02 {
	float: left;
}

.li_mn_02 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -100px;
}

.li_mn_02 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -100px;
}

/*ナビボタン03*/
.li_mn_03 {
	float: left;
}

.li_mn_03 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -200px;
}

.li_mn_03 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -200px;
}

/*ナビボタン04*/
.li_mn_04 {
	float: left;
}

.li_mn_04 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -300px;
}

.li_mn_04 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -300px;
}

/*ナビボタン05*/
.li_mn_05 {
	float: left;
}

.li_mn_05 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -400px;
}

.li_mn_05 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -400px;
}

/*ナビボタン06*/
.li_mn_06 {
	float: left;
}

.li_mn_06 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -500px;
}

.li_mn_06 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -500px;
}

/*ナビボタン07*/
.li_mn_07 {
	float: left;
}

.li_mn_07 a {
	background-image: url(../com_img/main_nabi_btn.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -600px;
}

.li_mn_07 a:hover {
	background-image: url(../com_img/main_nabi_btn_f2.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9999px;
	background-position: -600px;
}

/*****************************************************************************
フロート解除（不可視）
 *****************************************************************************/
 
.clear {
	clear: both;
	visibility: hidden;
}

/*****************************************************************************
下方向間隔調整（不可視）
 *****************************************************************************/
 
.sp_small {
	clear: both;
	visibility: hidden;
	height: 10px;
}

.sp_middle {
	clear: both;
	visibility: hidden;
	height: 20px;
}

.sp_large {
	clear: both;
	visibility: hidden;
	height: 30px;
}

/*****************************************************************************
仕切り線デザイン
 *****************************************************************************/
 

/*****************************************************************************
強調の設定
 *****************************************************************************/
 
.strong_01 {
	font-weight: bold;
	color: #2148AE;
}

.strong_02 {
	font-weight: bold;
	color: #333;
}

.strong_03 {
	font-size: 120%;
	font-weight: bold;
	color: #2295AE;
}

.strong_04 {
	font-size: 220%;
	font-weight: bold;
	text-shadow: #999 1px 2px 3px;
	font-family: "Times New Roman", Times, serif;
	color: #2295AE;
}

/*****************************************************************************
余白用
 *****************************************************************************/

.padding_left_01 {
	padding-left: 20px;
}

#wrapper {
	text-align: left;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	height: 115px;
	width: 900px;
}

#topic_path {
	background-image: url(../com_img/topic_path_bg.gif);
	background-repeat: no-repeat;
	display: block;
	width: 900px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 30px;
}

#contents {
	background-image: url(../com_img/contents_bg_mid.gif);
	background-repeat: repeat-y;
	width: 900px;
	clear: both;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.h2_title {
	background-image: url(../com_img/title_bg.png);
	background-repeat: no-repeat;
	height: 56px;
	width: 780px;
	color: #194059;
	text-indent: 13px;
	line-height: 2.8;
	text-shadow: #FFF 1px 1px 1px;
	display: block;
	clear: both;
	float: none;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 150%;
}

.h2_e_title {
	padding-left: 25px;
	font-size: 85%;
	color: #666;
	text-shadow: #FFF 1px 1px 1px;
	font-weight: normal;
}

dt {
	font-weight: bold;
	color: #498061;
	display: block;
	width: 100px;
	float: left;
	text-align: right;
}

dd {
	color: #333;
	display: block;
	line-height: 1.5;
	float: left;
	width: 577px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 8px;
}

address {
	font-style: normal;
	float: right;
	height: 36px;
	display: block;
	margin: 0px 10px 0px 0px;
	padding-top: 20px;
	color: #666;
	font-size: 90%;
}

.address_company_name {
	color: #333;
	font-style: normal;
	font-size: 100%;
	background-image: url(../com_img/footer_logo.gif);
	background-repeat: no-repeat;
	height: 36px;
	text-indent: 40px;
	float: left;
	display: block;
	padding: 20px 0px 0px;
	margin: 0px 0px 0px 10px;
}

.footer {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

/*.address_company_address {
	font-style: normal;
	float: right;
	height: 36px;
	display: block;
	margin: 0px 10px 0px 0px;
	padding-top: 20px;
	color: #666;
	font-size: 90%;
}

*/.address_border_line {
	background-image: url(../com_img/footer_border_line.gif);
	background-repeat: repeat-x;
	clear: both;
	float: none;
	width: 880px;
	margin-left: 10px;
	text-indent: -9999px;
	display: block;
	height: 2px;
}

.address_copyright {
	color: #999966;
	text-align: right;
	width: 880px;
	font-style: normal;
	display: block;
	margin-left: 10px;
}

.dl_company {
	padding: 20px;
	width: 740px;
	display: block;
	float: none;
	clear: both;
}

.table_company_01 {
	background-color: #CCC;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
}

.table_company_02 {
	background-color: #CCC;
	width: 760px;
	margin-right: 20px;
	margin-left: 20px;
}

.table_recruit {
	background-color: #CCC;
	width: 500px;
	margin-left: 20px;
	float: right;
}

.td_item {
	font-weight: bold;
	color: #333;
	background-color: #F1F7FF;
	padding: 5px;
	text-align: center;
	font-size: 90%;
	width: 160px;
	white-space: nowrap;
}

.td_contents {
	padding: 5px;
	color: #666;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.5;
	background: #FFFEED;
}

#bottom {
	background-image: url(../com_img/contents_bg_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 900px;
	text-indent: -9999px;
	clear: both;
	float: none;
	font-size: 5%;
	line-height: 1;
}

.box_staff {
	padding: 0px 10px;
	clear: both;
	width: 760px;
	margin: 0px 0px 30px;
	float: none;
	overflow: visible;
	text-align: left;
	display: block;
}

.box_example2 {
	padding: 0px 0px 0px 10px;
	clear: both;
	width: 760px;
	margin: 0px 0px 30px;
	float: none;
	overflow: visible;
	text-align: left;
	display: block;
}

.h3_staff {
	color: #000;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #90B8E2;
	border-left-color: #93B8E1;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 130%;
	display: block;
}

.p_lead {
	color: #397099;
	background-image: url(../com_img/parentheses.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: 0px 5px;
	text-shadow: #CCC 1px 1px 1px;
	font: bold 160%/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-bottom: 10px;
}

.img_waku_01 {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	-webkit-box-reflect: below 2px -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), color-stop(0.85, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.496094))) 0 0 0 0 stretch stretch;
}

.img_waku_02 {
	padding: 5px;
	border: 1px solid #CCC;
	float: right;
}

.img_waku_03 {
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #F9F4F3;
	margin-top: 10px;
	margin-bottom: 7px;
}

.img_waku_04 {
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	margin-bottom: 8px;
}

.staff_comment {
	float: right;
	width: 580px;
	display: block;
}

.p_staff_comment {
	margin-bottom: 5px;
	padding-left: 45px;
}

.box_width_780 {
	width: 780px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}

.staff_photo {
	float: left;
	padding-right: 20px;
}

.page_top a {
	background-image: url(../com_img/btn_page_top.gif);
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 140px;
	text-indent: -9999px;
	margin-bottom: 15px;
	margin-right: 5px;
	display: block;
}

.page_top a:hover {
	background-image: url(../com_img/btn_page_top_f2.gif);
	background-repeat: no-repeat;
	float: right;
	height: 25px;
	width: 140px;
	text-indent: -9999px;
	margin-bottom: 15px;
	margin-right: 5px;
	display: block;
}

.page_top {
	display: block;
	float: none;
	clear: both;
	height: 23px;
	width: 900px;
}

.h3_company {
	color: #24647D;
	padding-left: 8px;
	margin-bottom: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999;
	margin-left: 20px;
	text-shadow: #999 1px 2px 3px;
	font-size: 130%;
}

.h3_lead {
	font-size: 130%;
	line-height: 1.3;
	color: #666;
	margin-left: 20px;
	margin-bottom: 30px;
	display: block;
}

.p_lead_01 {
	font-size: 110%;
	line-height: 1.3;
	color: #000;
	margin-left: 20px;
	margin-bottom: 8px;
	display: block;
}

.p_lead_02 {
	line-height: 1.8;
	color: #666;
	margin-left: 20px;
	margin-bottom: 8px;
	display: block;
}

.h4_lead {
	font-size: 120%;
	line-height: 1.3;
	color: #666;
	margin-left: 20px;
	margin-bottom: 30px;
	display: block;
}

.example_lead {
	font-size: 110%;
	line-height: 1.3;
	color: #333;
	margin-left: 25px;
	margin-bottom: 10px;
	display: block;
	margin-right: 40px;
}

.h3_recruit {
	color: #4B63FF;
	text-shadow: #CCC 1px 1px 1px;
	float: left;
	width: 220px;
	display: block;
	text-align: right;
	font: bold 130% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.box_recruit {
	display: block;
	margin-left: 20px;
	clear: both;
	float: none;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.ul_link li {
	background-image: url(../link/img/link_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 20px;
}

.ul_link {
	margin-left: 100px;
	line-height: 3;
	margin-top: 20px;/*	-webkit-border-bottom-left-radius: 8px 8px;
	-webkit-border-bottom-right-radius: 8px 8px;
	-webkit-border-top-left-radius: 8px 8px;
	-webkit-border-top-right-radius: 8px 8px;
	-webkit-box-shadow: rgb(204, 204, 204) 3px 4px 6px;
	border: 1px solid #CCC;
*/
}

.ul_company {
	margin-left: 35px;
	line-height: 2;
}

.ul_company li {
	list-style-type: none;
	padding-left: 20px;
	background: url(../com_img/arrow.gif) no-repeat left center;
}

.box_example {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	float: left;
	text-align: center;
	width: 238px;
}

.box_159px {
	width: 230px;
	background-image: url(../example/img/example_bg.gif);
	background-repeat: no-repeat;
	margin: 0px auto 20px;
	padding: 0px;
}

.box_main_navi {
	padding: 0px;
	float: right;
	height: 50px;
	width: 700px;
	margin: 0px;
}

.box_h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 115px;
	width: 200px;
}

.blockquote_staff_comment {
	text-indent: 2em;
	padding-bottom: 2px;
}

.red {
	color: #F30;
}

.box_chairperson {
	float: left;
	margin-right: 15px;
	text-align: center;
}

.caption_01 {
	font-size: 90%;
	color: #666;
	text-align: center;
}

.caption_02 {
	font-size: 100%;
	color: #666;
	margin-top: 10px;
	margin-bottom: 5px;
}

h1 {
	font-size: 90%;
	color: #666;
	margin: 0px;
	padding: 10px 0px 0px;
	height: 25px;
	width: 700px;
	display: block;
	float: right;
	text-align: right;
	font-weight: normal;
}

.align_center {
	text-align: center;
	margin-bottom: 20px;
}

.form_must {
	font-size: 80%;
	font-weight: normal;
	color: #F00;
}

.inquiry {
	color: #666;
	padding: 1px;
	background: #F5FDFF;
	font-size: 105%;
}

select {
	line-height: 1.5;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

.input_button {
	color: #666;
	margin: 0px 20px;
	padding: 0px;
	font-size: 120%;
}
.cate00 {
	background: #FFF5D9 url(none);
	padding-top: 20px;
	text-align: center;
	float: none;
	clear: both;
}

.h1_index {
	color: #999;
	font-weight: normal;
	font-size: 105%;
	margin: 0 0px 10px;
	width: 100%;
	text-align: center;
}

#text_link {
	text-align: center;
	display: block;
	margin: 0px;
	padding-top: 10px;
}

#box_logo a {
	height: 115px;
	width: 200px;
	display: block;
	background: url(../com_img/header_logo.jpg);
	text-indent: -9999px;
	font-size: 10%;
}

#box_logo {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 115px;
	width: 200px;
}

#header_right {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 85px;
	width: 700px;
}

#footer_area {
	background-image: url(../com_img/footer_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;

}

.h3_e_title {
	font-size: 90%;
	color: #666;
	padding-left: 20px;
	font-weight: normal;
}
