@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style:none;
	border:0;
}

body {
	vertical-align:top;
	text-align:left;
	background-repeat: repeat-x;
	color: #333;
	background-color: #ffffff;
	font:0.8em/140% "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.center {
	text-align:left;
	margin: 0 auto;
	width:960px;
}

#navi-index {
	margin:0 auto;
	width:960px;
}

#navi-index ul {
	position:absolute;
	top:3em;
	right:2em;
}

#navi-index ul li {
	padding:0 10px 0 10px;
	float:left;
}

#pankuzu {
	color:#fff;
	padding-left:3em;
	height:1.8em;
	background:url(../y-img/base/pankuzu-background.png) repeat;
}

#target {
	line-height:0;
	float:left;
	margin-top:-30px;
	width:200px;
	background-image:url(../y-img/base/target-background.png);
}

.box {
	margin:0px 0 20px 230px;
	padding:1em;
	display:block;
	border:1px solid #6666cc;
	border-top:0px solid #6666cc;
}

.box-small {
	margin:0 0 1em 1em;
	padding:1em;
	display:block;
	border:1px solid #6666cc;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #990000;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #FF9900;
	text-decoration: none;
}

.white a:link, .white a:visited {
	color: #ccc;
	text-decoration: none;
}

.white a:hover, .white a:focus, .white a:active {
	color: #fff;
	text-decoration: none;
}

#pankuzu a:link, #pankuzu a:visited {
	color: #fff;
	text-decoration:none;
}

#pankuzu a:hover, #pankuzu a:focus, #pankuzu a:active {
	color: #fff;
	text-decoration: underline;
}

#footter {
	width:100%;
	height:23px;
	color:#666666;
	font-size:0.8em;
}

h1 {
	letter-spacing:2px;
	font-size:1.2em;
	color: #ccc;
}

h2 {
	display:inline;
	font-size:1em;
	color:#fff;
	text-shadow:1px 1px 1px #333;
}

h3 {
	padding:12px 0 0 40px;
	margin:30px 0 0 230px;
	letter-spacing:1px;
	color: #fff;
	background:url(../y-img/base/bar.png) no-repeat;
	vertical-align:bottom;
	font-weight:normal;
	height:48px;
	line-height:150%;
}

h3:first-letter { font-size:1.5em; }

h4 {
	margin:1em 0.5em 0.5em 0.5em;
	padding:0.3em 0 0 3em;
	font-size:1.3em;
	height:23px;
	letter-spacing:1px;
	border-bottom:1px dotted #6666cc;
	background:url(../y-img/base/h3.png) no-repeat;
}

h5 {
	padding:1em;
	font-size:1em;
}

h6 {
	margin-left:0.5em;
	color: #0033CC;
	font-size:1.5em;
	display:inline;
}

p {
	padding:0 2em 0 2em;
	font:1em/180% "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

dt { }

dt.inline {
	margin-top:1em;
	padding:1em 0 0 2em;
	color:#666;
	float:left;
}

dt {
	margin-top:1em;
	padding-left:2em;
	font-weight:bold;
}

dd { padding:1em 0 0 4em; }

dd.detail {
	padding:1em 0 0.5em 5em;
	border-bottom:1px dotted #6666cc;
	color:#003366;
	font-weight:bold;
}

table#price tr td {
	text-align:center;
	padding:0.5em;
	border-bottom:1px solid #6666cc;
	border-right:1px solid #6666cc;
}

strong { color:#FF0000; }

.left-3em { margin-left:3em; }

.left-6em { margin-left:6em; }

.left-9em { margin-left:9em; }

.left-float {
	margin-bottom:2em;
	float:right;
	border:1px dotted #6666cc;
}

.left-float-noline {
	padding-left:2em;
	float:right;
}

.right-clear { clear:right; }

.bottom-line {
	margin-bottom:2em;
	border-bottom:1px dotted #6666cc;
}

.consulting-icon {
	background:url(../y-img/base/consulting.png) no-repeat 20% 100%;
	padding:1.5em 0 0.5em 14em;
	border-bottom:1px dotted #6666cc;
	color:#003366;
	font-weight:bold;
}

.recycle-icon {
	background:url(../y-img/base/recycling.png) no-repeat 20% 100%;
	padding:1.5em 0 0.5em 14em;
	border-bottom:1px dotted #6666cc;
	color:#003366;
	font-weight:bold;
}

.global-icon {
	background:url(../y-img/base/global.png) no-repeat 20% 100%;
	padding:1.5em 0 0.5em 14em;
	border-bottom:1px dotted #6666cc;
	color:#003366;
	font-weight:bold;
}

.web-icon {
	background:url(../y-img/base/web.png) no-repeat 20% 100%;
	padding:1.5em 0 0.5em 14em;
	border-bottom:1px dotted #6666cc;
	color:#003366;
	font-weight:bold;
}

.something-icon {
	background:url(../y-img/base/something.png) no-repeat 20% 100%;
	padding:1.5em 0 0.5em 14em;
	border-bottom:1px dotted #6666cc;
	color:#003366;
	font-weight:bold;
}

.history-text { padding-bottom:2em; }

#profile {
	padding:0 3em 0 3em;
	background-color:#fff;
}

br.clear { clear:both; }

address { text-align:center; }

