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

body{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height:150%;
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
}

img {
	border: none;
}

#contents a:hover{
	color:#FF9933;
}

#form a:hover{
	color:#FF9933;
}


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

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
	color: #FF9933;
}

#wrapper {
	height: auto;
	width: 970px;
	margin: 0px auto;
	padding: 0px;
}

h2 {
	margin: 0px;
	text-align: left;
	padding: 0px;
}

h3 {
	font-weight: bold;
	background-image: url(images/main_title_bg.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;
	width: 680px;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	margin: 0px;
	clear: both;
	color: #333333;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

/* ヘッダ */
#header {
	padding: 0px;
	height: 96px;
	width: 960px;
	margin: 0px auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}

#header-logo {
	float: left;
	margin-top: 18px;
	margin-left: 20px;
	padding: 0;
}

#header-btn {
	padding-top: 20px;
	padding-left: 730px;
}

/* 内容 */
#contents {
	width: 740px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	float: right;
	text-align: left;
	padding-right: 5px;
}

#contents p {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.main-line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	width: 700px;
	height: 1px;
	clear: both;
}

.small {
	font-size: 11px;
}

.center {
	text-align: center;
}

.kyoutyou{
	color:#CC0000;
	font-weight:bold;
}

/* テーブル */
table {
	border-collapse:collapse;
	border:1px solid #999999;
}

th{
	color:#0071BC;
	background-color:#E6E6E6;
	font-weight: normal;
	text-align:left;
	padding:8px 8px;
	margin:5px;
	border: 1px solid #999999;
}

td{
	text-align:left;
	padding:8px 8px;
	margin:5px;
	border: 1px solid #999999;
}

/*　トップページ　*/
#main {
	float: right;
	width: 740px;
}

#bn {
	background-image: url(images/bn_bg.jpg);
	background-repeat: repeat-y;
	height: 410px;
	background-position: center;
}

#bn h2 {
	padding-left: 35px;
	padding-top: 5px;
}

#bn p {
	text-align: left;
	margin-left: 45px;
	margin-top: 7px;
	margin-bottom: 8px;
	margin-right: 400px;
}

#bn p img {
	margin-right: 4px;
}

#bn-goods {
	background-image: url(images/bn_bg-goods.jpg);
	background-repeat: no-repeat;
	height: 295px;
	background-position: center;
}

#top-news {
	border: 3px solid #C9E9F6;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: left;
}

#news-date {
	text-align: right;
	margin-right: 8px;
}

#top-news h4 {
	color: #0071BD;
	float: left;
	margin-bottom: 3px;
}

#top-news p {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.main-line-news {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	width: 700px;
	height: 1px;
	clear: both;
}

.comments {
	color: #794423;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
	float: left;
}

.main-line-goods {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	width: 700px;
	height: 1px;
	margin-left: 20px;
	clear: both;
}

.goods {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.top-goods {
	width: 236px;
	float: left;
	background: url(images/goods_bg.gif) repeat-y;
	margin-bottom: 8px;
}

.goods-img {
	margin-left: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.goods-detail {
	text-align: center;
}

.top-goods table {
	border-collapse:collapse;
	margin-left: 12px;
	margin-bottom: 10px;
}

.top-goods th{
	color:#0071BC;
	background-color:#E6E6E6;
	font-weight: normal;
	text-align:left;
	padding:5px 7px;
	margin:5px;
	border: 1px solid #999999;
}

.top-goods td{
	text-align:left;
	padding:5px 7px;
	margin:5px;
	border: 1px solid #999999;
}

.goods p {
	clear: both;
	padding: 3px;
	border: 3px solid #C9E9F6;
}

.goods-order {
	text-align: center;
	margin: 10px auto;
}

#top-voice {
	background: url(images/top_voice_bg.jpg) repeat-y;
	text-align: center;
}

.top-voice-p {
	padding-top: 10px;
}

#top-voice p {
	background-color: #FFFFFF;
	padding: 8px;
	margin: 20px;
	text-align: left;
}

/* よくある質問 */
#qa {
	margin: 0px 15px;
}

#qa h3 {
	background-image: url(images/qa_q_title.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 660px;
	font-size: 13px;
	padding-left: 35px;
	padding-top: 6px;
	margin-top: 20px;
}

#qa p {
	background-color: #E6F5FC;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 17px;
}

.qa-list {
	background-color: #E6F5FC;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
}

#qa-t {
	background-color: #E6F5FC;
	padding-left: 15px;
	padding-bottom:10px;
}

table#qa-table {
	width: 98%;
	border:1px solid #999;	
	border-collapse:collapse;
}

#qa-table th{
	color:#FFFFFF;
	background-color:#0071BC;
	font-weight: normal;
	text-align:left;
	padding:5px 7px;
	margin:5px;
	border: 1px solid #999999;
}

#qa-table .td-1{
	color:#0071BC;
	background-color:#E6E6E6;
	text-align:left;
	padding:5px 7px;
	margin:5px;
	border: 1px solid #999999;
}

#qa-table .td-2{
	font-size:12px;
	background-color:#FFF;
	text-align:left;
	padding:5px 7px;
	margin:5px;
	border: 1px solid #999999;
}

/*利用者様からの声*/
#form-bn {
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#form-bn img {
	float: left;
	margin-right: 15px;
}

#form-frame {
	width: 690px;
	background-color: #E6E6E6;
	margin-left: 25px;
	margin-top: 10px;
}

.form {
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.form-line {
	margin-bottom: 5px;
}

.form-re {
	width: 590px;
	padding-top: 8px;
}

.form-o {
	background: url(images/form_o_bg.gif) repeat-y;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
}

.form-o-tit {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
}

.form-o-com {
	padding-left: 40px;
}

/* 特商法上の表記 */
#shoutori {
	padding: 15px 30px;
}

#shoutori table th {
	width: 35%;
	vertical-align: top;
}

/* 会社概要 */
#company {
	padding: 15px 30px;
}

#company table {
	width: 100%;
}

#company table th {
	width: 35%;
	vertical-align: top;
}

/* 利用規約 */
#kiyaku {
	margin: 10px 15px;
}

#kiyaku p {
	margin: 10px 0px;
}

#kiyaku table {
	margin-left: 8px;
	margin-bottom: 13px;
}

/* 商品詳細 */
#goods {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#goods h4 {
	padding-left: 22px;
}

#goods dl {
	margin: 0px;
	padding-left: 22px;
	padding-bottom: 10px;
}

#goods p {
	padding-bottom: 10px;
}

#goods-main-s {
	height: 849px;
	width: 650px;
	background-image: url(images/goods_main_bg.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#goods-main-r {
	height: 569px;
	width: 650px;
	background-image: url(images/goods_main_bg2.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.img-left {
	width: 300px;
	height: 250px;
	text-align: center;
	float: left;
	clear: both;
	margin-top: 13px;
	padding-bottom: 17px;
}

.img-right {
	width: 300px;
	height: 250px;
	text-align: center;
	float: right;
	margin-top: 13px;
	padding-bottom: 17px;
}

.img-x {
	margin-top: -150px;
	margin-left: -100px;
	position: relative;
	top: 68%;
	left: 17%;
	width: 300px;
	height: 200px;
}

#goods-m {
	width: 710px;
}

#goods-m p {
	clear:both;
}

#goods-s {
	width: 230px;
	text-align: center;
	background-image: url(images/goods_s_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

#goods-s-in {
	background-color: #C5E8F7;
	width: 220px;
	margin: 0px auto;
}

#goods-s-in p {
	padding: 0px;
	margin: 0px; 
}

#goods-price {
	padding-top: 15px;
	padding-bottom: 10px;
	float: right;
	width: 430px;
	padding-right: 10px;
}

#table-1 {
	width: 210px;
	float: left;
}

#table-2 {
	width: 210px;
	float: right;
}

#goods-price table {
	width: 100%;
}

#goods-price th {
	padding: 4px;	
}

#goods-price td {
	padding: 4px;	
}

#goods-op {

}

#goods-op img {
	float: left;
	padding: 10px 15px;
}

#goods-op p {
	padding: 10px;
}

/* オプション */
#option {
	padding: 10px 15px;
}

#option img {
	padding: 8px;
}

.option-left {
	float: left;
}

#option table {
	width: 180px;
	margin-left: 8px;
	margin-bottom: 20px;
}

#option p {
	margin: 15px 0px;
}

/* ご利用方法　*/
#flow {
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#flow h3 {
	margin-top: 20px;
	margin-bottom: 5px;
}

#flow h4 {
	padding-left: 18px;
	margin-top: 13px;
}

#flow p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.flow-list {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.flow-list img {
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

h4.list1 {
	background-image: url(images/flow_list1.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

h4.list2 {
	background-image: url(images/flow_list2.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

h4.list3 {
	background-image: url(images/flow_list3.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

h4.list4 {
	background-image: url(images/flow_list4.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

h4.list5 {
	background-image: url(images/flow_list5.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.flow-list-r {
	width: 540px;
	float: right;
	padding-bottom: 10px;
}

/* 料金表 */
#price {
	padding: 0px 15px;
}

#price h3{
	margin-top: 20px;
}

#price ul {
	list-style-type: none;
}

#price dl {
	padding: 0px 15px;
}

#price dt {
	font-weight: bold;
}

#price dd {
	margin-bottom: 10px;
}

 .left {
	float: left;
	padding-top: 15px;
}

#price table {
	width: 500px;
	margin-top: 15px;
}

#price th {
	padding: 4px 10px;
}

#price td {
	padding: 4px 10px;
}

.th-1 {
	background-color: #0071BC;
	color: #FFFFFF;
	text-align: center;
}

.td-3 {
	background-color: #E6F5FC;
}

.price-p {
	border: 3px solid #C9E9F6;
	padding: 5px;
	margin: 13px;
}

/* 申込みフォーム */
#form {
	width: 740px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding-right: 5px;
	margin: 0 auto;
}

#order {
	padding: 20px 15px;
}

#order-step {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#order h3 {
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 25px;
	padding-bottom: 15px;
}

#order h4{
	margin-top: 15px;
	padding-bottom: 5px;
}

.order-com {
	padding: 10px 20px 0px;
}

.order-goods {
	width: 230px;
	float: left;
	background-image: url(images/order_goods_bg.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
}

.order-goods-r {
	width: 230px;
	float: left;
	background-image: url(images/order_goods_bg.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
	margin-bottom: 5px;
}

.order-img {
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 2px;
}

.order-goods table {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}

.order-goods-r table {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}

.order-detail {
	background-color: #C1E7F7;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
}

.order-name2 {
	width: 140px;
	float: left;
	line-height: 110%;
	margin-left: 7px;
	margin-top: 3px;
}

.order-name {
	width: 140px;
	float: left;
	line-height: 110%;
	margin-left: 7px;
	margin-top: 10px;
}

.order-form {
	padding-top: 7px;
}

#order-op {
	clear: both;
	background: url(images/order_bg.gif) repeat-y;
	padding: 15px;
	margin-bottom: 30px;
}

#order-op table {
	width: 100%;
}

#order-op th {
	width: 25%;
	padding: 15px;
	line-height: 200%;
}

#order-op td {
	background-color: #FFFFFF;
	padding: 15px;
	line-height: 200%;
}

#order-op td p {
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0;
}

#order-in {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	height: 123px;
}

#order-in img {
	padding: 10px;
	float: left;
}

.order-rent {
	border: 1px solid #999999;
	width: 197px;
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	font-size: 11px;
	line-height: 120%;
	padding: 5px;
}

#order-rent-l {
	width: 380px;
	float: left;
}

#order-op-detail {
	background-color: #C1E7F7;
	width: 195px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	height: 25px;
	float: right;
	padding: 7px 7px 0px;
}

.order-rent-r {
	margin-top: 10px;
	margin-right: 3px;
	font-size: 11px;
	line-height: 120%;
}

#order-p {
	background-image: url(images/order_p_bg.gif);
	background-repeat: repeat-y;
}

#order-p table {
	width: 680px;
	margin: 15px;
}

#order-p th {
	width: 30%;
	padding: 8px;
}

#order-p td {
	padding: 10px;
}

#order-p p {
	padding: 0px;
}

.order-small {
	font-size: 10px;
	color: #FF9933;
	margin-left: 8px;
}

input.text-s {
	width: 100px;
	margin-top: 7px;
}

input.text-m {
	width: 210px;
	margin-top: 7px;
}

input.text-l {
	width: 280px;
	margin-top: 7px;
}

.conf-p {
	color: #FF9933;
	margin: 25px auto 5px 15px;;
}

#thanks {
	padding: 20px;
}

#thanks p {
	padding-top: 10px;
	padding-bottom: 20px;
}

.orange {
	color: #FF9933;
}

#conf-logo {
	padding-left: 35px;
	text-align: left;
	padding-top: 15px;
}

/* 左メニュー */
#menu {
	width: 210px;
	padding-left: 5px;
	float: left;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#menu-info {
	background-image: url(images/menu_info_bg.jpg);
	background-repeat: repeat-y;
}

#menu-info ul {
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
}

#menu-info li {
	list-style-type: none;
	background: url(images/menu_info_list.jpg) no-repeat 0 5px;
	padding-left: 13px;
	line-height: 180%;
}

.menu-goods {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
}

.menu-goods-list img {
	float: left;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 7px;
}

.menu-goods p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 120%;

}

.menu-option {
	padding: 7px;
}

.menu-line {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	width: 190px;
	height: 1px;
	clear: both;
	margin-left: 10px;
}

/* フッター */
#footer {
	width: 970px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#footer ul {
	margin:0px;
	padding-top: 12px;
	text-align:center;
}

#footer li {
	margin:0px;
	padding-left:3px;
	display:inline;
	list-style-type: none;
}

#footer p {
	font-size: 10px;
}

#pagetop {
	text-align: right;
	clear: both;
	margin-right: 15px;
	margin-bottom: 25px;
}

#pagetop-form {
	text-align: right;
	clear: both;
	margin-right: 130px;
	margin-bottom: 25px;

}

.err{
	color:#f00;
	margin:0px;
	padding:5px;
	background:#ffd1d1;
	font-weight:bold;
}

.err2{
	color:#f00;
	margin:10px 10px 0px;
	padding:5px;
	background:#ffd1d1;
	font-weight:bold;
}

#differentOut{
	padding-top:10px;
}
#differentBox{
	padding:10px;
}
.attenBox{
	margin:10px 20px;
	padding:10px;
	border:3px solid #C9E9F6;
}
