@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #FFF;
	background-image: url(images/bak_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.main_top #container {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/head_top_under.jpg);
	background-repeat: no-repeat;
	background-position: center 428px;
	padding: 0px;
} 
.main_top #header {
	background-image: url(images/head_top.jpg);
	height: 428px;
	padding-top: 0;
	padding-bottom: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
} 
.main_top #header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 90px;
	padding-bottom: 10px;
	padding-left: 620px;
	font-size: 24px;
	color: #FFF;
	text-align: right;
	padding-right: 20px;
}
.main_top #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 15px 10px;
}
.main_top #mainContent {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 850px;
	padding-top: 5px;
	margin-top: 10px;
} 
.main_top #footer {
	height: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #DDDDDD;
	background-image: url(images/footer.jpg);
} 
.main_top #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	color: #FFF;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
       border-width:0;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#mainmenu li {
	list-style-type: none;
}
#mainmenu > li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	font-size: 14px;
}
/* for ie 6 and 7 */
*html .submenu,
#mainmenu > li:hover {
	background-color: #09F;
	z-index: 2;
}
#mainmenu > li:hover .submenu {
	display: block;
	width: 100px;
	font-size: 12px;
}
li a,
li a:link,
li a:visited {
	margin: 0;
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
li a:active,
li a:hover {
	color: #FFF;
	background-color: #693;
}
/* for ie 6's newline bug on list tag */
*html .submenu li a,
*html .submenu li a:link,
*html .submenu li a:visited {
    width: 100%;
    vertical-align: bottom;
}
#officialFeed .gfc-resultsbox-visible {
  text-align:left;
}
#officialFeed .gfc-resultsRoot {
}
#officialFeed .gfc-resultsHeader {
  display:none;
  border-bottom: none;
}
#officialFeed .gfc-title {
  font-size : 110%;
  color: #FF3333;
}
#officialFeed .gfc-results {
	padding-bottom : 1em;
	height: 35px;
}
#officialFeed .gfc-result {
	margin-bottom : 0px;
}
#officialFeed .gf-result {
	height: 100px;
	text-decoration: none;
}
#officialFeed .gf-title {
	font-size: 14px;
}
#officialFeed div.gf-title {
	/*padding-left: 20px;*/
	height: 20px;
	overflow: hidden;
}
#officialFeed a.gf-title {
}
#officialFeed .gf-author {
  display : none;
}
#officialFeed .gf-spacer {
/*display : none;*/
}
#officialFeed .gf-relativePublishedDate {
	/*display : none;*/
  font-size:11px;
	color: #0A850A;
	text-align: right;
}
#officialFeed .gf-snippet {
	font-size: 12px;
	color: #000;
}
#officialFeed {
	padding-bottom: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: 500px;
	width: 480px;
}
#officialFeed .gf-thumbnail {
	margin: 5px;
	width: 64px;
	height: 64px;
	overflow: hidden;
	float: left;
	background-image: url(images/thum_blog.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #EDEDED;
	text-align: center;
}
.sidebar1 {	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #F8FCE5;
	line-height: 150%;
	border: medium solid #FFFFFF;
	margin-top: 10px;
	font-size: 12px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;

	float: left;
}
.main_top #header h2 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 620px;
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	padding-right: 20px;
	text-align: right;
}
.main_top #main_menu {
	width: 850px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 30px;
	margin-top: 20px;
}
.main_top #mainContent_topics {
	margin-bottom: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 498px;
	padding-top: 0px;
	margin-top: 10px;
	height: 580px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F0ECCF;
	border-bottom-color: #F0ECCF;
	border-left-color: #F0ECCF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0ECCF;
}
.main_top #newsbox {
	width: 318px;
	margin-top: 10px;
	height: 280px;
	border: 1px solid #F0ECCF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-bottom: 20px;
}
.main_top #about_us {
	width: 318px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F0ECCF;
	border-bottom-color: #F0ECCF;
	border-left-color: #F0ECCF;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0ECCF;
	margin-bottom: 20px;
}
.main_top #mainContent_news {
	width: 328px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	}
.main_top #mainContent_links {
	margin-bottom: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 100%;
	margin-top: 10px;
	height: 200px;
	border: 1px solid #F0ECCF;
	padding-top: 50px;
	background-image: url(images/footerlinks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main_top #header a {
	height: 428px;
	padding-top: 0;
	padding-bottom: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
}
.main_top #header a:hover {
	height: 428px;
	padding-top: 0;
	padding-bottom: 0;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: underline;
}
