@charset "utf-8";
/* ベーススタイルシート */

@import "layout.css";
@import "header.css";
@import "left.css";
@import "right.css";
@import "footer.css";

/*\*//*/
@import "mac-ie5.css";
/**/

*{
	margin: 0;
	padding: 0;
/*	font-family: sans-serif;	*/}

body{
	background: #fff;
	color: #444;
	font-size: 100%;}

img{
	border: none;}
a img{
	border-bottom: none;}

.clImage{	/*左寄せ・周りからの空白を持ちたいイメージを囲む用のDIV*/
	vertical-align: top;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;}
.clRightImage{
	vertical-align: top;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;}

strong{
	color: #ED2979;
	font-weight: bold;}

li{
	list-style-type: none;
	background: url(../image/li.gif) no-repeat left center scroll;
	padding-left: 20px;}

/*リンクの色指定------------------------------------------------*/
a:link{
	color: #2275B2;
	text-decoration: none;
/*	border-bottom: #2275B2 dotted 1px;	*/}
a:visited{
	color: #76219E;
	text-decoration: none;
/*	border-bottom: dotted 1px #6633CC;	*/}
a:active{
	color: #EF165E;
	text-decoration: none;}
a:hover{
	color: #009920;
	background: #FFCFEC;}
	
.clRightAdjust{
	text-align: right;}
.clBigFont{
	font-size: 1.2em;
	color: #444;}

/*パンくずリストの入ったDIV-------------------------------------*/
div.clTopicPath{
	font-size: 80%;
	margin-bottom: 15px;}

/*「ページトップへ戻る」の入ったDIV-------------------------------------*/
div.clToPageTop{
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: right;}
div.clToPageTop a{
	background: url(../image/to-pagetop.gif) no-repeat left center scroll;
	padding-left: 15px;}
div.clToPageTop a:hover, div.clToPageTop a:link, div.clToPageTop a:visited, div.clToPageTop a:active{
	background: url(../image/to-pagetop.gif) no-repeat left center scroll;}
div.clToPageTop a:hover{
	background: #FFCFEC url(../image/to-pagetop.gif) no-repeat left center scroll;}

/*汎用？ページのcontents部分を覆っているDIV-----------------*/
div.clUniversal{
	margin-left: 5px;
	margin-right: 5px;}
div.clUniversal h2{	/*一番上のタイトル*/
	height: 20px;
	text-indent: -99999px;
	margin-bottom: 20px;}
div.clUniversal h3{
	border-bottom: 1px solid #888;
	background: url(../image/operation/h3mark.gif) right bottom no-repeat scroll;
	margin-top: 20px;
	font-size: 1.1em;
	margin-bottom: 10px;}


/*関連記事------------------------------------------------------*/
div.clRelated{
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #999;}
div.clRelated h3{
	padding: 7px 5px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(../image/bk-related.gif) repeat-x scroll center;}
div.clRelated ul{
	margin-left: 15px;
	margin-top: 5px;
	padding-bottom: 5px;}
div.clRelated li{
	margin-bottom: 4px;}

/*○○○の本（本関連の追加記事）--------------------------------*/
div.clBooks{
	margin-left: 5px;
	margin-right: 5px;
	border-bottom: 1px solid #999;}
div.clBooks h3{
	padding: 7px 5px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(../image/bk-books.gif) repeat-x scroll center;}
div.clBooks ul{
	margin-left: 15px;
	margin-top: 5px;
	padding-bottom: 5px;}
div.clBooks li{
	margin-bottom: 4px;}


/*ハック含む----------------------------------------------------*/
br.clearfix{
	height: 0;
	line-height: 0;}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;}

.clearfix{
	display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;}

.clearfix{
	display: block;}
/* End hide from IE-mac */