/* [更新履歴]							*/
/* 2009.12.13							*/
/* google サイト内検索対応版					*/
/* 								*/
body {
	font-size				: 90%;
}

img {
	border					: 0px;
}

p {
	text-indent				: 1em;
	margin					: 5px 0px 5px 0px;
	line-height				: 150%;
}
p.flat {
	text-indent				: 0em;
	margin					: 5px 0px 5px 0px;
	line-height				: 120%;
}
p.attention {
	padding-left			: 1.2em;
	text-indent				: -1.2em;
}

ul {
	margin-top				: 5px;
	margin-bottom			: 5px;
}

li {
	margin					: 5px 0px;
        line-height				: 1.1em;
}


th,
td {
	font-size				: 90%;
}

hr {
	border					: dotted #999;
}

/*-- ヘッダー ------------------------------------------*/
.top {
	text-align				: center;
}

.head {
	width					: 950px;
	text-align				: left;
	padding					: 3px 0px;
}

.logo {
	width					: 400px;
	float					: left;
}

.language {
/*	width					: 650px;*/
	text-align				: right;
/*	padding-top				: 5px;*/
	padding					: 3px 0px;
}

/*-- コンテンツ ----------------------------------------*/
.body {
	text-align				: center;
	background-image		: url(img/back_top.gif);
	background-repeat		: repeat-x;
}

.contents {
	width					: 950px;
	text-align				: left;
}

.navigation1 {
	padding					: 3px 0px;
}

.navigation1 img {
	vertical-align			: bottom;
}
.navigation2 {
	
}
.navigation2 span {
	float					: left;
	margin					: 0px;
}

.navigation3 {
	
}
.navigation3 span {
	float					: left;
	margin					: 0px;
        margin-top				: 2px;
}

/*-- フッター ------------------------------------------*/
.footer {
	background-color		: #000;
	color					: #fff;
	padding					: 3px;
}
.bottom_link {
	width					: 100%;
	text-align				: right;
}
.footer a {
	color					: #fff;
	text-decoration			: none;
}
.footer a:hover {
	color					: #fff;
	text-decoration			: underline;
}
.bottom_link span {
	margin-left				: 1em;
}

/*------------------------------------------------------*/
.red {
	color					: #c33;
}


/*------------------------------------------------------*/

