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

/*----------------------------------
	基本構造
-----------------------------------*/

body{
	font-size:67%;
	color:#666666;
	letter-spacing:0.05em;
	line-height:1.66em;
	font-family: 'メイリオ', Meiryo,century gothic,'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro'
, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	background-color:#FFFFFF;
	}

#contents{
	display:none;
	background-color:#F0F0F0;
	padding:30px 0px;
	z-index:1;
	}

#update{
	background-color:#BBD548;
	}

.inner{
	width:900px;
	padding:30px;
	margin:0 auto;
	}

#update .inner{
	width:900px;
	padding:10px 30px;
	margin:0 auto;
	}

#nav{
	backgroud-color:white;
	}

.topick{
	width:300px;
	float:right;
	background-color:#333333;
	border:10px solid :#333333;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:10px;
	color:white;
	}
	
	
/*----------------------------------
	ナビゲーション
-----------------------------------*/

#nav ul{
	width:140px;
	height:100px;
	position:fixed;
	top:0px;
	left:900px;
	z-index:4;
	background-color:white;
	-webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
	padding-top:10px;
	}
	
#nav ul li{
	height:20px;
	width:135px;
	}
	
#nav ul li a{
	display:block;
	width:130px;
	height:20px;
	padding-left:5px;
	}

#nav ul li a:hover{
	height:20px;
	background-color:#CCCCCC;
	color:white;
	}


/*----------------------------------
	update
-----------------------------------*/

.update-list dt{
	clear:both;
	float:left;
	width:80px;
	height:10px;
	}

.update-list dd{
	float:right;
	width:700px;
	
	}

	
.update-list dt,
.update-list dd{
	margin:3px;
	}


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

h1{
	font-size:80%;
	padding:10px 0px;
	}

h2{
	*font-size:120%;
	margin-bottom:5px;
	}

/*----------------------------------
	a
-----------------------------------*/

a{
	background-color:white;
	padding:3px 4px;
	color:#999999;
	text-decoration:none;
	}

a:hover{
	color:white;
	background-color:#999999;
	}

.link-top{
	text-align:right;
	margin:10px 0px;
	}
	
/*----------------------------------
	文字
-----------------------------------*/

.color-A{
	color:#A3CC00;
	}

/*----------------------------------
	配置
-----------------------------------*/

.ly-left{
	float:left;
	}

.ly-right{
	float:right;
	}

.ly-claer{
	clear:both;
	}

.inline-center{
	text-align:center;
	}

.inline-right{
	text-align:right;
	}

.blank-bottomM10{
	margin-bottom:10px;
	}

.blank-bottomP10{
	padding-bottom:10px;
	}

/*----------------------------------
	リセット
-----------------------------------*/

*{
	margin:0;
	padding:0;
	}

dl,li{
	list-style-type:none;
	}

/*	clearfix
----------------------------------*/

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

.clearfix{
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	}

.clearfix{
	display: block;
	}

/* End hide from IE-mac */
	

