@charset "utf-8";

html,body { height:100%; }
div.height100 {
	height:100%;
}

/* ------------------------------*/
div.box_of {
	padding-left: 16px;
}

div.box1 {
	height: 210px;
	width: 140px;
	float: left;
	border-radius: 5px;
	border: 2px solid #EAEAEA;
	margin-left: 8px;
	margin-right: 16px;
	margin-bottom: 14px;
}

div.box1:hover {
	border: 2px solid #09C;
}

div.box1 dl{
	margin-top: 10px;
}

div.box1 dt{
	font-size: 12px;
	padding-right: 6px;
	padding-left: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #09C;
	margin-left: 6px;
	text-decoration: underline;
}
div.box1 dd{
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #333;
	padding-right: 10px;
}

div.box1 a img{
	border-style:none;
	height: 100px;
	width: 136px;
	margin-top: 2px;
	margin-left: 2px;
}
div.box1 a{/*リンクされた文字*/
	height: 210px;
	width: 140px;
	display: block;
	color: #333;
	text-decoration: none;
}

div.box1 a:link {/*未訪問のリンク*/
}
div.box1 a:visited {/*訪問後のリンク*/
	text-decoration: none;
}
div.box1 a:hover {/*マウスをのせたとき*/
	color: #06F;

}

div.box1 a:active {/*クリック中*/
}

div.box2 {
	height: 220px;
	width: 480px;
	float: none;
	border-radius: 5px;
	border: 2px solid #EAEAEA;
	clear: both;
	margin-left: 8px;
	margin-bottom: 18px;
}

div.box2 dl{
	margin-top: 10px;
}

div.box2 dt{
	font-size: 12px;
	padding-right: 6px;
	padding-left: 4px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C30;
	margin-left: 6px;
	text-decoration: underline;
}
div.box2 dd{
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #333;
	padding-right: 10px;
}

.right_text {
	text-align: right;
}

.mojik {
}

div.infobox {
	height: 134px;
	width: 146px;
	font-size: 10px;
	background-color: #000;
	padding: 4px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #000;
	color: #CCC;
}

div.st1 {
	padding-top: 3px;
}

dl.list100 {
	margin-top: 3px;
	color: #CCC;
	margin-left: 2px;

}

dl.list100 dt {
	clear: left;
	float: left;
	font-size: 12px;
	width: 28px;
	font-weight: bold;
	margin-left: 2px;
}

dl.list100 dd {
	font-size: 12px;
	font-weight: bold;
	margin-left: 1px;
}

dl.list100 dd.tpr {
	text-align: right;
	font-weight: normal;
	font-size: 10px;
}
dl.list100 dd.tpl {
	text-align: left;
}


/* ------------------------------*/

.float-clear {
	clear: both;
}
