@charset	'utf-8';
@import		"./mainFrame.css";

/* 共通設定
--------------------------------------------------------------------------*/

body, td, th, div, p, a, pre {
	font-size: small!important;
	font-size: x-small;
	line-height: 1.3;
}

select, input, textarea {
	font-size: 100%;
}

body, td, th, div, p, a, pre,
select, input, textarea {
	font-family:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
		'平成角ゴシック', 'HeiseiKakuGothic', Osaka, 
		'ＭＳ Ｐゴシック', 'MS PGothic', 
		'ＭＳ ゴシック', 'MS Gothic',
		sans-serif;
	padding: 0px;
}

/* MacIE Only */
small {
	font-weight: normal;
	font-size: 9px;
}
/* Css Hack Except MacIE5 \*/ 
small {
	font-size: 80%;
}
/* Css Hack End */

.Big {
	font-size: 130%;
}

h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

a:link, a:visited {
	color: #871263;
}

a:active, a:hover {
	color: #990066;
}

a img, noscript img {
	border: 0;
}

/* <strong>と同じ見た目のアンカー */
.Sta a:link, .Sta a:visited ,
.Sta a:active, .Sta a:hover {
	color: #000000;
	text-decoration: none;
}

/* <b>と同じ見た目のアンカー */
.Bda a:link, .Bda a:visited, 
.Bda a:active, .Bda a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

strong, em {
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 0.5em 0;
}

p img {
	margin: 0 0 0.3em 0;
}

blockquote {
	margin: 0.5em 0;
	padding: 0 0 0 1.5em;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	border-top: 1px solid #cccccc;
	background: none;
}

input.ImeOff {
	ime-mode: disabled;
}

input.ImeOn {
	ime-mode: active;
}

.Clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	color: #ffffff;
}

.B {
	font-weight: bold;
}

.TxtL {
	text-align: left;
}

.TxtC {
	text-align: center;
}

.TxtR {
	text-align: right;
}


label.Disabled {
	color: #CCCCCC;
}

div.SelectViewInquiry {
	text-align: right;
	margin: 5px 0;
}

span.Hissu {
	color: #CC0000;
}

span.Error {
	color: #CC0000;
}

.Pointer {
	cursor: pointer;
}

/*
.Paging {
	width: 95% !important;
	width: 99%;
	padding: 0 1em;
}
*/

.Paging div.Description {
	width: 47%;
	float: left;
	text-align: left;
	padding: 0.5em 0;
}

.Paging div.Number {
	width: 47%;
	float: right;
	text-align: right;
	padding: 0.5em 0;
}


/* H1タイトル
--------------------------------------------------------------------------*/

#header{
	width: 958px;
	height: auto;
	text-align: left;
	font-size: 80%;
	line-height: 240%;
}

#header h1 {
	background-image: url(../img/logo.gif);
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 15px 10px 0 0;
	text-align: right;
	background-repeat: no-repeat;
	height: 50px !important;
	height: 65px;
	display: none;
}


/* その他共通CSS
--------------------------------------------------------------------------*/

h2 {
	text-align: left;
	background-color: #E9E0EF;
	padding: 5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9976B6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E0EF;
	font-weight: normal;
	display: block;
}

h3 {
	background-image: url(../img/bgH3PurpleBarY.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 100;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
}

table.Explanation th {
	background-color: #871263;
	font-weight: normal;
}


table.Explanation td {
	background-color: #FFFFFF;
}

table#hogushi {
padding:10px 0;
margin:0 !important;
margin:10px 0;
}

table#hogushi td img {
vertical-align:bottom;
}


/* SEOキーワードをプレビューする場合コメントアウト
--------------------------------------------------------------------------*/

/*
.Sta a:link, .Sta a:visited ,
.Sta a:active, .Sta a:hover {
	font-weight: bold;
	color: #669933;
}

strong, em {
	font-weight: bold;
	color: #6633cc;
}
*/
