@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
input, p, blockquote, th, td{
	margin: 0;
	padding: 0;
}

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}

body {
	background: url(img/bg.gif) repeat left top;
}

/*共通------------------------------------------------------------------------------------------*/
.h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}
.h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	color: #366;
}
h3 {
	padding-top: 1.5em;
	padding-bottom: 0.3em;
}
#navi {
	text-align: center;
	height: 52px;
}
#navi ul li {
    float: left;
	list-style: none; /* リストマーカー非表示 */ 
}
.navi {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}
li {
	margin-left:0px;
	list-style-type: none;
}

#footer {
	text-align:center; /* テキスト中央寄せ */
	font-size: 12px;
	line-height: 3em;
	color: #666;
	border-top-color: #366;
	border-top-style: double;
}

#footer ul {
	list-style: none; /* リストマーカー非表示 */ 
}

#footer li {
	display: inline; /* インライン表示 */
	margin-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #666666; /* 左線指定 */
}

.b_right {
	padding-right: 8px;
	border-right: 1px solid #666666; /* 右線指定 */
}
#clear {
	clear: both;
}
.clear {
	clear: both;
}
#toTop {
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb30 {
	margin-bottom: 30px;
}
.blind {
	display: none;
}
/*index------------------------------------------------------------------------------------------*/
.logo {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 20px;
	float: left;
}
#wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	line-height: 2em;
	background-color: #FFF;
}
#header {
	height: 60px;
	text-align: left;
}
#main {
	margin-top: 35px;
	margin-bottom: 35px;
}
#left {
	width: 580px;
	margin-right: 40px;
	margin-left: 40px;
	float: left;
}
#right {
	float: right;
	margin-right: 40px;
	width: 200px;
}

.topbanner {
	padding-bottom: 30px;
}
.bar {
	background-image: url(img/bar.jpg);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}
.sphoto {
	float: left;
	margin-right: 20px;
}

/*
product---------------------------*/
.hashibox {
	width: 580px;
	margin-bottom: 40px;
}
.hashiphoto {
	width: 620px;
	margin-right: -40px;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	_zoom: 1;
}
.hashiphoto p {
	width: 270px;
	float: left;
	margin-right: 40px;
}

/*
company---------------------------*/
#prbox {
	width:580px;
	background: url(img/bg_pr.jpg) repeat-y left top;
	position: relative;
	padding: 35px 0 50px 0;
}
.pr_inner {
	width: 510px;
	margin: 0 35px;
}
#prbox p {
	margin-bottom: 1.5em;
}
#pr_text1 {
	width: 282px;
	float: left;
	margin-right: 20px;
}
#pr_text2 {
	position: absolute;
	left: 35px;
	top: 515px;
}
/*-------------表---------------------------*/
#table1 {
	width: 560px;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #336666;
	line-height: 1.8em;
	margin-bottom: 50px;
}

#table1 th {
	width: 100px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #366;
}
#table1 td {
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #366;
}
/*-------------表終わり---------------------------*/

#contactbox {
	width: 580px;
}
#contactbox th,
#contactbox td {
	padding: 8px;
}
#contactbox th {
	text-align: left;
}
#contactbox th span {
	font-size: 80%;
	margin-left: 10px;
}
#contact #btn_sub {
	width: 13em;
	padding: 1em;
	margin-top: 20px;
}

input, textarea {
	width:350px;
	font-size: 17px;
}
p.attention {
	font-weight: bold;
	color: #D90000;
	background: #E8F1D5;
	padding: 15px;
}


#privacyList li {
	list-style-type: disc;
	padding-left: 1em;
}

input[type="checkbox"] {
	width: 1em;
}