@charset "UTF-8";
/* CSS Document */

/* index==========================

	1.for common reset
	2.for common link
	3.for clearFix
	
*/

/* for common reset
===============================================================*/
* {
	margin:0;
	padding:0;
}
html{
    height:100%;
	overflow-y:scroll;
}
body{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333333;
	/*font-size:100%;*/
	font-family: "メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 15px;
	background: #000000 url(../images/bg.jpg) no-repeat center top;
	background-attachment:fixed;
	/*height:100%;*/
}
 /* safari only \*/  
html:\66irst-child body {  
	letter-spacing: 0px;
}


img{
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;
}
dl,dt,dd{
	margin:0;
	padding:0;
}
hr{
	display:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}
p{
	margin:0;
	padding:0;
	font-size:100%;
}
div{
	margin:0;
	padding:0;
}
input, select {
	font-size:12px;
}
table, th, td {  
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
}
a {
	color: #003465;
	text-decoration:none;
}   

a.linkRed {
	color: #990000;
	text-decoration:none;
}   

a.linkRed2 {
	color: #ed7a1d;
	text-decoration:underline;
}   

a:hover,
a.linkRed:hover {
	color: #ed7a1d;
	text-decoration:underline;
}

/* for clearFix
===============================================================*/
.cf:after{ 
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
   content:".";
	font-size: 0em;   /* フォントサイズを0にする */
}
/* 追加 MacIE 5 と WinIE 7 向け */
.cf{
   display:inline-block;
}
/*MacIE \*/
* html .cf{
	height:1em;
}
.cf{
	display:block;
}
/*  */

/* for clearFix2
===============================================================*/
div:after{ 
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
   content:".";
}
/* 追加 MacIE 5 と WinIE 7 向け */
div{
   display:inline-block;
}
/*MacIE \*/
* html div{
	height:1em;
}
div{
	display:block;
}
/*  */


/* for clearFix3
===============================================================*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear { clear:both; }  
.clear hr { display:none; } 

/* for IE6
===============================================================*/
.iepngfix {   
    behavior: expression(IEPNGFIX.fix(this));   
}  
