@charset "Shift_JIS";

*	{
	margin: 0;
	padding: 0;
	background-color: transparent;	
}

/* デフォルト */
html{
	font-family:                Verdana,"ＭＳ Ｐゴシック", Osaka, Arial,sans-serif;
	color:                      #ffffff;
	font-size:                  small;
	line-height:                1.8;
	
	background-color:         	#333333;
	scrollbar-3dlight-color:    #333333;
	scrollbar-arrow-color:      #cccccc;
	scrollbar-base-color:       #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-face-color:       #000000;
	scrollbar-highlight-color:  #cccccc;
	scrollbar-shadow-color:     #cccccc;
	scrollbar-track-color:      #333333;
	/*background:                 #cccccc url(img/moon_bg.jpg) repeat;*/
}


body{
	font-size:12px;
	margin :0 auto 0 auto;
	text-align:center; 
}


hr{}/* not appricatable */

/* 見出し */
h1 {
	padding-top:170px;
	margin:0px 30px 15px 15px; 
	font-size:20px; 
	color:#ffffff; 
	font-weight:bold;
	text-align:right;
	line-height:25px;
	font-family:Century Gothic,Arial,Verdana;
}

h2 {
	text-align:left; 
	font-size:13px;
	margin:0px;
	padding:0px 20px;
	font-weight:400;
	font-variant:small-caps;
	line-height:18px;
	height:18px;
	color:#00cccc; 
	border-left:3px solid #000000;
}


/* 段落 */
p {
	text-align:left;
	margin:10px ;
	color:#cccccc;
	padding:0 15px 0 30px;
	margin-left:5px;
}


/* アンカー */
A:link{
	text-decoration: none;
	color:#6092c8;
}

A:visited{
	text-decoration: none;
	color:#6f9890;
}

A:active{
	text-decoration: none;
	color:#27537a;
}

A:hover{
	text-decoration: none;
	color:#27537a;
}

/*画像　*/
img {
	border:0px;
	border-color:#fffff;
}


/*ページの指定*/
#container{
	text-align:center; 
	width:760px;
	padding:0px;
	margin:0 auto 0 auto;
	background:url(img/top.jpg) no-repeat center top #000000;
}
#container_about{
	text-align:center; 
	width:760px;
	padding:0px;
	margin:0 auto 0 auto;
	background:url(img/about.jpg) no-repeat center top #000000;
}
#container_landscape{
	text-align:center; 
	width:760px;
	padding:0px;
	margin:0 auto 0 auto;
	background:url(img/landscape.jpg) no-repeat center top #000000;
}
#container_flower{
	text-align:center; 
	width:760px;
	padding:0px;
	margin:0 auto 0 auto;
	background:url(img/flower.jpg) no-repeat center top #000000;
}
#container_moon{
	text-align:center; 
	width:760px;
	padding:0px;
	margin:0 auto 0 auto;
	background:url(img/moon.jpg) no-repeat center top #000000;
}
#container_night{
	text-align:center; 
	width:760px;
	padding:0px;
	margin:0 auto 0 auto;
	background:url(img/night.jpg) no-repeat center top #000000;
}


/*ヘッダーの指定*/
#header {
	text-align:left;
	margin:25px 0 0px 0;
	width:760px;
	height:220px;
}

/* 記事部分 */
.items {
	text-align:left;
	/*background-color:#000000;*/
	margin:30px 30px 0 10px;
}

.items_b {
	text-align:right;
	/*background-color:#000000;*/
	margin:30px 30px 0 10px;
}

/*テキストエリア*/
div.text{
	overflow:auto;
	height:85px;
	text-align:left;
	padding-left:30px;
	margin:0px 10px 0 0px;
	/*border-left:1px dotted #6666cc;*/
}

#text{
	padding:0px;
	margin:5px 5px;
	text-align:right;
}

dl{
	padding: 0;
	margin: 0;
}

dd{
	padding: 0 0 0px 10px; 
}

dd.date{
	margin-top:-2.4em;
}

dt{
	padding:0 0 0px 0;
}

/* メニュー欄 */

div.menu{
	padding-top:15px;
	width:760px;
	height:0px;
	position:relative;
}

.menu ul{
	position:absolute;
	bottom:0px;
	width:720px;
	height:20px;
	margin:0;
	padding-left:40px;
	font-size:12px;
	list-style:none;
	background-color:#ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;
}
.menu li{
	height:20px;
	line-height:20px;
	float:left;
	width:100px;
	text-align:center;
	position:relative;
}

li.chk a{
	width:100%;
	height:100%;
	color:#ffffff;
	background-color:#000000;
}

/* メニューのリンク */
.menu a{
	text-decoration:none;
	display:block;
	color:#000000;
	font-weight: bold;
}

.menu a:hover{
	width:100%;
	height:100%;
	color:#ffffff;
	background-color:#000000;
}



/* リスト */
ul li	{
	color:#cccccc;
	display:inline;
	text-align:right;
	margin : 0 10px 0 0;	
	padding:0;	
	height:50px;
}


/* フッター */
#footer{
	width:760px;
	height:25px;
	margin:50px 10 0 0;
	text-align:right; 
	background-color:#404040;
}


/* コピーライト */
.copy{
	line-height:18px; 
	height:18px;
	color:#99cccc;
	margin:0px;
	font-size:10px;
	padding-right:20px;
}


/* ////////////////////////////////////// */
/* end*/
