/* 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: #FFF4FB;
	font-size: small;
}
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{
	font-size: 100%;
	text-align : left;
	background-image: url(http://www.a-livechat.com/images/list/risuto_sannkaku_org2.gif);
	background-repeat: no-repeat;
	background-position : left 2px;
	list-style-type: none;
	text-indent: 10px;
}

P{
	font-size : 98%;
	text-align : left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	line-height: 130%;
}
a img{
	border-style: none;
}

form, input { margin: 0; padding: 0; }
dt {
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
	text-align: left;
}
dd {
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}

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

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

#container-inner
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/******* ヘッダー *********/
#header{
	margin: 0; /* 外の隙間 ピッチリ合わせている */
	width: 100%; /* containerにいっぱいいっぱい表示 */
	height: 97px;
	background-image: url(http://www.a-livechat.com/images/header/back-img.jpg);
	vertical-align: middle;
	background-repeat: no-repeat;
	background-color: #1B3566;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F31D7E;
	z-index: 5;
	position: relative;
}

#header h1{ /* ページタイトル */
	margin: 0px;
	text-align: left;
	font-size: 13px;
	padding-top: 82px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 0px;
}

#header h2{ /* サイト名 */
	font-size: 13px;
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	top: 65px;
	right: 0px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

#header p{ /* ページトピック */
	text-align: left;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 220px;
	margin-top: -15px;
}

#header img{ /* サイトロゴ */
	float: left; /* ヘッダの左に動かす */
	position: absolute; /* ヘッダの左上に表示する仕掛け */
	top: 0px; /* ヘッダの左上に表示する仕掛け */
	margin: 0px;
	z-index: 5;
	left: 0px;
}

#header a{
	text-decoration: none;
	color: #333333;
}
#header A:HOVER{
	text-decoration: none;
}
/*　検索ボックス　*/
#header-description
{
	text-align: left;
	font-size: 13px;
	background-color: #FFA216;
	border: 1px solid #E7E7E7;
	color: #FFFFFF;
	width: 100%;
	position: relative;
	font-weight: bold;
	padding-left: 5px;
}

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

/************コンテンツの外ブロック*******************/
#alpha
{
	display: inline;
	float: left;
	position: relative;
	min-height: 1px;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	left: 180px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #141414;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/*　コンテンツ内ブロック　*/
#alpha-inner
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 98%;
}

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


/*　記事見出し　*/
#alpha h3 , #alpha-search h3{
	height: 30px;
	font-size: 120%;
	padding-top: 7px;
	text-align: left;
	text-indent: 25px;
	font-weight: bolder;
	color: #FF6633;
	background-image: url(http://www.a-livechat.com/images/h-back/h3back.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#alpha h4 , #alpha-search h4{
	font-size: 110%;
	padding-top: 5px;
	text-align: left;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #F592b6;
	border-left-width: 17px;
	border-left-style: solid;
	border-left-color: #c991c6;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-right: 5px;
	margin-left: 5px;
}

#alpha h5 , #alpha-search h5{
	font-size: 100%;
	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: 10px;
	margin-left: 10px;
	background-image: url(http://www.a-livechat.com/images/h-back/h5back.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#alpha h6 , #alpha-search h6{
	font-size: 100%;
	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;
}
#alpha table{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* パンくず */

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

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

/******フッタブロック*******/
#footer
{
	width: 100%;
	height: 58px;
	background: #EF238E;
	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;
}
/*******解説リンク*********/
#kaisetu
{
	text-align: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#kaisetu h3
{
	font-size: 14px;
	background-color: #CCCCCC;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #393939;
	text-indent: 15px;
	background-image: none;
	height: 20px;
	margin: 0px;
}

#kaisetu-inner
{
	width: 100%;
	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;
}

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

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

/********サイドメニュー全体ブロック*********/
#beta-l {
	display: inline;
	float: left;
	width: 180px;
	background-color: #F31D7E;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #141414;
}

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

/***********サイドメニュー、コンテンツ、更新履歴の全体ブロック*/
.module-categories
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
	display: block;
	clear: both;
}
/***********　アドバダイスメント　***********/
.adb-box{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.adb-box h3{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-image: url(http://www.a-livechat.com/images/menu-back/h4back.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}
.adb-box h3 a{
	color: #FFFFFF !important;
}
.adb-box h4{
	font-size: 100% !important;
	font-weight: bold!important;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.adb-box p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.module-categories h3
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 100%;
	height: 20px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-image: url(http://www.a-livechat.com/images/menu-back/h4back.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
}

/**/
.pr-box1 , .pr-box2{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pr-box2{
	background-color: #FFFFFF;
}

/*サイドメニュー内ブロック*/
.module-content
{
	padding: 0;
	width: 100%;
}
.module-content ul li {
	list-style-type : none;
	background-image : url(http://www.a-livechat.com/images/list/sannkak-org2.gif);
	background-repeat : no-repeat;
	background-position : left top;
	margin-top: 3px;
	padding-left: 5px;
	margin-bottom: 3px;
}

.module-content ul ul li {
	margin-left : 0px;
	font-size : 13px;
	list-style-type: none;
	background-image: url(http://www.a-livechat.com/images/list/maru-blue.gif);
	padding-left: 3px;
	text-indent: 5px;
}
.module-content ul ul ul li {
	margin-left : 10px;
	background-image : none;
	font-size : 13px;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
}

/********エントリー*************/
.entry-body {
	width: 98%;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*画像左のエントリーボックス*/
.entry-box{
	width: 98%;
}
.entry-box img{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.left-box{
	float: left;
}

/*******サイトマップの各ブロック***********/
.archive-content
{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
/***********　バナーボックス　********/
.pr-box1{
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.pr-box1{
	background-color: #FFFFFF;
}
/*　その他　*/
.s{
  text-align : center;
}

.p-1 {
	background-image: url(http://www.a-livechat.com/images/icon/goo1.gif);
	background-repeat: no-repeat;
	color: #003FBF;
	text-indent: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
}
.p-2 {
	background-image: url(http://www.a-livechat.com/images/icon/goo1.gif);
	background-repeat: no-repeat;
	color: #003FBF;
	text-indent: 25px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	display: block;
	width: 98%;
}
/**********サンプル**************/
.sample img{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
/*表*/
.table-1{
	background-color: #00CCFF;
	text-align: left;
}
.table-1 p{
	margin-left: 0px;
}
.table-2{
	background-color: #00CCFF;
	text-align: left;
}
.table-2 p{
	margin-left: 0px;
}

.td-1{
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
.td-2{
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
}
.td-3{
	background-color: #FFFFFF;
	text-align: center;
}
.td-4{
	text-align: left;
	padding-left: 5px;
	font-weight: bold;
}
/*コメントボックス*/
.comment{
	width: 400px;
}
.box-left{
	width: 340px;
	float: left;
}
.box-right {
}




.girl-box-left{
	float: left;
	width: 29%;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
.girl-box-right{
	float: right;
	width: 69%;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FACAF4;
}
.p-profile{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 5px;
}
.p-profile-2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
