

/*==================================================*/
/*セクション
/*==================================================*/
div.SectionCenter
{
	clear : both;

	z-index : 0;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 0px;
	padding-bottom : 0px;
	
	width : 620px;
	height : 100%;

	background-repeat : repeat-y;
	background-position : left top;
	background-image : none;
/*	background-image : url(http://www.plus-tick.net/images/SectionCenter.jpg); */
}

/*==================================================*/
/*コンテナ
/*==================================================*/
div.ContainerFix,
div.ContainerStd
{
	clear : both;

	z-index : 0;

	margin : 0;
	padding : 0;
	
	background-image : none;
}

/*==================================================*/
/*ボディー
/*==================================================*/
div.Body,
div.Body-Std
{
	position : relative;
	float : none;
	clear : both;

	width : 620px;
	
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	
	background-repeat : repeat-y;
	background-position : left top;
	background-image : none;
}
/*--------------------------------------------------*/
/*拡張デザイン１
/*--------------------------------------------------*/
div.Body-Ext1
{
	background-image : url(http://www.plus-tick.net/images/Body-Ext1.jpg) !important;
}

/*--------------------------------------------------*/
/*拡張デザイン２（外周スペースなし）
/*--------------------------------------------------*/
div.Body-Ext2
{
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	
	padding-top : 0px;
	padding-bottom : 5px;
	padding-left : 0px;
	padding-right : 0px;

	width : 620px;
	
	background-image : url(http://www.plus-tick.net/images/Body-Ext1.jpg) !important;
}

/*==================================================*/
/*ヘッター/フッター
/*==================================================*/

/*--------------------------------------------------*/
/*標準（継承専用）
/*--------------------------------------------------*/
div.Header
{
	clear : both;
	
	width : 100%;
	height : 15px;

	margin-top : 10px;
	
	background-repeat : repeat-x;
	background-position : left bottom;
	background-image : none;
}
div.Footer
{
	clear : both;
	
	width : 100%;
	height : 15px;

	margin-top : 0px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;

	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	
	background-repeat : repeat-x;
	background-position : left top;
	background-image : none;
}
/*--------------------------------------------------*/
/*拡張デザイン１
/*--------------------------------------------------*/
div.Header-Ext1
{
	background-image : url(http://www.plus-tick.net/images/Header-Ext1.jpg) !important;
}
div.Footer-Ext1
{
	background-image : url(http://www.plus-tick.net/images/Footer-Ext1.jpg) !important;
}

/*==================================================*/
/*ページ名
/*==================================================*/
div.PageName
{
	display : block;
	position : relative;
	float : none;
	clear : both;

	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;

	width : 100%;
	height : 50px;

	padding-top : 0px;
	line-height : 50px;
	text-indent : 0px;
	text-align : center;

	background-repeat : no-repeat;
	background-position : left top;
}
div.Body-Std div.PageName,
div.Body-Std div.PageName a
{
	text-decoration : none;
	
	color : rgb(80, 80, 80);
	font-size : 22px; font-size : 2.2rem;
	font-weight : normal;
	font-align : center;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;
	background-image : url(http://www.plus-tick.net/images/PageName.jpg);
}

/*==================================================*/
/*ヘッドライン共通
/*==================================================*/

/*--------------------------------------------------*/
/*ヘッドラインを全てイメージにする場合
/*--------------------------------------------------*/
h2.Image,
h3.Image,
h4.Image,
h5.Image
{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;

	width : 100%;
	height : 100%;

	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;

	text-indent : 0px;

	background-repeat : no-repeat;
	background-position : left top;
	background-image : none;
}

/*--------------------------------------------------*/
/*イメージを使用しない場合
/*--------------------------------------------------*/
h2.NoImage,
h3.NoImage,
h4.NoImage,
h5.NoImage
{
	text-indent : 0px;
	background-image : none;
}

/*--------------------------------------------------*/
/*ヘッドラインにアンカーを付与する場合
/*--------------------------------------------------*/
h2 a.InnerLink,
h3 a.InnerLink,
h4 a.InnerLink,
h5 a.InnerLink
{
	text-decoration : none;
	color : rgb(32, 32, 32);
}

/*--------------------------------------------------*/
/*ヘッドラインに右寄せ文字を配置する場合
/*--------------------------------------------------*/
h2 span.RightAlign,
h3 span.RightAlign,
h4 span.RightAlign,
h5 span.RightAlign
{
	display : block;
	float : right;
	
	margin-right : 10px;
	
	text-align : right;
	
	font-size : 80%;
}

.PageName, h2, h3, h4, h5
{
	color : rgb(255, 255, 255);
}

/*==================================================*/
/*【h2】ヘッドライン
/*==================================================*/
h2
{
	display : block;
	position : relative;
	float : none;
	clear : both;
	
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;

	width : 100%;
	height : 40px;
	
	padding-top : 0px;
	line-height : 40px;
	text-indent : 20px;

	background-repeat : no-repeat;
	background-position : left top;
}

/*--------------------------------------------------*/
/*拡張デザイン
/*--------------------------------------------------*/

div.Body-Std h2,
div.Body-Std h2 a,
div.Body-Ext1 h2,
div.Body-Ext1 h2 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 20px; font-size : 2.0rem;
	font-weight : bold;
	color : rgb(64, 64, 64);

	background-image : url(http://www.plus-tick.net/images/H2.jpg);
}
div.Body-Ext3 h2,
div.Body-Ext3 h2 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 20px; font-size : 2.0rem;
	font-weight : bold;
	color : rgb(64, 64, 64);

	background-image : url(http://www.plus-tick.net/images/H2-Ext3.jpg);
}
h2 span.RightAlign
{
	margin-top : 10px;
}

/*--------------------------------------------------*/
/*拡張デザイン２
/*--------------------------------------------------*/
div.Body-Ext2 h2
{
	height : 30px;

	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
		
	padding-top : 2px;
	line-height : 28px;
	text-indent : 20px;

	background-repeat : no-repeat;
	background-position : left top;
}

div.Body-Ext2 h2,
div.Body-Ext2 h2 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 15px; font-size : 1.5rem;
	font-weight : normal;
	color : rgb(32, 32, 32);

	background-image : url(http://www.plus-tick.net/images/H2-Ext1.jpg);
}

/*==================================================*/
/*【h3】ヘッドライン
/*==================================================*/
h3
{
	display : block;
	position : relative;
	float : none;
	clear : both;

	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;

	width : 100%;
	height : 30px;

	padding-top : 0px;
	line-height : 30px;
	padding-bottom : 0px;

	text-indent : 20px;

	background-repeat : no-repeat;
	background-position : left center;
}

div.Body-Std h3,
div.Body-Std h3 a,
div.Body-Ext1 h3,
div.Body-Ext1 h3 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 16px; font-size : 1.6rem;
	font-weight : bold;
	color : rgb(64, 64, 64);

	background-image : url(http://www.plus-tick.net/images/H3.jpg);
}
div.Body-Ext3 h3,
div.Body-Ext3 h3 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 16px; font-size : 1.6rem;
	font-weight : bold;
	color : rgb(64, 64, 64);

	background-image : url(http://www.plus-tick.net/images/H3-Ext3.jpg);
}

/*--------------------------------------------------*/
/*拡張デザイン１
/*--------------------------------------------------*/
div.Body-Ext1 h3
{
}

/*==================================================*/
/*【h4】ヘッドライン
/*==================================================*/
h4
{
	display : block;
	position : relative;
	float : none;
	clear : both;

	width : 100%;
	height : 22px;

	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;

	padding-top : 2px;
	line-height : 22px;
	padding-bottom : 0px;

	text-indent : 20px;

	background-repeat : no-repeat;
	background-position : left center;
}

div.Body-Std h4,
div.Body-Std h4 a,
div.Body-Ext1 h4,
div.Body-Ext1 h4 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 15px; font-size : 1.5rem;
	font-weight : bold;
	color : rgb(64, 64, 64);

	background-image : url(http://www.plus-tick.net/images/H4.jpg);
}
div.Body-Ext3 h4,
div.Body-Ext3 h4 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 15px; font-size : 1.5rem;
	font-weight : bold;
	color : rgb(64, 64, 64);

	background-image : url(http://www.plus-tick.net/images/H4-Ext3.jpg);
}

/*==================================================*/
/*【h5】ヘッドライン
/*==================================================*/
h5
{
	display : block;
	position : relative;
	float : none;
	clear : both;

	width : 100%;
	height : 24px;

	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 0px;
	margin-right : 0px;

	padding-top : 0px;
	line-height : 24px;
	padding-bottom : 0px;

	text-indent : 0px;

	background-repeat : no-repeat;
	background-position : left center;
}
div.Body-Std h5,
div.Body-Std h5 a,
div.Body-Ext1 h5,
div.Body-Ext1 h5 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 15px; font-size : 1.5rem;
	font-weight : bold;
	color : rgb(209, 98, 154);
}
div.Body-Ext3 h5,
div.Body-Ext3 h5 a
{
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-size : 15px; font-size : 1.5rem;
	font-weight : bold;
	color : rgb(0, 153, 204);
}

/*==================================================*/
/*トピック
/*==================================================*/
ul.Topic li
{
	display : block;
	position : relative;
	
	background-image : url(http://www.plus-tick.net/images/flgTopic.gif);
	
	padding-bottom : 10px;
}

ul.Topic li span.Date
{
	display : block;
	position : relative;

	float : none;
	clear : both;
	
	height : 20px;
	width : 100%;

	line-height : 20px;
	
	color : rgb(32, 32, 32);	font-size : 13px; font-size : 1.3rem;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-weight : normal;
	font-style : normal;
}

ul.Topic li span.Description
{
	display : block;
	position : relative;
	
	float : none;
	clear : both;
		
	width : 100%;

	line-height : 20px;
	
	color : rgb(32, 32, 32);	font-size : 13px; font-size : 1.3rem;
	font-family : 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', sans-serif;	font-weight : normal;
	font-style : normal;
}

/*==================================================*/
/*汎用デザイン テーブル
/*==================================================*/
body table.Default
{
	width : 600px;
}

body table.NoBorder,
body table table.NoBorder
{
	width : 600px;
}

body table.Default tr
{
}

body table.NoBorder tr,
body table table.NoBorder tr
{
}

body table.Default td,
body table.Default th
{
}

body table.NoBorder td,
body table.NoBorder th,
body table table.NoBorder td,
body table table.NoBorder th
{
}

/*行別*/
body table.Default thead td,
body table.Default thead th,
body table.NoBorder thead td,
body table.NoBorder thead th,
body table table.NoBorder thead td,
body table table.NoBorder thead th
{
}

body table.Default thead td,
body table.Default thead th
{
}

body table.Default tbody td,
body table.Default tbody th,
body table.NoBorder tbody td,
body table.NoBorder tbody th,
body table table.NoBorder thead td,
body table table.NoBorder thead th
{
}

body table.Default tbody td,
body table.Default tbody th
{
}

body table.NoBorder tbody td,
body table.NoBorder tbody th,
body table table.NoBorder thead td,
body table table.NoBorder thead th
{
}

/*列別*/
body table.Default th,
body table.NoBorder th,
body table table.NoBorder th
{
}
body table.Default th
{
}

body table.Default td,
body table.NoBorder td,
body table table.NoBorder td
{
}
body table.Default td
{
}

