/* CSS Document */

html, body, ul, ol, li, dl, dt, dd, img, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	margin: 0 10px;
	font-family: Verdana, Sans-Serif;
	color: #222;
	background-color: #EEE;
	text-align: center;
}

body a {
	color: #369;
}

body a:hover {
	color: #FE9915;
	text-decoration: none;
}

body a span { visibility: hidden; }


/*************************************************
　全体レイアウト設定
**************************************************/

#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0 10px;
	background-image: url(images/back.gif);
	text-align: left;
	font-size: 0.75em;
	line-height: 1em;
}

#header {
	width: 740px;
	padding-bottom: 5px;
	background: url(images/head_ber.gif) left bottom no-repeat;
}

#container {
	width: 700px;
	padding: 10px;
	margin: 10px;
	background-color: #1853A2;
	position: relative;
}

#projectreport {
	width: 680px;
	padding: 15px 10px 10px 10px;
	margin-top: 5px;
	background: #FFF url(images/back_bottom.gif) left bottom no-repeat;
}

div.lcol {
	float: left;
	width: 460px;
}

div.rcol {
	float: right;
	width: 200px;
	padding-top: 180px;
}

#footer {
	clear: both;
	width: 720px;
	padding: 0 10px;
	margin-top: 10px;
	background-color: #FFF;
	border-bottom: 5px solid #1853A2;
	line-height: 150%;
}


/*************************************************
　ヘッダー
**************************************************/

#header h1 { background: url(images/CGA_head_back.gif) left top repeat-x; padding: 5px 10px 6px 10px; }
#header h2 { background: url(images/CGA.gif) right top no-repeat; }


/*************************************************
　パンくずリスト
**************************************************/

div.history { padding: 10px 10px 0 10px; font-size: 0.8em; }
div.history span { margin: 0 5px; }


/*************************************************
　見出し
**************************************************/

p.pagecopy { font-weight: bold; line-height: 150%; margin-bottom: 8px; color: #1853A2; }
#container h4 { background: url(images/title_ber.gif) left bottom repeat-x; padding-bottom: 8px; margin-bottom: 10px; }
#container h5 { background-color: #FE9915; padding: 5px 5px 3px 5px; margin-bottom: 10px; font-size: 1em; color: #FFF; }


/*************************************************
　ボタン
**************************************************/

a.btHome, a.btBack, a.btTop, a.btList { text-decoration: none; display: block; height: 14px; text-indent: -9999px; }
a.btHome, a.btBack, a.btTop { width: 140px; }
a.btList { width: 60px; }
a.btHome { background: url(images/bt_home.gif) left top no-repeat; float: right; margin-left: 10px; }
a.btBack { background: url(images/bt_back.gif) left top no-repeat; float: right; margin-left: 10px; }
a.btTop { background: url(images/bt_pt.gif) left top no-repeat; float: right; }
a.btList { background: url(images/bt_list.gif) left top no-repeat; float: right; }
a:hover.btHome { background: url(images/bt_home.gif) right top no-repeat; }
a:hover.btBack { background: url(images/bt_back.gif) right top no-repeat; }
a:hover.btTop { background: url(images/bt_pt.gif) right top no-repeat; }
a:hover.btList { background: url(images/bt_list.gif) right top no-repeat; }


/*************************************************
　イメージ
**************************************************/

div.CGAimage { position: absolute; top: 10px; left: 500px; }


/*************************************************
　ヘッド・ボトムリンク
**************************************************/

div.hLink { float: right; padding: 9px 10px 0 10px; width: 140px; }
div.bLink { clear: both; height: 14px; padding-top: 15px; }


/*************************************************
　記事一覧
**************************************************/

div.newsList { float: right; width: 60px; padding-top: 2px; }

div.list dl { padding-bottom: 8px; margin-bottom: 10px; border-bottom: 1px dotted #CCC; clear: both; line-height: 120%; width: 460px; }
div.list dt { float: left; width: 75px; padding-left: 15px; background: url(images/point.gif) 2px 4px no-repeat; }
.mb20, .mb20 dt { margin-bottom: 20px; }
div.list dd { margin-left: 95px; }
div.list dd.blogtitle { font-weight: bold; padding-bottom: 2px; }
div.list dd.blogtitle em.new { margin-right: 5px; color: #FE9915; font-style: normal; }
div.list dd a em.nextdata { font-size: 0.8em; padding-left: 10px; background: url(images/point_list.gif) left 2px no-repeat; margin-left: 5px; font-style: normal; }


/*************************************************
　フリースペース
**************************************************/

.freespace { background-color: #F2F2F2; padding: 9px; line-height: 140%; border: 1px solid #1853A2; }
.freespace dt { font-weight: bold; padding-left: 13px; padding-bottom: 3px; background: url(images/point.gif) left 3px no-repeat; border-bottom: 1px dotted #1853A2; }
.freespace dd { padding-top: 7px; }


/*************************************************
　ブログ
**************************************************/

div.blog { background: url(images/blog_title_back_top.gif) left top no-repeat; margin-top: 15px; }
div.blog dl { background: url(images/point.gif) 8px 11px no-repeat; }
div.blog dt { font-weight: bold; padding: 7px 5px 7px 20px; font-size: 1.1em; background: url(images/point.gif) 10px 11px no-repeat; background: url(images/blog_title_back_bottom.gif) left bottom no-repeat; line-height: 130%; }
div.blog dd { line-height: 180%; padding: 15px 20px; background-color: #FFF; }
div.blog dd.blogdata { line-height: 1em; padding: 7px 5px 5px 5px; background-color: #EEE; text-align: right; }
div.blog dd.blogdata span { margin-left: 10px; }


/*************************************************
　フッター
**************************************************/

#footer p {
	padding-top: 10px;
	border-top: 1px solid #AAA;
	margin-top: 0;
}

#footer #copy {
	text-align: center;
	font-size: 0.8em;
	margin: 5px 0;
	color: #666;
}



@media print{

body { margin: 0; background-color: #FFF; }
#wrapper, #header, #container, #projectreport, div.list, div.bgblog, div.bginterview { background-image: none; }
#wrapper, #header, #container, #projectreport, div.lcol, div.rcol, div.list, div.list dl { float: none; padding: 5px 0; width: 640px; }

div.history, div.hLink, div.bLink, div.CGAimage { display: none; }


}
