﻿@charset "utf-8";
/* CSS Document */

/* common css start */
html:\66irst-child { font-size: 90%;}
.clear {
	clear: both;
}
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:80%;
	line-height:normal;
	color:#333333;
}
.d-no {
	display:none;
}
.v-no {
	visibility:hidden;
}
hr {
	display:none;
}
form, div, p, h1, h2, h3, h4, input, img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* common css end */

/* text css start */
a{
	color:#57699b;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
.sml{
	font-size:85%;
	line-height:120%;
}
.red{
	color:#FF3300;
	font-weight:normal;
}
.mlrg{
	font-size:110%;
	line-height:120%;
}
.lrg{
	font-size:160%;
	line-height:normal;
}
/* text css start */

.blog-cont{
	border-bottom:solid #e7e7e7 1px;;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
}
p.blog-date-index{
	float:left;
	width:100px;
	font-size:85%;
	color:#f07f17;
	padding:6px 0px 0px 0px;
}
div.blog-text-index{
	float:right;
	width:303px;
	font-size:100%;
	line-height:160%;
	background-image:url(../images/arrow-03.gif);
	background-repeat:no-repeat;
	background-position:left 8px;
	padding: 0px 0px 0px 10px;
}