@charset "utf-8";

/* ====================================================================

	common.css

==================================================================== */

/* reset
------------------------------------------------------ */
html {
	overflow-y: scroll;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0;
	overflow: visible;
	padding: 0;
	background-color: #003399;
}

/* IE7 */
*+html body {
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
	font-size: 75%;
}
  
/* IE6 */
* html body {
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 75%;
}

a img, img {
	border: 0;
}

blockquote, dd, div, dl, dt,  
h1, h2, h3, h4, h5, h6,  
li, ol, p, pre, span, td, th, ul {
	padding: 0;
	margin: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

/* IE7 */
*+html code, kbd, pre, samp, tt {
	font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

/* a
------------------------------------------------------ */
a {
	color: #00a6b9;
	text-decoration: underline;
}

a:hover {
	color: #74e3f0;
	text-decoration: underline;
}

/* form
------------------------------------------------------ */
input,textarea {
	line-height: 1.4;
	padding: 0;
	vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="submit"] {
	padding: 0.1em;
}

select {
	padding: 0;
}

/* IE6 */
* html input {
	padding: 0.1em;
}

* html input.checkbox,
* html input.radio {
	vertical-align: -0.3em;
}

* html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}

* html select {
	vertical-align: -0.2em;
}

/* IE7 */
*+html input {
	padding: 0.1em;
}

*+html input.submit {
	line-height: 1.2;
	padding-top: 0.2em;
}

*+html select {
	vertical-align: -0.2em;
}

/* safari3 */
body: first-of-type input {
	padding: 0.1em;
}

body: first-of-type input[type="checkbox"],
body: first-of-type input[type="radio"] {
	vertical-align: -0.3em;
}

body: first-of-type input[type="submit"] {
	padding: 0.3em 0.3em 0.2em 0.3em;
}
html: not(: only-child: only-child) input {
	padding: 0;
	vertical-align: baseline;
}

html: not(: only-child: only-child) input[type="checkbox"],
html: not(: only-child: only-child) input[type="radio"] {
	vertical-align: baseline;
}

html: not(: only-child: only-child) select {
	vertical-align: 0.1em;
}

/* table
------------------------------------------------------ */
table {
}

td, th {
}

th {
}

/* clearfix
------------------------------------------------------ */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* IE6 */
* html .clearfix {
	display: inline-block;
}

/* IE7 */
*+html .clearfix {
	display: inline-block;
} 

.clearfix{
   display:block;
}


/* container set
------------------------------------------------------ */
body {
	color: #575757;
	background-image: url(../img/bg-home-green.gif);
	background-repeat: repeat-y;
	background-position: center;
		background-color: #003366;
}
body #container {
	margin: 0 auto;
	padding: 0;
	width: 818px;
	background-color: #FFFFFF;
}


/* margin_set
------------------------------------------------------ */
.spB05{
	margin-bottom: 5px;
}
.spB10{
	margin-bottom: 10px;
}			
.spB15{
	margin-bottom: 15px;
}			
.spB20{
	margin-bottom: 20px;
}
.spB25{
	margin-bottom: 25px;
}
.spB30{
	margin-bottom: 30px;
}
.spB35{
	margin-bottom: 35px;
}
.spB40{
	margin-bottom: 40px;
}
.spB45{
	margin-bottom: 45px;
}
.spB50{
	margin-bottom: 50px;
}
.spT05{
	margin-top: 5px;
}
.spT10{
	margin-top: 10px;
}
.spT15{
	margin-top: 15px;
}
.spT20{
	margin-top: 20px;
}
.spT25{
	margin-top: 25px;
}	
.spT30{
	margin-top: 30px;
}
.spT35{
	margin-top: 35px;
}
.spT40{
	margin-top: 40px;
}	
.spT45{
	margin-top: 45px;
}
.spT50{
	margin-top: 50px;
}
