/* JA1WYXのホームページ　共通スタイルシート */


/* ページ自体の設定 */
BODY {
	background-color: #CCFFCC;	/* 背景色 */
	color : #000000;			/* 文字色 */
}

/* 段落(タイトル)要素 */
*.paragraph {
	background-image:url(paragraph.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:15px;
}

/* TeXのSectionみたいなものに当たる要素 */
*.section {
	font-size:120%;
	background-image: url("section.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/* 個別文章(インデント) */
*.text {
	text-indent: 1em;
	margin-left: 1.5em;
}

/* ページタイトル */
*.pagetitle {
	text-align: center;
	font-size: 20pt;
}

/* ページサブタイトル */
*.page-subtitle {
	text-align: center;
}

/* 小さく半分隠し気味で表示させる文字列 */
*.minitext {
	font-size: x-small;
	color: #808080;
}

/* 旅行記ページでの日程の表示 */
*.timetable {
	border-style: dotted;
	border-color: #0000FF;
	border-width: thin;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
}

/*	駅など	*/
li.point {
	list-style: none;
}

/*	交通手段	*/
li.means:before {
	content:"↓";
}
li.means {
	margin-left: 1em;
	list-style: none;
}


/* 表組み関係 */
TABLE,TD,TH {
	border : 1px solid #666666;
	border-collapse : collapse;
}

/* 写真用表組み */
*.picture-table {
	text-align : center;
}
TABLE.picture-table {
	margin-left : 1em;
}

/* 外部リンクへアイコン表示 */
/* 本当は:afterでやりたいが、IEが対応していないのでこうした */
a[href^="http:"],
a[href^="https:"]{
	background:transparent url(extlink.png) center right no-repeat;
	padding-right: 18px;
}
/* 外部リンクでも例外的に表示しない場合 */
a.noextimg,
a[href^="http://www15.plala.or.jp/ja1wyx/"],
a[href^="http://counter.fc2.com"]
{
	background:transparent;
	padding-right:0;
}

/* アイコン付リンク(ここにあるのは外部リンクの設定を上書きするため) */
*.pagelink{
	text-align:center;
}
*.pagelink a{
	background-image:url(linkimg.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:15px;
}
