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

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

body {
	font-size: 12px;
	color: #333333;
	text-align: center;
}

a {
	color: #666;
	text-decoration: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(images/wrapper_bg.jpg) no-repeat 0% 0%;
}

/* ヘッダー */
#header {
	width: 860px;
	margin: 0 20px;
	margin-bottom: 	37px;
}

#header h1 {
	height: 74px;
	padding:  42px 0 21px;
	background:  url( images/hdr_title.gif) no-repeat 0 42px;
	text-indent: -9999px;
}

#header h1 a {
	width: 712px;
	height: 74px;
	display: block
}

ul#menu {
}

ul#menu  li {
	display: block;
	float: left;
	width: 154px;
	height: 83px;
	margin-right: 4px;
	background-color: #E2DBDB;
	text-indent: -9999px;
}
ul#menu li a {
	display: block;
	width: 154px;
	height: 83px;
}

ul#menu  li#menu_about {
	background: url( images/menu_108.gif) no-repeat;
}
ul#menu  li#menu_aboutrd {
	background: url( images/menu_rd.gif) no-repeat;
}
ul#menu  li#menu_gedatsu {
	background: url( images/menu_gedatsu.gif) no-repeat;
}
ul#menu  li#menu_member {
	background: url( images/menu_member.gif) no-repeat;
}

hr#menu_clear {
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: 0;
}

/* ボディー */
#container {
	width: 860px;
	margin: 0 20px;
}
#contents {
	float: left;
	width: 566px;
	margin-left: 14px;
}

#contents div.article h2 {
	font-size: 14px;
	line-height: 1em;
	padding-top: 5px;
	height: 24px;
	margin-bottom: 8px;
	text-indent: 33px;
	background: url( images/artcl_icn.gif) no-repeat ;
}

#contents div.article h2 a{
	color: #003371;
	text-decoration: none;
}

#contents div.article {
	line-height: 1.5em;
	margin-bottom: 25px;
}

#contents div.article p {
	width: 566px;
	margin-bottom: 0.5em;
}

#contents div.article div.more a{
	font-size: 10px;
	line-height: 1em;
	text-decoration: underilne;
}

#contents div.article div.postmeta {
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	color: #FF3D3D;
	margin-top: 23px;
}

/* サイドバー */
#sidebar {
	float: right;
	width: 220px;
	margin-top: 68px;
}

#sidebar div {
	margin: 15px 0;
}

#sidebar li {
	list-style: none;
}

#sidebar h2, #sidebar h3 {
	font-weight: bold;
}

#sidebar div#news li {
	padding-left: 20px;
	line-height: 1.2em;
	background: url(images/artcl_icn_s.gif) no-repeat;
	margin-bottom: 3px;
}


hr#container_clear {
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	border: 0;
}


/* フッター */
#footer {
	width: 880px;
	margin: 20px 10px 15px;
	text-indent: -9999px;
}
#footer_line {
	background: url(images/ftr_line.gif) no-repeat;
}
#copyright {
	background: url(images/copyright.gif) no-repeat;
}


.alignleft {float: left;}

.alignright {float: right;}
