@charset "utf-8";
/*formatting style
-----------------------------*/

* {
	font-style: normal;
	margin: 0px;
}

body {
	/*font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", sans-serif;
*/
	font-family:Tahoma, Verdana, Segoe, sans-serif;
	font-size: 75%;
	color: #575757;
	line-height: 1.6em;
	background-image: url(image/heder_line.jpg);
	background-repeat: repeat-x;
	overflow:scroll;
	background-color: #D7CDB4;
}
p {
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-top: 3px;
}



/*link style 
-----------------------------*/
a img {
	border-style: none;
}
a:link {
	display: inline;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #3C5BDB;
}

/* basic layout
-----------------------------*/

#wrapper  {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	width: 1020px;
	padding: 0px;
	height: 160px;
	margin: 0px;
}
#contents {
	padding-top: 0px;
	padding-bottom: 15px;
	width: 980px;
	margin: 0px;
	float: left;
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(image/contents_bg.jpg);
	background-repeat: repeat-y;
}
#main {
	float: left;
	display:inline;
	width: 740px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#home table.rb   {
	padding-top: 5px;
	padding-bottom: 5px;
}
#home #wrapper #contents #main #left {
	float: left;
	width: 360px;
	display: inline;
	padding-bottom: 20px;
}
#home #wrapper #contents #main p {
	font-size: 110%;
	line-height: 1.7em;
	padding-bottom: 10px;
}
#home #wrapper #contents #main #right {
	float: right;
	width: 360px;
	padding-bottom: 20px;
	display: inline;
}
#home h2 {
	background-image: url(image/h2-m.jpg);
}



#secondary {
	float: right;
	display:inline;
	width: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#secondary p {
	width: 210px;
}


#footer {
	clear: both;
	background-color: #D7CDB4;
	margin-top: 5px;
	border-top-width: 3px;
	border-top-style: groove;
	border-top-color: #2E4D6C;
	height: 40px;
}



/* navi layout
-----------------------------*/
#navi {
	float: left;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	margin: 0px;
}
#navi ul{
	list-style:none;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8EFFF;
	padding: 0px;
}
#navi li {
	display: inline;
	height: 55px;
	width: 100px;
	margin: 0px;
}
#navi a {
	width: 100px;
	height: 55px;
	text-decoration: none;
	text-align: center;
	display: inline;
	float: left;
	display:inline;
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px solid #E0E8FB;
	font-size: 0px;
	color: #5C8EA5;
}
#navi li#n1 a {
	background-image: url(image/navi-button/b-home.jpg);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E0E8FB;
}
#navi li#n2 a {
	background-image: url(image/navi-button/b-price.jpg);
	border-left-color: #E0E8FB;
}
#navi li#n3 a {
	background-image: url(image/navi-button/b-plan.jpg);
	border-left-color: #E0E8FB;
}
#navi li#n4 a {
	background-image: url(image/navi-button/b-easy.jpg);
	border-left-color: #E0E8FB;
}
#navi li#n5 a {
	background-image: url(image/navi-button/b-aboutus.jpg);
	border-left-color: #E0E8FB;
}
#navi li#n6 a {
	background-image: url(image/navi-button/b-contact.jpg);
	border-left-color: #E0E8FB;
}
#navi li#n7 a {
	background-image: url(image/navi-button/b-blog.jpg);
	border-left-color: #E0E8FB;
}

#navi a:active {
	left: 0px;
	top: 0px;
	color: #12455A;
}
#navi li#n1 a:hover {
	background-image: url(image/navi-button/b3-home.jpg);
	color: #85B7CE;
}
#navi li#n2 a:hover {
	background-image: url(image/navi-button/b3-price.jpg);
	color: #85B7CE;
}
#navi li#n3 a:hover {
	background-image: url(image/navi-button/b3-plan.jpg);
	color: #85B7CE;
}
#navi li#n4 a:hover {
	background-image: url(image/navi-button/b3-easy.jpg);
	color: #85B7CE;
}
#navi li#n5 a:hover {
	background-image: url(image/navi-button/b3-aboutus.jpg);
	color: #85B7CE;
}
#navi li#n6 a:hover {
	background-image: url(image/navi-button/b3-contact.jpg);
	color: #85B7CE;
}
#navi li#n7 a:hover {
	background-image: url(image/navi-button/b3-blog.jpg);
	color: #85B7CE;
}


#home ul li#n1 a{
	background-image: url(image/navi-button/b2-home.jpg);
	color: #12455A;
}
#price ul li#n2 a{
	background-image: url(image/navi-button/b2-price.jpg);
	color: #12455A;
}
#plan ul li#n3 a{
	background-image: url(image/navi-button/b2-plan.jpg);
	color: #12455A;
}
#easy ul li#n4 a{
	background-image: url(image/navi-button/b2-easy.jpg);
	color: #12455A;
}
#aboutus ul li#n5 a{
	background-image: url(image/navi-button/b2-aboutus.jpg);
	color: #12455A;
}
#contact ul li#n6 a{
	background-image: url(image/navi-button/b2-contact.jpg);
	color: #12455A;
}
#blog ul li#n7 a{
	background-image: url(image/navi-button/b2-blog.jpg);
	color: #12455A;
}


/* contents layout
-----------------------------*/
h2  {
	background-image: url(image/h2.jpg);
	height: 32px;
	font-size: 14px;
	color: #FFF;
	padding-left: 25px;
	padding-top: 8px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	clear: both;
}

h3 {
	background-image: url(image/h3.jpg);
	font-size: 12px;
	color: #FFF;
	height: 30px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 3px;
	clear: both;
}
h4 {
	font-size: 12px;
	clear: both;
	line-height: 20px;
	color: #00434C;
	padding-top: 10px;
	padding-bottom: 10px;
}



/* main layout
-----------------------------*/
#main table.pp{
	width:700px;
	border-collapse:collapse;
	margin-left: 20px;
	border: 1px solid #8AC9DA;
	text-align: center;
	line-height: 20px;
}
#main table.pp th {
	border: 1px solid #8AC9DA;
	background-color: #B4DBE7;
	line-height: 20px;
}
#main table.pp td {
	border: 1px solid #8AC9DA;
	text-align: left;
	line-height: 20px;
}

#plan #wrapper #contents #main .sample_img {
	float: left;
	width: 320px;
	display: inline;
	padding-left: 20px;
	padding-bottom: 10px;
}
#plan #wrapper #contents #main .sample_txt {
	float: right;
	width: 360px;
	display: inline;
	padding-right: 20px;
	line-height: 20px;
}
#contents #main .totop {
	width: 720px;
	clear: both;
	float: left;
	padding-right: 20px;
	text-align: right;
	background-image: url(image/totopbar.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 10px;
}





/* text  decoration
-----------------------------*/

/* aboutus layout
-----------------------------*/
#aboutus #main table {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom: 0px;
	line-height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#aboutus #main th {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #0E2547;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	background-color: #FFF;
}
#aboutus #main td {
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	line-height: 18px;
}

#aboutus #main table p {
	padding-left: 10px;
	padding-right: 10px;
}


/* footer layout
-----------------------------*/
#footer p {
	text-align: center;
	height: 40px;
	color: #246674;
	padding-top: 10px;
	font-size: 9pt;
}

/* contact form layout
-----------------------------*/
table.mailform {
	width: 500px;
	line-height: 20px;
	margin: 0px auto;
	font-size: 12px;
}
#main #mailform .mailform tr th {
	font-weight: normal;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #0E2547;
}

table.mailform td {
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
	padding: 4px 1px;
	margin: 0px;
	font-size: 10px;
}
table.mailform p {
	padding-left: 10px;
	padding-right: 10px;
}

table.mailform td span , table.mailform th span {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", sans-serif;
	font-size: 100%;
	color: #FF0000;
	border-style: none;
}

/* thanks layout
-----------------------------*/
#contact #wrapper #contents #primary p img {
	float: right;
	display:inline;
}
#contact #wrapper #contents div.thanks#main p{
	padding-left: 50px;
	padding-top: 30px;
}
#contact #wrapper #contents div.thanks#main {
	background-image: url(image/feather.gif);
	background-repeat: no-repeat;
	background-position: 500px 260px;
	height: 450px;
}
