* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html,
body {
	height: 100%;
}
body {
	background: #FFFFFF url(../images/bg.jpg) no-repeat center 69px;
	color: #666666;
}
a {
	text-decoration: none;
	color: #00ACE3;
}
a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 100%;
	overflow: hidden;
/*	margin: 0px auto;
	padding-bottom: 138px;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -112px;
	position: relative;
}
* html body #wrapper {
	height: auto;
}
#wrapper .push {
	height: 142px;
	clear: both;
}


#header {
	width: 990px;
	height: 74px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
#header #logo {
	width: 185px;
	height: 35px;
	position: absolute;
	top: 23px;
	left: 14px;
}
#header #logo a {
	display: block;
	background:url(../images/logo.gif) no-repeat left top;
	width: 185px;
	height: 35px;
	text-indent: -9999px;
}
#header #logo h1 {
	text-indent: -9999px;
}
#header #global-catch {
	position: absolute;
	top: 33px;
	left: 204px;
	color: #74725F;
	font-size: 81%;
	line-height: 100%;
}


#header-nav {
	background: url(../images/navi.jpg) no-repeat 110px -43px;
	width: 990px;
	height:43px;
	margin: 0px auto 10px;
	overflow: hidden;
	position: relative;
}
#header-nav ul {
}
#header-nav ul li {
	list-style: none;
}
#header-nav ul li a {
	width: 190px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top:0px;
/*	background: #FFFFFF;
	filter: alpha(opacity=0);
	opacity:0.00;*/
}
#header-nav ul li#header-nav-home a {
	left: 111px;
	background: url(../images/navi.jpg) no-repeat -1px 0px;
}
#header-nav ul li#header-nav-company a {
	left: 302px;
	background: url(../images/navi.jpg) no-repeat -192px 0px;
}
#header-nav ul li#header-nav-business a {
	left: 493px;
	background: url(../images/navi.jpg) no-repeat -383px 0px;
}
#header-nav ul li#header-nav-contact a {
	left: 684px;
	background: url(../images/navi.jpg) no-repeat -574px 0px;
}
body#home #header-nav ul li#header-nav-home a,
body#company #header-nav ul li#header-nav-company a,
body#business #header-nav ul li#header-nav-business a,
body#middlemedia #header-nav ul li#header-nav-business a,
body#marketing #header-nav ul li#header-nav-business a,
body#website #header-nav ul li#header-nav-business a,
body#contact #header-nav ul li#header-nav-contact a {
	background: none;
}


#main-image {
	width: 990px;
	height: 181px;
	margin: 0px auto;
	overflow: hidden;
	text-indent: -9999px;
	filter: alpha(opacity=0);
	opacity:0.00;
}


#breadcrumbs {
	width: 940px;
	margin: 0px auto;
	padding: 9px 0px 20px 0px;
	overflow: hidden;
}
#breadcrumbs ul {
}
#breadcrumbs ul li {
	list-style: none;
	display: inline;
	font-size: 69%;
	line-height: 110%;
}
#breadcrumbs ul li {
	display: block;
	float: left;
}
#breadcrumbs ul li a {
	color: #00ACE3;
}


#container {
	width: 940px;
	margin: 0px auto;
	overflow: hidden;
}
#contents {
	width: 610px;
	margin: 0px 30px 0px 0px;
	float: left;
}
#contents p {
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 2em;
}
#contents p.mbottom {
	margin-bottom: 1em;
}
#contents h2 {
	background: url(../images/h2_bg.gif) no-repeat left top;
	padding: 10px 7px 0px 7px;
	font-size: 88%;
	line-height: 100%;
	height: 45px;
	color: #FFFFFF;
}
#contents h3 {
	font-size: 81%;
	color: #FF6506;
	line-height: 100%;
	padding-bottom: 5px;
}
#contents h3.sub1 {
	font-size: 81%;
	color: #FF6506;
	line-height: 100%;
	padding: 8px 8px 6px;
	border: solid 1px;
	color: #FF6506;
	margin: 0px 0px 15px 0px;
}
#contents .btn-div {
	clear: both;
}
#contents .btn-prev {
	display: block;
	background: url(../images/btn_prev.gif) no-repeat left top;
	margin: 0px auto;
	width: 60px;
	height: 21px;
	text-indent: -9999px;
	overflow: hidden;
}
#side-nav {
	width: 300px;
	float: left;
}
#banner ul {
	overflow: hidden;
	padding-bottom: 3px;
}
#banner ul li {
	list-style: none;
	display: inline;
}
#banner ul li a {
	display: block;
	margin-bottom: 5px;
}


#footer {
	background: url(../images/footer_bg.gif) repeat-x left bottom;
	width: 100%;
	height: 112px;
	overflow: hidden;
/*	position: absolute;
	bottom: 0px;*/
}
#footer #footer-cont {
	width: 940px;
	margin: 0px auto;
	color:#FFFFFF;
	font-size: 75%;
	position: relative;
}
#footer #footer-cont #info {
	position: absolute;
	top: 15px;
	left:0px;
	line-height: 150%;
	
}
#footer #footer-cont #info address {
	font-style: normal;
}
#footer #footer-cont #copylight {
	position: absolute;
	top: 34px;
	right:0px;
	
}


/* home */

body#home {
	background-image: url(../images/bg_home.jpg);
}
@media only screen and (max-device-width: 480px) {
	body#home {
		background-image: url(../images/bg_home_m.jpg);
	}
}

body#home #header #logo {
	background:url(../images/logo.gif) no-repeat left top;
}
body#home #main-image {
	height: 365px;
	background:url(../images/mainimg_home.jpg) no-repeat center top;
}
body#home #contents h2 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 65px;
}
body#home #contents h2#h2-topics {
	background: url(../images/h2_home_topics.jpg) no-repeat left top;
}
body#home #contents h2#h2-namba {
	background: url(../images/h2_home_namba.jpg) no-repeat left top;
}
body#home #contents h2#h2-blog {
	background: url(../images/h2_home_blog.jpg) no-repeat left top;
}
body#home #contents a {
	color: #F76F1B;
	text-decoration: underline;
}
body#home #contents a:hover {
	text-decoration: none;
}
.topics-table {
	margin-bottom: 15px;
}
.topics-table th,
.topics-table td {
	color: #74725F;
	font-size: 75%;
	line-height: 140%;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
}
.topics-table th {
	padding-right: 15px;
}
body#home #side-nav {
	padding-top: 20px;
}


/* company */
body#company #main-image {
	background:url(../images/mainimg_company.jpg) no-repeat center top;
}
.company-tbl {
	margin-bottom: 1em;
	overflow: hidden;
}
.company-tbl dt,
.company-tbl dd {
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 100%;
	padding: 0px;
	margin-bottom: 14px;
}
.company-tbl dt {
	border-left: solid 3px #FF6506;
	padding: 0px 0px 0px 10px;
	float: left;
}
.company-tbl dd {
	border-left: solid 3px #FF6506;
	padding: 0px 0px 0px 10px;
}
body#company #contents p .copy1 {
	font-size: 108%;
}


/* business */
body#business #main-image {
	background:url(../images/mainimg_business.jpg) no-repeat center top;
}
body#business #contents p .copy1 {
	font-size: 100%;
}
.business-ly1 {
	overflow: hidden;
	margin-bottom: 30px;
}
#contents .business-ly1 h2 {
	background: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 250px;
	height:50px;
	float: left;
}
#contents .business-ly1 h2 a {
	width: 231px;
	height:50px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#contents .business-ly1 h2#business-middlemedia a {
	background: url(../images/business_btn1.jpg) no-repeat left top;
}
#contents .business-ly1 h2#business-marketing a {
	background: url(../images/business_btn2.jpg) no-repeat left top;
}
#contents .business-ly1 h2#business-website a {
	background: url(../images/business_btn3.jpg) no-repeat left top;
}
#contents .business-ly1 p {
	width: 360px;
	float:left;
	margin-bottom: 0px;
}
#contents .business-ly2 {
	overflow: hidden;
}
#contents .business-ly2 .business-ly2l {
	float: left;
	width: 330px;
	margin: 0px 30px 0px 0px;
}
#contents .business-ly2 .business-ly2r {
	float: left;
	width: 248px;
}
#contents .business-ly2 .business-ly2l2 {
	float: left;
	width: 398px;
	margin: 0px 30px 0px 0px;
}
#contents .business-ly2 .business-ly2r2 {
	float: left;
	width: 182px;
	margin-bottom: 0px;
	padding-bottom: 2em;
}
#contents .business-ly2 .business-ly2r2 a span,
#contents .business-ly2 .business-ly2r a span {
	display: block;
	background: url(../images/arrow1.gif) no-repeat 0px 12px;
	padding: 7px 0px 0px 9px;
}
#contents .business-ly2 .business-ly2r a:hover span ,
#contents .business-ly2 .business-ly2r2 a:hover span {
	text-decoration: underline;
}
#contents .example {
	background: url(../images/example_bg.jpg) no-repeat top left;
	overflow: hidden;
	padding: 27px 28px 0px 28px;
}
#contents .example h3 {
	background: url(../images/dot1.gif) repeat-x left bottom;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
}
#contents .example p {
	margin-bottom: 10px;
}
#contents .example-bottom {
	background: url(../images/example_bg.jpg) no-repeat bottom left;
	height: 15px;
	clear: both;
	overflow: hidden;
}
#contents .example-bottom2 {
	background: url(../images/example_bg.jpg) no-repeat bottom left;
	height: 15px;
	clear: both;
	overflow: hidden;
	margin-bottom: 27px;
}
#contents p.ymd {
	color: #FF6506;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	line-height: 100%;
}


/* middlemedia */
body#middlemedia #main-image {
	background:url(../images/mainimg_middlemedia.jpg) no-repeat center top;
}


/* marketing */
body#marketing #main-image {
	background:url(../images/mainimg_marketing.jpg) no-repeat center top;
}


/* website */
body#website #main-image {
	background:url(../images/mainimg_website.jpg) no-repeat center top;
}


/* topics */
body#topics #main-image {
	background:url(../images/mainimg_topics.jpg) no-repeat center top;
}
body#topics #contents .btn-div {
	margin: 85px 0px 0px;
}


/* contact */
body#contact #main-image {
	background:url(../images/mainimg_contact.jpg) no-repeat center top;
}
form.contact-form {
	width: 480px;
	background: url(../images/dot2.gif) repeat-x left top;
	margin: 0px 0px 0px 70px;
}
form.contact-form th,
form.contact-form td {
	font-size: 75%;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	background: url(../images/dot2.gif) repeat-x left bottom;
	padding: 12px 0px;
}
form.contact-form th {
	width: 127px;
}
form.contact-form th.val-top {
	vertical-align: top;
}
form.contact-form label {
	display: block;
	border-left: solid 3px #FF6506;
	padding: 0px 0px 0px 10px;
	line-height: 120%;
}
form.contact-form input,
form.contact-form textarea {
	width: 344px;
	border: solid 1px #CCCCCC;
	padding: 3px;
	color: #666666;
}
form.contact-form textarea {
	height: 145px;
}
form button.btn-check {
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: center;
	background: none;
}
.contact-btn-div {
	margin: 35px auto 20px;
	overflow: hidden;
}
.contact-btn-div-l {
	width: 295px;
	float: left;
}
.contact-btn-div-l button {
	float:right;
}
.contact-btn-div-r {
	width: 170px;
	float: left;
	padding: 0px 0px 0px 10px;
}
button:hover {
	cursor: pointer;
}



#err{
	font-size: 75%;
    color:#FF0000;
    font-weight:normal;
}
.alert-txt{
    font-size:69%;
    color:#FF0000;
    font-weight:bold;
}
.ex-txt{
    font-size: 75%;
    font-weight:normal;
    color:#666666;
}

