@charset "utf-8";
/*e-SHINBUNライブ・中継リンク集用*/
/*----------------------------------------------------


	File Name: base.css
	Style Info: リセット・基本設定


----------------------------------------------------*/

/*----------------------------------------------------

	▼リセット

----------------------------------------------------*/
html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

h1,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

h2 {
	display:block;
	width: 180px;
	height:34px;
	font-size: 100%;
	font-weight: normal;
	background: no-repeat left top;
	overflow: hidden;
	text-indent: -9999px;
}

dt {
	width:100px;
	height:18px;
	margin-top:5px;
	padding-left:12px;
	_padding-left:6px;
	color:#ffffff;
	font-size:10px;
	background-color:#999999;
	
}

dd {
	_height:1%;
	padding:3px 0px 3px 0px;
	font-size:12px;
	background: no-repeat left bottom;
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	font-weight: normal;
	text-align: left;
}

ol,ul {
	list-style: none;
}

fieldset,img {
	border: 0;
}



/*----------------------------------------------------

	▼基本設定

----------------------------------------------------*/
body {
	background: #fff repeat-x left top;
	color: #333;
	font-family: verdana,arial,helvetica,clean,sans-selif;
	font-size: small;
	line-height: 150%;
	text-align: center;
}

em,strong {
	font-weight: bold;
}

select option {
	padding : 0 5px;
}

/*----------リンク----------*/

a:link {
	color: #336699;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #FF9900;
	text-decoration: underline;
}

/*----------作業用----------*/

#layout {
	width: 200px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	text-align:center;
}
#top_bannar{
	margin-top: 5px;
}

#links {
	padding-top: 10px;
	padding-left: 20px;
}

#links li {
	text-align: left;
	color: #333333;
}