/* e-community platform default theme */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	word-break: break-all;
}

html, body {
	height: 100%;
}

body {
	color: #333333;
	background:#fff url(reporter_tsukuba_n/kabe.gif) repeat-y center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

a {
	color: #734E00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #734E00;
}


/* wrapper: footerを下寄せするための枠 */

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	width:868px;
	background-color:#FFF;
}

/* ヘッダ */

#header {
	width:868px;
	height:180px;
	margin:0 auto;
}

#header h1 {

}

#header h2 {
	font-size: 13px;
	*font-size: 100%;
	color: #333333;
	width:230px;
	font-weight:normal;
	text-align:left;
	padding-top:26px;
	padding-left:43px
}

h1 a {
	color: #2F2F2F;
	text-decoration: none;
}

h1 a:visited {
	color: #2F2F2F;
}

/* ぱんくずリスト */

#nav {
	clear: both;
	padding: 0px;
	height: 27px;
}

#nav .nav_tp {
	float: right;
	padding: 5px 15px 0;
}

/* ブロック用コンテナ */

#container {
	position: relative;
	z-index: 0;
	clear: both;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #fcfcfc;
}

/* space_wrapper: 中央&左ブロックの枠 */
#space_wrapper {
	width:638px;
	float:left;
}

/* space_1: 中央ブロック */
#space_1 {
	width: 436px;
	float:right;
}

#space_1 .box {
	margin-bottom: 15px;
	background-color:#FFF;
}

#space_1 .box_menu {
	line-height:23px;
	background: url(reporter_tsukuba_n/side_menu01.gif) repeat-x;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	border-left: solid #BF8040 5px;
	background-color: #e0e0e0;
}

#space_1 .box_main {
	padding:15px 10px;
}
#space_1 .box_menu span{
	padding-left:10px;
}

/* space_2: 左ブロック */

#space_2 {
	width: 190px;
	float:left;
}

#space_2 .box {	
	margin-bottom: 15px;
}

#space_2 .box_menu {
	width: 188px;
	line-height:23px;
	background: url(reporter_tsukuba_n/side_menu01.gif) repeat-x;
	border:solid 1px #ccc;
	background-color: #e0e0e0;
}

#space_2 .box_main{
	
	
}

#space_2 .box_menu span{
	padding-left:22px;
	background:url(reporter_tsukuba_n/side_icon.gif) no-repeat 5px 8px;
}

/* space_3: 右ブロック */

#space_3 {
	width: 190px;
	float: right;
}

#space_3 .box {
	margin-bottom: 15px;
	background-color:#FFF;
}

#space_3 .box_menu {
	width: 188px;
	line-height:23px;
	background: url(reporter_tsukuba_n/side_menu01.gif) repeat-x;
	border:solid 1px #ccc;
	background-color: #e0e0e0;
}

#space_3 .box_main{
	
}
#space_3 .box_menu span{
	padding-left:22px;
	background:url(reporter_tsukuba_n/side_icon.gif) no-repeat 5px 8px;
}


/* ブロック共通 */
.box_main {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.box div a {
	;
}
.box div a:visited {
	;
}
.box_menu span {
	display: block;
	color: #484848;
	font-size:100%;
	font-weight: bold;
}
.box_main {
	padding:5px;
	*font-size:113%;
}
.box_edit {
	font-size: 0.9em;
}

.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 98;
  position: relative;
}
.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	background-image: url(image/nav_bg.png);
	background-repeat: repeat-x;
	display: block;
}

.subnav li {
	background-image: none;
	background-color: #0d57a4;

}
.subnav li a:hover{
	background-image: none;
	background-color: #0d57a4;

}
.box_main ul li{
	background:url(reporter_tsukuba_n/icon01.gif) no-repeat 2px 3px;
	list-style-type:none;
	padding-left:12px;
}

/* フッタ */

#container_foot {
	clear: both;
}

#footer_push {
	position: relative;
	z-index: -999;
	height: 81px;
}

#footer {
	clear: both;
	height: 28px;
	width: 868px;
	background-image: url(reporter_tsukuba_n/footer01.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #999;	
}

#footer .footer_content {	
	color: #333;
	line-height:28px;
	font-size: 0.8em;
}

#footer a, #footer a:visited {
	color: #333;
	text-decoration: underline;
}

