@charset "utf-8";
/* フォームのスタイル */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "MS UI Gothic", sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-image: url(../a-images/pt02_31.gif);
}
/* 文字のスタイル */
.style1 {
	color: #FF4414;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 180%;
}
.style4 {
	font-size: 130%;
	line-height: 145%;
}
.style5 {
	font-size: 200%;
	font-weight: bold;
	color: #ff4414;
	line-height: 1.2em;
}
.style6 {
	font-size: 120%;
	font-weight: bold;
	color: #ff4414;
	line-height: 1.2em;
}

.style8 {
	color: #FFFFFF;
	font-style: italic;
	line-height: 100%;
}
.style9 {
	font-size: 80%
}
.style10 {
	font-size: 150%;
	font-style: italic;
	color: #FF4414;
	font-weight: bold;
	line-height: 110%;
}
.style11 {
    color: #FF0000
}
.style12 {
	color: #007900;
}


/* 見出しの設定 */
h1 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 300%;
	font-weight: bolder;
	color: #FFFFFF;
}
h2 {
	color: #FF4414;
	background-image: url(../a-images/ya-orange.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	background-color: #FFE1B8;
	padding-left: 22px;
	margin-bottom: 5px;
}
h3 {
	color: #005ECD;
	background-image: url(../a-images/ya-blue.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	font-weight: bold;
	background-color: #CFE3FF;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 130%;
	line-height: 1.2em;
	padding-top: 2px;
	padding-bottom: 2px;
}
h4 {
	font-size: 125%;
	font-weight: bold;
	color: #005ECD;
	line-height: 110%;
}
h5 {
	font-weight: bolder;
	color: #FFFFFF;
	padding-left: 5px;
}

h6 {
	font-size: 10px;
	line-height: 110%;
	color: #FFFFFF;
}
/* リンクの設定 */
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #810081;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/* 段落設定 */
p {
	line-height: 1.4em;
}

/* 文字強調設定 */
strong {
	font-weight: bold;
}

/* リスト設定 */
li {
	list-style: none;
}
dt {
	margin-top: 6px;
}


/* 定義の詳細 */
dd {
	line-height: 95%;
}

/* アドレスの設定 */
address {
	clear: both;
	font-size: 95%;
	font-style: italic;
	margin-top: 50px;
	margin-bottom: 5px;
	line-height: 130%;
}

#header td {
	color: #000000;
	height: auto;
}

#login table {
	text-align: left;
}
#login table td {
	padding-right: 5px;
	padding-left: 5px;
}
#left  img {
	float: left;
	margin-right: 5px;
}
#left  dt {
	margin-top: 13px;
}
#left  table {
	border-top: 1px solid #999999;
	width: 470px;
	margin-top: 10px;
}
#left  table  th {
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}
#left   table   td {
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
#right table {
	border-top: 1px solid #999999;
	width: 300px;
	margin-top: 10px;
}
#right table th {
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}
#right table td {
	border-bottom: 1px solid #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
.title-01 {
	background-color: #FF4414;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 200px;
	margin-bottom: 5px;
}
.pic-right {
	float: right;
	margin-right: 20px;
}
.pic-left {
	float: left;
	margin-right: 20px;
}
.voice {
	padding: 10px;
	border: 1px solid #FF4414;
}
