/*
 *	JR NAGOYA TAKASHIMAYA
 *----------------------------------------------------*/

/* basic elements */

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

body {
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
p.pf {
	margin: 0;
	padding: 5px 0 0 0;
	color:#590000;
}


/* standard helper classes */

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { 
	display: block; 
	word-break: break-all;
}
/* */


/* ページレイアウト */

body { text-align: center; } /* center on ie */

#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 740px;
	text-align: left;
	background-color: #CCE6FF;
	}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* content */

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

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 0px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-more a {
   color: #535353;
}
.entry-more a:hover {
   color: #1a434a;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url
{
   width: 240px;
}

#comment-text
{
   width: 90%;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

.comments-open-content .input_comment{
	padding:2px 2px;
	border:#c0c0c0 1px solid;
}
.comments-open-content .button {
	padding:2px 10px;
	background-color: #f0f8ff;
	border:#c0c0c0 1px solid;
	cursor:pointer;
}
.caution {
font-size:14px;
font-weight:bold;
margin:15px 0 2px;
}
.caution_topic {
border:1px solid #000000;
padding:10px;
}
.caution_topic ul {
margin:0;
padding-left:15px;
}
.caution_topic ul li.picup {
font-weight:bold;
}

/* ここから具象的なスタイル定義 */
/* 基本的なページ要素 */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

a { color:#535353; text-decoration: underline; }
a:hover { color: #1a434a; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #464342; }
.module-content a:hover { color: #1a434a; }

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, helvetica, arial, sans-serif;
}
.rssreader-header,
.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	
	height: auto;
	padding-top:6px;
	margin: 0;
	padding-left:20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 23px;
	text-transform: uppercase;
}

.module-header a,.module-header a:hover,
.trackbacks-header a,.trackbacks-header a:hover,
.comments-header a,.comments-header a:hover,
.comments-open-header a,.comments-open-header a:hover
.archive-header a,.archive-header a:hover
{
	color: #590000;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

/* ページレイアウト */

body
{
	min-width: 752px;
	color: #000;
	background: #eee;
}

#container
{
	width: 752px;
	/*margin-bottom: 20px;*/
	background: #ffffff url("./images/globalbg.gif") repeat-y;
}

#container-inner {}

#banner
{
	margin: 0 6px;
	height: 130px;
	background: #ffffff url("./images/head.jpg") no-repeat;
}

#banner-inner
{
	padding: 30px 20px;
}

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	text-indent:-9999px;
}

#banner-description
{
	margin-top: 5px;
	margin-bottom: 0;
	color: #fff;
	background: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.125;
	text-indent:-9999px;
}

#pagebody {
	width:740px;
	margin: 0 6px;
	background: #ffffff url("./images/side_bg.gif") repeat-y;
}

#pagebody-inner { padding: 0 0 0 0; }

#alpha {
	width: 560px;
}

#alpha-inner {
	margin: 0 30px;
	background: #fff;
}
#beta {
	width: 180px;
}

#beta-inner {}

.date-header
{
	margin:10px 0 3px 0;
	padding:0px;
	font-size: 9px;
	font-weight: bold;
	color: #000;
}
.entry-header
{
	margin-top: 0;
	padding:0 0 0 15px;
	font-size: 13px;
	line-height:1.6em;
	font-weight: bold;
	height:20px;
	background: #ffffff url("./images/title_bg.gif") no-repeat bottom left;
}

.entry-header a{
	color:#FFFFFF;
	text-decoration:none;
}

h3.entry-header{
	color:#FFFFFF;
}

.entry-content,
.comment-content,
.trackback-content
{
	font-size: 11px;
	margin: 0;
	line-height: 1.6;
}

.entry-content .m-left {
	margin-left:10px;
	margin-right:5px;
}


.post-footers a {
	color:#000;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
	margin: 0 0 30px 0;
	padding-top: 3px;
	font-size: 9px;
	text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
	margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 0 10px;
	color: #292e33;
	font-size: 11px;
	text-align: center;
	background: #e6ecf2;
}

.comments-open-footer
{
	margin: 10px 0;
}


/*//////////////////////////////////////////// modules //////////////
///////////////////////////////////////////////////////////////////*/

.module
{
	margin: 10px 0 10px 0;
}

.module-content
{
	margin: 0 0 10px 0;
	padding: 0px 10px 0 15px;
	font-size: 10px;
	line-height: 1.2;
}

/* search */
.module-search h2{
	margin: 0;
	padding:0;
	}
.module-search .module-header {
	width:180px;
	height:33px;
	background: #ffffff url("./images/search.gif") no-repeat;
	text-indent:-9999px;
	}
.module-search input { font-size: 12px; }
.module-search #search { width: 120px; vertical-align:40%; margin:0 2px 0 0;}
.search-btn{
	float:left;
	width:22px;
	height:22px;
	
}
.module-search .search-btn a{
	width:22px;
	height:22px;
	display:block;
	background: #eee url("./images/search_btn.gif") no-repeat;
}
.module-search .search-btn a:hover{
	background: #eee url("./images/search_btn-over.gif") no-repeat;
}
.module-search .search-btn a span{
	display:none;
}

.module-search .search-btn input{
	background:transparent url("./images/search_btn.gif") no-repeat scroll 0 0;
	border:medium none;
	display:block;
	float:right;
	height:22px !important;
	margin:0;
	overflow:hidden;
	padding:22px 0 0;
	text-decoration:none;
	width:22px;
	cursor: pointer;
}
.module-search .search-btn input:hover{
	background:transparent url("./images/search_btn-over.gif") no-repeat scroll 0 0;
}

/* recent entry */
.module-archives h2{
	margin: 0;
	padding:0;
	}

.module-archives .module-header {
	width:180px;
	height:33px;
	background: #ffffff url("./images/recent_entry.gif") no-repeat;
	text-indent:-9999px;
	}

/* recent category */
.module-categories h2{
	margin: 0;
	padding:0;
	}

.module-categories .module-header {
	width:180px;
	height:33px;
	background: #ffffff url("./images/category.gif") no-repeat;
	text-indent:-9999px;
	}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-categories .module-list {
	   margin: 5px 0 0 0;
	   padding-left: 15px;
	   list-style: none;
}
.module-categories .module-list .module-list-item {
	margin-top: 0;
	list-style-image:url(images/tri.gif);
}

/* recent calendar */
.module-calender h2{
	margin: 0;
	padding:0;
	}

.module-calender .module-header {
	width:180px;
	height:33px;
	background: #ffffff url("./images/calendar.gif") no-repeat;
	text-indent:-9999px;
	}
/* recent backnumber */
.module-backnumber h2{
	margin: 0;
	padding:0;
	}

.module-backnumber .module-header {
	width:180px;
	height:33px;
	background: #ffffff url("./images/backnumber.gif") no-repeat;
	text-indent:-9999px;
	}

#arw {
background-image:url(images/tri_bk.gif);
background-repeat:no-repeat;
background-position:0 1px;
margin-left:5px;
padding-left:9px;
color:#333333;
height:50px;
vertical-align:baseline;
}



.module-list
{
	list-style: none;
}

.module-list .module-list;
{
   margin: 5px 0 0 0;
   padding-left: 0px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #000;
   line-height: 1.6;
}

/* koba追加　2005/03/13 */

.foot{
   width:100%;
   height:20px;
   background: #000014 url("./images/copyright.gif") no-repeat right top;
   margin-top: 10px;
   font-size: 11px;
   text-align: right;
   padding: 0px 0px 0px 0px;
   
}
.foot span {
	display:none;
}

.portal_logo{
	position:absolute; 
	top:10px;
	right:10px;
	padding:2px 2px 1px 2px;
	border: solid #CECBCE 1px;
}

.rss_link{
	margin: 10px 0px 10px 0px;
	padding:5px;
	font-size: 10px;
	border-top:#9CCF63 2px solid;
	border-bottom:#9CCF63 2px solid;
}
.rss_link a{
	vertical-align:middle;
}

.module-categories{
	padding: 15px 0px 0px 0px;
	width: 100%;
		clear: both;
}
.module-categories .module-content{
	position: relative;
	margin: 0px 15px 0px 15px;
	padding: 0px;
}
.module-list-item #category_level_1{
	padding-left: 0px;
}
.module-list-item #category_level_2{
	padding-left: 7px;
}
.module-list-item #category_level_3{
	padding-left: 14px;
}

.rssreader-rssbox {
	margin: 5px 10px 0px 10px;
}
.rssreader-rssbox .title {
	margin: 5px 0px 0px 0px;
	font-size:9px;
}
.rssreader-rssbox a {
	display: block;
	font-size:9px;
	width:100%;
}
.rssreader-rssbox a:hover {
	display: block;
	width: 100%;
}
#page-control a {
    color:#535353;
}

#page-control a:hover {
    color:#1a434a;
}

.module-categories .module-content .module-list .module-list-item,
.module-categories .module-content a {
	color:#1a434a;
}

.module-categories .module-content a:hover {
	color:#535353;
}

.module-archives .module-content a {
	color:#1a434a;
}

.module-archives .module-content a:hover {
	color:#535353;
}

/**************************************************
　　コメント表示　include_xmlRequest.php
***************************************************/
.comments-content #page_control {
	/*height:50px;*/
	margin:0px;
	padding:0px;
	text-align:right;
	font-size:12px;
}
.comments-content #comment-back-up,
.comments-content #comment-next-up,
.comments-content #comment-back-dn,
.comments-content #comment-next-dn {
	/*margin:3px;*/
}
.comments-content #comment-back-up img,
.comments-content #comment-next-up img,
.comments-content #comment-back-dn img,
.comments-content #comment-next-dn img {
	width:11px;
	margin:0px;
}

/**************************************************
　　ブログログインモジュール
***************************************************/
.module-login{
	padding:0px;
}
.login_blog {
	margin-top:5px;
}
.module-login #login_password,
.module-login #login_username {
	text-align:center;
	font-size:8pt;
	color:#a0a0a0;
}
.login_blog #user,
.login_blog #pass {
	border:solid #CECBCE 1px;
	background-color:white;
	font-size:9pt;
	padding-top:2px;
	padding-left:3px;
}
.login .text {
	width:100px;
	height:14px;
	padding-top:2px;
	padding-left:3px;
}
.login_blog .button {
	cursor:pointer;
	padding-top:2px;
	border:solid #CECBCE 1px;
	background-color:#f0f0f0;
	font-size:8pt;
}
/**************************************************
　　パンくずリストモジュール
***************************************************/
#breadcrumbs {
	margin:2px 0px 0px 0px;
	padding:0px;
	width:100%;
	border-bottom:solid #CECBCE 2px;
}
#breadcrumbs h2 {
	margin:0px;
	padding:0px;
	display: inline;
	text-decoration: none; 
	font-size:8pt;
}
#breadcrumbs img {
	margin:0px;
	padding:0px 0px 0px 10px;
}

/**************************************************
　　画像認証
***************************************************/
#comment-image-auth #comment-captcha-image {
	border: #c0c0c0 solid 1px;
}

/**************************************************
　　コメント削除
***************************************************/
.comments-delete-data{
	clear: both;
	margin: 5px 10px;
}

.comments-delete-data .delete_comment{
	padding:2px 2px;
	border:#c0c0c0 1px solid;
}

.comments-delete-data .button {
	padding:2px 10px;
	background-color: #f0f8ff;
	border:#c0c0c0 1px solid;
	cursor:pointer;
}

/**************************************************
　　サイトメニュー
***************************************************/
.side_menu {
	margin:0;
	padding:0;
	clear: both;	
}

.side_menu ul {
	margin: 0;
	padding: 5px 0px 0px 15px;
	list-style: none;
	text-indent: 0;
	font-size: 10px;
	clear: both;
}

.side_menu ul li {
	margin: 0;
	padding: 10px 0px 0px 0px;
	list-style: none;
	clear: both;
}

.side_menu ul li a {
	margin: 0;
	padding: 0px 0px 0px 15px;
	background: url(./images/tri.gif) no-repeat 0 50%;
	color: #1a434a;
	float: left;
}

.side_menu ul li a:hover {
	color: #535353;
}


/**************************************************
　　モジュール
***************************************************/
.module-calender {
	padding: 0px 0px 10px 0px;
	width:170px;
	text-align:center;
	clear: both;	
}
.module-calender .module-header {
	text-align:left;
}
.module-calender #title {
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
.module-calender #month_table {
	margin-left:15px;
	padding:2px;
	background-color:#FFFFFF;
	width: 150px;
}
.module-calender #month_back,#month_next {
	font-size:7pt;
	text-align:center;
}
.module-calender #weekday{
	font-size:7pt;
	text-align:center;
}
.module-calender #monthday,#saturday,#sunday {
	font-size:7pt;
	text-align:center;
	/*width:22px;*/
}
.module-calender #monthday {
	background-color:#ebe1d7;
}
.module-calender #saturday {
	background-color:#ebe1d7;
}
.module-calender #sunday {
	background-color:#ebe1d7;
}
.module-calender #sunday a,
.module-calender #saturday a,
.module-calender #monthday a {
	display:block;
	width:100%;
	background:#ffbeb4;
}
.module-calender #sunday a:hover,
.module-calender #saturday a:hover,
.module-calender #monthday a:hover {
	display: block;
	color:#000;
}

.module-calender .month_back,.month_next {
	font-size:7pt;
	text-align:center;
}
.module-calender .weekday{
	font-size:7pt;
	text-align:center;
}
.module-calender .monthday,.saturday,.sunday {
	font-size:7pt;
	text-align:center;
	/*width:22px;*/
}
.module-calender .monthday {
	background-color:#ebe1d7;
}
.module-calender .saturday {
	background-color:#ebe1d7;
}
.module-calender .sunday {
	background-color:#ebe1d7;
}
.module-calender .sunday a,
.module-calender .saturday a,
.module-calender .monthday a {
	display:block;
	width:100%;
	background:#ffbeb4;
}
.module-calender .sunday a:hover,
.module-calender .saturday a:hover,
.module-calender .monthday a:hover {
	display: block;
	color:#000;
}

/**************************************************
　　追加分
***************************************************/
.comments {
	margin: 0;
	padding: 0;
	width: 500px;
	background: url(./images/comments.gif) no-repeat;
	text-align: left;
	clear: both;
}

.comment {
	margin: 0;
	padding: 0px 0px 20px 0px;
	width: 500px;
	clear: both;
}

.comment-content {
	margin: 0;
	padding: 0;
	width: 500px;
	clear: both;
}

.comment-footer {
	margin: 0;
	padding: 12px 0px 0px 0px;
	width: 500px;
	text-align: left;
	background: url(./images/dotline.gif) no-repeat;
	clear: both;
}

.comments-open-content {
	margin: 0;
	padding: 20px 0px 0px 0px;
	width: 500px;
	clear: both;
}

.comments-open-content dl {
	margin: 0;
	padding: 0px 0px 10px 0px;
	width: 500px;
	float: left;
}

.comments-open-content dl dt {
	margin: 0;
	padding: 0;
	width: 100px;
	float: left;
}

.comments-open-content dl dd {
	margin: 0;
	padding: 0;
	width: 400px;
	float: left;
}

.comments-open-footer {
	margin: 0;
	padding: 0px 0px 0px 100px;
	clear: both;
}

.module-rss {
	margin: 0;
	padding: 0
	width:180px;
	clear: both;
}

.module-rss ul {
	margin: 0;
	padding: 10px 0px 0px 15px;
	width:165px;
	list-style: none;
	text-indent: 0;
	text-align: left;
	background: url("./images/line.gif") no-repeat;
	float: left;
}

.module-rss ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.module-rss ul li a {
	margin: 0;
	padding: 0px 0px 0px 17px;
	background: url(./images/rss.gif) no-repeat 0 50%;
	color: #1a434a;
}

.module-rss ul li a:hover {
	color: #535353;
}

.module-profile {
	margin: 15px 0px 0px 0px;
	padding: 0;
	width:180px;
	background: url("./images/line.gif") no-repeat;
	float: left;
}

.container-profile {
	margin: 0;
	padding: 10px 0px 0px 15px;
	width:165px;
	clear: both;
}

.container-profile img {
	margin: 0;
	padding: 0px 10px 0px 0px;
	float: left;
}

.container-profile p.sign {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
	float: left;
}

.container-profile p.comme {
	margin: 0;
	padding: 5px 35px 0px 0px;
	font-size: 10px;
	color: #ffffff;
	clear: both;
}

