@charset "utf-8";

/*For common*/
@import "./base.css";

/*========================================================================
+++++ ETSURO SUGITA WEB CSS INFORMATION +++++
----- Topic ------

_1.Topic
_1-1. layout
_1-2. contents

==========================================================================

_1-1. layout

=========================================================================*/
#header h2#topic-ttl{
	width:326px;
	height:89px;
	background:url(../topic/images/topic_ttl.gif) top left no-repeat;
}

.topicTtl{
	width:805px;
	margin:20px auto 5px;
}

#topicUpper{
	width:805px;
	margin:0 auto;
	padding:0 0 25px;
}

.topicTxt{
	width:700px;
	margin:15px 48px 0;
	padding:0 0 15px;
	border-bottom:1px solid #666;
}



/*========================================================================

_1-2. contents

=========================================================================*/
.topicTxt h3{
	padding:0 0 5px;
	font-size:125%;
	font-weight:bolder;
}

.topicTxt a{
	color:#337600;
}

.topicTxt a:hover{
	text-decoration:none;
}


.topicTxt p{
	padding:5px 0;
}

.topicTxt ul{
	padding:10px 0 5px;
}

.topicTxt p.dateData{
	padding:0;
}

.topicTtl h3{
	padding:0 0 5px;
	font-size:150%;
	font-weight:bolder;
}

.topicTtl p{
	font-size:125%;
	font-weight:bolder;
	padding:0 0 10px;
}

.topicL{
	float:left;
	width:350px;
}

.topicL p{
	width:310px;
	line-height:1.7em;
}

.topicL p.topicL-img img{
	float:right;
	margin:20px 0 0;
}

.topicL p.topicL-img span{
	display:block;
	float:left;
	width:175px;
}