/* e-community platform default theme */

* {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto;
	min-height: 100%;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background:#fff url(reporter_tsukuba_n2/kabe.gif) repeat-y center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

/* 背景たいさく。 */
*:first-child+html body {
	padding-left: 1px;
}
* html body {
	padding-left: 1px;
}
body,x:-moz-broken {
	margin-left: -1px;
}

a {
	color: #960;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #960;
}


/* ヘッダ */


#header {
	height: 180px;
	background:url(reporter_tsukuba_n2/ban.gif) no-repeat center top;
	margin:0 auto;
	text-align:left;
	width:779px;
}

#header h1 {
	font-size: 22px;

	*font-size: 167%;
	color: #717A7D;
	font-weight: bold;
	width:300px;
	padding-top:45px;
	padding-left:15px;
	text-align:left;
	line-height:1;
}

#header h1 a {
	color: #717A7D;
	text-decoration: none;
}

#header h1 a:visited {
	color: #717A7D;
}

#header h2 {
	font-size: 13px;


	*font-size: 100%;
	color: #996c33;
	width:250px;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
	padding-left:15px;
	line-height:1.4;
}



/* wrapper: footerを下寄せするための枠 */

#wrapper {
	margin: 0 auto;
	width: 780px;
}


/* ぱんくずリスト */

#nav {
	color:#333;
	display:block;
	width:759px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 13px;

	*font-size: 100%;
}

#nav .nav_tp {
	text-align:right;
	margin-top: 5px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 15px;
	color:#333;
}

#nav li {
	width: 95%;
	height: 15px;
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-size: 0.9em;
}


/* ブロック用コンテナ */

#container {
	position: relative;
	clear: both;
	width: 759px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:url(reporter_tsukuba_n2/ban.jpg) no-repeat center -262px;
	padding-bottom: 30px;
	margin-top: 10px;
}

#space1 div, #space2 div {
	line-height: 1.4em;
	font-size: 10px;
}

/* space_1: 中央ブロック */
#space_1 {
	width: 536px;
	float:right;
}

#space_1 .box {
	margin-bottom: 15px;
	background-color:#FFF;
}

#space_1 .box_menu {
	line-height:1.6;
	background:#e0e0e0 url(reporter_tsukuba_n2/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;
}

#space_1 .box_main {
	padding:15px 10px;
}
#space_1 .box_menu span{
	padding-left:10px;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
	color : #484848;
}

/* space_2: 左ブロック */

#space_2 {
	width: 210px;
	float:left;
}

#space_2 .box {	
	margin-bottom: 15px;
}

#space_2 .box_menu {
	width: 100%;
	line-height:1.6;
	background: #e0e0e0 url(reporter_tsukuba_n2/side_menu01.gif) repeat-x;
	border:solid 1px #ccc;
}

#space_2 .box_main{
	padding-top :10px;
}
	
	


#space_2 .box_menu span{
	padding-left:22px;
	background:url(reporter_tsukuba_n2/side_icon.gif) no-repeat 5px 3px;
	font-size: 14px;
	*font-size: 108%;
	font-weight: bold;
	color : #484848;
}

/* フッタ */

#footer {
	clear: both;
	position: relative;
	padding: 0;
	margin-top: -28px;
	margin-left: auto;
	margin-right: auto;
	background:#ECEDEE url(reporter_tsukuba_n2/footer01.gif) repeat-x;
	height: 28px;
	width: 779px;
	text-align: center;
}

#footer .footer_content {
	border-top:solid 1px #999;
	color: #333;
	font-size: 10px;
	padding-top: 5px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color:#333;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */



/* NIED用 */
table.info {
	width: 100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	margin:0 auto 15px;
}
table.info th {
	padding: 6px;	
	vertical-align: top;
	background-color: #eaeaea;
	border-right:1px solid #999;
    border-bottom:1px solid #999;
	text-align:center;
	white-space:nowrap;
}
table.info td {
	padding: 6px;
	vertical-align: top;
	border-right:1px solid #999;
   	border-bottom:1px solid #999;
}

ul.info {
	margin :10px 0;
}
img.Right {
	float: right;
}
.infotxt1 {
	width: 300px;
	margin-left:110px;
}
.infotxt1a {
	width: 350px;
	margin-right:110px;
}
.tensen_line {
	border-bottom:1px dashed #666;
	padding-bottom:3px;
}
.txt_bold {
	font-weight:bold;
}
.Left {
	float: left;
}


/* トップページ（ブロック状態）*/ 
.mod_blog_block_content a {
	text-decoration:underline;
}

.mod_blog_block_content{
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.mod_blog_block_title a {
	font-size: 16px;
	*font-size: 100%;
	margin-bottom:10px;
	margin-top:10px;
	text-decoration:none;
}
.mod_blog_block_title {
	font-size: 16px;
	*font-size: 123%;
	margin-bottom:10px;
	margin-top:10px;
}

/* 個別記事 */ 
.mod_blog_main_title {
	font-size: 16px;
	*font-size: 123%;
	margin-bottom:10px;
	margin-top:10px;
	color: #996600;
} 
.mod_blog_main_content a {
	text-decoration:underline;
}

