﻿/*///// テンプレート /////*/

/* ヘッダーエリア */
#HeaderArea
{
	background-image: url('../images/template_header_background.jpg');
}

/* ヘッダータイトルエリア */
#HeaderTitleArea
{
	padding: 0px;
	background-image: url('../images/template_header_title.png');
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	text-align: left;
	display: inline;
	margin-top: 0px;
	float: left;
}

/* ヘッダーナビゲートバー */
#HeaderNavigateBar
{
 background-image : url("../images/template_header_navigatebar.png");
}

/*///// コンテンツ内 /////*/

/* Q&A タイトル */
#QAndATitle
{
	border-style: solid;
	border-width: 2px;
	border-color: #9999ff #000066 #000033 #6666ff;
	padding: 4px;
	color : #ffffff;
	font-size: medium;
	background-repeat : no-repeat;
	background-position : center center;
	text-align : left;
	background-color: #0000cc;
	margin-top: 4px;
	margin-bottom: 0px;
}

/* Q&A タグ */
.QAndATags ul
{
 display: inline;
 list-style-type: circle;
}
.QAndATags li
{
	display: inline;
	list-style-type: disc;
	margin-left: 0px;
	border-right-style: dotted;
	border-right-color: #00CCFF;
	border-right-width: 1px;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #00CCFF;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 0px;
	color: #FF0000;
	font-weight: bold;
}

