@chrset "UTF-8";
* {
	margin:0;
	padding:0;
	
}
body {
	text-align: center;
	color:#333;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff url(../images2/bg.gif);
}
a {
	color: #436FA9;
}
a:hover {
	color: #f90;
	text-decoration:underline;
}

table { border-collapse: collapse; }
td {
	vertical-align: top;
	padding: 3px;
}
.nonpadi td { padding: 0px; }

h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0;
	line-height: 130%;
	color: #2F2D37;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #335277;
	line-height: 1.5em;
}
h3 { font-size: 14px; }
h1, h2, h3 { margin: 7px 0; }

ul, ol { margin-left: 30px; }


li { margin-bottom: 5px; }

p { margin-bottom: 7px; }


dl { margin-bottom: 12px; }
dt { font-weight: bold; }

dd {
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 15px;
}

#container {
	text-align: left;
	margin:5px auto 0px;
	width:740px;
	padding: 10px;
	background: #fff;
	border: 1px solid #999;
}

#header {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 12px;
}

#logo {
	float: left;
	width: 345px;
}
#logo a {
	color: #565263;
	text-decoration: none;
	margin-right: 6px;
}
#logo img { padding-bottom:3px }
#banner1 {
	width: 394px;
	float: right;
	text-align: right;
}
#leftside {
	float: left;
	width: 143px;
}

#navi {
	border: 1px solid #7594B9;
	margin-top: 5px;
}
#navi .caption {
	background-color: #D9EEF6;
	padding: 2px;
	text-align: center;
	margin-top: 10px;
}
#navi .menu { padding-left: 5px; }


#navi li {
	list-style:none;
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#contents {
	float: left;
	width: 550px;
	line-height: 140%;
}
#top #mainbox {
	float: left;
	width: 355px;
	margin-left: 10px;
}


#right {
	float: right;
	text-align: center;
	width:170px;
	margin-top: 27px;
}

.minibnr {
	border: 1px solid #666;
	padding: 3px;
}
.minibnr img { padding: 2px 8px; }

#footer {
	font-size: 10px;
	color: #555;
	margin-top:10px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}
	
#footer .left {
	float: left;
}
#footer .right { text-align: right; }

.line {
	clear: both;
	border-bottom: 7px solid #0089CE;
	height: 1px;
}
.mini {
	font-size: 10px;
	font-weight: normal;
	line-height: 120%;
}

/*２段組レイアウトにしたい場合使用*/
.left2 {float:left; width:48%; }
.right2 {float:right; width:48%;}

/*3段組レイアウトにしたい場合使用*/
.left3 {float:left; width:33%; }

/*トップページで使用*/
#top #contents { width:510px; 　}
#top #right {
	width: 220px;
	float: right;
	text-align: center;
	margin-top: 0px;
}
#news {
	margin: 10px 0;
	text-align: left;
}
.news_contents {
	background: #fff;
	padding: 5px;
	font-size: 10px;
	color: #798D97;
	border: 6px solid #41ABD0;
	margin-top: -2px;
	height: 250px;
	overflow: auto;
}
.news_contents p { margin-bottom:6px; }
.serch {
	border: 1px solid #309EC9;
	margin: 12px 0;
}
.serch th {
	font-weight: normal;
	color: #333;
	background: #D9EEF6;
	padding: 5px;
	white-space: nowrap;
}
.serch td {
	padding: 7px;
	text-align: left;
}
.serch a { white-space: nowrap; }
#banner2 {
	text-align: right;
	margin-top: 10px;
}
#banner3 { margin: 10px 0; }
#top .serch td { color: #666666; }

#serchbox {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}

#serchbox ul {
	text-align: left;
	list-style: none;
}

.clear {
	clear: both;
	height: 1px;
}
.border {
	padding: 2px;
	border: 1px solid #666;
	margin-bottom: 5px;
}
.borderblack {
	padding: 5px;
	border: 1px solid #000;
	margin-bottom: 5px;
}
.bordergrey {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
#tab img { float: left; }

.tabline {
	clear: left;
	border-top: 5px solid #00AAE7;
	height: 5px;
}
.copy img {
	float: left;
	padding-right: 15px;
}
.out { text-indent: -9999px; }

.red {
	color: #D90000;
	font-weight: normal;
}

.box {
	margin: 4px 0;
	padding: 5px;
	background-color: #FEFBC5;
}
.box p { padding: 5px; }


.mr10 { margin-left: 10px; }
.mr30 { margin-left: 30px; }
.normal {
	font-size: 12px;
	font-weight: normal;
}

.bannerbox {
	font-size: 11px;
	line-height: 120%;
	border: 1px solid #333;
	margin: 10px 0;
	width: 550px;
}
.bannerbox td { padding: 0px; }

.loginbox {
	padding: 10px 5px 5px;
	border:3px solid #0082CB;
	margin-bottom: 15px;
}
.item {
	border-collapse:separate;
	width: 100%;
}
.item th, .item td { padding:2px; }
.item th { 	text-align: center; 	background-color: #0072AE;
	color: #fff;
	vertical-align: top;
	padding-top: 20px;
}

/*ミニパパ料金表で使用*/
.dotline { background: url(../minipapa/images/dotline.gif) repeat-x center; }
.denial {
	background: #FFFFFF;
	display: inline;
	white-space: nowrap;
}
.kome {
	background: url(../minipapa/images/kome.gif) no-repeat;
	padding-left: 10px;
	list-style-type: none;
	padding-bottom: 2px;
}
#minipapa .item { border-collapse:collapse; }
#minipapa .item th {	background:#9BD3F4; padding:2px 0; }
#minipapa .item td { padding:2px 0; }

/*一般物流で使用*/
#transport .tabline { border-color: #F29600; }


/*共同配送で使用*/

/*Ｃナビページで使用*/
.cnaviflow { margin-left: 50px; }
.cnaviflow p {
	background: #FBF7C6;
	padding: 5px 20px;
	border: 1px solid #FFCC99;
	font-size: 14px;
	color: #000;
}
.cnaviflow .ya {
	background: url(../Cnavi/images/icon_ya2.gif) no-repeat center;
	height: 18px;
}

/*パパネットで使用*/

#papanet .point {
	position: absolute;
	width: 353px;
	line-height: 170%;
	color: #000;
	padding: 20px 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	z-index: 2;
}
#papanet .block {
	float: left;
	text-align: center;
	width: 190px;
	margin-top: 30px;
}
#papanet .inblock {
	padding: 10px 0 0;
	margin-bottom:20px;
	border: 3px double #00AAE8;
	font-size: 13px;
}
#papanet .inblock h2 { color:#036; }

/*パパ倶楽部で使用*/
#papaclub .loginbox { border-color: #D0121B; }
#papaclub .block {
	margin: 10px 0 15px;
	line-height: 150%;
	width: 507px;
}
#papaclub .block p { margin: 0 5px; }

.scrollbox {
	padding: 5px;
	border: 1px solid #309EC9;
	height: 400px;
	overflow: auto;
	margin-bottom: 5px;
}

/*インテリアコーディネートで使用*/
#interior .tabline { border-color: #CA0024; }

#interior h3 {
	color: #363182;
	background: #FFFF99 url(../interior/images/mini.gif) no-repeat 5px center;
	padding: 2px 0px 2px 30px;
}

/*マンスリーパパサンで使用*/
#monthly #contents .border {
	border-color: #E5005E;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 140%;
}
#monthly .border h2 { font-size: 18px; }

/*お問い合わせテーブルで使用*/
.form {
	width: 100%;
	margin: 10px 0 20px 0;
	border-collapse: separate;
}
.form th {
	font-weight: normal;
	text-align: right;
	background-color: #E1E1E1;
}

/*見積もりページで使用*/
.estimatehead {
	float: left;
	width: 200px;
}

#estimate .item{ background: #C7E8FA; 
}

#estimate .item th, #estimate .item td { background: #fff; 
}

#estimate .item th {
	text-align: left;
	color: #333;
	padding: 5px;
	white-space: nowrap;
}

#estimate .serch { border-color: #999; }
#estimate .serch th {
	background-color: #FFCC66;
	font-weight: bold;
}
#estimate .serch th, #estimate .serch td { border-bottom: 1px solid #999; }
.err {
	font-size: 10px;
	color: #f33;
}

/*生協個配で使用*/
#coop .tabline { border-color: #ACD9E3; }

/*求人ページで使用*/
.jobcopy { color: #3D2F7B; }

/*引越事業部で使用*/
#hikoshi .tabline { border-color: #F6E600; }

/*プライバシーポリシーで使用*/
.blue {
	color: #1E88BC;
	font-weight: bold;
}

.privacy_form {
	padding: 10px;
	border: 1px solid #309EC9;
	height: 220px;
	overflow: auto;
}

/*サイトマップで使用*/
.sitemapbox {
	margin: 15px 5px;
	border: 1px dashed #9EC5D1;
}
.siteboxtitle {
	font-size: 12px;
	background: #EFF5F4;
	padding: 3px 10px;
	border: 1px solid #ccc;
	margin: 0px 0 10px 5px;
	display: inline;
}
.siteboxtitle a {
	color: #333;
	text-decoration: none;
}
.sitemapbox ul {
	padding-left: 2px;
	margin-top: 5px;
}

.sitemapbox li {
	list-style: url(../images/index_arrow_blue.gif) ;
}
.ul2 {
	margin-left: 5px;
	margin-top: 0px;
}

.ul2 li { list-style:url(../images2/bg.gif); }

/*お清めページで使用*/
#okiyome .tabline { border-color: #3366FF; }
#okiyome li { list-style: url(../okiyome/images/maru.gif); }
#estimate li { list-style: url(none); }

.nobr { white-space: nowrap; }

.f12 { font-size: 12px; }
#banner_mitumori {
	padding: 5px;
	border: 1px solid #666;
	font-weight: bold;
	background-color: #DEEFE0;
	margin-bottom: 10px;
}
#banner_mitumori li {
	list-style: url(../images2/icon_ya1.gif);
	margin-bottom: 0px;
}
#banner_mitumori a {
	color: #333;
	text-decoration: underline;
}
