@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(img/bg2.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
body#home {
	color: #333333;
	background-color: #999999;
	background-image: url(img/bg2.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	text-align: center;
}

hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 948px;
	border-right: 0px solid #666666;
	border-left: 0px solid #666666;
	margin: 0px auto;
	padding: 0px;
}


#side {
	width: 220px;
	float: left;
	margin-top: 0px;
}

#main {
	padding: 20px 30px 10px 20px;
	float: right;
	width: 678px;
	margin-bottom: 20px;
	background-image: url(img/shadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#home #main {
	padding-top: 0px;
	width: 698px;
	padding-right: 20px;
	padding-left: 10px;
	float: right;
	margin: 0px;
	text-align: left;
	background-image: none;
}

#footer {
	padding: 10px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	background-image: url(img/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	text-align: right;
}
address {
	text-align: center;
	color: #CCCCCC;
}

/* header styles
------------------------------*/
#header {
	background-image: url(img/header_5.jpg);
	background-repeat: no-repeat;
	height: 185px;
	border-top: 3px solid #66CCCC;
	position: relative;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
#profile #header {
	background-image: url(img/header_5.jpg);
}
#flow #header {
	background-image: url(img/header_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#works #header {
	background-image: url(img/header_5.jpg);
}
#privacy #header {
	background-image: url(img/header_5.jpg);
}
#faq #header {
	background-image: url(img/header_5.jpg);
}
#price #header {
	background-image: url(img/header_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact  #header {
	background-image: url(img/header_5.jpg);
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 50px;
}
#header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #999999;
	font-weight: lighter;
	position: absolute;
	left: 25px;
	top: 100px;
	width: 467px;
	text-align: left;
}

#header ul {
	width: 948px;
	position: absolute;
	left: 0px;
	top: 150px;
	text-align: center;
	background-image: url(img/menu_botan_back.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 36px;
}
#header ul li {
	list-style: none;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
#header ul li a {
	height: 2.3em;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 97px;
	font-size: 12px;
	background-image: url(img/menu_botan.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #666666;
	line-height: 2.3em;
	margin: 0px 0px 0px 4px;
}
#header ul li a:hover {
	background-image: url(img/menu_botan_ov.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

#header ul li#nHome a {
	border-left-style: none;
	margin-left: 2px;
}

#header ul li#nWorks a, #header  ul  li#nFlow  a, #header ul   li#nPrice a {
	width: 168px;
}


#home #header #nHome a,
#flow #header #nFlow a,
#price #header #nPrice a,
#profile #header #nProfile a,
#works #header #nWorks a,
#faq #header #nFaq a,
#link #header #nLink a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-image: url(img/menu_botan_on.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
}

/* main styles
------------------------------*/
#main h2 {
	font-size: 14px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-left: 60px;
	border-top: #999999;
	border-right: #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: none #999999;
	background-image: url(img/sub_title_point.gif);
	color: #999999;
	vertical-align: middle;
	height: 3.5em;
	line-height: 3.5em;
	margin-bottom: 20px;
	text-align: left;
}

#main h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #999999;
	text-align: left;
	margin: 30px 0px 7px 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	border-left-style: none;
	line-height: 1.2em;
	background-image: url(img/point2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}





#main p {
	line-height: 1.6;
	margin-bottom: 1em;
	padding-left: 10px;
	text-align: left;
}
.non {
	display: none;
}


/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer ul {
	margin-top: 5px;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-left: 15px;
}
#footer p {
	margin: 0px;
}
#footer #under-link {
	text-align: center;
	border: 1px solid #999999;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 7px;
}
#footer #under-link a {
	color: #CCCCCC;
	letter-spacing: 0.2em;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px;
}

#main #faqList {
	margin-top: 10px;
	margin-left: 20px;
}

/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: normal;
	background-image: url(img/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #990066;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 20px;
	margin-left: 20px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#main table tr.odd {

}
/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#flow #main h3 {
	font-size: 14px;
	height: 4em;
	width: 90%;
	line-height: 4em;
	padding-left: 30px;
	font-weight: normal;
	background-image: url(img/flow-title-back.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
.flowNO {
	font-size: 24px;
	color: #CCFFFF;
	margin-right: 15px;
}

#flow #main p {
	margin-right: 80px;
	margin-left: 40px;
	line-height: 1.4;
}

#home #side div.box {
	margin-left: 20px;
	margin-right: 0px;
	padding: 5px;
	background-image: url(img/patan1.gif);
	background-repeat: repeat;
	background-position: left top;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
}

#home #side div.box ul {
	padding-top: 5px;
	padding-bottom: 5px;
}

#home #side div.box ul li {
	list-style: none;
	background-image: url(img/list-10pt.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	margin-left: 12px;
	text-align: left;
}
#home #side div.box h2 {
	color: #FFFFFF;
	background-color: #999999;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.4em;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
}
#home #side div.box div.box2 p {
	font-size: 9px;
	line-height: 1.4em;
	margin: 10px 6px;
	color: #C5C5C5;
	text-align: left;
}
#home #side div.boxB {
	padding: 5px;
	margin: 0px 0px 5px 20px;
	text-align: center;
}
#home  #side  .boxB  p a {
	font-size: 10px;
	color: #999999;
}

#home    #main    div.box     p  {
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;
	padding-left: 0px;
}
#home #main p.ssize {
	color: #6699CC;
	font-size: 11px;
	padding: 0px 20px 0px 50px;
}

#home #main div.box h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	background-color: #E6E6E6;
	padding-left: 10px;
	color: #FFFFFF;
	margin-bottom: 7px;
	font-weight: normal;
}

#home  #main  div.box {
	width: 290px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#home #main #main-under {
	clear: both;
	text-align: right;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}


#price  #price_table {
	width: 570px;
	margin-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
#price    #price_table    th    {
	font-weight: normal;
	background-color: #D2F0F0;
	text-align: left;
	padding: 3px 3px 3px 10px;
	width: 340px;
	border-bottom: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}
#price  #price_table  td {
	padding: 3px 3px 3px 10px;
	border-bottom: 1px solid #D2F0F0;
	text-align: left;
	border-right: 3px solid #D2F0F0;
}
#price  #price  p#naiyou {
	border: 2px dotted #CCCCCC;
	padding: 10px;
	width: 550px;
	line-height: normal;
	color: #666666;
	margin: 10px 10px 60px;
}

#contact #main table {
	width: 600px;
	border: 1px solid #CCCCCC;
}
#contact #main table tr th {
	width: 100px;
	background-color: #E6E6E6;
}
#privacy #main h4 {
	color: #3366CC;
	font-size: 18px;
	border-left: 5px solid #99CCFF;
	background-image: none;
	padding-left: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-weight: normal;
}
#sitemap #main .box {
	clear: both;
	padding-top: 5px;
	padding-bottom: 30px;
}


#sitemap #main ul li a {
	color: #666666;
	text-decoration: none;
	background-image: url(img/arrow_glay.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	display: block;
	white-space: nowrap;
	width: 170px;

}
#sitemap #main a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
#sitemap #main ul {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sitemap #main ul li {
	list-style: none;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
#sitemap  #main  h3  a {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemap   #main   h3   a:hover {
	color: #FF99FF;
}
#sitemap  #main  h3 {
	font-size: 14px;
	padding-left: 30px;
	background-image: url(img/sitemap_obi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 2em;
	line-height: 2em;
}
#faq  #main {
	background-image: url(img/side_img_moyo1-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#link  #main  div.sogo {

}
#link #main {
	background-image: url(img/side_img_taki-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#link div.sogo .und-sp {
	height: 250px;
}


#link #main div.sogo ul li {
	list-style: none;
	background-image: url(img/arrow_glay.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
}


#link  #main  div.sogo  ul  li a {
	margin-right: 10px;
	color: #0099FF;
}

