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

/* basic elements */

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

body
{
	margin: 0;
    padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	color: #333;
}
a { color: #0045d5;
}
A:visited {  color: #0045d5;} 

a:hover{
	color: #FF6699;
}

a img{
	border-style: none;
}
dl{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
dt{
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}
dd{
	text-align: left;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*打ち消し線*/

.stk { text-decoration:line-through; } 

/*検索のテキストボックス*/
input.kensaku {
	width: 100px;
}
form, input { margin: 0; padding: 0; }
/* サイト詳細の「オススメポイント」で使用*/
.box-2 dl{
	margin: 0px;
}
.box-2 dt{
	font-weight: bold;
	margin-left: 0px;
	text-align: left;
}
.box-2 dd{
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 90%;
	text-align: left;
	line-height: 16px;
	margin-right: 10px;
}

p {
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 90%;
	text-align: left;
	line-height: 16px;
	margin-right: 3px;
}
TD{
	color : #363636;
	font-size: 90%;
}
ul{
	margin-top: 10px;
}
li {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 90%;
}
HR {
	color: #999999;
    filter:alpha(opacity=100,finishopacity=0,style=3);
 }
/******* 全体のブロック *********/

#container , #container-top , #container-wide
{
	margin: 0 auto;
	background: #fff;
	padding: 0px;
	position: relative;
}
#container , #container-top , #container-wide
{
	width: 910px;
}
/********　ヘッダ全体　***********/
/* ヘッダ */
#header, #header-top {
	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-top h1,#header p , #header .h-p-1 , #header-top .h-p-1 , .h-p-1 {
	color: #636881;
}

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

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

#header h2 , #header-top h2
{
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-size : 19px;
	text-align: left;
	position: absolute;
	top: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 370px;
}

#header img , #header-top img
{
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
}
#header .h-p-2 , #header-top .h-p-2
{
	
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	padding: 0px;
	top: 123px;
	color: #636881;
	background-color: #FFE6F0;
	margin: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	text-indent: 15px;
}

/*　ヘッダメニュー1　*/
#header-bn{
	padding: 0px;
	margin: 0px;
}

#header-bn img , #header-bn IFRAME{
	position: absolute;
	top: 3px;
	text-align: left;
	padding: 0px;
	z-index:6;
	right: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-menu{
	position: absolute;
	top: 72px;
	width: 100%;
	left: 0px;
	height: 20px;
}
#header-menu a {
	display: block;
	float: left;
	font-size: 13px;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	vertical-align: middle;
	height: 25px;
	text-decoration: none;
	z-index:10
}

#header-menu a:hover{
	margin-top: 1px;
}

/************コンテンツの外ブロック*******************/
#alpha , #alpha-top , #alpha-wide
{
	text-align: center;
	font-size:90%;
	display: inline;
	position: relative;
	float: left;
	top: 30px;
	background-image: url(http://www.ad-j.net/images/menu/underline.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	z-index:7;
	margin: 0px;
}

#alpha , #alpha-wide
{
	width: 730px;
	left: 180px;
}
#alpha-top{
	width: 520px;
	left: 180px;
	}

/*　コンテンツ内ブロック　*/
#alpha-inner , #alpha-inner-top
{
	text-align: center;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
}
#alpha-inner , #alpha-inner-top
{
	width: 100%;
}

/*　記事見出し　*/

#alpha-top h3  ,#alpha h3{
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-image: url(http://www.ad-j.net/images/midasi/h3back-2.gif);
	background-repeat: repeat;
	background-position: center;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	text-indent: 10px;
	letter-spacing: 2px;
	font-size: 16px;
	margin-top: 10px;
}
#alpha h3 a{
	color: #FFFFFF;	
}
#alpha h2 a {
	color: #FFFFFF;
}
 #alpha-wide h3 , .p-top-end {
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	padding-top: 13px;
	padding-bottom: 12px;
	text-indent: 20px;
}
#alpha-wide h3 {
	background-image: url(http://www.ad-j.net/images/midasi/top-w700-02.gif);
	color: #321518;
	margin-top: 5px;
	margin-bottom: 5px;
}
#alpha-wide h3 a{
	color: #321518;
	}
.p-top-end{
	background-image: url(http://www.ad-j.net/images/midasi/top-w700-03.gif);
	color: #0D2002;
	margin-top: 0px;
	margin-bottom: 0px;
}

#alpha h4 , #alpha-top h4  ,#alpha-wide h4{
	font-size : 15px;
	color: #993366;
	text-align: left;
	text-indent: 28px;
	width: 97%;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	background-image: url(http://www.ad-j.net/images/point/06-1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9AAE1;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BC6CCA;
	border-left-color: #BC6CCA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9AAE1;
	clear: both;
}
#alpha h4 a , #alpha-top h4 a ,#alpha-wide h4 a{
	color: #993366;
}

#alpha h5 , #alpha-top h5 ,#alpha-wide h5 {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	margin-left: 10px;
	padding-bottom: 1px;
	background-color: #FFD8E8;
	text-indent: 20px;
	margin-top: 5px;
}


.contents-top , .contents ,.contents-2 {
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
	text-align: center;
	}

.contents-top{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	}

.contents , .contents-2  {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.contents-inner{
	width: 98%;
	border: 1px solid #6565DC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	}

/*右コンテンツ*/
#right-content-top{
	width: 210px;
	font-size:13px;
	float: left;
	margin: 0px;
	position: absolute;
	top: 100px;
	right: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(../images/menu/underline.gif);
	background-repeat: repeat-x;
	z-index:9;
}

.right-content-inner{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
}

/* パンくず */

.content-nav
{
   margin: 10px;
   text-align: center;
}


/*　サイトマップと日別エントリ本文の外ブロック　*/
.entry-content
{
   position: static;
   clear: both;
   margin: 0;
   line-height: 1.5;
}
/*******各エントリ全体のブロック*********/
.entry
{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

/*******サイトマップの各ブロック***********/
.archive-content
{
   margin: 5px 10px 10px 10px;
}
/**********  ナビゲーション&パンくずリスト  ***********/
.content-nav , .content-nav-bread
{
	background: #e6ecf2;
	margin-left: 0px;
	padding-left: 10px;
}
/****** このページのトップへ *******/

.gotop {
	text-align: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

/********サイドメニュー全体ブロック*********/
#beta {
	width: 180px;
	font-size:13px;
	text-align: left;
	display: inline;
	margin: 0px;
	z-index:5;
	position: absolute;
	float: left;
	clear: left;
	top: 100px;
	left: 0px;
	background-image: url(http://www.ad-j.net/images/menu/underline.gif);
	background-repeat: repeat-x;
	padding: 0px;
	z-index:8;
}

#beta h3 ,#right-content-top h3
{
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 3px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	clear: both;
	background-color: #FF6699;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	background-image: none;
}
#beta h4  ,#right-content-top h4 , #beta-inner-top-1 h3{
	color: #FFFFFF;
	background-color: #330000;
	text-align: center;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*　サイドメニュー全体内ブロック　*/
#beta-inner , #beta-inner-top-1 , #beta-inner-top-2
{
	padding-top: 7px;
	padding-bottom: 10px;
	margin-left : 0px;
	text-align: center;
}
#beta-inner {
	margin-top: 15px;

}
#beta-inner , #beta-inner-top-2{
	width: 96%;
}

#beta-inner-top-1
{
	width: 98%;
	margin-top: 2100px;
}

#beta-inner-top-2
{
	position: absolute;
	top: 15px;
}

/* メニューで使用 */
#beta h5 , .p-menu , .p-menu-bn
{
	color: #993366;
	background-color: #FFBEFE;
}
#beta h5 , .p-menu , .p-menu-bn 
{
	font-size: 13px;
	margin: 0px 0px 5px;
	font-weight: bold;
	clear: both;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding: 0px;
}
/******フッタブロック*******/
.footer-navi
{
	width: 100%;
	background: #dae0e6;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	clear: both;
	z-index:3;
	margin-top: 20px;
	position: relative;
	padding: 0px;
	margin-bottom: 20px;
	top: 30px;
}
#footer , #footer-top
{
	top: 30px;
	width: 100%;
	height: 58px;
	clear: both;
	background-color: #000;
	position: relative;
}

#footer a{
	color: #FFFFFF;
}
#footer h3{
	background-image: none;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
}
#footer-top p{
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
}

#footer img{
	text-align: left;
	float: left;
	margin-top: 17px;
}

#footer-inner
{
	line-height: 58px;
	font-size: 10px;
	text-align: center;
	background-color: #000;
}


.p-menu-bn{
	margin-bottom: 5px;
}

/*サイドメニュー内ブロック*/
.module-content, .module-content-2 , .module-content-ma  , .module-content-ninki , .module-content-tag
{
	position: relative;
	padding: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 5px;
}
.module-content , .module-content-ma  , .module-content-ninki , .module-content-tag
{
	border: 1px solid #BBBBBB;
	margin-bottom: 3px;
}

.module-content-2 
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-left-color: #BBBBBB;
	margin-bottom: 0px;
}
.module-content-2-inner
{
	padding-bottom: 5px;
}

.module-content-2-under
{
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
	margin-top: 0px;
	padding: 0;
}



/*　メニュー２マウスオン　*/
.module-content-2 a
{
	display: block;
	font-size: 12px;
	text-align: left;
	width: 40%;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-top: 3px;
	height: 17px;
	padding-bottom: 0px;
}
.module-content-2 span
{
	display: block;
	text-align: center;
	width: 10px;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	height: 17px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.module-content-2 br
{
	clear: both;
}

.sonota , .new
{
	background-image: url(http://www.ad-j.net/images/list/11.gif);
	background-repeat: no-repeat;
	background-position: 45px center;
	text-decoration: underline;
	display: block;
	text-align: left;
	text-indent: 60px;
	background-color: #FFFADE;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;

}
.sonota
{
}
.new
{
	margin-bottom: 3px;
}

/*月別更新履歴*/
.module-content-ma ul {
	padding-left : 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.module-content-ma ul li {
	list-style-type : none;
	background-image : url(http://www.ad-j.net/images/list/mark2.gif);
	background-repeat : no-repeat;
	background-position : left top;
	font-size : 90%;
	font-family : sans-serif;
	margin-left: 3px;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
}
/*エントリー関連カテゴリー*/
.module-content-ec {
	display: block;
	width: 95%;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: 5px;
	clear: left;
}

.module-content-ec ul {
  margin-left : 10px;
  margin-right : 0px;
  margin-top : 10px;
  margin-bottom : 10px;
  padding-left : 0px;
}

.module-content-ec ul li {
	list-style-type : none;
	background-image : url(http://www.ad-j.net/images/list/2.gif);
	background-repeat : no-repeat;
	background-position : left center;
	font-size : 14px;
	font-family : sans-serif;
	line-height : 120%;
	margin-left: 3px;
	height: 22px;
	padding-left: 25px;
	padding-top: 6px;
}
.module-content-ninki {
	text-align: left;
}

.module-content-ninki span{
	color: #FFFFFF;
	background-color: #DD4500;
	border: 1px solid #442200;
	margin-left: 3px;
	margin-right: 5px;
}
.module-content-ninki ul {
	margin : 0px;
	padding-left: 3px;
}
.module-content-ninki ul li {
	list-style-type: none;
	margin: 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
	height: 100%;
}
.module-content-ninki a  , .module-content-tag a{
	text-decoration: none;
}
.module-content-tag a{
	margin: 1px;
	display: inline-block;
}
/*タグテキストのサイズ*/
.rank-1  { font-size: 1.75em; }
.rank-2  { font-size: 1.75em; }
.rank-3  { font-size: 1.625em; }
.rank-4  { font-size: 1.5em; }
.rank-5  { font-size: 1.375em; }
.rank-6  { font-size: 1.25em; }
.rank-7  { font-size: 1.125em; }
.rank-8  { font-size: 1em; }
.rank-9  { font-size: 0.95em; }
.rank-10 { font-size: 0.9em; }

