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

/* 全体 */
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-y center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 870px;
	height: auto;
}

/* ヘッダー */

#header {
	margin: 0px 60px;
	padding: 0px;
	height: 105px;
	width: 750px;
}
#header img {
	margin: 15px 0px 0px;
	padding: 0px;
	border-style: none;
	text-align: left;
}

/* サービス終了のお知らせ */

#contents {
	margin: 0px 60px;
	padding: 0px;
	width: 750px;
	height: auto;
}
#contents  h1{
	font-size: 18px;
	line-height: 28px;
	color: #FFF;
	background: #AF3D15;
	height: 28px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 750px;
	font-weight: bold;
}
#contents  h2{
	font-size: 14px;
	line-height: 20px;
	color: #AF3D15;
	font-weight: bold;
	margin: 23px 30px 18px;
	padding: 0px;
	width: 690px;
}
#contents p {
	font-size: 12px;
	line-height: 17px;
	color: #666;
	width: 690px;
	margin: 0px 30px 12px;
	padding: 0px;
}
#contents #notice {
	margin: 0px 30px;
	padding: 12px 0px 10px;
	height: auto;
	width: 690px;
	border-bottom: 1px dotted #CCC;
}
#contents #notice h3 {
	font-size: 12px;
	font-weight: bold;
	color: #AF3D15;
	background: url(../images/close_detail.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 690px;
	height: 23px;
	line-height: 23px;
}
#contents #notice p {
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin: 5px 0px 13px 25px;
	padding: 0px;
}
#contents .sign {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	text-align: right;
	margin: 15px 30px 0px;
	padding: 0px;
	width: 690px;
}

/* ニュース一覧 */
#news{
	height:auto;
	margin:30px 60px;
	padding:0;
	width:750px;
}
#news H4 {
	padding-bottom: 10px;
	line-height: 42px;
	margin: 0px;
	padding-left: 50px;
	width: 750px;
	padding-right: 0px;
	background: url(../images/web_service.jpg) no-repeat;
	height: 33px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}
#news li{
	list-style-type: none;
	text-align: left;
	padding-bottom: 0px;
	text-indent: 20px;
	margin: 0px;
	padding-left: 0px;
	width: 720px;
	padding-right: 0px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
}
/* webサービス一覧 */

#service {
	margin: 30px 60px;
	padding: 0px;
	height: auto;
	width: 750px;
}
#service h4 {
	font-size: 12px;
	line-height: 42px;
	font-weight: bold;
	color: #FFF;
	background: url(../images/web_service.jpg) no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	height: 33px;
	width: 750px;
}
#service #servicelist table {
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 290px;
}
#service #servicelist td {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
#service #servicelist {
	background: #F6F6F6;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	height: auto;
	width: 750px;
}
.category     {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: left;
	text-indent: 20px;
	width: 115px;
	margin: 0px;
	padding: 0px;
}
.listname {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #999;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.listname_2line {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	color: #999;
	margin: 0px;
	padding: 0px;
	width: 260px;
}
#service #servicelist a {
	color: #6699FF;
	text-decoration: none;
}
#service #servicelist a:hover,#service #servicelist a:active {
	color: #36F;
	text-decoration: underline;
}

/* フッター */

#footer {
	margin: 0px 0px 20px;
	padding: 0px 60px;
	height: 28px;
	width: 750px;
	border-top: 2px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
#footer img {
	margin: 7px 0px 0px;
	padding: 0px;
	float: left;
	border-style: none;
}
#footer .finfo {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	line-height: 28px;
	float: right;
	margin: 0px;
	padding: 0px;
	display: inline;
}
