/* CSS Document */

body {
	color:#363838;
	line-height:150%;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:#fff;
	margin:0;
	letter-spacing:1px;
}

/* --------------- テキスト関係 --------------- */

h1 {
	font-size:80%;
	font-weight:normal;
	margin:0;
}
h3 {
	padding-left:7px;
	border-left:5px solid #e0d8aa;
	margin-bottom:10px;
}
img {
	border:none;
}
img.right {
	float:right;
	padding-left:5px;
}

a:link {
	color:#339;
	text-decoration:underline;
}
a:visited {
	color:#369;
	text-decoration:underline;
}
a:hover {
	color:#369;
	text-decoration:none;
}

ul {
	line-height:180%;
	list-style-image:url(http://mamorun-kids.net/img/arrow.gif);
}
ol {
	line-height:180%;
}

img.left {
	float:left;
	margin-right:10px;
}


table.data td {
	vertical-align:top;
}
/*---------------パンくず---------------*/
div#bread {
	text-align:right;
	font-size:90%;
	margin-bottom:0;
	margin-right:2px;
	padding:2px;
	border:1px solid #ccc;
}

/* --------------- レイアウト関係 --------------- */

div#headline {
	text-align:center;
	margin-bottom:30px;
}
div#headline {
	text-align:center;
}
div.inner {
	width:800px;
	text-align:left;
}

div#main {
	float:right;
	width:600px;
	margin-bottom:30px;
}
div#side {
	float:left;
	width:180px;
}

div#footer {
	clear:both;
	background-image:url(http://mamorun-kids.net/img/back-footer.gif);

}


/* --------------- ヘッドライン --------------- */

div#headline img {
	margin:0;
}
ul.head-navi {
	float:right;
	margin:0;
}
.head-navi li {
	float:left;
	list-style:none;
	margin:0;
}
img.title {
	clear:both;
	margin:0;
}

/* --------------- トップページ --------------- */

table.contents-data {
	margin-top:30px;
}
.contents-data td {
	vertical-align:top;
}
td.right {
	padding-left:10px;
}

div#footer-concept {
	border:3px solid #c99;
	padding:10px;
	margin-top:20px;
	background-image:url(http://mamorun-kids.net/img/bg-concept.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div.child {
	display : none;
}
div#news {
	border:1px solid #ccc;
	padding:5px;
	width:800px;
	margin-bottom:20px;
}
div#news p {
	margin:0;
	font-weight:normal;
	font-size:90%;
	background-image:url(http://mamorun-kids.net/img/newsarrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}

/* --------------- サイドナビゲーション --------------- */

div#side dl {
	line-height:200%;
	margin:0;
}
div#side dd {
	margin-left:5px;
	padding-left:15px;
	background-image:url(http://mamorun-kids.net/img/side-ddback.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:1px dotted #ccc;
}

/* --------------- フッター --------------- */

div#footer div.inner {
	background-image:url(http://mamorun-kids.net/img/bg-footer.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:100px;
}

/* --------------- テキスト関係 --------------- */
div.keyword {
	padding-top:10px;
	border-top:3px solid #ccc;
	font-size:90%;
	clear:both;
}
dl.faq dt {
	border-bottom:1px solid #333;
	padding-top:5px;
}
dl.faq dd {
	padding-bottom:15px;
}

/* --------------- 取り付け方 --------------- */
table.howto td {
	vertical-align:top;
}
ol.howto li {
	margin-bottom:25px;
	clear:both;
}


/* --------------- 取り付け金具関係 --------------- */

div.group {
	clear:both;
}
div.item {
	width:400px;
	margin-top:10px;
	float:right;
}
div.item h4 {
	border-bottom:3px solid #e0d8aa;
}
div.item h4 span {
	font-size:90%;
	margin-left:20px;
	font-weight:normal;
	color:#666;
}
div.item table {
	border:1px solid #ccc;
	width:100%;
	text-align:center;
}
div.item th {
	background:#eee;
	border-bottom:1px solid #ccc;
}


/*=========== 問い合わせフォーム ===========*/
table.mail {
	width:100%;
	border-top:2px solid #000;
	margin-top:10px;
}
table.mail td {
	border-bottom:1px solid #ccc;
	vertical-align:top;
	padding:5px;
}
table.mail span {
	font-size:85%;
	color:#c00;
}

/*=========== データ関係 ===========*/


dl.data {
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
dl.data dt, dl.data dd {
	background-color:#fff;
	margin-left:0;
	margin-bottom:0;
	font-size:90%;
	line-height:150%;
}
dl.data dt {
	padding-left:10px;
	float:left;
	width:90px;
	border-top:1px solid #ccc;
	clear:left;
}
dl.data dd {
	background-color:#fff;
	margin-left:100px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding:2px 0 1px 5px;
}
span.link {
	font-size:90%;
}
table.left,table.right {
	border:1px solid #ccc;
}
table.left {
	float:left;
	padding:3px;
	margin-right:3px;
	margin-bottom:3px;
}