@charset "Shift_JIS";


/* ----- リンク定義 ----- */

a:link{color: #0033cc;}
a:visited{color: #CB77CB;}
a:active{color: #CB77CB;}
a:hover{text-decoration: none;}

a.linkBl:link{color: #003399;}
a.linkBl:visited{color: #993399;}
a.linkBl:active{color: #993399;}
a.linkBl:hover{text-decoration: none;}

/* ----- タグ定義 ----- */

html {
	min-height:100%;
	_height:100%;
}

body {
	background: url(../img/main_bg.gif) #ffffff repeat 0px 0px;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

p, li, dt, dd {
	font-size: 120%;
	line-height: 170%;
}

p, form, ul, ol, li, dl, dt, dd, td, th, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}

label {
	cursor: pointer;
}

input {
	color: #555555;
}

img {
	border: none;
}

/* ----- 全体 ----- */

#container {
	background-color: #ffffff;
	width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.nmlTtl1 {
	width: 644px;
	background-color: #D5EBC4;
	font-size: 85%;
	line-height: 160%;
	color: #333333;
	margin: 0px 0px 15px 0px;
	padding: 4px 0px 6px 12px;
}

.mainTxt {
	padding: 5px 0px 20px 0px;
}

.notesArea {
	list-style-type: none;
	padding-top: 15px;
}

.notesArea li{
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.notesArea span.notesIcon{
	padding-right: 0.3em;
}

.markListLg {
	list-style-type: none;
	width: 100%;
}

.markListLg li {
	background: url(../img/ico_list01.gif) no-repeat 0.2em 0.7em;
	font-size: 100%;
	line-height: 160%;
	padding-left: 2%;
}

div.wakuYel {
	width: 758px;
	background-color: #FCF9E9;
	border: 1px solid #EBE0A5;
	padding: 10px 20px;
}

div.wakuBlu {
	width: 758px;
	background-color: #EBF4FA;
	border: 1px solid #C4DFF3;
	padding: 10px 20px;
}

div.wakuRed {
	width: 758px;
	background-color: #FFF1F1;
	border: 1px solid #F3BBBB;
	padding: 10px 20px;
}

.boxSpace {
	padding: 10px 0px 25px 15px;
}

/* ===== ----- ヘッダー ----- ===== */

#headArea {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 185px;
	height: 60px;
	float: left;
	background: url(../img/logo.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	margin: 32px 0px 14px 0px;
}

#logo a {
	display: block;
	width: 185px;
	height: 60px;
}

#headCt {
	width: 300px;
	height: 55px;
	float: left;
	padding: 40px 0px 0px 20px;
}

#headCt p {
	font-size: 100%;
	line-height: 160%;
}

#headRt {
	width: 210px;
	height: 106px;
	float: right;
	background: url(../img/h_tel.gif) no-repeat right 48px;
	text-indent: -9999px;
}

/* ===== ----- メイン ----- ===== */

#mainArea {
	width: 800px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

/* ===== ----- フッター ----- ===== */
#copyright {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 90%;
	text-align: center;
	padding: 20px 0px;
}

/* ----- 文字装飾 ----- */

.smlTxt {
	font-size: 80%;
}

.smlerTxt {
	font-size: 75%;
}

.smlestTxt {
	font-size: 70%;
}

.bigTxt {
	font-size: 115%;
}

.biggerTxt {
	font-size: 120%;
}

.biggestTxt {
	font-size: 125%;
}

.colRed {
	color: #cc0000;
}

.colBlue {
	color: #4BAAE6;
}

.colBlue2 {
	color: #2244aa;
}

.colOra {
	color: #E68614;
}

/* ----- ライン ----- */

.line01 {
	background: url(../img/line01.gif) repeat-x 0px bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* ----- リンク ----- */

.link01 {
	background: url(../img/ico_link01.gif) no-repeat 0px center;
	padding: 0px 0px 0px 14px;
}

.link02 {
	background: url(../img/ico_link02.gif) no-repeat 0px center;
	padding: 0px 0px 0px 12px;
}

.link03 {
	background: url(../img/ico_link03.gif) no-repeat 0px center;
	padding: 1px 0px 1px 16px;
}

.icoPdf {
	background: url(../img/ico_pdf.gif) no-repeat 0px center;
	padding: 1px 0px 1px 20px;
}

/* ----- 印刷用 ----- */

@media print{
	body { zoom:1; }

	p, li, dt, dd {
		font-size: 80%;
		line-height: 140%;
	}
}