﻿@charset "UTF-8";

/* 
	:title 		"キヤノンシステムアンドサポート株式会社 | トップページ";
	:created 	"2009/11/26";
	:release 	[:revision "1.01"];
	:auther 	[:name "Project D"];
	:note		"
				Outline -
				1. structure
				2. text
				3. link
				9. clearfix
				";
*/


/* structure
------------------------------------------------------------ */
#wrapper #flashcontent {
	margin		: 0 0 5px 0;
	padding		: 0;
}

#flashcontent div h2 {
	margin		: 0 0 10px 0;
	padding		: 0;
	font-size	: 120%;
	text-align	: center;
	color		: #666;
}

#content #wrapTitle {
	margin		: 0 0 15px 0;
	padding		: 0;
}

#wrapTitle h2 {
	width		: 117px;
	float		: left;
}

#content #wrapRss {
	height		: 216px;
	margin		: 0;
	padding		: 16px 13px;
	border		: 1px solid #d6d6d6;
	overflow	: auto;
}

#wrapRss .summary {
	width		: 494px;
	margin		: 0 0 15px 0;
	padding		: 11px 7px;
	background	: #fff url(/saiyou/common/img/bg_rssfeed.gif) repeat;
}

#wrapRss h3 {
	margin		: 0 0 0 11px;
	padding		: 0 0 11px 0;
	font-size	: 120%;
	color		: #666;
}



/* text
------------------------------------------------------------ */
#flashcontent div p {
	font-size	: 120%;
	text-align	: center;
	color		: #666;	
}

#wrapRss p {
	padding		: 7px 11px;
	background	: #fff none;
	font-size	: 120%;
	color		: #666;
}


/* link
------------------------------------------------------------ */
#wrapRss a {
	color			: #666;
	text-decoration	: none;
}

#wrapRss a:hover {
	text-decoration	: underline;
}


/* clearfix
------------------------------------------------------------ */
#wrapTitle:after {
	height		: 0;
	display		: block; 
	clear		: both; 
	content		: url(/saiyou/common/img/pixel.gif);
}

#wrapTitle {
	overflow	: hidden;
}

/* Hides from IE-mac \*/
* html #wrapTitle {
	height		: 1%;
	overflow	: visible;
}