﻿@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
----------------------------------------------------------------------------- */
#localnavi {
margin-top:30px;
}

#contents h2{
	background-image: url(../img/h2_sitemap.jpg);
}

#contents dl{
	margin: 10px 20px 10px 20px;
	
}

#contents dt{
	font-size: 100%;
	font-weight: bold;
	margin: 30px 0px;
	color:#ED820C;
	border-bottom: 1px dotted #999999;
	padding-bottom:10px;
	background-image:url(../img/icon_allow_orange.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:15px;
}

#contents dt a:hover{
color:#CCCCCC;
}

#contents dd{
	margin: 0 0 1em 2em;
	padding: 0px;
	background-image:url(../img/sitemap01.gif);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:15px;
	font-size:85%;
}

#contents dd.bottom{
background-image:url(../img/sitemap02.gif);
}



#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;
}