﻿@charset "UTF-8";
/* =======================================================================
	CSS information

	file name  :praivacy.css
	version:1.0
	style info :プライバシーポリシーページ用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* top
----------------------------------------------------------------------------- */
#rightnavi li a {
	background-image: url(../img/navi/icon_navi_orange.gif);
}

#contents h2{
	background-image: url(../img/h3_policy.jpg);
}

#contents dl{
	margin: 20px 20px 20px 0px;
}

#contents dt{
	font-size: 114%;
	font-weight: bold;
	margin: 20px 0px 10px;
	color:#ED820C
}

#contents dd{
	margin: 0 0 2em 1em;
	padding: 0px;
}

#contents .information{
	background-color: #EBEBEB;
	margin: 20px auto;
	padding: 30px 0px;
	width: 600px;
	text-align: center;
}

#contents .information strong{
	font-size:136%;
	color: #CC0000;
	display: block;
}

#contents .name{
	float: right;
}