@charset "utf-8";
/* formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
	border: thin double #666666;
}
/* link styles
----------------------*/a:visited {
	color: #C30;
	text-decoration: underline;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-image: url(image/body_back_white.png);
	padding-left: 20px;
}
a img {
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #C00;
}
/* basic layout
-------------------------*/#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0px;
	width: 859px;
}
#main {
	float: right;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
	width: 590px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar {
	float: left;
	width: 215px;
	margin-bottom: 20px;
	background-color: #FAFAFA;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333;
}
/* header style
----------------------*/#header {
	position: relative;
	background-image: url(image/topheader.png);
	background-repeat: no-repeat;
	height: 270px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 230px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #505050;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 121px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	background-image: url(image/bottun1.png);
	font-weight: bold;
	font-size: 10px;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#sidebar h2 {
	margin-bottom: 10px;
}
#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	border: 1px none #CCCCCC;
	padding: 0px 4px;
	margin-bottom: 0px;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 5px;
}
/* main styles
--------------------*/
#main h2 {
	font-size: 200%;
	font-weight: bold;
	background-repeat: repeat;
	background-position: left center;
	background-color: #FFFFFF;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #333;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	color: #C00;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#main p {
	line-height: 1.6;
	margin-bottom: 1em;
	margin-right: 15px;
	margin-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-size: 14px;
	color: #333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: normal;
}
#header ul li#nHome a {
	border-left: none;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url("image/old images/bullet2.gif");
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}
/* footer styles
-------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#sidebar dl dt a:hover {
	border: 1px none #000000;
}
#header ul li a:hover {
	background-color: #e8ecf5;
	background-image: url(image/bottun2.png);
}
#profile #header {
	background-image: url(image/topheader.png);
}
#works #header {
	background-image: url(image/topheader.png);
}
#customer #header {
	background-image: url(image/topheader.png);
}
#contact #header {
	background-image: url(image/topheader.png);
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(image/arrow.gif);
	background-position: left center;
	display: block;
	width: 180px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#sidebar ul li a:hover {
	background-image: url(image/arrow_hover.gif);
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px 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;
	color: #FFF;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* 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: 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 #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main h3 {
	padding: 5px 0px 5px 20px;
	background-color: #F0F0F0;
	margin: 10px 0px 15px;
	border-top: 2px solid #CCCCCC;
	border-right: 10px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 10px solid #CCCCCC;
	font-family: "メイリオ";
	font-size: 18px;
	font-weight: bold;
}
.styleunderline {
	font-size: small;
	text-decoration: underline;
}
.stylecolor {
	font-size: small;
	background-color: #FFCC33;
}
#main h4 {
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-top: 1px none #CCCCCC;
	border-right: 10px none #CCCCCC;
	border-bottom: 1px solid #880000;
	border-left: 10px solid #880000;
	font-size: 18px;
	font-weight: bold;
	color: #930000;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#main h5 {

	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px 10px 10px;
	background-color: #F0F0F0;
	background-image: url(image/bg.gif);
}
#main h6 {
	margin-bottom: 15px;
	font-size: large;
	font-weight: bold;
	padding: 4px 0px 4px 30px;
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px solid #003399;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFF;
}
#main h3　em {

	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px 10px 10px;
	background-color: #F0F0F0;
	background-image: url(image/header05.jpg);
}
#main h3　em1 {


	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px 10px 10px;
	background-color: #F0F0F0;
	background-image: url(image/arrow_gray01.png);
}
#main dl {
	padding: 10px 20px;
	margin: 10px 60px;
	border: thin dotted #FF6600;
	background-color: #FFFFFF;
}
span.samplepic {
	float: right;
	margin-right: 150px;
}

#home #header #nHome a, #works #header #nWorks a, #profile #header #nProfile a, #customer #header #nCustomer a, #price #header #nPrice a, #contact #header #nContact a, #qanda #header #nQanda a {
	color: #FFFFFF;
	background-image: url(image/bottun3.png);
}
#customer #header #nCustomer a　{
	color: #FFFFFF;
	background-image: url(image/bottun3.png);
}	
div.kakomi {
	padding: 10px;
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.kakomi4 {
	margin: 1px 20px 10px;
	padding: 5px;
	border: 1px solid #FFCCCC;
	background-color: #FFFFFF;
	background-image: url(image/backgroundsample.png);
}
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-collapse:collapse;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
div.kakomi2 {

	margin: 0px 30px;
	padding: 20px;
	border: 2px dotted #999999;
	background-color: #FFF8E6;
}
div.kakomi3 {
	margin: 0px 30px;
	padding: 10px;
	border: thin solid #CCCCCC;
	background-color: #F6F6F6;
	background-image: url(image/backgroundgrey1.png);
}
div.kakomi5 {

	margin: 0px 20px;
	padding: 5px;
	border: 1px solid #E6E6E6;
	background-color: #FFFFFF;
}
.style1 img {
	font-size: 14px;
	float: right;
	margin-left: 15px;
	margin-right: 0px;
}
.style2 img {
	font-size: 14px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
.style60 {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: #999;
	border-left-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.kakomi_MAP {
	float: right;
	margin-right: 15px;
}
.style4 {font-size: small}
.style4 {
	font-size: x-large;
	font-weight: bold;
}
.style4 {font-size: 14px}
.style4 {font-size: 14px}
.style4 {font-size: x-large}
.style4 {
	font-size: 12px;
	font-weight: bold;
}





.style26 {font-size: 14px}
.style26 {font-family: "メイリオ"}

.style29 {color: #CC0000}
.style64 {font-weight: bold}
.style64 {font-size: 14px}

.style77 {font-size: medium}
.style77 {font-size: medium}
.style77 {font-size: medium}
.style77 {font-size: medium}



.style102 {font-size: 14px; font-family: Arial, Helvetica, sans-serif;}
.style102 {
	font-family: "メイリオ";
}

.style105 {font-family: Arial, Helvetica, sans-serif}
.style119 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.style119 {font-family: Arial, Helvetica, sans-serif}

.style154 {
	color: #333333;
	text-align: center;
}
.style84 {	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style86 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style160 {font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; font-size: medium; color: #333333; }
.style170 {font-size: small; color: #333333; }
.style170 {font-size: small; color: #333333; }
.style170 {font-size: small; color: #333333; }


.style171 {font-weight: bold; font-size: large;}
.style178 {color: #333333; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style179 {font-size: 12px}
.style202 {	font-size: x-large;
	color: #CC0000;
	font-weight: bold;
}
.style204 {	font-family: "メイリオ";
	font-weight: bold;
	font-size: 14px;
}
.style209 {	color: #000000;
	font-weight: bold;
	font-family: "メイリオ";
	font-size: 16px;
}
.style212 {font-size: 8px}
.style215 {
	font-size: x-large;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #990000;
}
.style223 {	font-size: 16px;
	font-weight: bold;
	font-family: "メイリオ";
}
.style226 {	font-size: 24px;
	font-family: "メイリオ";
}
.style228 {
	color: #CC0000;
	font-family: "メイリオ";
	font-size: 16px;
}
.style231 {color: #333333; font-family: "メイリオ"; font-size: 16px; }
.style234 {
	font-size: 10px
}
.style238 {
	font-size: 24px;
	text-align: center;
}
.style240 {
	color: #990000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.style241 {color: #990000; font-weight: bold; }
.style242 {color: #990000; font-family: "メイリオ"; font-size: medium; }
.style244 {color: #000000; font-weight: bold; font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; font-size: 16px; }
.style245 {font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"}
.style250 {
	color: #000000;
	font-family: "メイリオ";
	font-size: 12px;
}
.style252 {font-size: 16px; font-weight: bold; }
.style252 {font-size: 16px; font-weight: bold; }

.style254 {
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	color: #990000;
}
.style254 {
	font-size: 18px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	color: #660000;
}

.style255 {font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style255 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

body,td,th {
	color: #333;
}
.styleright {
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
.styleleft {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}
.style2 {font-size: small}
.style2 {font-size: small}
.style2 {font-size: large}
.style2 {font-size: x-large}



.style3 {
	font-family: "メイリオ";
	color: #666666;
}
.style3 {
	font-family: "メイリオ";
	color: #666666;
}

.style1 {font-size: small}
.style1 {font-size: small}
.style1 {font-size: small}
.style1 {
	font-size: large;
	font-weight: bold;
}
.style1 {font-size: 14px}
.style1 {font-size: 14px}
.style1 {
	font-size: large;
	font-weight: bold;
}
.style1 {font-size: 14px}







.style5 {
	font-size: large;
	font-weight: bold;
	color: #CC0000;
}
.style5 {font-family: "メイリオ"}

.style27 {font-size: large; font-weight: bold; color: #CC0000; font-family: "メイリオ"; }
.style32 {font-size: medium; font-weight: bold; color: #FF3300; font-family: "メイリオ"; }
.style32 {font-size: medium; font-weight: bold; color: #FF3300; font-family: "メイリオ"; }

.style40 {color: #333333}
.style40 {
	color: #C30;
	font-weight: bold;
}

.style45 {
	color: #CC0000;
	font-weight: bold;
}
.style45 {color: #333333}
.style45 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	font-family: "メイリオ";
}


.style46 {font-size: xx-large; font-weight: bold; color: #CC0000; font-family: "メイリオ"; }
.style46 {font-size: 12px}

.style55 {font-size: 14px; font-weight: bold; color: #CC0000; }
.style57 {
	font-weight: bold;
	font-family: "メイリオ";
	font-size: medium;
	color: #333;
}
.style58 {font-weight: bold; font-family: "メイリオ"; font-size: medium;}
.style59 {font-size: small; color: #CC0000; }
.style67 {font-size: 14px; color: #ff3300;}
.style69 {font-weight: bold; color: #ff3300;}
.style71 {color: #ff3300}
.style76 {background-color: #FFCC33; font-weight: bold; }
.style78 {font-size: 14px; font-weight: bold; }
.style82 {
	font-size: 16px;
	font-weight: bold;
}
.style83 {font-size: large}
.style83 {font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; font-size: medium; font-weight: bold; }
.style83 {font-size: 14px; font-weight: bold; }


.style89 {
	font-size: 24px;
	font-weight: bold;
}
.style90 {
	font-size: 18px;
	font-family: "メイリオ";
}
.style91 {
	font-size: 18px;
	font-weight: bold;
	font-family: "メイリオ";
}
.style93 {font-size: x-large; font-weight: bold; color: #333333; font-family: "メイリオ"; }
.style94 {color: #CC0000}
.style95 {font-size: x-large}
.style96 {font-size: x-small}
.style13 {	font-size: large;
	font-weight: bold;
}
.style97 {font-size: 120%}
.style98 {font-weight: bold; font-family: "メイリオ"; font-size: large; }
.style98 {font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3"; font-size: 16px; font-weight: bold; }

.style99 {font-size: medium}
.style104 {font-weight: bold; font-family: "メイリオ"; font-size: medium; color: #006699; }
.style106 {font-family: "メイリオ"; font-weight: bold; color: #006699; }
.style6 {
	color: #CC0000;
	font-size: 14px;
}
.style6 {font-family: "メイリオ"; font-size: small; }

.style39 {font-size: 14px}
.style39 {font-size: 14px}

.style48 {font-size: 14px; font-weight: bold; }
.style48 {color: #A20000}

.style49 {color: #730000}
.style49 {font-size: medium; font-weight: bold; color: #A20000; font-family: "メイリオ"; }

.style50 {font-size: medium; font-weight: bold; color: #730000; font-family: "メイリオ"; }
.style113 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style123 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style132 {font-size: 16px}
.style134 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style260 {font-size: 120%}
.style63 {
	font-size: 16px;
	font-weight: bold;
	font-family: "メイリオ";
}
.style81 {	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: medium;
}
.style120 {font-size: 16px; font-weight: bold; font-family: "メイリオ"; }
.style41 {font-size: 14px}
.style1191 {font-family: Arial, Helvetica, sans-serif}
.style217 {color: #CC0000;
	font-family: "メイリオ";
	font-size: medium;
}
.style217 {color: #CC0000;
	font-family: "メイリオ";
	font-size: medium;
}

.style169 {font-size: large}
.style169 {font-size: large}

.style257 {font-size: 18px; font-weight: bold; }
.style259 {font-size: 14px; font-weight: bold; }
.style11 {	font-size: large;
	font-weight: bold;
}
.style21 {font-size: small}
.style9 {
	font-family: "メイリオ";
	font-weight: bold;
	font-size: medium;
}
.style80 {font-family: "メイリオ"; font-weight: bold; font-size: medium; color: #CC0000; }
.stylel10 {
	font-family: "メイリオ";
	font-weight: normal;
	font-size: 12px;
	color: #333;
	float: left;
	padding-left: 20px;
}
div.kakomi_price {
	padding: 10px;
	border: 1px dashed #C30;
	background-color: #FFF;
	color: #333;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
div.kakomi_price2 {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF7F7;
	color: #333;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(image/body_back_white.png);
}
div.kakomi_index01 {
	padding: 10px;
	border: 1px dashed #CCC;
	background-color: #FFF7F7;
	color: #333;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(image/body_back_white2.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
div.kakomi_index02 {
	padding: 5px;
	border: 1px dashed #CCC;
	background-color: #FFF;
	color: #333;
	margin: 5px;
}
div.kakomi_index03 {
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
	margin: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(image/body_back_white2.png);
}
div.kakomi_index04 {
	border: 2px solid #999;
	background-color: #FFF;
	color: #333;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
div.kakomi_order {
	padding: 5px;
	border: 1px none #CCC;
	color: #333;
	margin: 10px;
	background-image: url(image/body_back_white.png);
}
.styleright10 {
	font-size: 14px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
div.kakomi_index05 {
	border: 1px dashed #999;
	background-color: #FFF;
	color: #333;
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.stylef14 {
	font-family: "メイリオ";
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
div.kakomi6 {
	margin: 0px 20px;
	padding: 5px;
	border: 2px dashed #E6E6E6;
	background-color: #FFFBFB;
}
div.kakomi_right {
	border: 1px dashed #999;
	background-color: #FFF4F4;
	color: #333;
	padding: 10px;
	float: right;
	margin: 10px;
	width: 230px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.kakomi_syoukai {
	border: 1px solid #999;
	background-color: #FFF;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(image/shokai_back.png);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.kakomi_right_shokai {
	border: 1px dashed #999;
	background-color: #FFF;
	color: #333;
	padding: 0px;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div.kakomi_price1 {
	padding: 10px;
	border: 2px dashed #F36;
	color: #333;
	margin: 20px;
	background-color: #FFF7EE;
}
div.kakomi_index06 {
	border: 1px dashed #F96;
	background-color: #FFFAF4;
	color: #333;
	margin-top: 1px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main1 {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
div.kakomi_fukudasama {
	border: 1px dashed #F96;
	background-color: #FFFAF4;
	color: #333;
	margin-top: 1px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 20px;
}
