<!--

/* ----------共通項目---------- */ 
/* 全体の設定 */
body{
	background-attachment:fixed;
	background-image:url(../img/nanipo_back.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333; /*標準のフォントカラー*/
	font-size:70%; /*標準のフォントサイズ*/
	font-family:Verdana,"ＭＳ Ｐゴシック",Sans-serif;
	line-height:230%; /* 行間 */
	margin:0px;
	padding:0px;
}

/* サイト名 */
h1{
	color:#fff; /* 文字色 */
	font-size:120%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/* 見出し */
h2{
	border-bottom:#ccf solid 1px;
	color:#666; /* 文字色 */
	font-size:110%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

/* リンク */
a{
	color:#66f; /* 文字色 */
}

a:hover{ /* マウスオーバー時 */
	color:#00f; /* 文字色 */
}

a img{
	border:none 0px;
}

/* その他 */
p{
	padding-left:10px;
}

ul{
	list-style-type:circle;
}

hr{ /* float解除 */
	background-color:#fff;
	border:#fff none 0px;
	clear:both;
	color:#fff;
	line-height:1px;
	margin:0px;
	height:1px;
	width:1px;
}

.top{ /* トップへ戻る */
	text-align:right;
}

/* ----------構造---------- */ 

/* ヘッダー */
#header{
	padding:10px;
}

/* 本文 */
#text{
	margin:10px 0px 0px 250px;
	width:470px; /* コンテンツ部分の幅 */
}

h3#blogs {
	font-size:small;
	padding-left: 5px;
	background:#F0F8FF;
	border-left:10px solid #3333CC;
	border-bottom:1px solid #3333CC;
}
p.dot {
	margin:0px 0px 5px 0px;
	padding:0px 0px 10px 0px;
	line-height:140%;
	border-bottom:1px dotted #ccc;
}
.center { text-align:center; }
.fleft { float:left; margin-right:8px; }
.indent { text-indent:-1000em; display:block; }

#first-section{
	padding:10px;
	padding-bottom:50px;
}

#second-section{
	padding:10px;
}

/* フッター */
#footer{
	color:#ccc;
	font-size:90%;
	padding:10px;
}

#footer a{
	color:#ccf;
	text-decoration:none;
}

/* ----------メニュー---------- */ 

#menu{
	border-bottom:#66f solid 1px;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#menu li{
	display:inline;
	margin:0px 5px;
	padding:0px;
}

#menu li a{
	text-decoration:none;
}

/* ----------aboutページ用---------- */ 

table.about{
	margin:20px 0px;
}

table.about caption{
	text-align:left;
}

table.about td{
	border:#999 solid 1px; /* 線の色 */
	padding:2px 4px;
}

/* ----------linkページ用---------- */ 

.link,.link dt,.link dd{
	margin:0px;
	padding:0px;
}

.link{
	margin:15px 0px;
}

/* ----------podcastjuice用---------- */ 
div#SidebarHome {
	width: 222px;
	display: block;
	margin: 0;
	padding-top: 600px;
	padding-left: 0px;
	height: 100%;
	float: left;
}


-->

