@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}

/* -------------------------------------------- */ 
/* ■基本■ */
/* -------------------------------------------- */ 

html{ 
    height:100%; 
} 

BODY {
	background-image:url(img/background.jpg);
	background-color:#ffffff;
	background-repeat:repeat;
	background-position: center;
	background-attachment: fixed;
	text-align : center;
	height:100%;
	width:100%;
	font-size :70%; 
	color : #333333; 
	line-height: 100%;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W4","Osaka","ＭＳ Ｐゴシック ",sans-serif;
	margin:0;
}


#main_logo{
	padding:0 0 0px 0;
	margin:0 0 20px 0;;
}


#contents{
	width:890px;
	max-width:880px;
	height:100%;
	border:none;
	min-height:100%;
}

#menu{
	width:200px;
	height:30px;
	padding:10px 60px 10px 50px;
	margin:0 0 5px 0;
	line-height: 300%
}

#main_contents{
	width:610px;
	max-width:610px;
	min-width:610px;
	height:auto;
	min-height:auto;
	border:none;
	padding:23px 0px 0px 0px;
}

#copyright{
	width:auto;
	padding:70px 0 0px 0;
	margin:0 0 0px 0;
	text-align : center;
	background-image: transport;
}


td, th{
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W4","Osaka","ＭＳ Ｐゴシック ",sans-serif;
	text-align : left;
	vertical-align: top;
	padding:0px;
	height:100%;
	color : #333333;
	font-size:70%;
}

img {
	border : 0;
	padding:0 0 0 0;
}

br {
	letter-spacing : normal;
	color:#cccccc;
}
 
ul,li {
	list-style: none;
}


/* -------------------------------------------- */ 
/* ■アンカー■ */
/* -------------------------------------------- */ 

a{
	color : #333333;
	text-decoration : none; 
} 

A:link {	/* リンク */
	color: #333333;
	text-decoration: underline;
}

A:visited {	/* 既に見たリンク */
	color: #333333;
	text-decoration: underline;
}

A:active {	/* クリック時のリンク */
	color: #333333;
}

A:hover {	/* カーソルが上にある時のリンク */
 	color: #333333;
	text-decoration: underline;
}



/* -------------------------------------------- */ 
/* ■見出し■ */
/* -------------------------------------------- */ 

h1{
	font-family:  Georgia;
	font-size:30pt;
	color:         #990000;
	font-weight:   bold;
	text-align:    left;
	margin:        0px 0px 0px 0px;
	padding: 0 0 20px 0;
}

h2{
	font-family:  Impact;
	font-size:18pt;
	color:         #333333;
	font-weight:   normal;
	text-align:    left;
	margin:        0px 0px 0px 0px;
	padding: 0 0 0px 0;
}

h3{
	font-family : Verdana, Chicago, osaka, sans-serif, "ＭＳ Ｐゴシック"; 
	font-size:11pt;
	color:#333333;
	font-weight:bold;
	text-align:left;
	margin:70px 0px 0px 0px;
}

h3.top{
	margin:30px 0px 0px 0px;
}

h4{
	font-family : Verdana, Chicago, osaka, sans-serif, "ＭＳ Ｐゴシック"; 
	border-bottom: 1px dotted #666666;
	font-size:8pt;
	color:#333333;
	font-weight:normal;
	text-align:left;
	margin:0px 0px 0px 0px;
}
