@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style:normal;
	text-align:left;
}

body {
	font-size: 12px;
	line-height: 1.5;
	color: #686868;
        font-family : Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
        font-weight : normal ;

}

/*--------------------------------------------*/
/*link
----------------------------------------------*/
a:link {
color:#FF6633;
	text-decoration: underline;
        font-family : Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
        font-weight : normal ;
}

a:visited {
color:#FF6633;
	text-decoration: underline;
        font-family : Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
        font-weight : normal ;
}

a:active {
color:#FF6633;
	text-decoration: underline;
        font-family : Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
        font-weight : normal ;
}

a:hover {
color:#FF6633;
	text-decoration: none;
        font-family : Arial,'‚l‚r ‚oƒSƒVƒbƒN',sans-serif ;
        font-weight : normal ;
}


/*--------------------------------------------*/
/*reset
----------------------------------------------*/
a img {
	border: 0px none #fff;
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	font-size: 12px;
}

th {
	vertical-align: text-top;
	font-weight: normal;
}

.txt-small {
	font-size: 10px;
}

.txt-default {
	color: #686868;
}

.point {
	font-size: 10px;
	color: #CC0000;
}

/*--------------------------------------------*/
/*pad
----------------------------------------------*/
.pad_top_5 {
	margin-top: 5px;
}
.pad_top_10 {
	margin-top: 10px;
}
.pad_r_10 {
	margin-right: 10px;
}
.pad_l_5 {
	margin-left: 5px;
}
.pad_l_10 {
	margin-left: 10px;
}
.pad_bottom_10 {
	margin-bottom: 10px;
}
.pad_all_10 {
	margin: 10px;
}



.top_border1px{
	border-top: solid 1px #d6d6d6;
}

/*--------------------------------------------*/
/*font
----------------------------------------------*/
.f10 {
	font-size: 10px;
}

/* else common
------------------------------------------------------------ */
#left_frame .date_nobg {
	font-size: 10px;
	text-align: right;
}

.pan {
	font-size: 10px;
	margin-bottom: 5px;
}

/* to_yahooblog
------------------------------------------------------------ */
.wiki{

}

.wiki img{
clear:both;
float:left;
margin:0px 8px 8px 0px ;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}
