﻿@charset "utf-8";

/* 初期設定
------------------------------------------------------------------------------*/
body {
	height : 100%;
	margin:0;
	padding:0;
	font-family : 'メイリオ',sans-serif
	font-size:medium;
	color:rgba(0,0,0,1);
	/*background : url(../images/title/topics.gif) no-repeat bottom;*/
}
h1, h2 {
	color : #222;
}
h1 {
	font-size : x-large;
}
h2 {
	font-size : medium;
	margin : 0.3em 0 0.4em 0;
	padding : 0;
	line-height : 1em;
}
p {
	line-height : 1.7em;
}
a {
	text-decoration : none;
}
a:link, a:visited {
	/*color : #37c;*/
	color : rgba(255,153,0,1);
}
a:hover {
	/*color : #ccc;*/
	color : rgba(255,128,0,1);
	font-weight : bold;
}
section, article, aside, nav, header, footer, hgroup {
	display : block;
}

/* ページの枠組み
------------------------------------------------------------------------------*/
#page {
	margin : 0;
	font-family : "メイリオ", sans-serif;
	height : 248px;
}
section {
	clear : both;
	display : inline;
	float : left;
	width : 100%;
	padding : 0 0 5px 0;
}
section #text img {
	display : block;
	float : left;
	margin : 0 5px 0 0;
}
section #text {
	display : inline-block;
	float : left;
	padding : 0 0 0 1%;
	width : 79%;
	font-size : 0.8em;
	color : rgba(0,0,0,1);
}

section #title #news {
	background : #f00;
}
section #title #topics {
	background : #66ccff;
}
section #title #event {
	background : #ffcc99;
}
section #title {
	display : inline-block;
	float : left;
	text-align : center;
	font-size : 1em;
	margin : 0 0 0 0;
	width : 20%;
	color : #fff;
}
section #title img {
	display : inline-block;
	float : left;
	margin : 1% 0 1% 0;
	width : 100%;
}
#copyright {
	clear : both;
}

