/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

BODY {
	text-align : center;
	font-family : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px;
	background-color: #FFFFFF;
	font-size: 13px;
}
a { color: #0045d5;
	text-decoration: none;
}
A:visited { color: #0040c0} 
A:HOVER{
	color: #FF0000;
	text-decoration: none;
}

ul{
	margin: 5px 0px 5px 10px;
	padding: 0px;
}

li{
	text-align : left;
	background-image: url(http://www.f-view.net/images/list/risuto_sannkaku_org2.gif);
	background-repeat: no-repeat;
	background-position : left 4px;
	list-style-type: none;
	font-size: 13px;
	padding-left: 10px;
}

P{
	font-size : 13px;
	text-align : left;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
}
a img{
	border-style: none;
}

form, input { margin: 0; padding: 0; }

/******* 全体のブロック *********/

#container
{
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
/* 全体のブロック内のボックス */

#container-inner
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/********　ヘッダ全体　***********/
/* ヘッダ */
#header {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "MS UI Gothic";
	padding: 0px;
	z-index: 1;
	height: 70px;
}

#header h1 ,#header p , #header .h-p-1 {
	color: #636881;
}

#header h1 
{
	font-size : 12px;
	padding: 0px;
	font-weight: normal;
	position: absolute;
	top: 55px;
	text-indent: 10px;
	margin: 0px;
	width: 350px;
}
#header p , #header .h-p-1
{
	font-size : 12px;
	padding: 0px;
	text-align: left;
	position: relative;
	top: 50px;
	margin: 0px;
	left: 350px;
	width: 550px;
}

#header a 
{
	color: #333;
	margin: 0px;
	text-decoration: none;
}

#header h2 
{
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size : 22px;
	text-align: left;
	position: relative;
	top: -3px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	left: 350px;
	width: 550px;
}

#header img
{
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
/*　検索ボックス　*/
#header-description
{
	text-align: left;
	font-size: 13px;
	background-color: #FFA216;
	border: 1px solid #E7E7E7;
	color: #FFFFFF;
	width: 180px;
	position: relative;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/************メニュー、コンテンツを含めた全体のブロック****************/
#pagebody {
	position: relative;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF5680;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#pagebody-inner { width: 100%; }

/************コンテンツの外ブロック*******************/
#alpha
{
	float: left;
	position: relative;
	min-height: 1px;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	left: 189px;
	text-align: center;
	color: #333333;
}
/*　コンテンツ内ブロック　*/
#alpha-inner
{
	width: 98%;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 4px;
	padding-left: 4px;
}
/******コンテンツ、メニュー上ボーダー*******/
#alpha , #beta-l, #beta-r {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF295F;
}
/********サイドメニュー全体ブロック*********/
#beta-l, #beta-r {
	display: inline;
	background-color: #DFDFDF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
#beta-l {
	float: left;
	width: 189px;
	position: absolute;
	left: 0px;
}
#beta-r {
	float: left;
	width: 189px;
	position: absolute;
	left: 616px;
}

/*　サイドメニュー全体内ブロック　*/
#beta-inner
{
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	text-align: center;
}

/****　検索ページコンテンツ外ブロック、削除不可！*****/
#alpha-search{ 
   display: inline; 
   float: right;
   position: relative;
   min-height: 1px;
}


/*　記事見出し　*/
#alpha h3 , #alpha-search h3 , .top-end-bnbox h3{
	margin: 5px 0px;
	font-size: 16px;
	padding-top: 6px;
	text-align: left;
	text-indent: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #666799;
	border-bottom-width: 1px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F55C0A;
	border-left-color: #F55C0A;
	padding-bottom: 2px;
}
#alpha h4 , #alpha-search h4{
	margin: 5px 0px;
	font-size: 14px;
	padding-top: 3px;
	text-align: left;
	text-indent: 15px;
	color: #000033;
	background-color: #D9D9D9;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF3333;
	padding-bottom: 2px;
}

#alpha h5 , #alpha-search h5{
	font-size : 15px;
	margin-bottom : 10px;
	text-align : left;
	text-indent : 23px;
	margin-top : 3px;
	color: #433FF3;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(http://www.f-view.net/images/h-back/h4-back.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#alpha h6 , #alpha-search h6{
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CC6699;
	border-left-color: #CC6699;
	margin-left: 10px;
	padding-left: 10px;
}
/* パンくず */

.content-nav
{
   margin: 10px;
   text-align: center;
}
/*******各エントリ全体のブロック。entry-contentはサイトマップと日別エントリ本文の外ブロック*********/
.entry , .entry-content
{
	width: 98%;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}

/**********  ナビゲーション  ***********/
.content-nav { background: #E9F0F3; }
/**********  パンくずリスト  ***********/
.content-nav-bread{ background: #E9F0F3; }

/******フッタブロック*******/
#footer
{
	width: 100%;
	height: 58px;
	background: #000000;
	clear: both;
}
#footer a{
	color: #FFFFFF;
}
#footer h3{
	background-image: none;
	font-size: 14px;
	margin: 0px 20px 0px 0px;
	color: #FFFFFF;
	float: right;
}
#footer img{
	margin: 16px 0px 0px;
	text-align: left;
	float: left;
}

#footer-inner
{
   line-height: 58px;
   font-size: 10px;
   text-align: center;
}
/*******解説リンク*********/
#explanation
{
	width: 97%;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#explanation h3
{
	font-size: 14px;
	background-color: #D9D9D9;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #393939;
	text-indent: 15px;
	background-image: none;
	margin: 0px;
	color: #000033;
}

/****** このページのトップへ *******/

.gotop {
	text-align: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.gotop a , .gotop a:hove{
	color: #FFFFFF;
}


/***********サイドメニュー、コンテンツ、更新履歴の全体ブロック*/
.module-categories
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: 1px;
	width: 180px;
	display: block;
}
/***********　アドバダイスメント　***********/
.adb-box{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
}
/***********　サイドメニューの解説　***********/
.exp-box{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
}
.exp-box h3{
	font-size: 13px;
	margin-bottom: 0px;
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.exp-box h3 a{
	color: #FFFFFF !important;
}

.module-categories h3 , .adb-box h3
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-image: url(http://www.f-view.net/images/menu-back/h3-back.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}

.module-categories h4 , .adb-box h4
{
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	text-align: left;
	text-indent: 20px;
	margin: 0px;
}

/*サイドメニュー内ブロック*/
.module-content, .module-content-2
{
	position: relative;
	padding: 0;
	width: 100%;
}
.module-content-2
{
	float: left;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.module-content ul {
	margin: 10px 0px 3px 5px !important;
	padding : 0px !important;
}
.module-content ul li {
	list-style-type : none;
	background-image : url(http://www.f-view.net/images/list/sannkak-org2.gif);
	background-repeat : no-repeat;
	background-position : left top;
	font-size : 13px;
	font-family : sans-serif;
	line-height : 120%;
	margin: 0px 0px 0px 3px !important;
	padding-left: 15px;
}
.module-content ul ul {
	padding : 0px !important;
	margin: 0px 0px 0px 10px !important;
}
.module-content ul ul ul{
	padding : 0px !important;
	margin: 0px 0px 0px 0px !important;
}

.module-content ul ul li {
	font-size : 13px;
	list-style-type: none;
	background-image: url(http://www.f-view.net/images/list/maru-blue.gif);
	padding-left: 3px;
	text-indent: 5px;
	margin: 0px 0px 0px 0px !important;
}
.module-content ul ul li a , .module-content ul ul li a:visited {
    color: #000000;
}

.module-content ul ul ul li {
	background-image : none;
	font-size : 13px;
	list-style-type: none;
	margin: 0px 0px 0px 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: lighter;
}
.module-content ul ul ul li a , .module-content ul ul ul li a:visited {
    color: #0045d5;
}


/*　メニュー２　*/
.module-content-2 a
{
	display: block;
	border-bottom: 1px solid #cccccc;
	color: #0000FF;
	font-size: 13px;
	text-align: left;
	background-color: #FFFFFF;
	width: 32.3%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	margin: 0px;
	text-indent: 3px;
	height: 20px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
}

.module-content-2 a:hover
{
  background-color: #F0F8FF;
  text-decoration: none;
}


/*******サイトマップの各ブロック***********/
.archive-content
{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}


/************ コンテンツ　************/
.contents-box1 {
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/***********　バナー　********/
.banner-box1 , .banner-box2{
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.banner-box1{
	background-color: #FFFFFF;
}
.banner-box2{
	background-color: #000000;
	border: 1px solid #FFFFFF;
}

/*　その他　*/
.s{
  text-align : center;
}

.p-1 {
	background-image: url(http://www.f-view.net/images/icon/goo.gif);
	background-repeat: no-repeat;
	color: #003FBF;
	text-indent: 25px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.p-2 {
	background-image: url(http://www.f-view.net/images/icon/goo.gif);
	background-repeat: no-repeat;
	color: #003FBF;
	text-indent: 25px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	display: block;
}
.p-3{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993366;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B41895;
}
.p-3 a ,.p-3 A:visited{
	color: #FFFFFF;
}
.p-3 A:HOVER{
	color: #FFB9B9;
}
.p-4{
	color: #003366;
	background-color: #DFDFDF;
	margin: 0px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
}
.p-up {
	background-image: url(http://www.f-view.net/images/icon/up.gif);
	color: #ffffff;
	background-repeat: no-repeat;
	text-indent: 23px;
}
.p-sample{
	background-image: url(images/list/move-1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-indent: 15px;
	margin-left: 7px;
	padding-top: 7px;
}
.p-sample a{
	text-decoration: underline;
}

.red{
	color: #E30000;
}
.scrollbar-box{
	width: 98%;
	overflow:auto;
	scrollbar-base-color: #CCCC66;
	scrollbar-face-color: #CCFF33;
	scrollbar-arrow-color: #FF00FF;
	height: 180px;
	text-align: right;
    writing-mode:tb-rl;
	
}
/* エントリーのサイト紹介*/
.sample-box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
}
.sample-box img{
	float: left;
}
.box-1{
	text-align: center;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table-sample{
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.table-sample td{
	text-align: center;
	width: 50%;
	padding-bottom: 10px;
}

/********エントリーボックス*************/
.entry-body , .entry-body-single-1 , .entry-body-single-2{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.entry-body {
	width: 48%;
}
.entry-body-single-1 {
	width: 48%;
}
.entry-body-single-1 img{
	width: 320px;
}

.entry-body-single-2 {
	width: 48%;
}

.entry-body img{
	margin-right: auto;
	margin-left: auto;
}
.entry-body p{
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 98%;
}

.entry-body-inner {
}

.site-box-cat-all{}

.site-box-cat{}

.site-box-cat img{
	margin-right: 20px;
	margin-left: 20px;	
	}	
	
.site-box-single div{
	width: 100%;
	}
.site-box-cat-all-inner , .site-box-cat-inner-1 , .site-box-cat-inner-2{
	float: left;
}

.site-box-cat-inner-1{
}
.site-box-cat-inner-2{
	
	}
.site-box-cat-all-inner{
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
/*エントリーページの作品詳細へ*/
.p-single-syousai{
	font-size: 15px;
	font-weight: bold;
}
