a{
	margin: 0px;
	padding: 0px;
}

ul,li{ margin: 0; padding: 0; }
body {
	background-color:#000000;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing:1px;
	color: #000000;
	}
	
.white {
	color: #ffffff;
}

.white-midashi {
	color: #ffffff;
	font-weight:bold;
	font-size:16px;
}

.cap {
	font-size: 12px;
	line-height: 1.4;
}

.w-cap {
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
}

.bold {
	font-size: 15px;
	font-weight:bolder;
}
	
#wrapper{
	margin: 0 auto;
	text-align: center;
	}

.month-s {
	font-size: 14px;
	letter-spacing:1px;
	line-height: 1.6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

/*　リンク　*/

a:link{ color: #4694D1; text-decoration: none; }
	 
a:visited{ color: #736357; text-decoration: none; }
	 
a:hover{ color: #5B9DFF; text-decoration: none; }

/* フォーム */
#content .box135 {
  width: 135px !important; /* IE Win = width - padding */
  width: 135px; 
  margin-right: 10px;
  height: 75px;
}

#content .box300 {
  width: 300px !important; /* IE Win = width - padding */
  width: 300px; 
  margin-right: 30px;
  height: 75px;
}

#content .boxnormal, 
#content .boxmiddle{
background-color: #EDEDED;
background-repeat: no-repeat;
background-position: bottom left;
overflow: hidden;
width: 345px !important; /* IE Win = width - padding */
width: 343px; 
float: left;
margin: 0;
padding: 0;
font-size: 0.95em;
letter-spacing: 0em;
margin-bottom: 15px;
}


div {
background: transparent;
border: 0;
vertical-align: middle;
}

#content .boxnormal h2,
#content .boxmiddle h2 {
background-color: #EDEDED;
background-repeat: no-repeat;
background-position: top left;
overflow: hidden;
line-height: 1.2em;
margin: 0;
padding: 10px 15px 5px 15px;
}

#content .last{
float: right;
margin-right: 5px;
} 

#content .boxnormal h2 span,
#content .boxmiddle h2 span {
  font-size: 0.85em;
}

#content .caution {
clear: both;
background-color: white;
background-image: url(/sn/images/caution.gif);
background-repeat: no-repeat;
background-position: 0 0;
margin-top: 0;
margin-bottom: 10px;
padding: 0 0 0 22px;
font-size: 12px;
line-height: 1.6em;
color: #FF3F00;
}

#content {
text-align: left;
}

#content .boxmiddle{
  width: 545px !important; /* IE Win = width - padding */
  width: 543px; 
  float: left;
}

h2 {
font-size: 1.0em;
font-weight: normal;
}

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

.text0,
.text3,
.text4{
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px;
  padding-bottom: 5px;
  }

.text0 {width: 95% !important;width: 90%;}
.text3 {width: 3em;}
.text4 {width: 4em;}

textarea {
width: 95% !important;
width: 90%;
height: 150px;
}

.hr{
  content: "";
  clear: both;
  display: block;
  background-image: url(/sn/images/hr.gif);
  background-repeat: repeat-x;
  background-position: top left;
  width:700px;
  height: 3px;
  margin: 13px auto;
}

.clearafter {
    zoom: 100%;
}
.clearafter:after {
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.iepngfix {  
  behavior: expression(IEPNGFIX.fix(this));  
}
.clearboth{
  content: '';
  clear: both;
}
.clearleft{
  clear: left;
}
.clearright{
  clear: right;
}
.floatl{
  float: left;
}
.floatr {
  float: right;
}

/* --FORM-- */  
fieldset {  
border:1px solid #ccc;  
margin-bottom:1em;  
padding:0 1em 1em 1em;  
}  
  
legend {  
background:#fff;  
padding:0.3em;  
}  
  
input, textarea {
    font-size: 16px;
line-height:1.4;  
padding:0;  
vertical-align:middle;  
}  
  
input[type="checkbox"],  
input[type="radio"] {  
vertical-align:top; 
}  

input[type="button"],
input[type="submit"] {  
padding:0.1em;
}  
  
select {  
padding:0; 
    font-size: 16px; 
}  
