@charset "Shift_JIS";

@import "reset.css";
@import "base.css";

/*-----------------------------------------------*/
/*                   contents                    */
/*-----------------------------------------------*/

#contents {
	padding-bottom: 20px;
	background: url(../../img/bg_right_contents.jpg) no-repeat 623px 220px;
}
#contents h2 {
	width: 860px;
	height: 220px;
	background: url(../../img/img_main.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

/*-----------------------------------------------*/
/*                 main contents                 */
/*-----------------------------------------------*/

#main-contents {
	float: left;
	width: 620px;
	padding-top: 3px;
}
#main-contents h3 {
	margin-bottom: 10px;
}

/*-----------------------------------------------*/
/*                 box-service                   */
/*-----------------------------------------------*/

#box-service {
	width: 610px;
	margin: 0 auto 10px auto;
	background: url(../../img/bg_service.gif) repeat-y 0 0;
}
#box-service ul {
	padding: 0 5px 13px 5px;
	background: url(../../img/line_service.gif) no-repeat left bottom;
}
#box-service ul.last {
	padding-bottom: 0;
	background: none;
}
#box-service ul li {
	float: left;
	width: 290px;
}
#box-service ul li h4 {
	line-height: 16px;
	margin-bottom: 5px;
	margin-left: 85px;
	padding-left: 17px;
	background: url(../img/arrow.gif) no-repeat left center;
	font-weight: bold;
}
#box-service ul li a, #box-service ul li a:visited {
	color: #333333;
}
#box-service ul li a:hover {
	color: #229530;
}
#box-service ul li p {
	width: 205px;
	margin-left: 85px;
	font-size: 10px;
}
#box-service ul li#service1 {
	background: url(../../img/bg_service1.jpg) no-repeat 0 0;
}
#box-service ul li#service2 {
	float: right;
	background: url(../../img/bg_service2.jpg) no-repeat 0 0;
}
#box-service ul li#service3 {
	background: url(../../img/bg_service3.jpg) no-repeat 0 0;
}
#box-service ul li#service4 {
	float: right;
	background: url(../../img/bg_service4.jpg) no-repeat 0 0;
}
#box-service ul li#service4 h4 {
	background: url(../img/arrow_lblue.gif) no-repeat left center;
}
#box-service ul li#service5 {
	background: url(../../img/bg_service5.jpg) no-repeat 0 0;
}
#box-service ul li#service6 {
	background: url(../../img/bg_service5.jpg) no-repeat 0 0;
}
#box-service ul li#service6 h4 {
	background: url(../img/arrow_blue.gif) no-repeat left center;
}
#box-service ul li#service7 {
	float: right;
	background: url(../../img/bg_service7.jpg) no-repeat 0 0;
}
#box-service ul li#service7 h4 {
	background: url(../img/arrow_blue.gif) no-repeat left center;
}

/*-----------------------------------------------*/
/*                 box-purpose                   */
/*-----------------------------------------------*/

#box-purpose {
	width: 600px;
	margin: 0 auto 15px auto;
}

#box-purpose ul li {
	float: left;
	width: 280px;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-top: 1px;
	background: url(../img/arrow.gif) no-repeat left center;
}
#box-purpose ul li_1 {
	background: url(../img/arrow.gif) no-repeat left center;
}

#box-purpose ul li.lblue {
	background: url(../img/arrow_lblue.gif) no-repeat left center;
}

#box-purpose ul li.blue {
	background: url(../img/arrow_blue.gif) no-repeat left center;
}

/*-----------------------------------------------*/
/*                   box-news                    */
/*-----------------------------------------------*/

/* tab -------------------------------------*/

#tab {
	position: relative;
	width: 620px;
	height: 38px;
	background: url(../../img/bg_news.gif) no-repeat 0 0;
}
#tab li {
	position: absolute;
}
#tab li a {
	display: block;
	width: 95px;
	height: 38px;
	text-indent: -9999px;
	outline: none;
}
#tab li a:hover {
	background-position: 0 -42px;
}
#tab1 {
	left: 128px;
}
#tab1 a {
	background-image: url(../../img/tab1.gif);
}
#tab1.tab_off a, #tab2.tab_off a, #tab3.tab_off a, #tab4.tab_off a, #tab5.tab_off a {
	background-position: 0 -42px;
}
#tab2 {
	left: 223px;
}
#tab2 a {
	background-image: url(../../img/tab2.gif);
}
#tab3 {
	left: 318px;
}
#tab3 a {
	background-image: url(../../img/tab3.gif);
}
#tab4 {
	left: 413px;
}
#tab4 a {
	background-image: url(../../img/tab4.gif);
}
#tab5 {
	left: 508px;
}
#tab5 a {
	background-image: url(../../img/tab5.gif);
}

/* dl ---------------------------------------*/

#box-news dl {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
#box-news dl dt {
	min-height: 20px;
	padding-left: 65px;
}
#box-news dl dt.media {
	background: url(../img/i_media.gif) no-repeat 2px 0;
}
#box-news dl dt.product {
	background: url(../img/i_product.gif) no-repeat 2px 0;
}
#box-news dl dt.seminar {
	background: url(../img/i_seminar.gif) no-repeat 2px 0;
}
#box-news dl dt.topics {
	background: url(../img/i_topics.gif) no-repeat 2px 0;
}
#box-news dl dd {
	vertical-align: middle;
	margin: -20px 0px 6px 0px;
	padding: 0px 10px 6px 130px;
	background: url(../img/line_dot.gif) no-repeat left bottom;
}
#box-news dl dd.last {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#box-news dl dd img {
	vertical-align: middle;
}
#box-news p {
	display: inline;
	float: right;
	margin-right: 10px;
}
#box-news p a {
	line-height: 16px;
	padding-left: 18px;
	background: url(../img/arrow.gif) no-repeat left center;
}

/*-----------------------------------------------*/
/*                 right contents                */
/*-----------------------------------------------*/

#right-contents {
	float: right;
	width: 220px;
	padding: 3px 11px 20px 6px;
}

/* bnr height 74px -------------------------------*/
	
#right-contents #bnr-blog-ceo a, #right-contents #bnr-blog-staff a {
	display: block;
	width: 220px;
	height: 74px;
	text-indent: -9999px;
}
#right-contents #bnr-blog-ceo a:hover, #right-contents #bnr-blog-staff a:hover {
	background-position: -220px 0;
}
#right-contents #bnr-blog-ceo a {
	background: url(../../img/bnr_blog_ceo.gif) no-repeat 0 0;
}
#right-contents #bnr-blog-staff a {
	background: url(../../img/bnr_brog_staff.gif) no-repeat 0 0;
}
#right-contents #mark-privacy a {
	display: block;
	width: 90px;
	height: 100px;
	margin: 10px auto 0 auto;
	background: url(../img/mark_privacy.gif) no-repeat 0 0;
	text-indent: -9999px;
}
#right-contents #mark-facebook a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/fb50.gif) no-repeat 0 0;
}
/*-----------------------------------------------*/
/*                   float clear                 */
/*-----------------------------------------------*/

.clearfix, #box-service ul, #box-purpose, #box-news {
	zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after, #box-service ul:after, #box-purpose:after, #box-news:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------*/
/*                 bulanco edit                 */
/*-----------------------------------------------*/
#bnr-voice-nikki,
#bnr-voice-rakuten,
#bnr-voice-fpm {
	margin: 5px 0 8px; 
}
#bnr-voice-bw {
	margin-bottom: 4px; 
}
#bnr-voice-nikki a:hover,
#bnr-voice-rakuten a:hover,
#bnr-voice-fpm a:hover,
#bnr-voice-bw a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);        
	-ms-filter: "alpha(opacity=70)"; 
	-moz-opacity:0.7;                 
	-khtml-opacity: 0.7;
}