﻿@charset "UTF-8";

/* 
	:title 		"キヤノンシステムアンドサポート株式会社 | 2011年度新卒採用サイト プライバシーポリシー";
	:created 	"2009/09/03";
	:release 	[:revision "1.00"];
	:auther 	[:name "Project D"];
	:note		"
				Outline -
				1. structure
				2. text
				3. list
				4. link
				";
*/


/* structure
-------------------------------------------------- */
#content h2 {
	margin-bottom	: 20px;
}

#content h3 {
	margin-bottom	: 14px;
	padding-bottom	: 5px;
	border-bottom	: 1px solid #de0010;
	font-size		: 140%;
	line-height		: 1.2;
	font-weight		: bold;
	color			: #2a2a2e;
}

#content address {
	font-size		: 120%;
	font-style		: normal;
	color			: #666;
}


/* text
-------------------------------------------------- */
#content p {
	font-size		: 120%;
	color			: #666;
}

#content strong {
	font-weight		: bold;
	color			: #de0010;
}

#content p.pg01 {
	margin-bottom	: 20px;
}

#content p.pg02 {
	margin-bottom	: 40px;
}


/* list
-------------------------------------------------- */
#content ol {
	margin			: 5px 0 40px 0;
	padding			: 0 2.5em;
}

#content ol li {
	padding-bottom	: 5px;
	list-style-type	: decimal;
	font-size		: 120%;
	color			: #666;
}



/* link
-------------------------------------------------- */
#content a {
	color			: #666;
	text-decoration	: none;
}

#content a:hover {
	color			: #de0010;
	text-decoration	: underline;
}