@charset "Shift_JIS";

/***********************************************/
/* [Notice Mail] Style Sheets File             */
/* Copyright(C)ZERO-SKY All rights reserved.   */
/* Copyright(C)SKYONLINE All rights reserved.  */
/***********************************************/



/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Osaka";
	font-size: 80%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}



/***********************************************/
/* Contents                                    */
/***********************************************/
address {
	font-size: x-small;
	color: #C1C1C1;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0px;
	padding: 0px;

}

#notice_contents,
#notice_contents2 {
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}
#notice_contents {
	width: 420px;
	padding: 2px 5px 2px 5px;
}
#notice_contents2 {
	width: 420px;
	height: 46px;
	padding: 2px 5px 2px 5px;
}

.notice_hidden_info {margin: 0px;}

.notice_backlink {
	text-align: center;
	margin: 2px 0px 0px 0px;
}

.notice_form {margin: 5px 0px 5px 0px;}



/***********************************************/
/* Link                                        */
/***********************************************/
/* Basic */
a:link {color:#0099CC; text-decoration: none;}
a:visited {color:#0099CC; text-decoration: none;}
a:active {color: #66CCCC; text-decoration: underline;}
a:hover {color:#66CCCC; text-decoration: underline;}


/* contents2 */
address a:link {color:#C1C1C1; text-decoration: none;}
address a:visited {color:#C1C1C1; text-decoration: none;}
address a:active {color: #333333; text-decoration: underline;}
address a:hover {color:#333333; text-decoration: underline;}



/***********************************************/
/* Layout Design                               */
/***********************************************/
#notice_contents2 p {margin: 2px 0px 2px 0px;}



/***********************************************/
/* Text Design                                 */
/***********************************************/
.notice_fsc1 {color: #996600;}

.notice_fsc2 {color: #888888;}



/***********************************************/
/* Form                                        */
/***********************************************/
form {margin: 0px;}

input, textarea, select {
	color:#666666;
	font-size: 90%;
	line-height: 1.1;
	background-color: #E1E1E1;
	border: 1px solid #87AFBA;
}

input, textarea {padding: 0.2em;}

select {width: 105px;}

.m_usr {width: 130px;}

.submit {
	font-size: 90%;
	color: #336699;
	background: #FEFEFE url(./bg_submit_bt.gif) repeat-x;
	border: 3px double;
	border-color: #C4CCCC #ACB5B5 #6F7777 #ACB5B5;
}

a.submit {
	display: block;
	width: 6em;
	padding: 0.2em 0.5em 0.3em 0.5em;
}
.submit:visited {color: #3399CC;}
.submit:hover {
	background: #FEFEFE url(./bg_submit_bt_over.gif) repeat-x;
	border: 3px double;
	border-color: #B3D0DB #B3D0DB #85B5C5 #B3D0DB;
}

input.submit {
	margin-left: 4px;
	padding: 1px 0.5em;
	cursor: pointer !important;
	cursor: hand;
}

* html input.submit {
/*\*//*/
padding: 2px 0.5em;
/**/	
/*\*/padding: 0 0.5em;/* */
width/**/: 0;
overflow/**/: visible;
}



/***********************************************/
/* Layouto Option                              */
/***********************************************/
/* IE6 */
* html div.notice_form {margin: 7px 0px 7px 0px;}
* html div.notice_backlink {margin: 2px 0px 4px 0px;}


/* IE7 */
*:first-child+html div.notice_form {margin: 7px 0px 5px 0px;}
*:first-child+html div.notice_backlink {margin: 2px 0px 4px 0px;}
*:first-child+html .submit {padding: 0.2em 0.2em 0em 0.2em;}


