/* 基礎 */
/*-------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px; 
	line-height: 1.5; /* 行間 */
	letter-spacing: normal; /* 字間 */ 
	color: #ccc; /*テキストの色*/
	font-size: 98%; /* サイズ */
	font-weight: normal; /* 太さ */
	font-style: normal; /* スタイル */
    font-family: メイリオ, Verdana, Arial, Osaka;/*フォント*/
    }

body{
	background-color: #444;
	background-image: url(bg2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

/*	レイアウト */
/*-------------------------------------------------*/

/*土台*/
#index{
	background-color; #666;
    background-attachment: fixed; }
    
/*センタリング*/
#contents{
	margin: auto;
	padding: 0px;
	width:700px;
 	height: 100%;
	text-align: center;}
	
/*中枠*/
#box {
	background-color: #222;
	width:700px;
	padding:  0px 20px 0px 20px;
	text-align: center;
	border-top: 0px double #000;
 	border-left: 0px double #000;
 	border-right:0px solid #000;
 	border-bottom: 0px double #000;	}

/*白枠*/
#boxx {
	background-color:#666;
	width:80px;
	height:50px;
	margin: 0px;
	padding: 20px;
	text-align: center;
	border-top: 0px double #000;
 	border-left: 0px double #000;
 	border-right:0px solid #000;
 	border-bottom: 0px double #000;	}

 		
#box2 {
	background-color: #222;
	width:700px;
	margin: 0px;
	padding: 20px;
	text-align: center;
	border-top: 0px double #000;
 	border-left: 0px double #000;
 	border-right:0px solid #000;
 	border-bottom: 1px solid #666;	}

 	
 	/*アカ枠*/	
#box3 {
	background-color: ;
	margin: 0px 0 10px 10px;
	width: 500;
	padding-left: 10px;
	text-align: left;
	border-left: 0px solid #eee; }

/* 文字・画像 */
/*-------------------------------------------------*/
	
h1{
	margin: auto;
	text-align: center;
	border-left: 0px solid #222;
	border-right: 0px solid #222;
	color: #fff;
	font-weight: bold;
	font-size: 150%;
	text-decoration: none;}	
	
h2{
	padding: 0px 0 2px 0px ;
	margin: 20px 0 0 0;
	text-align: center;
	color: #f60;
	font-family: "Georgia","Century Gothic","Arial";
	font-weight: bold;
	font-size: 180%;
	line-height: 0.2em;
	letter-spacing: 0em; }

address {
	background-color: #222;
	margin: auto;
	padding: 5px 0px 5px 0px;
	width: ;
	text-align: center;
	border-left: 0px solid #222;
	border-right: 0px solid #222;
	color: #aaa;
	font-family:  "Century Gothic","Georgia","Arial";
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	letter-spacing: normal;}	

img{
	clear: both;
	margin-top: 0px;}

.red{ color: #f60;}

.small{
	font-size: -2;}
	

/*box：赤文字*/
#box2 p{
	color: #eee;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	letter-spacing: normal; }
	
#box2 p.red{
	background-color:  #000;
	font-weight: normal;
	color: #eee;
	font-size: 100%;
	text-decoration: none;
	letter-spacing: normal;
	margin-left: -10px; }
	
#box2 p.grn{;
	color: #ef0;}
	
#box2 p.small{;
	color: #333;
}
/*リンク*/ 
/*-------------------------------------------------*/
a:link, a:visited{
	background-color: transparent;
	color: #ef0;
	text-decoration: none;
	font-weight: normal;}

a:hover, a:active{
	background-color:#222;
	text-decoration: none;
	color: #ccc;}
	
a:focus { outline: none;} 


a img,
a:link img,
a:visited img,
a:hover img,
a:active img{
	border: none;}



/* 定義リスト（aboutlink用）*/
/*-------------------------------------------------*/
dl {   
    width: 100%; 
    margin: 0;}   

dt {   
	background-color: #eee;
	color: #222;
    float:left;   
    width: 45px;   
    height:80px;
    padding: 0px;  
    margin: 3px;
    clear: both;   
    font-weight: bold;
    text-align: center;}  
 
dd {   
    width:*;   
    margin-left: 55px;
      height:80px;
    padding: 0px; 
    text-align: left;
    }
    


/* リストul/ol 引用blockquote */
/*-------------------------------------------------*/

ul, ol, 				/*リスト*/
blockquote, 			/*引用*/
table, caption, td, th,	/*テーブル*/
form, textarea			/*フォーム*/
	 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

ul, ol{
	list-style-type: square;
	list-style-position: outside;
}


