@charset "utf-8";

/* formatting styles
---------------------------*/


* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

body {
	color: #333333;
	background-image: url(../images/bg.gif);
	background-color: #999999;
	background-repeat: repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
}

hr {
	display: none;
}

em {
	color: #FF0000;
}

em.cya {
	color: #B52E00;
}

em.midori {
	color: #060;
}

i.kyu {
	font-size: 90%;
}

i.jyuni {
	font-size: 120%;
}

i.hachi {
	font-size: 80%;
}

i.nana {
	font-size: 70%;
}

i.roku {
	font-size: 60%;
}

i.midori {
	color: #575700;
}

i.orenjikoi {
	color: #FF7F00;
}

i.orenjiusui {
	color: #FFA54C;
}

/* 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 {
	width: 858px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#main {
	width: 573px;
	float: right;
	padding: 15px;
	margin-bottom: 20px;
}

#sidebar {
	width: 225px;
	float: left;
	padding: 15px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	padding: 15px;
	color: #FFFFFF;
	background-color: #333333;
}

/* header styles
---------------------------*/


#header {
	background-image: url(../images/header_bgimg.png);
	background-repeat: no-repeat;
	height: 155px;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #400000;
}

#header #logo {
	width: 286px;
	position: absolute;
	left: 15px;
	top: 10px;
}

#header h1 {
	color: #000000;
	position: absolute;
	font-size: 200%;
	right: 40px;
	bottom: 55px;
}

#header ul {
	width: 858px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 100px;
}

#header ul li {
	float: left;
	list-style: none;
}

#header ul li a {
	width: 170px;
	height: 3em;
	line-height: 3em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #9F0000;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}

#header ul li a:hover {
	background-color: #FFF5EC;
}

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

#home #header #nHome a,
#company #header #nCompany a,
#price #header #nPrice a,
#flow #header #nFlow a,
#faq #header #nFaq a {
	color: #FFFFFF;
	background-color: #CD9C9C;
}

/* main styles
---------------------------*/


#main h3 {
	margin-bottom: 25px;
	font-size: 160%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	background-image: url(../images/icon_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 35px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-bottom-color: #990000;
}

#link #main h3 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(../images/icon_gyousei.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 25px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-bottom-color: #575700;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#hatena #main h3.jyurai {
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#home #main h4 {
	font-size: 140%;
	margin-bottom: 15px;
	line-height: 2em;
}

#main p {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

#home #main p,
#company #main p,
#price #main p,
#flow #main p,
#detail #main p,
#not404 #main p,
#kakikata #main p {
	line-height: 1.7;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
}

#home #main p.mainBlock {
	margin-bottom: 20px;
	margin-top: 15px;
	line-height: 1.7;
}

#home #main h4 {
	font-size: 130%;
	border-top: 1px none #666666;
	margin-top: 15px;
	margin-bottom: 5px;
}

#home #main h4.dotted {
	font-size: 120%;
	border-top: 1px dotted #666666;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#main img {
	margin-left: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main .topBanner {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main .topAttention {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 19px;
}

#main img.left {
	margin-left: 0px;
}

#main img.pdf {
	margin: 0px;
	padding: 0px;
}

#main ul li {
	list-style: none;
	margin-bottom: 5px;
}

#hatena #main ul li {
	list-style: disc;
	margin-left: 20px;
}

#main dl.price {
	margin-top: 30px;
	margin-bottom: 35px;
}

#main dl.price dt {
	font-weight: bold;
	background-image: url(../images/icon_bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: both;
	float: left;
	width: 205px;
	padding-left: 15px;
}

#main dl.price dd {
	margin: 0px 0px 10px 13em;
}

#main .topAttention {
	margin-left: 37px;
}

#hatena #main dl dt {
	font-weight: bold;
	margin-top: 20px;
}

#kakikata #main img {
	border: 1px solid #000000;
}

/* sidebar styales
---------------------------*/


#sidebar h3 {
	margin-bottom: 20px;
}

#sidebar h4 {
	clear: both;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidebar h4.topSubtitle {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar p.center {
	text-align: center;
	margin-bottom: 10px;
}

#sidebar p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar div.sideBlock {
	border-bottom: 4px double #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 25px;
}

#sidebar div {
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar div.sidebarLastBlock {
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 25px;
}

#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}

#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}

#sidebar dl dd {
	margin-bottom: 10px;
	padding-top: 10px;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}

#sidebar ul li a {
	display: block;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}

#sidebar ul li a:hover {
	background-image: url(../images/icon_arrow-hover.gif);
}

/* footer styles
---------------------------*/


#footer p a,
#footer ul li a {
	color: #CCCCCC;
}

#footer p a:hover,
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}

#footer p#pageTop {
	margin: 0px;
	float: right;
}

/* home
---------------------------*/

#home div#mainFooter p {
	background-color: #f5f5f5;
	border: 1px dotted #666666;
	font-size: 80%;
	padding: 7px;
	margin-top: 25px;
}

/* faq
---------------------------*/


#main dl#faqList dt {
	font-weight: bold;
	background-image: url(../images/icon_question.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	margin-bottom: 5px;
}

#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(../images/icon_answer.gif);
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 29px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

/* table
---------------------------*/


#main table {
	margin-bottom: 30px;
	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;
}

#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}

#main table tr.odd {
	background-color: #EFEFEF;
}

#link #main img {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#link #main td {
	margin: 0px;
	padding: 0px;
}

#link #main table {
	margin-bottom: 18px;
	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;
}

#link #main table th {
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
}

#link #main table td {
	padding: 0px 8px;
	border-bottom: 1px solid #CCCCCC;
}

#link #main table td.linkgray {
	background-color: #EFEFEF;
	font-weight: bold;
}

#link #main a {
	text-decoration: none;
}

#link #main a:hover {
	color: #999999;
}
