/* CSS Document */

@charset "UTF-8";

/* ---------- reset ---------- */
* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	line-height: 1.2em;
	color: #000000;
}

a:link, a:visited {
	color: #d64010;
	text-decoration: none;
}
a:active, a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #d64010;
}

img {
	border: none;
}



/* ---------- body ---------- */
body {
	text-align: left;
	font-size: 14px;
	margin-left: 20px;
	background: #ffffff url("img/bg.gif") repeat-x fixed left top;
}



/* ---------- index ---------- */
#index_container {
	width: 950px;
	margin: 0px auto;
	background-color: #ffffff;
	position: relative;
		top: 0px;
		left: 0px;
}
#index_container h1 {
	width: 950px;
	height: 570px;
	background: #ffffff url("img/index2.jpg") no-repeat left top;
	text-indent: -5000px;
}
#index_container h1 a:link, #index_container h1 a:visited {
	width: 295px;
	height: 59px;
	display: block;
	text-indent: -5000px;
	position: absolute;
		top: 221px;
		left: 328px;
}
#index_container h1 a:active, #index_container h1 a:hover {
	background: none;
	text-decoration: none;
}
#index_container h3 {
	width: 200px;
	color: #ffffff;
	font-size: 14px;
	border-bottom: 3px double #ffffff;
	position: absolute;
		top: 11px;
		left: 10px;
}
#index_container h3 a:link, #index_container h3 a:visited {
	color: #ffffff;
	width: 190px;
	padding: 0px 5px;
	display: block;
}
#index_container h3 a:active, #index_container h3 a:hover {
	background: none;
	text-decoration: none;
}
#index_container h2 {
	width: 190px;
	padding: 0px 5px;
	color: #ffffff;
	font-size: 14px;
	border-bottom: 3px double #ffffff;
	position: absolute;
		top: 40px;
		left: 10px;
}
#index_container dl {
	width: 190px;
	height: 140px;
	padding: 3px 5px;
	color: #ffffff;
	position: absolute;
		top: 63px;
		left: 10px;
	overflow: auto;
}
#index_container dl dt {
	color: #ff99cc;
	font-size: 10px;
	margin-top: 5px;
}
#index_container dl dd {
	font-size: 10px;
	line-height: 1em;
}
#index_container dl dd a:link, #index_container dl dd a:visited {
	color: #ccffff;
}
#index_container dl dd a:active, #index_container dl dd a:hover {
	color: #6699cc;
	background-color: #ccffff;
}
#index_container em {
	padding: 3px 0px;
	font-size: 12px;
	color: #999999;
	text-align: center;
	font-style: normal;
	display: block;
}



/* ---------- main ---------- */
#main_container {
	width: 730px;
	text-align: left;
	background-color: #ffffff;
}



/* ---------- header ---------- */
#header {
	width: 730px;
	height: 120px;
	margin-bottom: 15px;
	background: #ffffff url("img/header.jpg") no-repeat left top;
}
#header h1 {
	width: 217px;
	height: 120px;
}
#header a:link, #header a:visited {
	width: 217px;
	height: 120px;
	display: block;
	text-indent: -5000px;
}
#header a:active, #header a:hover {
	background: transparent;
	text-decoration: none;
}



/* ---------- main_content ---------- */
#main_contents {
	float: right;
	display: inline;
	width: 515px;
	margin: 0px 10px 30px;
	text-align: left;
	background-color: #ffffff;
	overflow: hidden;
}

.navi_1 {
	width: 505px;
}
.navi_2 {
	width: 505px;
	text-align: right;
	font-size: 12px;
	padding-bottom: 3px;
}

.page_next {
	float: right;
	display: inline;
	width: auto !important;
	margin-right: 10px;
	font-size: 12px !important;
}
.page_prev {
	float: left;
	display: inline;
	width: auto !important;
	margin-left: 10px;
	font-size: 12px !important;
}


/* ---------- main_content base ---------- */
#main_contents h2 {
	height: 164px;
	margin-bottom: 5px;
	text-indent: -5000px;
}
#main_contents h3 {
	height: 25px;
	font-size: 16px;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-left: 30px;
	background: #ffffff url("img/title.jpg") no-repeat left top;
}
#main_contents p {
	color: #000099;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px;
	line-height: 1.5em;
	letter-spacing: 1px;
}
#main_contents div {
	width: 505px;
}
#main_contents div div {
	width: 495px;
	margin: 5px 5px 20px;
	font-size: 14px;
	line-height: 1.5em;
}
#main_contents table {
	margin: 5px 5px 10px;
	font-size: 14px;
}
#main_contents th, #main_contents td {
	vertical-align: top;
	padding: 3px 10px 3px 0px;
	line-height: 1.3em;
}
#main_contents th {
	text-align: left;
	white-space: nowrap;
}
#main_contents table tr td table {
	margin: 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
#main_contents table tr td table tr th, #main_contents table tr td table tr td {
	padding: 3px 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#main_contents ul {
	list-style: disc outside;
}
#main_contents ul li {
	margin-left: 18px;
	line-height: 1.3em;
}
#main_contents em {
	margin: 5px;
	text-align: right;
	font-style: normal;
	line-height: 1.3em;
	display: block;
}
#main_contents em span {
	width: 200px;
	padding: 3px 0px;
	text-align: center;
	font-size: 12px;
	display: block;
}



/* ---------- sidebar ---------- */
#sidebar {
	float: left;
	display: inline;
	width: 175px;
	margin: 0px 10px;
	background-color: #ffffff;
	overflow: hidden;
}


#sidebar h2 {
	width: 175px;
	height: 24px;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	width: 175px;
	height: 21px;
	padding-top: 3px;
	color: #ffffff;
	background: #ffffff url("img/menu_top.gif") no-repeat center top;
	display: block;
}
#sidebar h2 a:active, #sidebar h2 a:hover {
	color: #019068;
	background: #ffffff url("img/menu_top.gif") no-repeat center -24px;
	text-decoration: none;
}

#sidebar ul {
	margin: 0px 0px 10px;
}
#sidebar ul li {
	margin: 0px 0px 3px;
	list-style: none outside;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	width: 150px;
	height: 17px;
	padding: 2px 0px 0px 25px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	background: #ffffff url("img/menu_li.gif") no-repeat left top;
	display: block;
}
#sidebar ul li a:active, #sidebar ul li a:hover {
	color: #ff6666;
	background: #ffffff url("img/menu_li.gif") no-repeat left -19px;
	text-decoration: none;
}
#sidebar ul li ul {
	margin: 0px;
}
#sidebar ul li ul li {
	margin: 0px 0px 1px;
	list-style: none outside;
}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	width: 136px;
	height: 14px;
	margin: 0px 9px 0px 0px;
	padding: 1px 0px 0px 25px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	background: #f6f6f6 none;
	display: block;
}
#sidebar ul li ul li a:active, #sidebar ul li ul li a:hover {
	color: #ff6666;
	text-decoration: none;
	background: #eeeeee none;
}

#sidebar h3 {
	color: #ffffff;
	font-size: 14px;
	width: 170px;
	height: 18px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-left: 5px;
	background-color: #00aa66;
}
#sidebar h3 a:link, #sidebar h3 a:visited {
	width: 170px;
	height: 18px;
	color: #ffffff;
	display: block;
}
#sidebar h3 a:active, #sidebar h3 a:hover {
	color: #ff6666;
	background: #00aa66 none;
	text-decoration: none;
}

/* バナー */
#sidebar h4 {
	margin-top: 10px;
	margin-left: 5px;
	width: 165px;
	text-indent: -5000px;
}
#sidebar h4 a {
	width: 165px;
	text-decoration: none;
	display: block;
}
/*プレスリリース/報道記事*/
.pre {
	width: 175px !important;
	margin: 0px !important;
}
.pre a:link, .pre a:visited {
	width: 175px !important;
	height: 19px;
	background: #ffffff url("img/menu_li_pre.gif") no-repeat left top;
}
.pre a:active, .pre a:hover {
	background: #ffffff url("img/menu_li_pre.gif") no-repeat left -19px;
	text-decoration: none;
}
/*採用情報*/
.intro {
	background: #ffffff url("img/bn_saiyo.jpg") no-repeat left top;
}
.intro a {
	height: 77px;
}
.intro a:active, .intro a:hover {
	background: none;
}
/*キャリア採用*/
.career {
	background: #ffffff url("img/bn_career.jpg") no-repeat left top;
}
.career a {
	height: 66px;
}
.career a:active, .career a:hover {
	background: none;
}
/*TSURUI INFOMATION*/
.infomation {
	background: #ffffff url("img/bn_info.jpg") no-repeat left top;
}
.infomation a {
	height: 31px;
}
.infomation a:active, .infomation a:hover {
	background: none;
}
/*敦井美術館*/
.art {
	background: #ffffff url("img/bn_museum.jpg") no-repeat left top;
}
.art a {
	height: 40px;
}
.art a:active, .art a:hover {
	background: none;
}

#sidebar h5 {
	margin-top: 10px;
	width: 175px;
	height: 21px;
	font-size: 13px;
	text-align: center;
}
#sidebar h5 a:link, #sidebar h5 a:visited {
	color: #ffffff;
	width: 175px;
	height: 18px;
	padding-top: 3px;
	display: block;
}
#sidebar h5 a:active, #sidebar h5 a:hover {
	text-decoration: none;
}
/*個人情報保護方針*/
.kojinhogo a:link, .kojinhogo a:visited {
	background: #ffffff url("img/menu_kojinhogo.gif") no-repeat center top;
}
.kojinhogo a:active, .kojinhogo a:hover {
	color: #f74263 !important;
	background: #ffffff url("img/menu_kojinhogo.gif") no-repeat center -21px;
}
/*お問い合わせ*/
.inquiry a:link, .inquiry a:visited {
	background: #ffffff url("img/menu_inquiry.gif") no-repeat center top;
}
.inquiry a:active, .inquiry a:hover {
	color: #ffa036 !important;
	background: #ffffff url("img/menu_inquiry.gif") no-repeat center -21px;
}

#sidebar form {
	margin-top: 30px;
	color: #006600;
	font-size: 14px;
}
#sidebar label {
	color: #006600;
}



/* ---------- footer ---------- */
.footer {
	height: 64px;
	background: #ffffff url("img/footer.gif") no-repeat left top;
	position: relative;
		top: 0px;
		left: 0px;
	text-indent: -5000px;
}
.footer a:link, .footer a:visited {
	display: block;
	width: 115px;
	height: 12px;
	position: absolute;
		top: 44px;
		left: 392px;
	text-indent: -5000px;
}
.footer a:active, .footer a:hover {
	background: none;
	text-decoration: none;
}
