@charset "Shift_JIS";

/* 障害者パソコン研究会用 共通スタイルシート */


body {
	background: #ffffff;
	color: #303030;
	margin: 0px;
	padding: 0px;
}

.no_display {
	display: none;
}

p,th,td,li {
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #303030;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 2px;
	background: #666666;
	line-height: 140%;
	font-size: 130%;
	color: #FFFFFF;
}

h2 {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	padding: 3px;
	background: #DDDDDD;
	line-height: 125%;
	font-size: 110%;
	color: #000000;
	border-top: none 0px #FFFFFF;
	border-bottom: none 0px #FFFFFF;
	border-left: solid 8px #666666;
	border-right: none 0px #FFFFFF;
}

h3 {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	padding-left: 5px;
	background: #FFFFFF;
	line-height: 125%;
	font-size: 100%;
	color: #000000;
	border-top: none 0px #FFFFFF;
	border-bottom: solid 1px #666666;
	border-left: none 0px #FFFFFF;
	border-right: none 0px #FFFFFF;
}

h4 {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	padding-left: 0px;
	line-height: 110%;
	font-size: 100%;
	color: #000000;
	border-top: none 0px #FFFFFF;
	border-bottom: none 0px #FFFFFF;
	border-left: none 0px #FFFFFF;
	border-right: none 0px #FFFFFF;
}


.date {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.details_link {
	padding-top: 20px;
	text-align: right;
}

img {
	border: 0px;
	margin: 0px;
}

.img_center {
	border: 0px;
	margin: 20px;
	text-align: center;
}

/* 表 */
table {
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: auto;
	border: solid 1px #000000;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

/* 表見出し */
caption {
	color: #000000;
	margin-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

/* 表：見出しセル */
th {
	color: #000000;
	background-color: #c3ffc3;
	border: solid 1px #000000;
	padding: 5px;
	font-size: small;
	text-align: center;
	vertical-align: top;
}

/* 表：セル */
td {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	padding: 5px;
	font-size: small;
	text-align: left;
	vertical-align: top;
}

.frame_menu {
	width: 750px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	border: none 1px #000000;
	text-align: right;
}

.frame_page {
	width: 750px;
	margin: 10px;
	padding: 1px;
	background: #FFFFFF;
	border: solid 1px #000000;
}

.frame_contents {
	padding: 5px;
	background: #FFFFFF;
	color: #000000;
}

/* コラムの囲み */
.frame_column1 {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background: #FFFFFF;
	border: solid 1px #999999;
}

.frame_column1 p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.frame_column2 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background: #FFE8E8;
	border: solid 1px #FF0000;
}

.frame_column2 p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.frame_column3 {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background: #E8E8FF;
	border: solid 1px #0000FF;
}

.frame_column3 p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.frame_column1a {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background: #FFFFFF;
	border: dotted 3px #999999;
}

.frame_column1a p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.frame_column2a {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background: #FFE8E8;
	border: dotted 3px #FF0000;
}

.frame_column2a p{
	margin-top: 5px;
	margin-bottom: 0px;
}

.frame_column3a {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	background: #E8E8FF;
	border: dotted 3px #0000FF;
}

.frame_column3a p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.column_title {
	font-family: "ＭＳ Ｐゴシック", MS PGothic, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: none;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 10px;
	line-height: 110%;
	font-size: 100%;
	color: #000090;
}

/* フォントの修飾クラス */

.small {
	font-size: small;
}

/* サイト名称 */
.sitename {
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 50px;
	margin-right: 5px;
	text-align: right;
}

/* フッター用スタイル */
.footer {
	width: 750px;
	margin-top: 25px;
}

/* 中寄せ */
.centerposition {
	text-align: center;
}
