/*
 * ys.css 共通項目 CSS ファイル
 */

/*
 * link
 */
A:link {
	color: #6666CC;
	text-decoration: underline;
}
A:visited {
	color: #000066;
	text-decoration: underline;
}
A:hover {
	color: #FF9900;
	text-decoration: underline;
}

/*
 * 本文
 */
BODY {
	color: black;
	background-color: white;
	margin: 0px 0px 0px 0px;
}

.Contents {
	margin: 0em 2em 0em 2em;
}

/* 段落の見出し */
H2 {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.0;
	color: navy;
	border: solid #666699;
	border-width: 0px 0px 2px 0px;
}

P {
	line-height: 1.3;
	padding: 0px 0px 0px 0px;
	margin: 1em 1em 1em 1em;
}

DL {
	line-height: 1.3;
	margin: 1em 1em 1em 1em;
}

DT {
	font-weight: bold;
}

HR {
	display: none;
}

STRONG {
	color: red;	
}

/* 各ページのヘッダ */
.Navigator {
	margin-bottom: 0px;
}

.PageTitle {
	font-weight: bold;
	font-size: 120%;
	color: white;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 2px;
	background: #000066;
}

.LinkButtonU {
	font-size: 90%;
	color: gray;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

/* 各ページのフッタ */
.LinkButton {
	font-size: 90%;
	color: gray;
	text-align: right;
	margin: 1em 0px 1em 0px;
}

.Copyright {
	font: 80% Tahoma,Arial,sans-serif;
	color: gray;
	border: solid #000066;
	border-width: 1px 0px 0px 0px;
	text-align: right;
	margin: 2em 10px 0px 10px;
}

/* 本文＆写真（コメント付き） */
.Text {
	line-height: 1.3;
	padding: 0em 1em 0em 1em;
}
.Picture {
	font-size: 80%;
	line-height: 1.2;
	color: gray;
}
