/* body ---------- */
body {
	background-color: #FFFFFF;
	color:#333333;
	line-height:150%;
}

a:link      {text-decoration: none;}
a:visited	{text-decoration: none;}
a:hover		{text-decoration: none;}
a:active	{text-decoration: none;}


/* ヘッダ＆フッタ -- */

.headder_txt {
	color: #333333;
	font-size: x-small;
	line-height: 150%;
}

.headder_txt a:link {
	color: #333333;
}

.headder_txt a:visited {
	color: #333333;
}

.headder_txt a:active {
	color: #333333;
}

.headder_txt a:hover {
    color:#CCCCCC;
}

/* リンク -- */

.link-arrow {
	font-size: x-small;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	color: #12B6B5;
	padding-left: 20px;
	display: inline;
	background-position: left center;
	padding-top: 5px;
	line-height: 150%;
	padding-bottom: 5px;
}

a.link-arrow:visited {
	color: #03B8B8;
}

a.link-arrow:active {
	color: #03B8B8;
}

a.link-arrow:hover {
	color: #84E3DC;
}

/* トップメニューボタン ---------- */

.topmenu {
    display:block;
	color:#333333;
	font-size: 12px;
	background-image: url(img/top-menu.jpg);
	background-repeat: no-repeat;
	width: 126px;
	text-align: center;
	height: 30px;
	line-height: 25px;
}

.topmenu:hover {
	background-image: url(img/top-menu_mo.jpg);
	color: #CCCCCC;
}


/* 左メニューボタン ---------- */


.left-menu_blue {
	display:block;
	font-size:10pt;
	color:#0379B6;
	width:160px;
    background-image: url(img/left-menu_om.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 5px;
	height: 25px;
	background-position: left center;
	padding-top: 5px;
	padding-left: 12px;
}

.left-menu {
	display:block;
	font-size:10pt;
	color:#2CC0B4;
	width:160px;
	background-image: url(img/left-menu.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin-bottom: 5px;
	height: 25px;
	background-position: left center;
	padding-top: 5px;
	padding-left: 12px;
}

a.left-menu:link {color:#2CC0B4;}

a.left-menu:visited {color:#2CC0B4;}

a.left-menu:active {color:#2CC0B4;}

a.left-menu:hover {
	color:#0379B6;
	background-image: url(img/left-menu_om.jpg);
}

/* 中央メインメニュー ---------- */

.nomal_txt {
	color:#333333;
	font-size: x-small;
	line-height: 150%;
}

.nomal_txt a:link {
	color:#2CC0B4;
}

.nomal_txt a:visited {
	color:#2CC0B4;
}

.nomal_txt a:active {
	color:#2CC0B4;
}

.nomal_txt a:hover {
	color:#84E3DC;
}

.nomal_txt_s {
	color:#999999;
	font-size: xx-small;
	line-height: 150%;
}

.nomal_txt_l {
	color:#333333;
	font-size: large;
	line-height: 150%;
	font-weight: bold;
}


h1 {
	font-size: small;
	color: #03B8B8;
	background-image: url(img/title01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	height: 25px;
	padding-top: 5px;
}

h2 {
	font-size: small;
	color: #03B8B8;
	background-image: url(img/title02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	font-weight: bold;
	display: block;
	padding-left: 15px;
	height: 25px;
	padding-top: 5px;
}

.blue-pointer_l {
	font-size: small;
	line-height: 150%;
	background-image: url(img/blue-pointer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #0379B6;
	font-weight: bold;
	display: inline;
	padding-left: 20px;
}

.blue-pointer_l:hover {
	color: #B6E4FE;
}

.blue-pointer_s {
	font-size: x-small;
	line-height: 150%;
	background-image: url(img/blue-pointer_s.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
	display: inline;
	padding-left: 20px;
	color: #333333;
}

a.blue-pointer_s:link {
	color: #0379B6;
}

a.blue-pointer_s:visited {
	color: #0379B6;
}

a.blue-pointer_s:active {
	color: #0379B6;
}

a.blue-pointer_s:hover {
	color: #B6E4FE;
}

.blue-pointer_s a:link {
	color: #2CC0B4;
}

.blue-pointer_s a:visited {
	color: #2CC0B4;
}

.blue-pointer_s a:active {
	color: #2CC0B4;
}

.blue-pointer_s a:hover {
	color: #84E3DC;
}


strong {
	font-size: x-small;
	line-height: 150%;
	font-weight: bold;
	color: #2AB8B9;
}


.photo {
	float: left;
	padding: 5px;
	font-size: xx-small;
	color: #999999;
}


/*--------------------*/ 
/*　入力フォーム関連　*/
/*--------------------*/ 
input.textline_tel {
	width:40px;
	font-size: x-small;
}
input.textline_s {
	width:80px;
	font-size: x-small;
}
input.textline_m {
	width:220px;
	font-size: x-small;
}
input.textline_l {
	width:300px;
	font-size: x-small;
}
textarea.textline_l {
	width:300px;
	font-size: x-small;
}
th.inputform {
	font-size: x-small;
	font-weight:normal;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-right:1px dashed #999999;
	padding:5px;
	text-align:left;
	white-space:nowrap;
}
th.require {
	font-size: x-small;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-right:1px dashed #999999;
	padding:5px;
	text-align:left;
	background-color: #F4E8E8;
	font-weight:bold;
}
td.inputform {
	font-size: x-small;
	border-collapse:collapse;
	border-top:1px solid #999999;
	padding:5px;
}
th.inputform_end {
	font-size: x-small;
	font-weight:normal;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-right:1px dashed #999999;
	border-bottom:1px solid #999999;
	padding:5px;
	text-align:left;
	white-space:nowrap;
}
td.inputform_end {
	font-size: x-small;
	border-collapse:collapse;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:5px;
}
p.close {
	text-align:center;
	margin:30px auto;
	font-size: x-small;
}
p.checkmessage {
	font-size: x-small;
	margin:15px 40px;
	padding:10px;
  border:3px double #999999;
}
.errormessage {
	color: #990000;
	font-weight:bold;
}
