/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}

a{
	text-decoration:none;
}
html,body { height:100%; }
body{
	font-size:12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	color: #000000;
	background:url(images/bg.png) ;
	height:100%;
}
p{line-height:1.5em;margin-bottom:15px;}
#wrap{
	width:800px;
	margin:0 auto;

}

#header{
	height:95px;
}
#logo{
	width:300px;
	float:left;
	margin:15px 0 0 10px;
}
#menu{
	width:380px;
	float:right;
}
#content-wrap{
	clear:both;
}
.content{padding:15px;}
.two-column{width:480px;float:left;}
#sidebar{width:270px;padding:15px 10px;float:right;}
#footer{clear:both;padding:20px 0;}
#footer p{
	text-align:center;
	line-height:3em;
}
/* menu */
#lang{
	margin:10px 20px 0 0;
	text-align:right;
}
#lang a{color:#0080ff;}
#menu ul {
	padding-top:50px;
}
#menu ul li{
	float:left;
	display:inline;
	margin-right:10px;
}

/*slide*/
#home-menu{
	background:url(images/slide_bg.png) no-repeat left top;
	padding:25px;
	height:285px;
}

#home-menu ol li h2 span{
	background:url(images/slide_menu_1.png) no-repeat left top;
}
#home-menu .slide1 h2 span{
	background-position:left top;
}
#home-menu .slide2 h2 span{
	background-position:left 50%;
}
#home-menu .slide3 h2 span{
	background-position:left bottom;
}
#home-menu .slide1 h2.selected span{
	background-position:right top;
}
#home-menu .slide2 h2.selected span{
	background-position:right 50%;
}
#home-menu .slide3 h2.selected span{
	background-position:right bottom;
}

#home-menu ol li div h2{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 10px 20px;
}
#home-menu ol li div p{
	font-size:12px;
	margin-left:20px;
}
#home-menu ol li div ul{margin-left:10px;}
#home-menu ol li div ul li{
	font-size:12px;
	padding-left:10px;
	background:url(images/slide_li_bg.png) no-repeat left 8px;
	margin-top:5px;
}
/*content  */
#content-wrap h1{
	margin-left:10px;
}
.text-center{text-align:center;}
.content h2,
#sidebar h3{
color:#009900;
font-size:18px;
font-weight:bold;
padding:5px;
padding-bottom:0;
*padding-bottom:5px;
margin-bottom:10px;
border-bottom:1px solid #009900;
}

.case-list li{
	line-height:2em;
}

.overview-history dt{
	width:90px;
	float:left;
	margin-top:10px;
}
.overview-history dd{
	width:670px;
	float:left;
	margin-top:10px;
}


/* sidebar*/
.about-more-link{
	float:right;
	*margin-top:-18px;
}