﻿/************ プライバシーポリシー ************/

/****************************************************************************************/
/* ヘッダ部分                                                                           */
/****************************************************************************************/
#header{
	width:750px;
	height:60px;
	border-right:solid 1px #CCCCCC;
	background-image:url("../images/about/head.gif");
}


/*メイン画像*/
#main_img {
	margin-left: 3px;
	background-image: url(../images/privacy/main.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 60px;
}

/************ ボディ ************/

/* ボディ全体 */
#body_right{
	width: 523px;
	padding: 10px 0px 30px 10px;
	text-align: left;
}

/*本文*/

#main_text {
	width: 485px;
	padding:2px 5px 2px 0px;
	text-align: left;
	line-height: 1.3em;
}

/* 各項目タイトル */

.s_title {
	font-size: 13px;
	font-weight: bold;
	padding:10px 0px 3px 0px;
	width: 513px;
}

/*各項文章 レイアウト*/
#s_title {
	width: 490px;
	padding:0px 5px 10px 18px;
	border-bottom: 1px #cccccc dotted;
	line-height: 1.3em;
}

/*リスト*/

ul#privacy_list {
	width:460px;
	padding:10px 0px 0px 30px;
	list-style: decimal;
}

/*メイン画像の英文*/

.main_img_text {
	font-size:10px;
	color:#9db5c4;
	padding-left:10px;
	font-weight:bold;
}

/*お問い合わせ先*/

#sup_text {
	width: 503px;
	padding:20px 10px 2px 0px;
	text-align: right;
}