<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/********************************************************/
/* [SKYMail] CSS                                        */
/* Copyright(C)ZERO-SKY All rights reserved.            */
/* Copyright(C)SKYONLINE All rights reserved.           */
/********************************************************/



/********************************************************/
/* Reset                                                */
/********************************************************/
body,div,h1,h2,h3,h4,h5,h6,fieldset,ul,ol,li,dl,dt,dd,pre,p,form,input,textarea,blockquote,th,td {
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,img {
	border: 0px;
	vertical-align: top;
}

address,caption,cite,code,dfn,strong,em,th,var {
	font-style: normal;
	font-weight: normal;
}

li {list-style: none;}

q:before,q:after {content: '';}

abbr,acronym {border: 0px;}

p {line-height: 1.5em;}

textarea {font-size: 100%;}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}



/********************************************************/
/* HTML Styles                                          */
/********************************************************/
body {
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Arial, Verdana, sans-serif;
	color:#555555;
	font-size: 75%;
	line-height: 1.4em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
*{
	margin: 0px;
	padding: 0px;
}



/********************************************************/
/* Heading                                              */
/********************************************************/
h1 {
	font-size: 120%;
	color:#000000;
	font-weight: bold;
	background-color:#ffffff;
	text-align: center;
	margin: 0px;
	padding: 12px;

}

h2 {
	color: #00CCFF;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00CCFF;
	border-left-color: #00CCFF;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
h3.message_error {color: #CC0033;}
h3.message_success {color: #00CCCC;}



/********************************************************/
/* Common                                               */
/********************************************************/
address {
	font-family: verdana, Arial, sans-serif;
	font-size: x-small;
	color:#CCCCCC;
	background-color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 40px 0px 0px 0px;
	padding: 12px;

}

ul {
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

li {
	line-height: 1.3em;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}

p {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}



/********************************************************/
/* Layout Design                                        */
/********************************************************/
#wrapper {
	text-align: center;
	background-color: #FFFFFF;
	width: 700px;
	margin: 40px auto 40px auto;
	padding: 20px;
	border: 1px solid #CCCCCC;
}

#comtents {
	text-align: left;
	background-color: #FFFFFF;
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}



/********************************************************/
/* Contents                                             */
/********************************************************/
.entry_area {
	width: 680px;
	margin: 0px auto 10px auto;
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ACACAC;
	border-left-color: #ACACAC;
	border-right-style: none;
	border-bottom-style: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}


.message_area {
	background-color: #EEEEEE;
	width: 670px;
	margin: 20px auto 20px auto;
	padding: 5px;
	border: 1px solid #ACACAC;
}

.message_area_error,.message_area_success {
	text-align: center;
	width: 480px;
	margin: 20px auto 20px auto;
	padding: 0px;
}

.box_error,.box_success {
	text-align: left;
	margin: 0px auto;
	padding: 10px;
}

.box_error {
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCCCC;
	border-left-color: #FFCCCC;
}

.box_success {
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEE0E4;
	border-left-color: #BEE0E4;
}



/********************************************************/
/* Link Style                                           */
/********************************************************/
a:link {color: #3399FF; text-decoration: underline;}
a:visited {color: #3399FF; text-decoration: underline;}
a:active {color: #0033FF; text-decoration: underline;}
a:hover {color: #0033FF; text-decoration: underline;}

address a:link {color:#CCCCCC; text-decoration: none;}
address a:visited {color: #CCCCCC; text-decoration: none;}
address a:active {color: #CCCCCC; text-decoration: none;}
address a:hover {color: #CCCCCC; text-decoration: none;}



/********************************************************/
/* List Design                                          */
/********************************************************/



/********************************************************/
/* Table Style                                          */
/********************************************************/
table.entry {
	color: #003366;
	background-color: #FFFFFF;
	width: 100%;
	margin: 0px auto;
	border: none;
	border-collapse: separate;
	border-spacing: 0px;
}

table.entry th {
	font-size: 100%;
	text-align: left;
	background-color: #BEE0E4;
	letter-spacing: 0.1em;
	padding: 4px;
	border: 1px solid;
	border-color: #FFFFFF #ACACAC #ACACAC #FFFFFF;
}

table.entry td {
	font-size: 100%;
	text-align: left;
	background-color: #ECECEC;
	width: 510px;
	padding: 4px;
	border: 1px solid;
	border-color: #FFFFFF #ACACAC #ACACAC #FFFFFF;
}

table th.table_head {
	text-align: center;
	font-weight: bold;
}

table.entry td.submit {text-align: center;}

table.entry td.submit input {
	color: #006699;
	background-image: url(../image/bg_formbutton.jpg);
	text-align: center;
	margin: 0px 30px 0px 30px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #666666;
}

table.entry th.entryheading {
	color: #003366;
	background-color: #CCCCCC;
	background-image: url(../image/icon_heading.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 5px 4px 4px 26px;
}



/********************************************************/
/* Form Style                                           */
/********************************************************/
input {border: 1px solid #666666;}

textarea {
	background-color: #FEFEFE;
	background-image: url(../image/bg_textarea.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	padding: 3px 3px 2px 4px;
	border: 1px solid #666666;
}

.txtarea_1 {width: 500px;}

.check_1 {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	border-style: none;
}

.radio_1,.radio_2,.radio_3 {
	vertical-align: middle;
	border-style: none;
}
.radio_1 {margin: 0px 10px 0px 0px;}
.radio_2 {margin: 0px 10px 0px 20px;}
.radio_3 {margin: 0px 10px 0px 20px;}

.select_1,.select_2 {vertical-align: middle;}
.select_1 {margin: 0px 10px 0px 0px;}
.select_2 {margin: 0px 0px 0px 30px;}

.textbox_1,
.textbox_2,
.textbox_3,
.textbox_4,
.textbox_5,
.textbox_6,
.textbox_7,
.textbox_8
.textbox_9 {
	background-image: url(../image/bg_textarea.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	margin: 0px;
	padding: 3px 2px 1px 4px;
}

.textbox_1,
.textbox_2,
.textbox_4,
.textbox_7 {font-family: verdana, Arial, sans-serif;}

.textbox_1 {width: 38px; margin: 0px 10px 0px 0px;}
.textbox_2 {width: 48px; margin: 0px 10px 0px 10px;}
.textbox_3 {width: 78px; margin: 0px 10px 0px 0px;}
.textbox_4 {width: 118px; margin: 0px 10px 0px 0px;}
.textbox_5 {width: 168px; margin: 0px 10px 0px 0px;}
.textbox_6 {width: 268px; margin: 0px 10px 0px 0px;}
.textbox_7 {width: 268px; margin: 0px 10px 0px 0px;}
.textbox_8 {}
.textbox_9 {}

.pgbackbt {
	color: #006699;
	background-image: url(../image/bg_formbutton.jpg);
	margin: 20px 30px 0px 30px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #666666;
}



/********************************************************/
/* Text Layout                                          */
/********************************************************/



/********************************************************/
/* Text Design                                          */
/********************************************************/
table.entry th span,table.entry td span {font-size: x-small;}
table.entry th span {color: #CC0033;}
table.entry td span {color: #006699;}




/********************************************************/
/* Layouto Option                                       */
/********************************************************/
/* IE6 */
* html p {
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}

* html div#wrapper {width: 740px;}

* html div.entry_area {margin: 0px auto 10px 10px;}

* html div.message_area {
	width: 680px;
	margin: 20px auto 20px 10px;
}

* html div.message_area_error,
* html div.message_area_success {margin: 20px auto 20px 100px;}


/* IE7 */
*:first-child+html p {
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}
</pre></body></html>