@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.3 ;
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#000;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.5;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size: 13px;
}
table {margin : 0;empty-cells: show; font-size:small;}
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */　　　

/*
===== 4: link setting ===========================
*/
a:link{
	color: #006699;
	text-decoration:underline;
}
a:visited{
	color: #664466;
}
a:hover{
	color: #FFF;
	background:#664466;
	text-decoration:none;
}
a:active{
	color: #FF6666;
}

.blorepo-left{
	width: 255px;
	float: left;
	height:235px;
	img-align: left;
	font-size: 12px;
	margin:2px;
	padding: 1px;
	line-height: 1.3em;
}

.blorepo-ariat{
	clear: both;
	width: 560px;
	font-size: 12.5px;
	font-weight: 600;
	background-color: #D9EAB5;
	border-top:dotted 1.5px #634811;
	padding: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
	}

#blorepo-img{
	float: left;
	font-size:12px;
	}
.f-12{
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
}
.bloB_t{
	font-size: 13px;
	font-size: 12.5px;
	font-weight: 600;
	background-color: #E4E7DC;
	border-top:dotted 1.5px #634811;
	padding: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
	width: 260px;
	line-height: 1.4em;
}
.bloB{
	font-size: 12.5px;
	border-bottom: 1px dashed #ECA793;
	padding-bottom: 2px;
	}

.bloBox{
	font-size: 12.5px;
	background-color: #FFFF99;
}

