/* CSS Document */

/* 共通の設定
-------------------------------------------------------------------------------------------- */

.hidden{
	display: none;
}

html,body,h1,h2,h3,h4,h5,div,p,ul,dl,dt,dd,ol,table,form,img{
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

img{
	border: none;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}


/* 枠の設定
-------------------------------------------------------------------------------------------- */

body{
	background: #5596b5 url(../images/popup-bg.gif) repeat-y top center;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 0.9em;
}

/* ヘッダー
-------------------------------------------------------------------------------------------- */
#header {
	width: 480px;
	height: 47px;
	margin: 0 auto;
	background: url(../images/h3-model.gif) no-repeat 0 0;
}

#header h1 {
	text-indent: -9999px;
}

/* コンテンツ共通
-------------------------------------------------------------------------------------------- */
#modellink, .unit, #copyright {
	width: 460px;
	margin: 30px auto 0;
	padding-top: 10px;
}

/* 機種リンク
-------------------------------------------------------------------------------------------- */
#modellink {
	margin-top: 20px;
	text-align: left;
}

#modellink li {
	text-indent: 8px;
	list-style: none;
	margin-right: 10px;
	background: url(../images/qaalist-chip.gif) no-repeat center left;
	float: left;
}

/* コンテンツ
-------------------------------------------------------------------------------------------- */
.unit h2 {
	width: 460px;
	height: 25px;
	text-indent: -99999px;
}
.unit dl {
	margin-top: 20px;
	margin-bottom: 20px;
}
.unit dt {
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 8px;
	font-weight: bold;
	background: url(../images/qaalist-chip.gif) no-repeat center left;
}
.unit dd {
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 20px;
}
div#docomo h2 {
	background: url(../images/h2-docomo.gif) no-repeat top left;
}
div#au h2 {
	background: url(../images/h2-au.gif) no-repeat top left;
}
div#softbank h2 {
	background: url(../images/h2-softbank.gif) no-repeat top left;
}

.unit p.totop {
	background: url(../images/dotted-border.gif) repeat-x top left;
	padding-top: 10px;
	text-align: right;
	font-size: 11px;
}
.unit p.totop a {
	padding-left: 15px;
	background: url(../images/chip-totop.gif) no-repeat center left;
}

/* コピーライト
-------------------------------------------------------------------------------------------- */
#copyright {
	margin: 40px auto;
	padding: 10px 0 20px;
	border-top: #ffc3ca solid 2px;
	text-align: right;
}

