
@charset "UTF-8";

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

* {
	margin: 0;
	padding: 2;
}

body {
	margin:2;
	padding:2;
	background: #000000;
	color: #ccffff;		

    font-size:9px; 
    *font-size:samall; 
    *font:x-small;

	line-height:160%;
	font-family: "ＭＳ Ｐゴシック","Osaka", arial, helvetica, clean, sans-serif;

background:url(img/bg_02bl.jpg) ;
background-repeat: y; 
background-position: center; 	
	
}	


a:link	{ color: #808080; text-decoration: underline; }
a:visited	{ color: #808080; text-decoration: underline; }
a:active	{ color: #000080; text-decoration: underline; }
a:hover	{ color: #000080; text-decoration: underline; }

h1,h2,h3,h4,h5,h6 {
	font-size: 70%;
	font-weight: normal;
}


p{
	font-size:9px;
	line-height:1.8em;
	
	font-weight:normal;
}



img {
	border: none;
}

hr {
	display:groove;
	clear:both;
}


/* 全体中央揃え
-------------------------------------------------------*/

/* #container {
/*	width:780px;
/*	margin-right:auto;
/*	margin-left:auto;
/* }


/* ヘッダー
-------------------------------------------------------*/

#header {
	width:780px;
	height:100px;
	margin-bottom:10px;
/* 	background-image: url(../);
/* 	background-repeat: no-repeat;
}

#header li {
	list-style-type:none;
	vertical-align:top;
}

#header li img {
	vertical-align:top;
}

#header p {
	display: none;
}


/* グローバルナビ
-------------------------------------------------------*/

#globalNavi {
	width:780px;
	height:26px;
	margin-bottom:10px;
}

#globalNavi li {
	list-style-type:none;
	float:left;
}

#globalNavi li a {
	width:152px;
	height:26px;
	display:block;
	text-decoration: none; 
	text-indent:-9999px;
}


/* メイン
-------------------------------------------------------*/

#main {
	width:780px;
	padding:15px 0 0 10px;
	background-color:#000000;
	overflow: hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/


/* フッター
-------------------------------------------------------*/

#footer {
	width:145px;
	height:50px;
	padding:25px 0 0 615px;
	background-color:#000000;
/* 	background:url(../) ;
/* 	background-repeat: no-repeat; 
/* 	background-position: top; 
	clear:both;
}

#footer address {
	display:none;
}


/* リンク
-------------------------------------------------------*/

a.arrow01{
	padding-left:10px;
/* 	background:url(../) ;
/* 	background-repeat: no-repeat; 
/* 	background-position: 0px 0px; 
}


/* その他
-------------------------------------------------------*/

.clear{
	clear:both;
}

div,p{
/*	border:2px #808080 solid;
       border:2px #808080;
}



