

/************** Generic Rules *************/
body {
	margin: 0;
	padding: 0;
	
	background-color: #ffffff;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	
	color: #333333; /*標準フォントカラー*/
	font-size: 90%; /*標準フォントサイズ*/
	font-family:Meiryo, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; /*標準フォント*/
	line-height:1.25;
}

table.asTable1pxGray  { border:1px solid #999; border-collapse:collapse;}
.asTable1pxGray td    { border:1px solid #999; }
table.asTable1pxRed   { border:1px solid #C99; border-collapse:collapse;}
.asTable1pxRed td     { border:1px solid #C99; }
table.asTable1pxGreen { border:1px solid #680; border-collapse:collapse;}
.asTable1pxGreen td   { border:1px solid #680; }
table.asTable1pxBlue  { border:1px solid #99C; border-collapse:collapse;}
.asTable1pxBlue td    { border:1px solid #99C; }

/* ----------- Admin Menu */
#ucAdminMenu {
}
#ucAdminMenu .blockSet {
	width:200px;
	float:left;
	margin-right:8px;
}

#ucAdminMenu .blockTitle { 
	background-color:#9999CC;
	font-size:16px;
	color:white;
	line-height:1.5;
	padding-left:8px;
}
#ucAdminMenu ul {
	margin-bottom:0.5em;
	padding-left:1em;
	line-height:1.25;
}
#ucAdminMenu li { width: 180px; }
#ucAdminMenu a { color: #333333; text-decoration:none; }
#ucAdminMenu a:hover { color:#dc143c; }


/*--コンテナ--------------------------------------------------------------*/
#OuterWrapper {
	text-align: center;
}
#asContainer {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align:left;
}
/*--ヘッダ--------------------------------------------------------------*/
#Header {
	background-color: #000000;
	width: 960px;
}
#Header H1 {
	float: left;
	
	margin: 7px 0 0 0;
	padding: 0;
	
	width: 600px;

	color: #9a9a9a;
	font-size: 12px;
	font-weight: normal;
}

/*--ヘッダーメニュー--*/
#Header ul {
	float: right;
	list-style: none;
	
	margin: 7px 0 0 0;
	padding: 0;
	
	color: #9a9a9a;
	font-size: 12px;
}
#Header ul li {
	float: left;
	margin: 0 0 0 1em;
	padding: 0;
	
	height: 16px;
}
#Header ul li a:link {
	color: #9a9a9a;
	text-decoration: none;
}
#Header ul li a:visited {
	color: #9a9a9a;
	text-decoration: none;
}
#Header ul li a:active {
	color: #9a9a9a;
	text-decoration: none;
}
#Header ul li a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


/*--背景画像--------------------------------------------------------------*/
.TopBG {
	margin: 0;
	padding: 0;
	
	width: 960px;
	min-height: 500px;
	
	background-color: #ff9900;
	background-image: url(images/container_bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.TopBG .BottomBG {
	margin: 0;
	padding: 0 15px 15px 15px;
	
	width: 930px;
	
	background-image: url(images/container_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
}


/*--コンテンツ--------------------------------------------------------------*/
#Contents {
	float: left;
}
#Contents .asBody {
	margin: 0;
	padding: 0 14px;
	width: 657px;
	background-color: #feefc6;
	background-image: url(images/content_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/*--コンテンツ領域フッター--*/
#Contents .asBottom {
	width: 685px;
	height: 77px;
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


#Contents .asBody .blockCenterLeft {
	width:325px;
	float:left;
	margin-bottom:.5em;
}
#Contents .asBody .blockCenterRight {
	width:325px;
	float:right;
	margin-bottom:.5em;
}
#Contents .asBody .blockCenterCenter {
}


.oshiraseBlockLatestEntries,
.tsuriblogBlockLatestEntries,
.tankenBlockLatestEntries {
	padding:0;
	margin:0;
}
.oshiraseBlockLatestEntries .PostBody,
.tsuriblogBlockLatestEntries .PostBody,
.tankenBlockLatestEntries .PostBody {
	width:310px;
	float:left;
	padding-left:16px;
	padding-bottom:10px;
	font-size:95%;
	line-height:1.25;
}
.oshiraseBlockLatestEntries .PostThumb,
.tsuriblogBlockLatestEntries .PostThumb,
.tankenBlockLatestEntries .PostThumb {
	margin:0 6px 6px 0;
	float:left;
}
.oshiraseBlockLatestEntries .PostDate,
.tsuriblogBlockLatestEntries .PostDate,
.tankenBlockLatestEntries .PostDate {
	font-size:80%;
	font-weight:bold;
	color:#CC3300;
}
.oshiraseBlockLatestEntries a,
.tsuriblogBlockLatestEntries a,
.tankenBlockLatestEntries a {
	font-weight:bold;
	line-height:1.75;
}



/*--編集可能部分--*/
#Contents .asBody .asEntries {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	width: 634px;
	
	line-height: 150%;
}
/*--編集可能部分(ボトムマージン無)--*/
#Contents .asBody .asEntriesNoBM {
	margin: 0;
	padding: 0 0 0 20px;
	width: 634px;
	line-height: 150%;
}

/*--記事内での基本リンク色--*/
#Contents .asBody a {
}
#Contents .asBody a:link {
}
#Contents .asBody a:visited {
}
#Contents .asBody a:active {
}
#Contents .asBody a:hover {
	color: #F80;
	text-decoration: underline;
}


/*--記事部分割り振り（新着など）--*/
#Contents .asBody .asPosts {
	float: left;
	margin: 0 0 15px 0;
	width: 305px;
}
/*--左の記事用（新着など）--*/
#Contents .asBody .asPostMGN {
	margin-right: 20px;
}


/*--コンテンツタイトル文字共通H2--*/
#Contents .asBody h2.asTitle {
	margin: 0 0 20px 0;
	padding: 0;
	height: 36px;
}

/*--コンテンツタイトル文字共通H3--*/

h3.MTitle {
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 10px;
	background-color: #000;
	color: #ffffff;
}
/*--コンテンツタイトル文字共通H4--*/
h4.STitle {
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 10px;
	line-height:1;
	background-color: #766;
	color: #ffffff;
}

/*--パンくず--*/
#Contents .asBody .TPath {
	margin: 0 0 10px 0;
	padding: 0;
	width: 634px;
	color: #333333;
	font-size: 12px;
	line-height: 120%;	
}
#Contents .asBody .TPath a:link {
	color: #333333;
	text-decoration: none;
}
#Contents .asBody .TPath a:visited {
	color: #333333;
	text-decoration: none;
}
#Contents .asBody .TPath a:active {
	color: #333333;
	text-decoration: none;
}
#Contents .asBody .TPath a:hover {
	color: #ff3000;
	text-decoration: underline;
}

/*--イメージの回込--*/
img.ImgOnRight {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
img.ImgOnLeft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

/*--テーブルの回込--*/
table.TBLOnRight {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
table.TBLOnLeft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
/*--サイドバー--------------------------------------------------------------*/
#SideBar {
	float: right;
	margin: 0 0 65px 0;
	padding: 0;
	width: 230px;
	background-color:#feefc6;
	background-image: url(images/sidebar1_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/*--サイドバー メニュー上下--*/
#SideBar .MenuTop {
	width: 230px;
	height: 34px;
	background-image: url(images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
#SideBar .MenuBottom {
	width: 230px;
	height: 24px;
	
	background-image: url(images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left -20px;	
}

/*--サイドバー メニュー--*/
#SideBar .SideMenu{
	padding:0 1.5em;
}

#SideBar .SideMenu ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
#SideBar .SideMenu ul li{
	margin: 0;
	padding: 0;
	width:190px;
}
#SideBar .SideMenu ul li h2 {
	margin: 0;
	padding: 0;
}
#SideBar .SideMenu ul li.graMenu {
	margin: 0 0 8px 0;
	padding: 0;
}

#SideBar .SideMenu a{
	color: black;
	text-decoration: none;
}
#SideBar .SideMenu a:hover{
	color: #FF0000;
	text-decoration: underline;
}


/*--サブメニュー--*/
#SideBar .SideMenu ul li ul.SubMenu {
	margin: 0 0 0 2em;
	padding: 0 0 1em 0;
	_margin: -10px 0 0 20px; /*--IE6--*/
	_padding: 0 0 2px 0; /*--IE6--*/

	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-decoration: none;
}
#SideBar .SideMenu ul li ul.SubMenu li {
	margin: 0 0 0 0;
	padding: 0;
}
#SideBar .SideMenu ul li ul.SubMenu li  a:link {
	color: #333333;
	text-decoration: none;
}
#SideBar .SideMenu ul li ul.SubMenu li  a:visited {
	color: #333333;
	text-decoration: none;
}
#SideBar .SideMenu ul li ul.SubMenu li  a:active {
	color: #333333;
	text-decoration: none;
}
#SideBar .SideMenu ul li ul.SubMenu li  a:hover {
	color: #ff3000;
	text-decoration: underline;
}


/*--フッタ--------------------------------------------------------------*/
#Footer {
	margin: 0;
	padding: 0 15px 30px 15px;
	width: 930px;
	
	background-color: #FFFFFF;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*--フッタ テキストメニュー--*/
#Footer #txtMenu {
	margin: 0 0 60px 0;
	padding: 0;
	
	text-align: right;
	color:#ffffcc;
	font-weight: bold;
	line-height: 140%;
}
#Footer #txtMenu a {
	color:#ffffcc;
	text-decoration: none;
}
#Footer #txtMenu a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

/*--連絡先--*/
#Footer #Contacts {
	float: right;
	margin: 0;
	padding: 0;
	color: #cc6600;
	font-size: 14px;
	text-align: right;
	width:620px;
}

#Footer #Contacts .Name {
	margin: 0 0 0.5em 0;
	line-height:2;
	font-weight: bold;
}

#Footer #Contacts .Item01 {/*--KUMIAI--*/
	float: left;
	margin: 0;
	width: 300px;
}
#Footer #Contacts .Item02 {/*--KYOKAI--*/
	float: right;
	margin: 0;
	width: 310px;
}

/*--COPYRIGHT--*/
#Footer #Copyright {
	clear:both;
	padding-top: 1em;
	width: 930px;
	
	color: #cc6600;
	font-size: 14px;
	text-align: right;
}

/******************************************************************************/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


/******************************************************************************/
/* XOOPS Main Menu */
.mainmenu, #usermenu {
}
.mainmenu li, #usermenu li {
}
.mainmenu a {
}
.mainmenu a:hover {
}
.mainmenu a.menuTop {
}
.mainmenu a.menuMain {
}
.mainmenu a.menuSub {
}

#usermenu a {
}
#usermenu a:hover {
}
#usermenu a.menuTop {
}
#usermenu a.highlight {
}

/* XOOPS table */
table {
/*	width: 100%;
	margin: 0;
	padding: 0;*/
}
td {
/*    padding: 5px;
    vertical-align: top; */
}
* html td {
    font-size: 0.8em; 
} /* IE6 */
.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #F99;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}

