/*///////////////////////////////////////////////////////

Description  : レイアウト用CSS
  File name  : common.css (/css/base/common.css)

///////////////////////////////////////////////////////*/

/********************************************************
    link element
********************************************************/

a { text-decoration : underline; }

a:link { color :#666666; }

a:visited { color :#666666; }

a:hover {
	color :#666666;
	text-decoration: none;
}

a:active { color :#666666; }

/********************************************************
    container
********************************************************/

div#continer {
	color : #333333;
	background: #FFFFFF;
}

/********************************************************
    header
********************************************************/

div#header {
	width: 886px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

body#index div#header {
	width: 962px;
}

div#header div#logo {
	position: absolute;
	top: 26px;
	left: 0;
}

div#header ul {
	position: absolute;
	right: 0px;
	top: 26px;
}


div#header ul li { float: left; }

div#meinVisual {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #FFF;
	position:relative;
}

div#meinVisual #main_btn01{
position:absolute;
bottom:34px;
right:490px;
}
div#meinVisual #main_btn02{
position:absolute;
bottom:35px;
right:230px;
}


.timeline-header {
display:none !important;
}

.timeline-footer{
display:none !important;
}

/********************************************************
    contents
********************************************************/

/*  commmon
======================================================*/

div#contents {
	width: 962px;
	margin: 0 auto;
}

div#contents div.section {
	margin-bottom: 20px;
	clear: both;
}

div#contents div.section div.roundTop {
	height: 6px;
	font-size: 0;
	line-height:0;
	background: url(/common/images/contents/round_top.gif) no-repeat top;
}

div#contents div.section div.roundInner {
	padding: 10px 20px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: url(/common/images/contents/round_inner.gif) repeat-x top;
}

div#contents div.section h2 { margin-bottom: 13px; }

div#contents div.section div.roundBottom {
	height: 9px;
	font-size: 0;
	line-height:0;
	background: url(/common/images/contents/round_bottom.gif) no-repeat bottom;
}

/*  index
======================================================*/

/*  product & servis
==========================*/

div#contents div.section div.roundInner div#productBtn {
	float: right;
}

div#contents div.section div.roundInner div#servisList {
	margin-bottom: 15px;
	background: url(../images/gray_dot.gif) repeat-x left bottom;
}

div#contents div.section div.roundInner div#productList dl,
div#contents div.section div.roundInner div#servisList dl {
	width: 215px;
	padding: 0 0 15px 20px;
	float: left;
}

div#contents div.section div.roundInner div#productList dl:first-child,
div#contents div.section div.roundInner div#servisList dl:first-child { padding-left: 0; clear: both; }

div#contents div.section div.roundInner div#productList dd {
	text-align: center;
	line-height: 1.5em;
}

div#contents div.section div.roundInner div#productList dt {
	margin-bottom: 5px;
}

div#contents div.section div.roundInner div#productList dd.icon {
	margin-top: 5px;
	text-align: left;
}

div#contents div.section div.roundInner div#productList dd img { margin: 0 2px; margin-bottom: 5px; }

div#contents div.section div.roundInner div#servisList dt { margin-bottom: 12px; }

div#contents div.section div.roundInner div#servisList dd ul { margin-bottom: 15px; }

div#contents div.section div.roundInner div#servisList dd ul li { margin-bottom: 5px; }

div#contents div.section div.roundInner div#servisList dd ul li:last-child { margin-bottom: 0; }

div#contents div.section div.roundInner div#servisList dd ul li a {
	height: 1%;
	padding-left: 15px;
	background: url(/common/images/index/svs_img_05.gif) no-repeat left center;
	display: block;
}

/*  news
==========================*/

div#contents div.section div#news {
	width: 470px;
	float: left;
	background: url(/common/images/gray_dot.gif) repeat-x left bottom;
}

div#contents div.section div#news h2 {
	margin-bottom: 15px;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid #cccccc;
}

div#contents div.section div#news dl {
	padding-bottom: 10px;
	clear: both;
	
}

div#contents div.section div#news dl:last-child { background: none; }

div#contents div.section div#news dt,
 div#contents div.section div#news dd {
	padding: 5px 10px;
	line-height:1.2em;
}

/*	blog & twitter
=========================*/

div#contents div.section div#social {
	width: 472px;
	float: right;
}

div#contents div.section div#social div#blog {
	width: 472px;
	height: 96px;
	margin-bottom: 15px;
	background: url(/common/images/index/blog_bg.gif) no-repeat;
	position: relative;
}

div#contents div.section div#social div#blog h2 {
	position: absolute;
	top: 23px;
	left: 21px;
}

div#contents div.section div#social div#blog dl {
	position: absolute;
	top: 58px;
	left: 20px;
}

div#contents div.section div#social div#blog dl dt,
 div#contents div.section div#social div#blog dl dd {
	padding-right: 10px;
	color: #000;
	float: left;
}

div#contents div.section div#social div#blog dl dd { text-decoration: underline; }

div#contents div.section div#social div#blog dl dd a { color: #004085 !important; }

div#contents div.section div#social div#twitterHead,
div#contents div.section div#social div#twitterBottom {
	height: 5px;
	font-size: 0;
	line-height:0;
}

div#contents div.section div#social div#twitterHead {
	background: url(/common/images/index/twitter_bg_head.gif) no-repeat bottom;
}

div#contents div.section div#social div#twitterBottom {
	background: url(/common/images/index/twitter_bg_bottom.gif) no-repeat top;
}

div#contents div.section div#social div#twitterInner {
	width: 432px;
	padding: 20px;
	background: url(/common/images/index/twitter_bg.gif) no-repeat;
}

div#contents div.section div#social div#twitterInner h2 {
}

div#contents div.section div#social div#twitterInner ul {
	width: 350px;
}

div#contents div.section div#social div#twitterInner li a {
	line-height: 1.5em;
	color: #004085;
}

div#contents div.section div#social div#twitterInner span.tw_date {
	font-weight: bold;
}

/*	linkArea
=========================*/

div#linkArea {
	display: none;
}

body#index div#linkArea {
	display: block;
}

div#linkArea {
	padding: 20px 0 0 0;
	background: #f5f5f5;
	border-top: 1px solid #ccc;
}

div#linkArea div.inner {
	width: 962px;
	margin: 0 auto;
}

div#linkArea div.inner h2 {
	margin-bottom: 10px;
	padding: 0 0 10px 10px;
	border-bottom: 2px solid #ccc;
	clear: both;
}

div#linkArea div.inner ul { }

div#linkArea div.inner ul li {
	margin: 0 10px 15px 0;
	float: left;
}

p#toTop {
	text-align: right;
	clear: both;
}

div#secondFooter {
	width: 886px;
	margin: 0 auto;
	padding-top: 30px;
	/*background: url(../images/footer/second_contbottom.gif) no-repeat top;*/
}

/********************************************************
    footer
********************************************************/

div#footer { background: #1c1c1c; }

div#footer div.inner {
	width: 962px;
	margin: 0 auto;
}

div#footer div.inner div#left {
	width: 670px;
	padding: 35px 0 0 0;
	line-height: 1.3em;
	float: left;
}

div#footer div.inner div#left dl {
	width: 200px;
	margin-left: 10px;
	float: left;
}

div#footer div.inner div#left dl dt { margin-bottom: 10px; }

div#footer div.inner div#left dl dd ul { margin-bottom: 30px; }

div#footer div.inner div#left dl dd ul li { margin-bottom: 5px; }

div#footer div.inner div#left dl dd ul li:last-child { margin-bottom: 0; }

div#footer div.inner div#left dl dd ul li a {
	height: 1%;
	padding-left: 15px;
	color: #FFF;
	background: url(/common/images/footer/arrow.gif) no-repeat left center;
	display: block;
}

div#footer div.inner div#right {
	width: 280px;
	padding: 35px 0 0 0;
	float: right;
}

div#footer div.inner div#right p {
	margin-bottom: 15px;
	color: #FFF;
	line-height: 1.3em;
}

div#address {
	clear: both;
	background: #333333;
}

div#address div.inner {
	width: 962px;
	height: 15px;
	margin: 0 auto;
	padding: 15px 0;
}

div#address div.inner address {
float: right;
}

div#address div.inner ul {
float: left;
}

div#address div.inner ul li {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFF;
	float: left;
}

div#address div.inner ul li:last-child {
	border: none;
}

div#address div.inner ul li a {
	color: #FFF;
}

.omimai {
	margin-bottom: 20px;
}
