@charset "utf-8";
/* ===================================================================
CSS information

 file name  :policy.css
 author     :igu (admin)
 style info :サイトポリシー
=================================================================== */

/*----------------------------------------------------
	.pageTop
		ページ内リンクの非表示
----------------------------------------------------*/
.pageTop {
/*	display:none;*/
}

/*----------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------*/

#header a#site_map {
	background-image:url(../img/share/icon_sitemap2.gif);
	background-repeat:no-repeat;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 950px;
}


/*----------------------------------------------------
	.contents_parts
		コンテンツパーツ
----------------------------------------------------*/
.contents_parts {
	width:880px;
}
.contents_parts h2{
	width:880px;
}

.contents_parts div{
	padding:10px;
}

.contents_parts a:link{
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}
.contents_parts a:visited{
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
}
.contents_parts p{
	padding-left:10px;
}