


/* 入口
----------------------------------------*/
#entrance {
	margin: 10px 0 23px 0;
}

.box-row {
	width: 752px;
	margin: 0 0 7px 0;
}

.box {
	display: inline;
	float: left;
	width: 364px;
	margin: 0 12px 0 0;
	padding: 4px 0 0 0;
	background: url(../images/support_bg_top.png) left top no-repeat;
}

.box .inner {
	padding: 0 0 8px 0;
	background: url(../images/support_bg_bottom.png) left bottom no-repeat;
}

.box .inner h2 {
	margin: 0 0 8px 0;
	padding: 0 0 0 4px;
}

.box .inner .comment {
	min-height: 50px;	/*モダンブラウザに適用*/
	height: auto !important;	/*モダンブラウザに適用*/
	height: 50px;	/*全ブラウザに適用*/
	padding: 0px 15px 0px 65px;
	background-position: 15px 0px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.3;
}

#qa .comment {
	background-image: url(../images/support_qa_icon.png);
}

#taiou .comment {
	background-image: url(../images/support_taiou_icon.png);
}

#download .comment {
	background-image: url(../images/support_download_icon.png);
}
/*
#inquiry .comment {
	background-image: url(../images/support_inquiry_icon.png);
}
*/
#melmaga .comment {
	background-image: url(../images/support_melmaga_icon.gif);
}

#userregi .comment {
	background-image: url(../images/support_userregi_icon.png);
}

#haishi .comment {
	background-image: url(../images/support_haishi_icon.png);
}

/* お問い合わせ窓口 */
#inquiry {
	display: inline;
	float: left;
	width: 472px;
	margin: 0 10px 0 0;
	position: relative;
}

#inquiry .comment {
	position: absolute;
	top: 60px;
	left: 20px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.3;
}


/* OK Wave */
#okwave {
	float: left;
	width: 253px;
	margin: 2px 0 0 0;
	padding: 5px 0 0 0;
	background: url(../images/okwave_bg_top.png) left top no-repeat;
}

#okwave .inner {
	padding: 0 0 18px 8px;
	background: url(../images/okwave_bg_bottom.png) left bottom no-repeat;
}

#okwave .inner .banner {
	float: left;
	width: 112px;
}

#okwave .inner .banner img {
	margin: 3px 0px 0px 0px;
}

#okwave .inner .comment {
	margin: 0px 10px 0px 0px;
	padding: 3px 0px 0px 0px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.3;
}
#okwave .inner .comment strong {
	color: #FD0164;
	font-weight: normal;
}

#okwave .atn {
	padding: 5px 0 0 1em;
	color: #004CA2;
	font-size: 0.7em;
	text-indent: -1em;
	letter-spacing: 0.05em;
}


/* 更新情報
----------------------------------------*/
#update {

}

#update h2 {
	margin: 0px 0px 10px 0px;
}
#update dl {
	padding: 6px;
	border-bottom: 1px solid #D9D9D9;
	font-size: 0.8em;
	line-height: 1.3em;
}

#update dt {
	float: left;
	margin: 0px 0px 0px 0px;
	color: #333333;
	letter-spacing: 0.05em;
}

#update dd {
	text-indent:1em;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0.05em;
}

#update dt .important {
	margin: 0px 3px 0px 0px;
	vertical-align: -3px;
}


/* バックナンバー
----------------------------------------*/
.backnumber {
	margin: 8px 0 0 0;
	text-align: right;
	font-size: 0.8em;
	line-height: 1.3em;
}


