@charset Shift_JIS;

* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
}
body {
	font-family:"‚l‚r ‚o–¾’©", "MS PMincho", "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", serif;
	font-size:80%;
	line-height:150%;
	color:#333;
	background:url(../images/bg.jpg) repeat-x top;
}
img {
	border:none;
	vertical-align:top;
}
hr {
	clear:both;
	visibility:hidden;
}
table th,
table td {
	text-align:left;
	vertical-align:top;
}
input,textarea,select {
	font-size:1em;
	margin-right:5px;
}
.clearfix{
    zoom:1;/*for IE 5.5-7*/
		overflow:hidden;
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
ol,ul {list-style:none;}

/* link
----------------------------------------------------------*/
a {
	outline:none;
}
a:link,a:visited {
	color:#036;
}
a:hover {
	color:#333;
}
.img-filter a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

/* base
----------------------------------------------------------*/
#wrapper {
	width:900px;
	margin:0 auto;
}

/* header
----------------------------------------------------------*/
#header {
	width:900px;
	height:170px;
	margin-bottom:20px;
	background:url(../images/header_tel.jpg) no-repeat top right;
}
h1 {
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

/* navi
----------------------------------------------------------*/
#header ul {
	width:589px;
	height:50px;
	padding-left:311px;
	clear:both;
	background:url(../images/navi_bg.jpg) no-repeat;
	text-align:right;
}
#header li {
	float:left;
}

/* margin-padding
----------------------------------------------------------*/
.mb10 {margin-bottom:10px;}
.mb30 {margin-bottom:30px;}
.pb10 {padding-bottom:10px;}
.mt20 {margin-top:20px;}

/* color
----------------------------------------------------------*/
.red {color:#c00;}
.blue {color:#036;}

/* hanyo
----------------------------------------------------------*/
.clear {clear:both;}
.bold {font-weight:600;}
.small {
	font-size:80%;
	line-height:120%;
}
.large {
	font-size:120%;
	line-height:120%;
}
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.t-right {text-align:right;}
.form5 {width:25px;}
.form15 {width:75px;}
.form20 {width:100px;}
.form30 {width:150px;}
.form50 {width:250px;}
.form65 {width:325px;}
.form70 {width:350px;}
.form90 {width:450px;}
.ti1 {text-indent:1em;}

/* midashi
----------------------------------------------------------*/
h3 {
	font-size:120%;
}
h3.title1 {
	margin:20px 0 10px 0;
	background-color:#eee;
	padding:5px 10px;
}
	
/* list
----------------------------------------------------------*/


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


/* 01-index
----------------------------------------------------------*/
#flash {
	margin-bottom:30px;
	background:url(../images/flash_bg.jpg) no-repeat;
	width:896px;
	height:416px;
	padding:2px;
}
#p01-left {
	width:620px;
	float:left;
}
#p01-right {
	width:250px;
	float:right;
	padding:10px 10px 0 10px;
	background:url(../images/bg01.jpg);
}
#p01-right img {
	margin-bottom:10px;
}

/* 02-order
----------------------------------------------------------*/
#p02-text01 {
	background:url(../images/order_cut01.jpg) no-repeat top right;
	display:block;
	height:135px;
}
#p02-text02 {
	background:url(../images/order_cut02.jpg) no-repeat top right;
	display:block;
	height:135px;
}
.order-table {
	border-collapse:collapse;
	width:100%;
}
.order-table th,
.order-table td {
	border:1px solid #ccc;
	padding:3px 10px;
}
.order-table th {
	text-align:center;
	background-color:#e6e2db;
}

/* 03-sample
----------------------------------------------------------*/
.p03-l-box {
	width:915px;
	margin-right:-15px;
}
.p03-l-box .sample {
	width:270px;
	margin-right:15px;
	float:left;
	background:url(../images/bg02.jpg);
	padding:10px;
	margin-bottom:10px;
	display:inline;
}
.p03-l-box .sample p {
	clear:both;
	padding-top:5px;
}
.p03-l-box span {
	display:block;
	text-align:center;
}

/* 04-company
----------------------------------------------------------*/
.company-table {
	width:100%;
	border-collapse:separate;
}
.company-table th,
.company-table td {
	border:1px solid #ccc;
	padding:2px 10px;
}
.company-table th {
	width:20%;
	background-color:#e6e2db;
}
.company-table .midashi {
	font-weight:600;
	color:#fff;
	background-color:#b8ad9a;
}

/* 05-contact
----------------------------------------------------------*/
.contact-table {
	width:100%;
	border-collapse:collapse;
	margin:10px 0 20px 0;
}
.contact-table th,
.contact-table td {
	border:1px solid #b0bcd4;
	padding:10px 20px;
}
.contact-table th {
	width:1%;
	white-space:nowrap;
	background-color:#d6ddea;
}


.f-mail {
	margin:20px 0 10px 0;
	padding:10px;
}
.f-mail .midashi {
	padding:3px 10px;
	margin:-10px -10px 10px -10px;
	border-style:double;
	background-color:#d6ddea;
	border-color:#b0bcd4;
}


/* footer
----------------------------------------------------------*/
.pagetop {
	clear:both;
	text-align:right;
	clear:both;
	padding-top:30px;
}
#footer {
	background:url(../images/footer_bg.jpg) repeat-x top;
	font-size:80%;
	padding-top:30px;
}
#footer #main {
	width:900px;
	margin:0 auto;
}
#footer li{
	float:left;
}

/* print
----------------------------------------------------------*/
@media print {



}

