<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 全体の設定
------------------------------------------------------------ */
html {overflow:auto;}
body {  overflow:hidden;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: small;
	line-height: 1.5;
	color: #444;
	background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_back.gif);
	background-repeat: repeat;
        font-family : Geneva,Hiragino Maru Gothic Pro,VERDANA,ARIAL,SANS-SERIF;
}
h1,h2,h3,h4,address,form{	
        font-style : normal;
        font-weight : normal;
	margin: 0px;
	padding: 0px;
}

hr{width:92%;}

img { 
        vertical-align : bottom;
}

a:link {color : #0000aa;}
a:visited {color : #999;}
a:hover {color : #FF9900;}
a img {
	border-style : none;
	text-decoration : none;
        vertical-align: bottom;
}

.affitable1{margin:0px;padding:0px;width:100%;}
.affitable1 tr{margin:0px; padding:0px;}
.affitable1 td{width:50%;margin:0px; padding:5px;border:#aaaaaa 1px solid;background-color:#ffffff;vertical-align:top;}

.affitable2{margin:0px;padding:0px;width:100%;}
.affitable2 tr{margin:0px; padding:0px;}
.affitable2 td{
text-align:center;
width:33%;
margin:0px;
padding:5px;
border:#ffffff 4px double;
background-color:#990000;
background-image:url(http://www.dphp.net/blogitem/dynabook_qosmio/bg3.jpg);
background-repeat:repeat
}
.affitable2 td a:link,.affitable2 td a:visited{
text-decoration : none;color:#ffffff;
}

.katamei{font-size:70%;line-height:100%;
height: 10em;
   overflow: scroll;
   border: #999999 1px solid;
}

/* 絵文字の設定
------------------------------------------------------------ */
.entry_m img.emoji{
	margin-top : -4px;
	vertical-align:middle;
	}

/* 大枠と背景画像の設定
------------------------------------------------------------ */
#waku {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_waku_back.png);
	background-repeat: repeat-y;
}

/* タイトル部分の設定
------------------------------------------------------------ */
#header {
	padding: 5px 10px;
	float: right;
	margin-top: 0px;
}
.admin {
	list-style-type: none;
	text-align: right;
	margin: 0px;
	border : 1px solid #ccc;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header:after{
        content: "";
        clear: both;
        height: 0;
        display: block;
        visibility: hidden;
}
#header .admin li {
	display: inline;
}
#title {
        background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_title_back.png);
        background-repeat: repeat-x;
        height: 120px;
        margin-right: -500px;
        margin-left: -500px;
        padding-right: 500px;
        padding-left: 500px;
        margin-bottom: 10px; 
        clear: both;
border-top:#990000 5px solid;
}
#title h1{
        padding-left: 20px;
        text-shadow: 2px 2px 3px #000;
        -moz-text-shadow: 2px 2px 3px #000;
        -webkit-text-shadow: 2px 2px 3px #000;
        padding-top: 15px;
        font-size: 26px;
}
#title h1 a:link,
#title h1 a:visited{
        color:#fff;text-decoration:none;
}
#title h1 a:hover{
        color:#ccc;
}
#title h2 {
	padding-left: 20px;
	color: #ccc;
        font-size:12px;
}
#center {
	width: 530px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_center_back.gif);
	background-repeat: repeat;
	margin-top: 0px;
	padding-top: 6px;
	border-bottom : 1px solid #ccc;
}
.center_top  {
	background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_center_top.gif);
	background-repeat: no-repeat;
	width: 550px;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	background-position: left bottom;
color:#aaaaaa;
text-align:right;
}


/* 右枠と左枠の設定
------------------------------------------------------------ */
#right {
	float: right;
	width: 187px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: x-small;
	margin-top: -4px;
}
#right ul,
#left ul{
        padding-left: 15px;
}
#left {
	float: left;
	width: 192px;
	padding-right: 10px;
	padding-left: 10px;
        font-size: x-small;
}
#left p, ul {
	margin-top: 10px;
	margin-bottom: 0px;
}
.plugin,
.plugin2,
.plugin3 {
	border: 1px solid #CCC;
        margin-top: 0px;
        margin-bottom : 10px;
	padding: 5px 10px;
}
.plugin ul,
.plugin2 ul,
.plugin3 ul{
	padding-left: 0px;
        margin-left: 0px;
}
.plugin h3,
.plugin2 h3,
.plugin3 h3 {
	font-size: 12px;
}
#plugin3 {
        padding: 5px;
	border: 1px solid #999;
        margin-top: 5px;
        margin-bottom: 5px;
}
#plugin3 p{
        padding: 0px;
        margin: 0px;
}
.plugin dd,
.plugin2 dd,
.plugin3 dd {
	margin-left: 0px;
}
#center .navi {
	text-align: center;
}


/* フッター部分の設定
------------------------------------------------------------ */
#bottom {
	clear: both;
	text-align: center;
	padding-top : 30px;
	padding-bottom : 30px;
}

/* 記事部分の設定
------------------------------------------------------------ */

.entry {
	background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_entry_back.png);
	background-repeat: repeat-y;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 3px #666666;
	-moz-box-shadow: 2px 2px 3px #666666;
	-webkit-box-shadow: 2px 2px 3px #666666;
	margin-bottom: 10px;
	padding: 10px;
}

.entry_t h2:first-letter {
	color:#990000;
        font-size: 26px;
}

.entry_t h2 a:link,.entry_t h2 a:visited,.entry_t h2 a:hover,.entry_t h2 a:active{
text-decoration:none;
color: #000000;
font-size: 16px;
font-weight:bold;
}

.entry_m p{
        font-size: 13px;
}
.entry h4{
        font-size: 18px;
        color:#990033;
        margin-bottom: 10px;
}
.entry ul,
.entry_m ul {
        padding-top : 20px;
        padding-left: 0px;
	text-align: right;
        font-size: x-small;
}
.entry li,
.entry_m li {
        color: #999;
	display: inline;
}
.com_icon img {
	display: inline;
	margin-bottom: 5px;
}

/* カレンダー部分の設定
------------------------------------------------------------ */

.plugin-calender{
	width: 170px;
}
.calender td a {
	display: block;
	background-color: #ccc;
}
.calender {
	width: 170px;
	text-align: center;
	background-position: center;
}
#sun {color : #cd5c5c;}
#sat {color : #4169e1;}

/*￥*/
 * html div {height:1%;}
/* */
.fc2_footer {margin-top : 10px;}

pre {
	margin:0;
	padding:0;
	overflow:auto;
	white-space:pre-wrap;
	word-wrap:break-word;
	font-size: 12px;
	border: 1px solid #999;
	background-color: #FFF;
	color: #999;
}

/* jQuery部分の設定
------------------------------------------------------------ */
dt.over{
        background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_dt_over.png);
	background-repeat: repeat-y;
        cursor: pointer;
	width: 192px;
        
        color:#990033;
}
dt.selected{
	background-image: none;
	color:#444;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
        width: 170px;
}

/* 
fontScaler stylesheet example 
icons by http://art.gnome.org/themes/icon 
*/
.fontScaler{
	float:left;
	margin-right: 5px;
}
.fontScaler a#fs_increase,
.fontScaler a#fs_decrease
{
	display:block;
	float:left;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-5000px;
}
.fontScaler a#fs_increase {
	background-image:url('http://www.dphp.net/blogitem/dynabook_qosmio/fontSizer-increase.png');
	width:24px;
	height:24px;
}
.fontScaler a#fs_decrease {
	background-image:url('http://www.dphp.net/blogitem/dynabook_qosmio/fontSizer-decrease.png');
	width:24px;
	height:24px;
}


/* IE6用の設定
------------------------------------------------------------ */

*html dt.over{
        background-image: url(http://www.dphp.net/blogitem/dynabook_qosmio/ug10_dt_over.png);
	background-repeat: repeat-y;
        cursor: pointer;
	width: 170px;
        
        color:#990033;
        background-position: right;
}
*html dt.selected{
	background-image: none;
	color:#444;
	cursor: default;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
        width: 170px;
}</pre></body></html>