/* ZERO Templates Option Style  */



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

.layout-wtt #container {width:790px; min-width:710px;}
.layout-wtt #alpha-inner {margin-right:410px;}
.layout-wtt #beta {width:200px; margin-left:-200px;}
.layout-wtt #gamma {width:190px; margin-left:-400px;}

.layout-wt #container {width:790px; min-width:510px;}
.layout-wt #alpha-inner {margin-right:220px;}
.layout-wt #beta {width:200px; margin-left:-200px;}

.layout-tw #container {width:790px; min-width:510px;}
.layout-tw #alpha-inner {margin-left:220px;}
.layout-tw #beta {width:200px; margin-left:-100%;}

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

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

a {color: #0000ff; text-decoration: underline;}
a:link {color: #0000ff; text-decoration: underline;}
a:visited {color: #0000ff; text-decoration: underline;}
a:hover { text-decoration: none;}

#site-name,
#site-name a,
#site-name-img,
#site-name-img a {
	font-size: 25px;
	
	
	text-align: right;
}

#header-image {background: url(fumi02.jpg) no-repeat center center;}
#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="#fffaf0"
}

/* フッター */
.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;
}

/*--------------------センター１テーブル*/

.table_center {
	border-top:1px solid #BE0000;
	border-left:1px solid #BE0000;
	border-right:1px solid #BE0000;
	border-bottom:1px solid #BE0000;
	margin-bottom:15px;
	background:#ffffff;
	text-align:left;
	font-size: 12px;
	}

.table_center td{
	padding:10px;　　/*----------------テーブル内間隔*/
          line-height: 1.4em; 　　　　/*----------------テーブル内行間*/
}




/*--------------------ブルーリンク */

.blue_link{
	color:#0044CC;
	font-weight:bold;
	font-size: 14px;
}

.blue_link a{
	text-decoration:underline;
	clear:both;
	color:#0044CC;
}

.blue_link a:hover{
	text-decoration:none;
	color:#ff0000;
}





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




/* リンク色 */
a:link { color:#0044CC; }
a:visited { color:#ff0000; }



