@import url("./flags.css");﻿

body{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 100%;
	font-family: meiryo,sans-serif;
}

div.content {
	margin: 0 10%;
	padding: 10px 0;
	min-width: 730px;
	clear: both;
}

a img{
	border: 0px;
}


/* ヘッダー */

div#header{
	height: 130px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0 0 0;
}

div#header img{
	display: block;
	border: 0;
	width: 217px;
	height: 108px;
	float: left;
}

div#header>a {
	text-decoration: none;
	border: 0;
}

div#header ul {
	margin: 80px 0 0 0;
	float: right;
	font-size: 1em;
}

div#header ul li {
	float: left;
	list-style: none;
}

div#header ul a {
	text-decoration: none;
	font-weight: bold;
	color: #999;
	display: block;
	margin: 0;
	padding: 2px 0 2px 2em;
}

div#header ul a:hover{
	color: #008899;
}

/* サイドバー */
div#sidebar{
	float: right;
	width: 210px;
	padding: 15px;
	background-color: #fff;
}

div#sidebar div.title {
	margin: 0:
	width: 98%;
	padding: 15px 0;
	border: 2px solid #aaa;
	text-align: center;
	font-size: 1.2em;
	background-color: #fff;
}

div#sidebar div.title a{
	color: #000;
	text-decoration: none;
}

/* 本文 */
div.body{
	margin: 0 250px 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

div.body a{
	color: #333;
}

h1{
	margin: 0;
	padding: 20px 10%;
	font-size: 1.5em;
	line-height: 1.2em;
	border-top: 5px solid #99ddff;
	background-color: #33AABB;
	color: #fff;
}

div.body h2{
	color: #008899;
	font-size: 1.2em;
	padding: 15px;
	margin: 35px 0 0;
	border: 1px solid #008899;
}

div.body h3{
	color: #008899;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 15px 0;
}

div.body dt{
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 10px;
	/* border-left: 1.6em solid #ffec47; :*/
	color:  #008899;
	margin: 35px 0 7px 0;
}

div.body dt a{
	color:  #008899;
}

/* フッター */

div#footer {
	background-color: #333;
	font-size: 0.8em;
	color: #fff;
	clear: both;
}

div#footer  a{
	color: #fff;
}


/* トップページ */

div#eyecatch{
	background-color: #33aabb;
	height: 300px;
	color: #fff;
}

div#eyecatch div.t_img{
	float: right;
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #eee;
}

div#eyecatch div.t_img a {
	border: 0;
}

div#eyecatch div.t_img img{
	height: 250px;
	border: 0;
}

div#eyecatch div.title{
	font-family: georgia, "Times New Roman", serif;
	margin: 15px 310px 0 0;
}

div#eyecatch div.title a{
	font-size: 2em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

div#eyecatch div.title a:hover{
	text-decoration: underline;
}