@charset "UTF-8";
/*==================================================================*/
/* Title   : 千年の心得　トップページ CSSファイル               　　*/
/* Program : 株式会社ゴビ (Y.Kato)                                  */
/*             Copyright (C) 2010 GOV Co.,Ltd. All Rights Reserved. */
/*==================================================================*/
/* ------------------ General Setting ----------------------- */
* {
  font-family: "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;;
  font-size: small;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #000000;
	background-image: url(../image/sen/top/bg_senkoko.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

A:link {
  color: #0033CC;
  text-decoration: none;
}
A:visited {
  color: #0033CC;
  text-decoration: none;
}
A:active {
  color: #CC3333;
}
A:hover {
  color: #008000;
}

/* ------------------ Header Setting ------------------------ */
#HeaderArea {
	width: 840px;
	height: 270px;
	/*  background-image: url(../image/sen/shise/top_title_huyu.jpg);*/
  background-repeat: repeat-x;
	background-image: url(../image/sen/top/bg/bg_top_header.jpg);
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
/*  text-align: center;*/
}

/* ------------------ Footer Setting ------------------------ */
#FooterArea {
	width: 920px;
	margin-left: 20px;
	color: #CCCC99;
	padding-top: 5px;
	padding-bottom: 10px;
	background-position: 0px;
	background-color: #000;
}

#FooterArea_bnr{
	width: 920px;
	margin-left: 20px;
	color: #CCCC99;
	padding-top: 5px;
	padding-bottom: 10px;
	background-position: 0px;
}


/* ------------------ ContentsArea Setting ------------------ */
#ContentsArea {
	width: 920px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #000000;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../image/sen/top/white/bg_top_2010natsu.jpg);
	height: 650px;
	margin-right: 20px;
	padding: 0px;
}

#ContentsArea #title {
	margin: 0px;
	height: 120px;
	width: 420px;
}
#ContentsArea #title_2 {
	height: 135px;
	width: 450px;
}
#ContentsArea #top_btn {
	height: 165px;
	width: 300px;
	margin-top: 10px;
	margin-left: 50px;
}
#ContentsArea #news {
	width: 550px;
	margin-top: 10px;
	margin-left: 35px;
	height: 150px;
}
#ContentsArea #news #t_oshirase {
	height: 25px;
	width: 100px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#ContentsArea #tioawase {
	height: 35px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	text-align: center;
}


#ContentsArea #news #oshirase_n {
	width: 550px;
	margin-left: 25px;
}
#ContentsArea #news #oshirase_n .news_s {
	font-size: small;
	margin-top: 5px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
