/* CSS Document */

.whatbox{	width:220px;
			border:#DDDDDD 1px solid;
			padding:10px;
			margin-bottom:10px;
}

.whatbox ul{	height:200px;
				overflow:auto;
				padding:0px 10px 0px 0px;
				scrollbar-base-color:#ffffff;
				crollbar-face-color:#ffffff;
				scrollbar-arrow-color:#999999;
				scrollbar-shadow-color:#999999;
				scrollbar-darkshadow-color:#ffffff;
				scrollbar-highlight-color:#999999;
				scrollbar-3dlight-color:#ffffff;
				scrollbar-track-color:#ffffff;

}

.whatbox ul li{	background-image:url(img/icon_sankaku01.gif);
				background-repeat:no-repeat;
				background-position:left 3px;
				padding:0px 0px 0px 10px;
				font-size:22x;
				line-height:1.3em;
				border-bottom:solid 1px #CCCCCC;
				margin-bottom:10px;
}

.whatbox ul li span{	color:#FF6600;}
.whatbox ul li a{
	color:#FFF;
	font-size:14px;
}
.whatbox ul li a:hover{
	color:#06F;
}
/* マージン設定 */
.mr_b5{	margin-bottom:5px;}

.mr_tb3{	margin:3px 0px;}

.mr_t3b10{	margin:3px 0px 10px;}

/* マージン設定 */
.mr_t10{margin-top:10px;
	font-size:22px;
	line-height:25px;
}
.sub{
	padding:5px; 
	}
.sub p{
	font-size:15px;
}

.mr_b30{	margin-bottom:30px;}

.float_l{	float:left;
}

.float_r{	float:right;
}

.clear{	clear:both;
}

.me{
	font-size:16px;
	margin:7px 0px 3px 0px;
}

/* index.html */

.tit_back{	background-image:url(img/new.png);
			background-repeat:no-repeat;
			width:500px;
			height:50px;
			padding:7px 0px 0px 60px;
			color:#00ff00;
			font-size:20px;
			line-height:34px;
			margin-bottom:10px;
}
#list li{
	font-size:14px;
}
#list a:link {	color:#06F;
					text-decoration: none;
}

#list a:hover {	text-decoration: none;
						color:#FF3300;
}
/* リスト全体 */
ul.pagelinks {
   margin: 0px;
   padding: 0px;
}
/* 各項目の装飾 */
ul.pagelinks li {
   width: 1.2em;           /* 横幅 */
   line-height: 1.2em;     /* 高さ */
   list-style-type: none;  /* 先頭記号なし */
   border: 1px solid blue; /* 枠線 */
   float: left;            /* 横に並べる */
   margin: 0.1em;          /* 周囲の余白 */
   padding: 0px;           /* 内側の余白 */
   font-family: Arial,sans-serif;/* フォント */
   font-weight: bold;      /* 太字 */
   text-align: center;     /* センタリング */
}
/* リンクの装飾 */
ul.pagelinks li a {
   display: block;        /* ブロック化 */
   text-decoration: none; /* 下線を消す */
   width: 1.2em;          /* 横幅(IE) */
}
/* 未訪問リンクの色 */
ul.pagelinks li a:link {
   background-color: white; /* 背景色 */
   color: blue;             /* 文字色 */
}
/* 既訪問リンクの色 */
ul.pagelinks li a:visited {
   background-color: white; /* 背景色 */
   color: purple;           /* 文字色 */
}
ul.pagelinks li a:hover {
   background-color:#00BFFF; /* 背景色 */
   color: yellow;          /* 文字色 */
}
/* 現在位置項目の装飾 */
ul.pagelinks li.here {
   background-color:#87CEEB; /* 背景色 */
   color: #ffff80;          /* 文字色 */
   border-color: green;     /* 枠線色 */
}
ul.pagelinks {
   margin: auto;
   width: 13em;
}
ul.pagelinks {
   font-size: 150%;
}




