/*			BASE CSS			*/

body{
		font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
		color: #333;
		font-size:10pt;		
		background-image:url(../image/bg_block.gif);
		margin: 0px;
		padding: 0px;
		line-height: 1.5em
}

h1{
	font-size:140%;	
	color: #666;
}

h2{
	font-size:110%;	
	color: #666;
}

h3{
	font-size:100%;
	margin:5px 0px;
}

h4{
	font-size:90%;
	margin:0px;
	line-height: 1.5em
}

h5{
	font-size:90%;
	margin:0px;
	line-height: 1.5em
}

	a{text-decoration:none; font-weight:bold;}
	a:link{color: #ff7799;}
	a:hover{color: #ff7799;text-decoration:underline;}
	a:visited{color: #ff8899;}
	a:active{color: #ff0000;}

p { 
}

h1.title{
	background:url(../image/h1_title.gif) white no-repeat;
	line-height:1.3em;
	margin:15px 0px 10px;
	padding-left:20px;
}

.small {
	font-size:90%;
	font-weight:normal;
}

.xsmall {
	font-size:75%;
	font-weight:normal;
}

.navi {
	font-size:80%;
	font-weight:normal;
}

.cap {
	font-size:80%;
	color:orange;
}

.date{
	font-size:85%;
	font-weight:normal;
	margin-right:10px;
}

.border {
	border-bottom:1px dotted #ccc;
	margin:0px 35px;
	padding:3px 0px 0px;
}
