@charset "shift_jis";

/*
STYLE
***************************************************************************/
html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

div {
	font-family: "lr oSVbN","qMmpS Pro W3","qMmpS Pro W3";
	word-break: break-all;
	text-align: justify;
	_text-justify: inter-ideograph;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: #ffffff;
}

/*
TXT
***************************************************************************/
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #747474;
	line-height: 18px;
}

h2 {
	margin: 0 0 20px 0;
}

h3 {
	margin: 0 0 20px 0;
}

a {
	color: #e98593;
	text-decoration: none;
	outline: none;
}

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

/*
IMG
***************************************************************************/
img {
	border: 0;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

a:hover img.no_filter {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

/*
HEADER
***************************************************************************/
#bg_header {
	width: 100%;
	text-align: center;
	background: url(../images/bg_header.gif) repeat-x;
}

#header {
	width: 960px;
	height: 210px;
	margin: 0 auto;
	background: url(../images/header.gif) no-repeat;
}

#header_l {
	float: left;
	width: 390px;
}

#header_r {
	float: right;
	width: 65px;
	margin: 0 45px 45px 0;
	_margin-right: 20px;
}

/* ₯NAVI₯ */
ul#navi {
	margin-left: 115px;
	padding: 0;
}

ul#navi li {
	display: inline;
	padding: 0;
	list-style-type: none;
}

li.navi01 {
	margin-right: 40px;
}

li.navi02 {
	margin-right: 50px;
}

li.navi03 {
	margin-right: 35px;
}

/*
NEWS
***************************************************************************/
#bg_news {
	width: 100%;
	margin-bottom: 25px;
	padding: 15px 0 8px;
	text-align: center;
	background: #4b4b4b;
	border-bottom: solid 5px #e98593;
}

#news {
	width: 960px;
	margin: 0 auto;
}

#news_l {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#news_r {
	float: left;
	width: 800px;
}

p.news_link {
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 17px;
	line-height: 22px;
	background: url(../images/icon01.gif) left 8px no-repeat;
}

p.news_link a {
	color: #ffffff;
}

p.news_link a:hover {
	color: #db9e0b;
	text-decoration: none;
}

/*
CONTENTS
***************************************************************************/
#contents {
	width: 960px;
	margin: 0 auto 60px;
	text-align: left;
}

/*
TOP CONTENTS
***************************************************************************/
#top_contents {
	position: relative;
	width: 860px;
	height: 171px;
	margin: 0 50px 20px;
	background: url(../images/txt04.gif) no-repeat;
}

img.top_contents_img {
	display: block;
	position: absolute;
	top: 76px;
	right: 20px;
	width: 260px;
	z-index: 1;
}

/*
COMPANY
***************************************************************************/
table.company_table {
	width: 750px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
	border-collapse: collapse;
}

table.company_table th {
	width: 140px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: url(../images/colon.gif) right 3px no-repeat;
}

table.company_table td {
	width: 550px;
	padding: 0 0 20px 30px;
	vertical-align: top;
}

/*
RECRUIT
***************************************************************************/
table.recruit_table {
	width: 750px;
	margin: 0 5px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
	border-collapse: collapse;
}

table.recruit_table th {
	width: 70px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	background: url(../images/colon.gif) right 3px no-repeat;
}

table.recruit_table td {
	width: 550px;
	padding: 0 0 20px 20px;
	vertical-align: top;
}

/*
CONTACT
***************************************************************************/
table.contact_form {
	width: 750px;
	margin: 0 5px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
	border-collapse: collapse;
}

table.contact_form th {
	width: 180px;
	padding-bottom: 30px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table.contact_form td {
	width: 500px;
	padding: 0 0 30px 20px;
	vertical-align: top;
}

table.contact_form td#btn_confirm {
	padding: 30px 0 30px 140px;
}


/*
mediacontents
***************************************************************************/
table.mediacontents_table{
width: 80%;
margin: 30px 0px 30px 30px;
padding: 0px;
border-collapse: collapse;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

table.mediacontents_table th{
width:20%;
padding: 6px;
text-align: center;
vertical-align: top;
color: #666666;
background: url(bg.jpg) repeat-x top left #eee;
border-bottom: 1px dotted #999;
border-left: 1px solid #ccc;
}

table.mediacontents_table td{
width: 20%;
padding: 6px;
text-align: center;
border-bottom: 1px dotted #999;
border-left: 1px solid #ccc;
}

/*
FOOTER
***************************************************************************/
#bg_footer {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	background: #4b4b4b;
	border-top: solid 1px #b7b7b7;
}

#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg_footer.gif) right top no-repeat;
}

#btn_pagetop {
	position: absolute;
	top: -70px;
	right: 45px;
	width: 65px;
	height: 66px;
	z-index: 1;
}

#footer_l {
	float: left;
	width: 430px;
	margin-right: 35px;
}

#footer_r {
	float: left;
	width: 410px;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}

/*
Δpp[c
***************************************************************************/
img.disp_r {
	float: right;
	margin: 0 0 15px 10px;
}

img.disp_l {
	float: left;
	margin: 0 15px 10px 0;
}

img.icon {
	vertical-align: middle;
}

p.txt_r {
	margin: 10px 0;
	text-align: right;
}

.block01 {
	margin: 0 50px 20px;
}

.block02 {
	margin: 0 50px 40px 130px;
}

.text01 {
	margin: 0 5px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
}

span.bold {
	font-weight: bold;
	line-height: 30px;
}

span.pink {
	color: #e98593;
}

/*
information
***************************************************************************/
table.information_table {
	width: 750px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
	border-collapse: collapse;
}

table.information_table th {
	width: 50px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
}

table.information_table td {
	width: 550px;
	padding:30px;
}

/*
TOP_information
***************************************************************************/
#topinfo {
    width:700px;
	height:120px;
	margin:0px 0px 10px 50px;
	padding: 10px;
	color: #4b4b4b;
	line-height: 24px;
}


/*
ΗΑ
***************************************************************************/
.privacy_text01 {font-size: 14px;}
.privacy_text02 {
	text-align: right;
	padding: 0 0 10px 0;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
}
.privacy_text03 {
font-size: 13px;
}
.block03 {
	width: 620px;
	margin: 10px 0 0 0;
}
.news_list {
	padding: 10px;
	font-size: 14px;
}
.news_list a {
	color: #000;
}
.news_list ul {
}
.news_list li {
	list-style: none;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
.news_list span {
	color: #666;
	font-size: 13px;
	padding: 0 5px;
}
.bottom_link a {
	text-align: right;
	font-size: 13px;
	padding: 10px;
	display: block;
}

