@charset "utf-8";

/*--------------------------------------------------------------------*/
/* 下層ページ
/*--------------------------------------------------------------------*/
/* Content > Main
/*----------------------------------------------------------*/
#content #main {
	margin: 0;
	width: 680px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
div#breadrubbish

/* Content > Main > breadrubbish
/*----------------------------------------------------------*/
  {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}

/* Content > Main > text
/*----------------------------------------------------------*/
h1 {
	margin-bottom: 15px;
	margin-top: 15px;
}
h2.img {
	margin-bottom: 15px;
	clear: both;
}
p.text {
	color: #666666;
	margin-bottom: 20px;
	line-height: 18px;
}
p.img {
	margin-bottom: 25px;
	clear: both;
}

/* Content > Main > about
/*----------------------------------------------------------*/

div#about {
	height: 435px;
	background-image: url(/img/png/lib/about_bg.png);
	background-repeat: no-repeat;
}
div#about h2 {
	text-align: center;
}
div#about p {
	margin-left: 265px;
	margin-top: 15px;
	color: #666666;
}
ul.about {
	background-color: #EFEFEF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #666666;
}

ul.about li {
	font-size: 12px;
	margin-bottom: 5px;
}
/* Content > Main > plan
/*----------------------------------------------------------*/
div#plan {
}
div#plan1 {
	background-color: #E8F5CD;
	border: 1px solid #336600;
	height: 180px;
	padding-top: 10px;
	margin-bottom: 15px;
	clear: both;
	padding-bottom: 10px;
}
div#plan2 {
	background-color: #F4F5CD;
	border: 1px solid #797B17;
	height: 210px;
	padding-top: 10px;
	clear: both;
	margin-bottom: 15px;
}
div#plan3 {
	background-color: #FBF2F0;
	border: 1px solid #7C3216;
	height: 210px;
	padding-top: 10px;
	clear: both;
	margin-bottom: 15px;
}

div#plan4 {
	background-color: #EEF2FF;
	border: 1px solid #003333;
	height: 210px;
	padding-top: 10px;
	clear: both;
	margin-bottom: 15px;
}

div#plan h3 {
	float: left;
	padding-bottom: 35px;
	padding-right: 10px;
	padding-left: 10px;
}
div#plan dl {
	margin-bottom: 20px;
}
div#plan dt {
	margin-bottom: 5px;
}
div#plan dd {
	font-size: 12px;
	color: #666666;
	margin-right: 15px;
}
div#plan ul {
	clear: both;
	margin-left: 5px;
}
div#plan li {
	float: left;
	margin-right: 10px;
}

/* Content > Main > support
/*----------------------------------------------------------*/
div.support {
	clear: both;
	margin-bottom: 15px;
	width: 678px;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336601;
	margin-top: 15px;
	height: 180px;
}

div.support p {
	float: left;
	border: 1px solid #336601;
	margin-right: 10px;
}

div.support dl {
	width: 470px;
	float: left;
}

div.support dt {
}

div.support dd {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	padding-top: 5px;
}

/* Content > Main > atract
/*----------------------------------------------------------*/
div.atract {
	clear: both;
	height: 80px;
	margin-bottom: 15px;
	width: 678px;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	padding-bottom: 10px;
}

div.atract h3 {
	float: left;
	padding-right: 10px;
}

div.atract dl {
}

div.atract dt {
	color: #336601;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336601;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.atract dd {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-top: 5px;
}

/* Content > Main > company
/*----------------------------------------------------------*/
table#company {
	border-collapse:collapse;
	border-spacing:0;
	font-size: 12px;
	margin-right: 5px;
	margin-left: 5px;
	width: 670px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
} 

table#company th {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px #E7E7E7 solid;
	color: #666666;
	width: 30%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
}


table#company td {
	color: #666666;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7E7E7;
}

dl#company {
	margin-bottom: 20px;
}

dl#company dt {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9DC354;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-color: #F7F7F7;
	color: #666666;
	margin-bottom: 10px;
}

dl#company dd {
	padding-left: 20px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 20px;
}

dl#company ol {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}

dl#company ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
	color: #666666;
}

/* Content > Main > products
/*----------------------------------------------------------*/
div.products {
	clear: both;
	padding-right: 1px;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 250px;
}

div.products dl {
	float: left;
	width: 150px;
	margin-right: 20px;
}

div.products dl dt {
	border: 1px dotted #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	width: 150px;
}

div.products dl dd {
	margin-top: 5px;
}

div.products dl dd h3 {
	color: #666666;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 2px;
}

div.products dl dd h4 {
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 2px;
}

div.products dl dd p {
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	font-size: 14px;
	background-color: #82B324;
}

div.products dl.last {
	margin-right: 0px;
}

/* Content > Main > voice
/*----------------------------------------------------------*/
div.voice {
	clear: both;
	width: 678px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
}
div.voice p {
	color: #666666;
	line-height: 18px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1em;
}

/* Content > Main > faq
/*----------------------------------------------------------*/

div#faq_index {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #73A01F;
	background-color: #D9E8BB;
}

div#faq_index ul {
}

div#faq_index li {
	display: inline;
	margin-right: 10px;
}

div.faq {
	clear: both;
	width: 678px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 10px;
}

div.faq dt {
	color: #336601;
	background-image: url(/img/faq/q.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: 5px center;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.faq dd {
	color: #666666;
	line-height: 18px;
	background-image: url(/img/faq/a.jpg);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EDEDED;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p#notfound {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #82B324;
	line-height: 30px;
	color: #82B324;
	font-size: 14px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

h1#notfound {
	font-size: 26px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #336600;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	color: #336600;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bolder;
}

ul#notfound {
	margin-left: 100px;
	margin-top: 20px;
	margin-right: 100px;
}

ul#notfound li {
	color: #666666;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
	padding-bottom: 4px;
	padding-left: 10px;
}

p#henkou {
	font-size: 10px;
	color: #666666;
	margin-bottom: 10px;
	clear: both;
}

p#attention {
	color: #CC0000;
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
}
table#plan {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
table#plan td {
	text-align: center;
	border: 1px solid #CCC;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
table#plan td.sammry {
	color: #666;
	font-size: 12px;
	width: 35%;
}
table#plan td.q {
	color: #AA8000;
	background-color: #FFFBEC;
	width: 23%;
}
table#plan td.s {
	color: #069;
	background-color: #E6FBFF;
	width: 23%;
}
table#plan td.c {
	color: #D60726;
	background-color: #FFEFEE;
	width: 23%;
}

