@charset "utf-8";

@import url(/commons/css/import.css);

/**共通項目**/

/* 冒頭文（概要） - タイトル下に来るp */
.outline {
	width:900px;
	font-size:117%;/* 12px → 14px相当 */
	padding-bottom:10px;
	line-height: 1.4em;
}

/* カテゴリ別見出し - h3 */
.header3 h3 {
	width:890px;
	background:#039;
	font-size:117%;/* 12px → 14px相当 */
	font-weight:bold;
	color:#FFF;
	padding:5px;
	margin:15px 0;
	clear:both;
}

.category-p {
	font-size:108%;/* 12px → 13px相当 */
	margin-bottom:15px;
}

div.box {
	clear:both;
}

div.box dl dt {	
	background:url(/info/about/images/bg_privacy.gif) no-repeat left;
	margin-bottom:4px;
	padding-left:35px;
	font-size:117%;/* 12px → 14px相当 */
	font-weight:bold;
	line-height:2.2;
	clear:both;
}

div.box dl dd {
	font-size:108%;/* 12px → 13px相当 */
	/*font-size:80%;*/
	padding-left:35px;
	margin-bottom:8px;
}

div.box strong {
	font-weight:bold;
}

div.box ul {
	list-style:inside circle;
	margin:3px 0 6px 0;
}

div.box ul li{
	margin-bottom:3px;
}

div.box ol {
	list-style:outside decimal;
	margin:3px 0 0 2.2em;
}

div.box ol li{
	margin-bottom:3px;
}

.page-top {
	float:right;
	font-size:108%;/* 12px → 13px相当 */
	background: url(images/blue_arrow_up.gif) no-repeat right center;
	padding-right: 12px;
}

#contents {
	margin-bottom:10px;
}

#div_top {
	float:left;
}

#div_middle {
	float:left;
	background: url(images/div-middle_bg.gif) repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	padding-top:14px;
	padding-bottom:5px;
	width:900px;
}

#div_bottom {
	float:left;
	width:950px;
	background: url(images/div-bottom_bg.gif) no-repeat top;
	height: 7px;
}

/**固有項目**/
img.plug-in {
	margin-left:8px;
	vertical-align:middle;
}

img.plug-in-left {
	padding-right:40px;
	vertical-align:middle;
}

