@charset "utf-8";

/*
	説明:基本スタイルシート
	制作日:2012年7月30日
	制作者:ayako
*/

/*
=====目次===========================================

	1.基本構造
	2.ヘッダー
	3.メニュー
	4.メインコンテンツ
	5.サブコンテンツ
	6.フッター

	説明:特になし

=====================================================*/
/*----------------------------------------------*/
/*		4.メインコンテンツ  	      　*/
/*----------------------------------------------*/
/*****************************/
/*.........メインTOP.........*/
/*****************************/
#top_img{
	list-style-image: url(../img/top.jpg);
	width:980px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;	
	list-style-position: inside;
	display: list-item;	
}

/*****************************************************/
/*.............TOP画像後のコンテンツ全体.............*/
/*****************************************************/
.content_area{
	width: 980px;
}

/*ボーダー部分*/
.content_company{
	border-top: #999 solid 1px;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	border-right: #999 solid 1px;
	width: 680px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 70px 20px 20px 20px;
}

/*=========================================*/
		/*★右側設定★*/
/*=========================================*/

#right_area{
	width: 725px;
	float:left;
	position:relative;
}

/*オレンジタイトル*/
.about_title{
	list-style-image: url(../img/title_privacy.png);
	width: 397px;
	height: 47px;
	position:absolute;
	top: 12px;
	clear: both;
	list-style-position: inside;
	display: list-item;		
}


/*一番上の見出しタイトル*/
.about_h1{
	font-weight: bold;
	font-size: 120%;
	color: #468149;
	margin-top: 5px;
}

/*二番以降の見出しタイトル(緑のテキスト部分)*/
.about_h2{
	font-weight: bold;
	font-size: 120%;
	color: #468149;
	margin-top: 20px;
}

/*通常の文章_上の文章*/
.about_text_1{
	margin-top: 10px;
	margin-bottom: 20px;
}

/*通常の文章_下の文章*/
.about_text_2{
	margin-top: 10px;
}

.privacy_text{
	margin: 5px 0 10px 20px;
}

.privacy_list{
	margin-left: 55px;
}
