/* Update History
   - 2012.10.05 (A.Matsumoto) create new file
   - 2012.10.09 (A.Matsumoto)
     * set margin around welcome image
     * set menubar font-size and line-height
     * set width of menubar and main table
     * set font-family
     * set font-weight normal for title, h1, h2, ...
     * set margin around header
   - 2012.10.12 (A.Matsumoto)
     * set display:none to jumpmenu and anchar_sur
   - 2012.12.03 (A.Matsumoto)
     * set margin-left:0px to table
   - 2013.01.17 (A.Matsumoto)
     * 地域連携バナーを追加
     2015.10.20 (S.Hira)
     * 地域コトづくりセンター教育部門・開発部門HP向けに新規作成
*/
ul#portfolio {
   list-style-type: none;
   margin: 0px 0px 0px 0.5em;
   padding: 0px;
}

div#toolbar {
   font-size: 9px;
}

div#lastmodified {
   font-size: 9px;
}

div#chiiki {
   float: right;
}

div.jumpmenu, a.anchor_super {
   display: none;
}

div#header {
   margin-bottom: 10px;
}

h1, h4, h5, h6 {
   background-color: white;
   border: solid 1px black;
}

h2,h3 {
	background-color: white;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left:0px;
	border-right:0px;
}

div#mylink {
   text-align: center;
   margin-top: 50px;
}

div.alignright {
   text-align: right;
}

td.menubar {
   width: 200px;
   position: relative;
   top: -1em;
}

div#menubar {
   width: 195px;
   font-size: 14px;
}

div#menubar ul li {
   line-height: 1.5em;
}

div#menubar h3 {
   margin-top: 1em;
}

body {
   width: 1020px;;
}

body, td, h1.title, h1, h2, h3, h4, h5, h6 {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
   font-weight: normal;
}

.style_table {
   margin-left:0px;
}

html{
	border-top: #FF5603 solid 5px
}
