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

/*ボディタグ*/
html,body{
	font-size: 0.9em;
	color: #333333;
	line-height: 130%;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 5px;
	margin: 0px;
        background-image: url("gslogo.gif") 
}

/*リンク*/
a:link{
	color: #0099cc;
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color: #CC0000;
}
a:active{
	text-decoration: none;
	color: #006600;
}


/*見出し*/
.headline {
	font-weight:bold;
	color:#333333;
	padding-left: 15px;
}

.topi{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/*内容*/
.content {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 81px;
}

/*日付け*/
.date {
	color: #666666;
	font-size: 11px;
}

.right{
    text-align: right;
	clear: both;
	padding-top: 5px;
	font-size: 0.7em;
}

