/* --------------------------------------------
 * mobf.jp
 * -------------------------------------------- */

body {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}


/* ---------------------------------------------
 * HEADER
 * --------------------------------------------- */
h1 {
	font-size: 11px;
	color: #888888;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding: 5px 0;
	top: 10px;
	width: 800px;
	display: block;
}

#header {
	margin: 0;
	padding: 0;
	height: 180px;
	width: 100%;
	background-image: url('images/header_back.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#header div.photo {
	margin: 0 auto;
	padding: 0;
	height: 180px;
	width: 800px;
	display: block;
}


/* ---------------------------------------------
 * CONTENTS
 * --------------------------------------------- */
#container {
	margin: 10px auto 0;
	padding: 0;
	width: 800px;
	display: block;
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	width: 175px;
	display: block;
}

#left .menu {
	margin: 0;
	padding: 0 0 5px;
	height: 35px;
	width: 175px;
}


#right {
	font-size: 13px;
	color: #222222;
	line-height: 1.3em;
	text-align: left;
	margin: 0;
	padding: 0;
	float: right;
	width: 605px;
}

#right a {
	color: #CC3300;
	text-decoration: underline;
}

#right a:hover {
	color: #990000;
	text-decoration: none;
}

#right .linehight12em {
	line-height: 1.2em;
}

#right .linehight13em {
	line-height: 1.3em;
}

#right .linehight15em {
	line-height: 1.5em;
}

#right .style11px {
	font-size: 11px;
}

#right .style12px {
	font-size: 12px;
}


#right .hissu {
	color: #FF0000;
}

#right h4 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

#right h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 3px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
}

/* ホーム */
#right div.topics {
	font-size: 12px;
	color: #222222;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
	padding: 5px;
	height: 70px;
	width: 100%;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

/* 機能紹介 */
#right .price {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

/* 特定商取引 */
#right table.law {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #888888;
	border-left-color: #888888;
	border-top-style: solid;
	border-left-style: solid;
}

#right table.law th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-right-style: solid;
	border-bottom-style: solid;
}

#right table.law td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-right-style: solid;
	border-bottom-style: solid;
}

/* FAQ */

#right dl.faq {
	margin: 15px 0 0;
	padding: 0;
}

#right dl.faq dt {
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0 0 2px 23px;
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	background-image: url('faq/images/q.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#right dl.faq dd {
	line-height: 1.3em;
	text-align: left;
	margin: 10px 15px;
	padding: 10px 10px 10px 27px;
	border-width: 1px;
	border-color: #990000;
	border-style: dotted;
	background-image: url('faq/images/a.gif');
	background-repeat: no-repeat;
	background-position: 5px 10px;
}




/* ---------------------------------------------
 * FOOTER
 * --------------------------------------------- */
#footer {
	text-align: center;
	margin: 50px auto 0;
	padding: 0;
	height: 70px;
	width: 100%;
	background-color: #E4E9D3;
	display: block;
}

#footer div.navi {
	font-size: 12px;
	color: #222222;
	text-align: center;
	margin: 0;
	padding: 15px 0 0;
}

#footer div.copy {
	font-family: Times New Roman,Times,serif;
	font-size: 11px;
	color: #D0910B;
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
}

