@charset 'Shift_JIS';

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 150%;
	text-align: justify;
	text-justify: auto;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

body{
	background: url(../images/common/body_bg.jpg);
	text-align: center;
	font-size: 13px;
}

body #wrapper {
	border: 2px solid #000000;
	background: url(../images/common/wrapper_bg.jpg);
	width: 795px;
	margin: 0 auto 20px;
	text-align: left;
}

#globalmenu {
	height: 30px;
}

#submenu {
	background-color: #5F433A;
	width: 795px;
	height: 25px;
}

#globalmenu li,#submenu li {
	float: left;
}

#globalmenu li a,#submenu li a {
	display: block;
	text-indent: -9999px;
}

#company a {
	background: url(../images/common/globalmenu/gm_company.jpg);
	width: 133px;
	height: 30px;
}

#company a:hover,#company a.current {
	background: url(../images/common/globalmenu/gm_company_hv.jpg);
}

#service a {
	background: url(../images/common/globalmenu/gm_service.jpg);
	width: 133px;
	height: 30px;
}

#service a:hover,#service a.current {
	background: url(../images/common/globalmenu/gm_service_hv.jpg);
	width: 133px;
	height: 30px;
}

#press a {
	background: url(../images/common/globalmenu/gm_press.jpg);
	width: 133px;
	height: 30px;
}

#press a:hover,#press a.current {
	background: url(../images/common/globalmenu/gm_press_hv.jpg);
	width: 133px;
	height: 30px;
}

#letter a {
	background: url(../images/common/globalmenu/gm_letter.jpg);
	width: 133px;
	height: 30px;
}

#letter a:hover,#letter a.current {
	background: url(../images/common/globalmenu/gm_letter_hv.jpg);
}

#job a {
	background: url(../images/common/globalmenu/gm_job.jpg);
	width: 133px;
	height: 30px;
}

#job a:hover,#job a.current {
	background: url(../images/common/globalmenu/gm_job_hv.jpg);
	width: 133px;
	height: 30px;
}

#contact a {
	background: url(../images/common/globalmenu/gm_contact.jpg);
	width: 130px;
	height: 30px;
}

#contact a:hover,#contact a.current {
	background: url(../images/common/globalmenu/gm_contact_hv.jpg);
	width: 130px;
	height: 30px;
}

#contents {
	width: 485px;
	margin: 0 155px 100px;
}

#pankuzu {
	margin: 10px 0 10px 10px;
}

.green {
	color: #519032;
}

.blue {
	color: #00949F;
}

.red {
	color: #D47F8E;
}

.orange {
	color: #DE6D28;
}

.bold {
	font-weight: bold;
}

.px14 {
	font-size: 14px;
}

.border-b {
	border-bottom: 1px solid #C4C2C1;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.margin-t20 {
	margin-top: 20px;
}