@charset "utf-8";
/*formatting style
-----------------------------*/

* {
	font-style: normal;
	margin: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", sans-serif;
	font-size: 75%;
	color: #575757;
	line-height: 1.6em;
}



/*link style 
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
	display: inline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #3366FF;
}

/* basic layout
-----------------------------*/

#wrapper  {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#home #wrapper {
	width: 760px;
	position: relative;
	background: url(image/wrapper-bk.jpg);
	height: 582px;
}

#header {
	display:none;
	background-image: url(image/head-back.jpg);
	width: 760px;
	height: 168px;
	padding: 0px;
}
#home #header {
	height: 100px;
	width: 760px;
	background-image: none;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
}

#contents {
	background-color: #FFFFFF;
	padding: 15px 0px;
}
#home #contents {
	height: 440px;
	width: 760px;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
#home #main {
	height: 400px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#home   #main   #main1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 60px;
	top: 50px;
	width: 480px;
}
#home #main #main2 {
	margin: 0px;
	padding: 0px;
	height: 125px;
	width: 480px;
	position: absolute;
	left: 60px;
	top: 210px;
}
#home #main p {
	padding: 5px 10px 10px;
}



#home #sidenavi {
	width: 95px;
	margin: 0px;
	height: 350px;
	padding: 0px;
	position: absolute;
	left: 640px;
}
#home #sidenavi ul {
	list-style: none inside;
	margin: 0px 0px 20px;
	padding: 0px;
}
#home #sidenavi ul.web {
	margin: 0px;
	padding: 0px;
}
#home #sidenavi li {
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#home #sidenavi ul.web li {
	margin: 0px 0px 5px;
}
#footer {
	display:none;
	clear: both;
	height: 40px;
	border-top: 2px groove #536FC2;
	border-right-color: #536FC2;
	border-bottom-color: #536FC2;
	border-left-color: #536FC2;
	background-color: #FFFFFF;
	margin-top: 5px;
}
#home #footer {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 440px;
	height: 40px;
	width: 760px;
	border-top-width: 2px;
	border-top-style: groove;
}

/* navi layout
-----------------------------*/
#navi {
	width: 760px;
	height: 26px;
	position: relative;
	top: 65px;
}
#navi li {
	float: left;
	display: inline;
	padding-left: 10px;
}

/* contents layout
-----------------------------*/
h1 {

}
#home h1 {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 40px;
}

h2 {
	background-image: url(image/h2.jpg);
	background-repeat: no-repeat;
	border-left: 15px solid #536FC2;
	height: 30px;
	padding-left: 10px;
	font-size: 110%;
	line-height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}
#home h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 23px;
	border-style: none;
	color: #FF0000;
	margin: 0px;
	background-image: url(image/home-h2.jpg);
	text-align: center;
	padding: 0px;
}

h3 {
	height: 20px;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url(image/h3.jpg);
	margin-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 100%;
}

#contents .doc {
	margin-bottom: 10px;
}
.txt{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#plan .doc  li  {
	list-style: square url(none) inside;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

.doc {
	clear: both;
}

.doc img {
	float: right;
}
.doc table {
	width: 760px;
	line-height: 17px;
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}
.doc td, .doc th{
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px;
}
.doc table th {
	background-color: #E6E9FB;
}
.doc table td {
	vertical-align:top;
}
#plan .doc table td.total {
	font-weight: bold;
}



.sample {
	float: left;
	height: 250px;
	padding-left: 10px;
	width: 300px;
}
.sandoc {
	float: right;
	width: 410px;
	padding: 10px;
}

.ten {
	padding-left: 10px;
}

/* text  decoration
-----------------------------*/
.red{
	color: #FF0000;
	font-weight: bold;
	padding-top: 10px;
}
.bold{
	font-weight:normal;
	color: #000000;
}
p.syousai{
	display:none;
	text-align: right;
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
}
p.syousai img{
	display:none;
}
.right {
	text-align: right;
}
.break{
	page-break-before:always;
}

/* aboutus layout
-----------------------------*/
#aboutus table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	line-height: 30px;
}
#aboutus td {
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
	padding: 4px 1px;
	margin: 0px;
}
#aboutus table p {
	padding-left: 10px;
	padding-right: 10px;
}

.centerline{
	background-color: #536FC2;
	margin: 2px;
	padding: 2px;
	width: 1px;
}
/* footer layout
-----------------------------*/
#footer p {
	text-align: center;
	height: 40px;
	color: #506CC0;
	padding-top: 10px;
	font-size: 9pt;
}

/* form layout
-----------------------------*/
table.mailform {
	margin: 0px auto;
	border-style: none;
	height: auto;
	width: auto;
	line-height: 2em;
	background-color: #FFFFFF;
}
table.mailform td {
	border-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 2em;
}
table.mailform td p {
	font-size: 80%;
	color: #0B479F;
	display: block;
	margin: 0px;
	line-height: 0.8em;
	text-align: right;
	border-style: none;
}
table.mailform td span {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", sans-serif;
	font-size: 100%;
	color: #FF0000;
	border-style: none;
}
/* thanks layout
-----------------------------*/
.endtxt {
	padding-bottom: 150px;
	background-image: url(image/feather.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
