/****************************************/
/** AD-EDITスキンパッケージ[StdBlue]   **/
/**              [Theme Color #336699] **/
/****************************************/

/** 共通設定 **/
body {
	background-image: url(../img/bg.gif);
	margin: 0px;
}
a:link { color:#0000CC; text-decoration: none; font-weight: normal}
a:visited { color:#000099; text-decoration: none; font-weight: normal}
a:active { color:#FF3333; text-decoration: none; font-weight: normal}
a:hover { color:#CC3333; text-decoration: none; font-weight: normal}
form {
	margin: 2px;
	font-size: 0.95em;
}
td p {
 font-size:1.0em;
}
p p {
 font-size:1.0em;
}

/** メインフレーム **/
.MainTable {
	background-image: url(../img/bgTable.gif);
	width: 820px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

/** ヘッダー **/
.Header {
	margin-right: auto;
	margin-left: auto;
}
.Header h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	background-image: url(../img/bgCopy.gif);
	background-color: #336699;
	margin: 0px 5px; /*縦横*/
	padding: 3px 10px; /*縦横*/
}
.Header img {
	margin: 0px 5px; /*縦横*/
}

/** ヘッダメニュー <MenuZone1> **/
.HeadMenu {
	background-image: url(../img/BarHead.gif);
	margin: 0px 5px; /*縦横*/
}
.HeadMenu a {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 28px;
	margin-left: 15px;
}
.HeadMenu a:link {
	font-weight: bold;
	color:#333333;
}
.HeadMenu a:visited {
	font-weight: bold;
	color:#555555;
}
.HeadMenu a:hover {
	font-weight: bold;
	color:#FF3333;
}
.HeadMenu a:active {
	font-weight: bold;
	color:#FF3333;
}

/** サイドメニュー <MenuZone2> **/
.SideMenu {
	float: left;
	width: 160px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.85em;
	padding: 15px 0px 10px 10px; /*上右下左*/
}
.SideMenu h2 {
	font-size: 13px;
	height: 30px;
	width: 160px;
	background: url(../img/Bar600.gif) no-repeat 0px 0px;
	line-height: 30px;
	padding: 0px 0px 5px 5px; /*上右下左*/
	margin: 0px 0px 0px 5px; /*上右下左*/
}
.SideMenu a {
	font-size: 0.95em;
	line-height: 120%;
	margin: 0px 0px 0px 10px; /*上右下左*/
}
.SideMenu p {
	font-size: 12px;
	line-height: 13px;
	padding-left: 5px;
	margin: 0px 0px 5px 5px; /*上右下左*/
}
.SideMenu ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px 10px 5px 0px; /*上右下左*/
}
.SideMenu li {
	background: url(../img/listicon.gif) no-repeat 0px 6px;
	font-size: 0.95em;
	line-height: 120%;
	padding: 2px 0px 2px 5px; /*上右下左*/
}

/** フッタメニュー <MenuZone3> **/
.Footer {
	font-size: 13px;
	text-align: center;
	margin: 10px;
}

/** コピーライト表記 **/
.Copy {
	background-image: url(../img/bgCopy.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
	font-weight: normal;
	background-color: #336699;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
}
.Copy a:link { color:#FFFFFF; text-decoration: none; font-weight: normal}
.Copy a:visited { color:#DDDDDD; text-decoration: none; font-weight: normal}
.Copy a:active { color:#FFAAAA; text-decoration: none; font-weight: normal}
.Copy a:hover { color:#FFAAAA; text-decoration: none; font-weight: normal}

/****************************************/
/** これよりAD-EDIT特有のCSSクラスです **/
/****************************************/

/** MainZone内のクラス **/
/** MainContentクラスはスキンファイル側で実装してください。 **/
/** AD-EDITからはおもに<h2><h3><h4><strong><p>を出力します **/

.MainContent {
	width: 620px;
	float: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 15px 10px 10px 5px; /*上右下左*/
}

/* 大見出しタイトルの設定 */
.MainContent h2 {
	font-size: 13px;
	height: 30px;
	width: 97%;
	background-image: url(../img/Bar600.gif);
	line-height: 30px;
	text-indent: 5px;
	padding: 0px 0px 0px 5px; /*上右下左*/
	margin: 0px 0px 10px 5px; /*上右下左*/
}
/* 中見出しタイトルの設定 */
.MainContent h3 {
	font-size: 13px;
	height: 22px;
	width: 97%;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #336699;
	padding: 0px 0px 0px 5px; /*上右下左*/
	margin: 0px 0px 10px 5px; /*上右下左*/
}
/* 小見出しタイトルの設定 */
.MainContent h4 {
	font-size: 13px;
	height: 22px;
	width: 97%;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336699;
	padding: 0px 0px 0px 5px; /*上右下左*/
	margin: 0px 0px 10px 5px; /*上右下左*/
}
/* 強調タイトルの設定 */
.MainContent strong {
	font-size: 0.8em;
	line-height: 150%;
	padding-left: 5px;
	padding: 0px 0px 0px 5px; /*上右下左*/
	margin: 0px 0px 10px 5px; /*上右下左*/
}
/* サブタイトルの設定 */
.MainContent small {
	font-size: 0.95em;
}
/* 本文の設定 */
.MainContent p {
	font-size: 0.8em;
	line-height: 120%;
	margin: 0px 10px 0px 10px; /*上右下左*/
	padding: 0px 0px 15px 5px; /*上右下左*/
}
.MainContent table {
	margin: 0px 10px 0px 12px; /*上右下左*/
}
.MainContent td {
	font-size: 0.8em;
	line-height: 120%;
	padding: 5px;
}
/* 本文内のstrongの設定 */
.MainContent p strong {
	font-size: 1.0em;
	padding: 0px 0px 0px 0px; /*上右下左*/
	margin: 0px 0px 0px 0px; /*上右下左*/
}
/* ページ遷移ナビ(Next/Back)配置 */
.PageNavi {
	text-align:center;
}
/* 右カラム遷移ナビ(Next/Back)の配置 */
.ListNavi {
	text-align:right;
}
/* トップSSI遷移ナビ(詳細>>)の配置 */
.SSIdetail {
	text-align:right;
}
/* 2階層トップの遷移ナビ(詳細>>)の配置 */
.ToDetail {
	text-align:right;
}
/* メイン記事の日付 */
.DateMain {
	font-weight: normal;
	text-decoration: none;
}

/** 3カラム表示の設定 **/
/** CenterBoxクラス,RightBoxクラスはスキンファイル側で実装してください。 **/

/* センターカラムの設定 */
.CenterBox {
	width: 70%;
	float:left;
}
/* 右カラムの設定 */
.RightBox {
	width: 28%;
	float:right;
	padding-right:10px;
}
/* リストの設定(右カラム) */
.MainContent ul {
	list-style-type: none;
	padding-left: 5px;
	margin: 0px 10px 0px 0px; /*上右下左*/
}
.MainContent li {
	background: url(../img/listicon.gif) no-repeat 0px 6px;
	font-size: 0.8em;
	line-height: 120%;
	padding: 2px 0px 2px 13px; /*上右下左*/
}
/* リストの日付(右カラム) */
.DateList {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}

/** イメージナビの特有クラス **/
/** <table>タグに実装 **/

.AeTable strong {
	font-size: 0.85em;
	line-height: 120%;
	padding-left: 5px;
	margin-left: 3px;
	margin-right: 3px;
}
.AeTable p,li {
	font-size: 0.8em;
	line-height: 120%;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/** メールフォームの特有クラス **/
/** <table>タグに実装 **/

.form {
	margin-left: 10px;
	width: 95%;
}
.form th {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 120%;
	background-color: #DDDDDD;
	padding: 5px;
}
.form td {
	font-size: 0.8em;
	line-height: 120%;
	padding: 5px;
}
.Hankaku {
 ime-mode:disabled;
}
.AlertTxt {
 color:red;
}
