@charset "UTF-8";
/* CSS Document */

@import url("common.css");

body {
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 1.6em;
	background-position: 0px 90px;
}
p {
	padding-bottom: 15px;
}
dl {
	padding-bottom: 10px;
	line-height: 160%;
}
dt {
	margin-left: 30px;
	margin-bottom: 5px;
}
dd {
	margin-left: 70px;
	margin-bottom: 10px;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a.head:link {
	color: #666666;
	text-decoration: none;
}
a.head:visited {
	color: #666666;
	text-decoration: none;
}
a.head:hover {
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/base_pagetitle.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 625px;
	margin-bottom: 15px;
	padding-left: 25px;
	padding-top: 16px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #88b622;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9ca60;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #a9ca60;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	margin-bottom: 10px;
	margin-top: 30px;
}
h4 {
	font-weight: bold;
	color: #272D6C;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272D6C;
	margin-bottom: 10px;
}
h5 {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	margin-bottom: 10px;
}
th, td {
	padding: 3px;
}
.R {
	text-align: right;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 10px;
}
#header {
}
#header  #left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 380px;
	background-image: none;
	height: 90px;
	line-height: 1em;
}
#header #left h1 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	height: 13px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #left #catch {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	height: 13px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #right {
	float: right;
	width: 500px;
}
#sitemenu {
	font-size: 90%;
	height: 25px;
	margin-top: 5px;
	text-align: right;
}
#header h2 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header h3 {
	clear: both;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 55px;
	margin-left: 0px;
}
#header h4 {
	clear: both;
	padding-top: 15px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pagebody {
}

#main-one {
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 885px;
}

#main {
	float: left;
	width: 650px;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#sidenavi {
	float: right;
	width: 190px;
}
ul.menu  {
	list-style-type: none;
}
#toiawase {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
}
#footer {
	background-color: #eeeeee;
	padding-bottom: 30px;
	font-size: 90%;
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 15px;
}
.content {
	padding-bottom: 40px;
}
.comment {
	font-weight: bold;
	background-color: #dddddd;
	padding: 10px;
	margin-bottom: 20px;
}
#aboutus {
	font-size: 90%;
	line-height: 130%;
	padding-top: 30px;
}
.pgt {
	text-align: right;
	margin-bottom: 10px;
	padding-top: 10px;
	clear: both;
}
table.line {
	border: 1px solid #aaaaaa;
	width: 100%;
}
th.line {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #eeeeee;
}
td.line {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
th.base {
	background-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*yamada@ilovex 2008/07/01 追加*/

.column-title{
	font-size: 100%;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	color: #272D6C;
	background-image: url(../img/column/sugiyama-back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.column-left{
float:left;
}
.column-right{
	margin-left: 10px;
	font-weight: bold;
	font-size: 100%;
	width: 80%;

}

.column{
	font-size:85%;
	margin-top: 3px;
	line-height: 140%;
}

.footerlink{
	font-size:85%;
	margin-top: 15px;
	line-height: 140%;
	text-align:center;
}

.WBS-setsumei {
float:right;
width:250px;
padding-left: 5px;
background-color: #FDFBCA;
}
.top-img{
float:right;
}

.top-setsumei{
float:left;
}

/*仕事の進め方*/

#susumekata h1 {
	font-size: 120%;
	font-weight: bold;
	color: #88b622;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9ca60;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
	height: auto;
	width: 650px;
	padding-right: 0px;
}
#susumekata .content {
	padding-bottom: 10px;
}
#susumekata p {
	padding-bottom: 5px;
}
.susumekata-navi {
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;
	margin-bottom: 30px;
	background-color: #FFFCE0;
	font-size: 12px;
	margin-top: 10px;
}
.susumekata-select {
	border: 1px solid #999999;
	padding: 2px;
}
.simulation-coment {
	padding-right: 90px;
}
#promise h2 {
	margin-top: 20px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.index-base {
	text-align:center;
	}

