/* サブタイトル */
h2.title
{
	margin:0px;
}

h2.title img
{
	margin:10px 10px 0px 6px;
}

h3.title
{
	border-left:20px #ffcc66 solid;
	border-bottom:3px #ffcc66 double;
	border-top:3px #ffcc66 double;
	border-right:20px #ffcc66 solid;
	padding:3px;
	font-size:15pt;
	background-color:#000000;
	margin:20px 20px 10px 20px;
	color:#ffffff;
	text-align:center;
}

/* システム用のコンテンツ */
div.screen_content_box
{
	background-image:url(../image/base.jpg);
	width:525px;
	margin:20px auto 0px auto;
	text-align:left;
	border:1px #000000 solid;
}

div.screen_content_box p
{
	color:#000000!important;
	margin:5px!important;
	font-size:0px!important;
	padding-left:11px;
}

img.ss_img
{
	margin:2px;
}

* html div.screen_content_box_ie6_fix	/* IEのみに適用 */
{
	text-align:center;
}


