* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: small/1.5em "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
}


body {
	margin: 0px;
		padding: 0px;
		background-color: #8c8c8c;
		
		background-image : url(http://takayuki-astro.com/image/style/bodyback.gif);
		background-repeat: repeat-x;
}


/* =================================== */
/* レイアウトの設定 */
/* =================================== */

/* 全体を囲うblock */
#back {
width: 790px;
margin: 0 auto;
background-image: url(http://takayuki-astro.com/image/style/background.gif); 
background-repeat: repeat-y;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color: white;
}

#head {
position: relative;
         width: 100%;
	height:269px;
      }
#header{
         position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 33px;
	background-color: #333366;
}
div.header img{	
		position: absolute;
		left:3px;
		top: 3px;	
		
		}
	#window{
		position: absolute;
		top: 33px;
		left: 0px;
		height: 206px;
		width: 100%;
		background-image : url(http://takayuki-astro.com/image/style/window.jpg);
		background-repeat: no-repeat;
		}
#window p{
		text-align: right;
		margin-top: 150px;
		margin-right:20px;
		color: #FAFAFA;
		font-family: imact;
		font-size: 20pt;
		font-style: italic;
		}
	/* --- ナビゲーションバー ---*/
	
	#headnavi{
		position: absolute;
		top: 239px;
		left: 0px;	
		width: 100%;
                  margin: 0;
                  padding: 0;
		height: 30px;
		background-color: #333366;
		}

	#headnavi ul{
		margin: 0;
		
		padding: 0;
		width: 100%;
		list-style: none;
		}		
	#headnavi li{
		float: left;
		margin: 0;
		}
		
	#headnavi li.side{
		float: left;
		width: 50px;
		margin: 0;
		}
	#headnavi li.short{
		float: left;
		width: 80px;
		margin: 0;
		}
	#headnavi li.long{
		float: left;
		width: 145px;
		margin: 0;
		}
	#headnavi li.middle{
		float: left;
		width: 100px;
		margin: 0;
		}
	#headnavi li a{
		display: block;		
		padding: 3px 0 0 0;
		text-align: center;
		font-weight: bold;
		color: gainsboro;
		font-size: 9pt;
		text-decoration: none;
		background-color: #333366;
		}

	#headnavi li a:hover{
		color: #EC8602;
		background : url(http://takayuki-astro.com/image/style/navi_bg.gif) no-repeat center top;
		}



/* #main,#side用のblock */
#content {
	width: 770px;
	margin: 0 auto;
}

#content #main {
	float:left;
	width: 550px;
         margin-left: 5px;
}

#content #side {
	float:right;
	width: 200px;
	background: #FFF url(./template/piano/img/side_bg.gif) repeat-y;
}

/*ページ送り*/
#page_area {
	margin:10px 0 0 0;
}


/* フッター */
/*address {
	padding: 5px 0 0 0;
	margin: 5px 15px 0;
	border-top:1px solid #ECECEC;
	text-align:center;
	font : 80%/1.5em "Trebuchet MS", Trebuchet;
	font-weight: bolder;
	font-style:normal;
	color:#666;
}*/

/*フッター画像*/
	#wholefooter{
		clear: both;
		width: 780px;
		height: 50px;
		
		background-image : url(http://takayuki-astro.com/image/style/footer_top.gif);
		background-repeat: repeat-x;
		}
	#navibottom{
		height: 32px;
		}

	#navibottom ul{
		margin: 0px;
		list-style: none;
		}		
	#navibottom li{
		float: left;
		margin-left: 10px;
		}
		
		
	#navibottom li a{
		display: block;
		padding: 2px 0;
		text-align: center;
		font-weight: bold;
		color: white;
		font-family: "ＭＳ Ｐゴシック", sans-serif;
		font-size: 10pt;
		text-decoration: none;
		
		}
	#navibottom li a:hover{
		color: #EC8602;
background-color: blue;
		}

	
	div.footer{
		height: 18px;
		text-align: right;
		font-size: 9pt;
		font-family: Verdana,sans-serif;
		color: silver;
		background-color: black;
		}
#footer {
	height: 30px;
	text-align: right;
	font-size: 10pt;
	font-family: Verdana,sans-serif;
	color: silver;
	background-image : url(http://takayuki-astro.com/image/style/footer.gif);
	background-repeat: repeat-x;

}

#iii {
      font-size:10pt;
　　　line-height: 1.3;
}　　


/* =================================== */
/* リンクカラーの設定 */
/* =================================== */

/* 全般 */
a 			{ color: #2A2666; text-decoration: underline; }
a:link		{ color: #2A2666; text-decoration: underline; }
a:visited	{ color: #2A2666; text-decoration: underline; }
a:active	{ color: #2A2666; text-decoration: none; }
a:hover		{ color: #EC8602; text-decoration: underline; }

/* ヘッダー */
#header a 			{ color: #FFF; text-decoration: none; }
#header a:link		{ color: #FFF; text-decoration: none; }
#header a:visited	{ color: #FFF; text-decoration: none; }
#header a:active	{ color: #FFF; text-decoration: none; }
#header a:hover		{ color: #FFF; text-decoration: none; background:none; }

/* サイドコンテンツ */
#side a 			{ color: #2A2666; text-decoration: none; }
#side a:link		{ color: #2A2666; text-decoration: none; }
#side a:visited		{ color: #2A2666; text-decoration: none; }
#side a:active		{ color: #2A2666; text-decoration: none; }
#side a:hover		{ color: #EC8602; text-decoration: none; }

/* カレンダーcell */
.calendar .cell a 					{ color: #2A2666; text-decoration: none; background:#EFEFEF; display:block; height:100%; padding:0.55em 0 0 0;}
.calendar .cell a:link			{ color: #2A2666; text-decoration: none; }
.calendar .cell a:visited		{ color: #2A2666; text-decoration: none; }
.calendar .cell a:active		{ color: #2A2666; text-decoration: underline; }
.calendar .cell a:hover			{ color: #26CFFF; text-decoration: underline; }

/* =================================== */
/* 装飾の設定 */
/* =================================== */

blockquote {
	border: 1px dotted #CCC;
	padding:0.2em;
	margin:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear			: both;
	font			: 0/0 sans-serif;
}

.submit {

}


/* =================================== */
/* #header */
/* =================================== */


#header h1 {
	padding: 10px 0 0 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ　Ｐゴシック", sans-serif;
	font-size:15pt;
color: black;
}
#header img{	
		margin-top:0px;
		margin-left:3px;
		}
#header p {
	margin: 5px 0 0 25px;
}

	#tubuyaki h3{
                   margin-top: 20px;
		padding: 3px;
                  
		font-size: 11pt;
		color: #333366;
		background : #ffffff url(http://takayuki-astro.com/image/style/heading_bg.gif) repeat-x left bottom;
		border-top: 5px solid #a18a46;
		border-bottom: 2px solid #CCCCCC;
		}

/* =================================== */
/* #main */
/* =================================== */

/*エントリーナビゲーション*/
#main .entry_navi{
	margin:0 0 10px 0;
	padding-top:20px;
	text-align:center;
}

/* エントリー部分全体 */
#main .entry_area {
margin-top:0.4em;
margin-bottom:0.4em;
margin-right: 0em;
margin-left:0em;
	padding:10px;
border: 2px solid #d4d4d4;
}

/* エントリータイトル */
#main h2 {
	font-size:medium;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(./template/piano/img/entry_head.gif) no-repeat;
	background-position:left;
}

/* エントリー時刻 */
#main .entry_date {
	padding: 5px;
}

/* エントリー本文 */
#main .entry {
margin:10px 0px;
line-height: 1.5;
}

/* エントリー情報 */
#main ul.state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
	font-size:0.8em;
}


/*コメント、TB、プロフィールタイトル*/
dl#com_area dt.title,
dl#com_form dt.title,
dl#tb_form dt.title,
dl#tb_area dt.title,
dl#profile_area dt.title {
	border-bottom:1px solid #EFEFEF;
	margin: 0 0 10px 0;
	font-weight:bolder;
}

/* コメント本文 */
.com_desc {
	padding: 0 10px;
}

/* コメントユーザー情報 */
dl#com_area dd {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	border-bottom:1px solid #EFEFEF;
	text-align:right;
	font-size:0.8em;
}

dl#com_area dd ul {
	list-style-type:none;
}

dl#com_area dd li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}


/* コメントフォーム */
dl#com_form dd {
padding: 0 10px 10px;
}

dl#com_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:200px;
}

/* コメントフォーム textarea */
dl#com_form dd textarea {
border:1px solid #CCC;
width:300px;
margin: 0 0 10px 0;
}


/* TBフォーム */
dl#tb_form dd {
	padding: 0 10px 10px;
}

dl#tb_form dd input.input {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
padding: 1px 0;
width:300px;
}

/* TBタイトル */
dl#tb_area dt.tb_title {
	padding: 0 10px;
}

/* TB本文 */
dl#tb_area dd {
	padding: 0 10px;
}


/* TBユーザー情報 */
dl#tb_area dd.tb_state {
	padding:5px 10px;
	margin: 5px 0 15px 0;
	text-align:right;
	font-size:0.8em;
}

.tb_state ul {
	list-style-type:none;
}

.tb_state li {
	display:inline;
	border-left:1px solid #666;
	padding-left:5px;
}




/* =================================== */
/* サイドコンテンツ */
/* =================================== */

/*サイドコンテンツヘッダー画像*/
#side .side_header {
position:relative; top:15px;
	padding:10px 15px 0 15px;
	/*background: url(./template/piano/img/side_header.gif) no-repeat;*/
}


/*サイドコンテンツフッター画像*/
#side .side_footer {
	height:30px;
	background: url(./template/piano/img/side_bottomgif.gif) no-repeat;
}

#side dl {
	margin-bottom:20px;
}

/* サイドタイトル */
#side dt {
	padding-left:15px;
	background:url(./template/piano/img/side_list.gif) no-repeat;
	background-position:left;
	font-family:"Trebuchet MS", Trebuchet;
	font-weight:bolder;
	}
	
#side dd{
	padding:5px 0 0 0;
	background:url(./template/piano/img/dd.gif) no-repeat;
	line-height: 1.2em;
}

#side ul {
	margin-left:4px;
	list-style-type:none;
	}

#side li {
	margin: 3px 0 0 0;
	padding-left:8px;
	background:url(./template/piano/img/side_disc.gif) no-repeat 0 8px;
	}

/* サイト内検索 */
#side input.search {
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #EFEFEF;
	border-bottom:1px solid #EFEFEF;
	padding: 1px 0;
	margin-bottom:5px;
}

/*カレンダー*/
.calendar {
	font-size: 10pt;
}

.calendar_month {
font-family: "Verdana";

color: #666666;
}


.cell {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #EFEFEF;
border-bottom:1px solid #EFEFEF;
width: 22px;
height: 20px;
background:#FCFCFC;
text-align:center;
vertical-align:middle;
}


/* =================================== */
/* ページ送り */
/* =================================== */


#page_area .page_navi {
	float:left;
	width:345px;
	}

#page_area .page_top {
	float:right;
	width:150px;
	text-align:right;
}

/* 投稿画像 */


img{border:none;}

img.pict {
float:left;
margin: 0 1em 0.5em 0;
padding: 5px;
background-color: gray;
border: none;
}