/* ZERO Templates Option Style  */



.layout-twt #container {width:780px; min-width:730px;}
.layout-twt #alpha-inner {margin:0 210px 0 220px;}
.layout-twt #beta {width:210px; margin-left:-100%;}
.layout-twt #gamma {width:200px; margin-left:-200px;}

.layout-wtt #container {width:780px; min-width:730px;}
.layout-wtt #alpha-inner {margin-right:430px;}
.layout-wtt #beta {width:210px; margin-left:-210px;}
.layout-wtt #gamma {width:200px; margin-left:-420px;}

.layout-wt #container {width:780px; min-width:520px;}
.layout-wt #alpha-inner {margin-right:230px;}
.layout-wt #beta {width:210px; margin-left:-210px;}

.layout-tw #container {width:780px; min-width:520px;}
.layout-tw #alpha-inner {margin-left:230px;}
.layout-tw #beta {width:210px; margin-left:-100%;}

.layout-w #containner {width:780px; min-width:300px;}

#beta .widget {width:210px;}
#gamma .widget {width:200px;}

a { text-decoration: underline;}
a:link { text-decoration: underline;}
a:visited { text-decoration: underline;}
a:hover {color: red; text-decoration: none;}

#site-name,
#site-name a,
#site-name-img,
#site-name-img a {
	font-size: 28px;
	filter: dropshadow(color=#444444,offx=1,offy=1,positive=1);
	color: #cccccc;
	text-align: right;
}

#header-image {background: url(20.jpg) no-repeat left top;}
#header-image .in4 {height: 120px;}

#profile-photo {
	width:80px;
	height:90px;
	
	margin-right: 10px; margin-left: 0; float: left;
	display:inline;
}





/* 背景色 */
body {
background: #fff0f5;
}

/* 背景色（コンテンツ部分） */
#content,
#header,
#panlist-box {
background: #ffffff;
}

#content {
	background: #ffffff;
}

/* サイドの各見出しタイトル */
.widget-header .title {
font-weight: bold;
color="#ffffff"
}

/* フッター */
.powered-box {
	display: none;
}

/* フッターフリースペース内のフォント設定  */
.footer-ad-box {
font-size: 9px;
color: #808080;
}

/* フッターフリースペース内のリンクフォント設定  */
.footer-ad-box a:link,
.footer-ad-box a:visited,
.footer-ad-box a:active {
text-decoration:none;
font-size: 9px;
color: #808080;
}

/* フッターフリースペース内のリンクフォント設定（オンマウス時）  */
.footer-ad-box a:hover,
.footer-ad-box a:visited {
text-decoration:none;
font-size: 9px;
color: #808080;
}

/* 紹介文 */
#summary-box {
font-size: 10px;
}


/* 記事のカテゴリタイトル */
#category-title .title {
  font-size: 110%;
color="#ffffff"
}

/* 記事の見出しタイトル */
#category-title .title {
  font-size: 110%;
color="#ffffff"
}

/* フッターのみ細字リンク */
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
font-weight: normal;
}




/* 記事上タイトル */
.asset-header .title {
font-size: 125%  /* サイズ  */
}



/* -------------CSS マウスオーバー薄く */
a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
        -moz-opacity:0.70; /* Firefox CSS3以前 */
}





<style type="text/css">
<!--
a:hover { position:relative; top:1; left:1; color: #ff0000; }
-->
</style>





