/*----------------------------------------レイアウト*/

/* トップページ左ブロック */
div#toppage_left {
  width: 655px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  text-align: left;
}
/* チュートリアル右ブロック */
div#toppage_right {
  width: 300px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}

.top_siteinfo{
  position: relative;
  float: left;
  width: 665px;
  height: 190px;
  background: url(../images/siteinfo.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}

.text_com {
    margin-top: 60px;
	margin-left: 30px;
}



#headlines{
    margin-top: 15px;
    margin-left:20px;
    font-size: 12px;
    width: 640px;
}
#headlines strong{
	font-weight: bold;
	margin-left: 3px;
	width: 100%;
}

.news {
    height:200px;
	overflow:auto;
	border:dashed 1px #cccccc;
	background-color: #eeeeee;
}

.news dt {
    font-size:100%;
    color:#333333;
    font-weight: normal;
    margin-left: 15px;
    float: left;
    width: 105px;
    clear: both;
}

.news dd {
	width: 450px;
    margin-left: 45px;
    font-size:14px;
}


/* TOOPAGE NEWS */

.top_news_title{
  width: 100%;
  padding: 10px;
  border-bottom: dashed 1px #cccccc;
}

#top_news1{
  width: 100%;
  padding: 10px;
  border-bottom: dashed 1px #cccccc;
}

#top_news1 h2, #top_news1 a{
  font-size: 130%;
  font-weight: bold;
  color: #00038c;
}

#top_news1 a:hover{
  text-decoration: underline;
}

#top_news1 p{
  font-size: 100%;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}


.top_news2_left{
  width: 290px;
  padding: 10px;
  border: solid 1px #cccccc;
  margin-top: 10px;
  margin-left: 10px;

  position: relative;
  float: left;
  height: auto;
}

.top_news2_left ul, .top_news2_left a{
  font-size: 100%;
  color: #00038c;
  list-style-position: inside;
}

.top_news2_left a:hover{
  text-decoration: underline;
}


.top_news2_right{
  width: 290px;
  padding: 10px;
  border: solid 1px #cccccc;
  margin-top: 10px;
  margin-left: 10px;

  position: relative;
  float: right;
  height: auto;
}

.top_news2_right ul, .top_news2_right a{
  font-size: 100%;
  color: #00038c;
  list-style-position: inside;
}

.top_news2_right a:hover{
  text-decoration: underline;
}


#top_gstoha{
  margin-top: 20px;
  width: 98%;
  padding: 10px;
  border-bottom: dashed 1px #cccccc;
}

#top_gstoha p{
  padding: 10px;
}

