/* -------------------------------------------------------------
	タグへのスタイル指定
--------------------------------------------------------------*/

html,body { height:100%;}

html{
	overflow-y:scroll;
	overflow-x:hidden;
	overflow-x:auto;
}

body {
	margin-left: 20px;
	border: 0;
	padding: 0;
	background-image: url(/assets/templates/penguin/img/bg.png);
	font-size: small;
	letter-spacing: 1px;
	line-height: 16pt;
}

a:link {
	color:#0098CA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0098CA;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color:#FF9933;
	text-decoration:underline;	
}

a:link img{
	text-decoration:none;
	border:none 0px;
}
a:visited img{
	text-decoration:none;
	border:none 0px;
}
a:active img{
	text-decoration:none;
	border:none 0px;
}
a:hover img{
	text-decoration:none;
	border:none 0px;
}

h1 {
	font-size:large;
	color:#333333;
	border-left:solid 5px #f0f0f0;
	background-color:#f0f0f0;
	background-image:url(/assets/templates/penguin/img/dot.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding: 5px 5px 5px 1em;
}
h2 {
	font-size: larger;
	border-bottom:solid 1px #999999;
	padding: 3px 3px 3px 0.5em;
}
h3 {
	font-size: medium;
	border-left:solid 2px #cccccc;
	padding: 2px 2px 2px 0.5em;
}








/* -------------------------------------------------------------
	汎用クラス
--------------------------------------------------------------*/
.footer {
	font-size: x-small;
	font-weight: bold;
	color: #999999;
}
.smalltext {
	font-size:x-small;
}








/* -------------------------------------------------------------
	特化クラス
--------------------------------------------------------------*/

.diaryListItem {
	border:solid 1px #cccccc;
}
.diaryListItem .titleBar {
	background-color:#EEEEEE;
}
.diaryListItemAlt {
	border:solid 1px #cccccc;
}
.diaryListItemAlt .titleBar {
	background-color:#ECFBFF;
}

.diaryListItem .ditto_introText, .diaryListItemAlt .ditto_introText {
	font-size:x-small;
}

.diaryListItem .ditto_pageTitle, .diaryListItemAlt .ditto_pageTitle {
	font-weight:bold;
}

.diaryListItem .ditto_documentInfo, .diaryListItemAlt .ditto_documentInfo {
	font-size:x-small;
}



.latestDiaryItem .ditto_pageTitle {
	background-image:url(/assets/templates/penguin/img/dot.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:1em;
}
.latestDiaryItem .ditto_documentInfo {
	font-size: x-small;
	text-align:right;
}



#diaryArchiveReflect { width: 200px; }
#diaryArchiveReflect h3 { display: none; }
#diaryArchiveReflect ul { list-style: none; }
#diaryArchiveReflect .reflect_archive_list ul {
	list-style: none !imporant;
	margin-left: 0px; padding-left: 0;
}
#diaryArchiveReflect .reflect_archive_list ul ul{ margin-left: 0px; }
#diaryArchiveReflect .reflect_archive_list ul ul li { margin-top: -5px; margin-bottom: 0.8em; }
#diaryArchiveReflect .reflect_archive_list li a {
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666; text-decoration:none;
	border-left:2px solid #ddd;
}
#diaryArchiveReflect .reflect_archive_list li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}

#techwikiIframe {
	width: 100%;
	height: 100%;
}
