/*------------------------------------------
float解除 
------------------------------------------*/
.clear
{
	clear:both;
}

.clear hr
{
	display:none;
}

/*------------------------------------------
背景罫線
 ------------------------------------------*/
/* トップページ背景罫線　*/
#toppage-background
{
	margin:0 auto;
	width:760px; 
	background:url(images/outline_bg760.gif) repeat-y;
}


/* 背景罫線を表示　*/
br.fclear
{
	clear: both;
	line-height: 0;
}

/*------------------------------------------
境界線
------------------------------------------*/
hr
{
	display:none;
}

/*------------------------------------------
リンク
------------------------------------------*/
a
{
	color:#333333;
}

a:hover
{
	color:#003366;
}

/*------------------------------------------
全体設定
------------------------------------------*/
body
{
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:14px;
	background:#ffffff;
	text-align:center;
	margin:0 auto;
}

/*------------------------------------------
各ボックス設定
------------------------------------------*/
/* サイト全体のボックス　*/
#main-container
{
	width:750px;
	color:#333333;
/*	background:#ffffff;*/
	margin:0 auto;
/*	border:1px solid #000000;*/
}

/* ヘッダーボックス　*/
#header
{
	width:750px;
	height:146px;
	margin:0 auto;
	padding:0;
	background: url(images/header.jpg) ;
}

/* ヘッダーナビボックス　*/
#navi
{
	color:#333333;
	font-size:75%;
	width:800px;
	height:20px;
	background: url(common/navi_bg.gif) repeat-x;
	margin:0 auto;
	padding:2px 0 0 0;
}

/* コンテンツ全体ボックス　*/
#container
{
	width:750px;
	margin:0 auto;
	padding:0;
	text-align:left;
}

/* 左メニューボックス　*/
#left
{
	width:220px;
	font-size:75%;
	margin:0;
	padding:0px 0px;
	float:left;
/*	background-color:#660000;*/
}

#left a
{
	color:#FFFFFF;
}

#left a:hover
{
	color:#FFCCCC;
}

.leftmenu1
{
	background-image:url(images/left_menu1_220.gif);
	text-align:left;
	font-size:14px;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 0px 3px 10px;
	color:#FFFFFF;
}

.leftmenu2
{
	background-image:url(images/left_menu2_220.gif);
	text-align:left;
	font-size:12px;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 0px 3px 10px;
	color:#FFFFFF;
}

.leftmenu3
{
	text-align:left;
	margin-top:1px;
	margin-bottom:1px;
	padding:0px 0px 0px 0px;
}
.leftmenu4
{
	background-image:url(images/left_menu4_220.gif);
	text-align:left;
	font-size:14px;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 0px 3px 10px;
	color:#FFFFFF;
}

.leftmenu5
{
	background-image:url(images/left_menu5_220.gif);
	text-align:left;
	font-size:12px;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 0px 3px 15px;
	color:#FFFFFF;
}

.leftmenu6
{
	background-image:url(images/left_menu6_220.gif);
	text-align:left;
	font-size:14px;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 0px 3px 10px;
	color:#FFFFFF;
}

.leftmenu7
{
	background-image:url(images/left_menu3_220.gif);
	text-align:left;
	font-size:12px;
	margin-top:1px;
	margin-bottom:1px;
	padding:3px 0px 3px 10px;
	color:#FFFFFF;
}

.leftmenu-cc
{
	text-align:left;
	font-size:12px;
	margin-top:1px;
	margin-bottom:1px;
	padding:0px 10px 0px 10px;
	color:#FFFFFF;
}


/* フッター */
#footer
{
	color:#FFFFFF;
	font-size:80%;
	width:750px;
	height:25px;
	background: url(images/footer750.gif) ;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

#footer-inner
{
	color:#FFFFFF;
	font-size:80%;
	width:530px;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	float:right;
}

/* トップページセンター外郭ボックス　*/
#center
{
	width:500px;
	margin-left:20px;
	padding:0px 0px;
	font-size:14px;
	float:left;
}

/* トップページセンターボックス　*/
#center_contents
{
	width:490px;
	margin:0px 0px 5px 0px;
	float:left;
}

/* トップページセンター2009ツアー　*/
.center_2009tour
{
	color:#FFFFFF;
	font-size:12px;
}



/* トップページ CSRツーリズムとは　*/
#top_csr
{
	width:470px;
/*	margin:5px 0px 5px 10px;*/
	padding:10px 10px;
	background-color:#CCCCDD;
	font-size:12px;
	text-align:left;
}

#top_csr220
{
	width:220px;
	color:#FFFFFF;
/*	margin:5px 0px 5px 10px;
	padding:10px 10px;
	background-color:#CCCCDD;*/
	font-size:12px;
	text-align:left;
}


.top_csr_title
{
	font-size:14px;
}
.top_csr_minitype
{
	font-size:10px;
}



/* トップページ右バナーボックス　*/
#bannerbox
{
	margin: 0;
	padding:0 0 2px 0;
}

/* トップページ右検索フォームボックス　*/
#search-form
{
	margin: 0 0 5px 0;
	padding:0; 
}



/*------------------------------------------
 ヘッダー
 ------------------------------------------*/
/* 見出し１　*/
h1
{
	display:none;
}



/*------------------------------------------
左メニュー設定
 ------------------------------------------*/
/* 左メニューリンク　*/
.left a
{
	color:#333333;
}

.left a:hover
{
	color:#3399cc;
}


/*------------------------------------------
本文設定
 ------------------------------------------*/
/* トップページセンター本文リンク　*/
.center a
{
	color:#660000;
	text-decoration:underline;
}

.center a:hover
{
	color:#003366;
	text-decoration:underline;
}



/* トップページセンター本文見出し　*/
h2
{
	margin:0 0 5px 0;
}

/* トップページセンター本文エントリー設定 */
.entry
{
	border-bottom:1px dotted #333333;
	margin:0 0 5px 5px;
	width:480px;
}

/* トップページセンター本文エントリーのリスト　*/
.entry ul
{
	margin:0 0 0 20px;
	padding:0 0 5px 0;
}

.entry li
{
	margin:0;
	line-height: 110%;
}

/* トップページセンター本文＞MORE　*/
.more
{
	text-align: right;
	margin:0 5px 0 0;
	padding:5px 0 0 0;
	font-size:12px;
}

/* トップページセンター本文 終了しました　*/
.end
{
	font-size:80%;
	color:#FF0000;
}

/* トピックパス　*/
.topic-path
{
	text-align: left;
	margin:0 auto;
	padding:0 0 10px 0;
	font-size:12px;
}

/* サブページ本文リンク　*/
.topic-path a,
{
	color:#3399cc;
}

.topic-path a:hover,
{
	color:#3399cc;
	background-color:#ffff99;
}

/* サブページ本文見出し　*/
#center_contents h2
{
	margin:10px 0 10px 0;
	padding:3px 0 3px 5px;
	font-size:16px;
/*	letter-spacing: 0.5em;*/
	color: #660000;
	border-top: double #660000;
	border-bottom: double #660000;
}

#center_contents h3
{
	margin:10px 0 10px 0;
	padding:3px 0 3px 5px;
	font-size:14px;
/*	letter-spacing: 0.5em;*/
	color: #660000;
	border-bottom:2px dotted #660000;
}


/* サブページ見出し 強調枠 2種 */
#center_contents h4 {
	line-height: 120%;
	border: 2px solid #ff3300;
	padding: 5px;
	background-color: #ffffcc;
}
#center_contents h5 {
	line-height: 150%;
	border: 4px double #ff9900;
	padding: 5px;
	background-color: #ffffcc;
}

/* サブページリスト　*/
#center_contents ul
{
	list-style:none;
	margin:0;
	padding:0 0 5px 0;
}

#center_contents li
{
	color:#333333;
	list-style: none;
	text-align: left;
	margin: 5px;
	padding: 0 0 0 10px;
	line-height: 130%;
	background: url(images/listicon_darkred.gif) no-repeat 0px 5px;
}


/* 強調文字　*/
strong
{
	color:#b52413;
}

/* 本文段落　*/
#center_contents p
{
	margin:10px 0px 10px 5px;
}

/* ページトップへ　*/
.top
{
	text-align: right;
	margin:0 5px 0 0;
	padding:5px 0 0 0;
	font-size:12px;
}

/*------------------------------------------
右メニュー設定
 ------------------------------------------*/
/* バナー調整 */
img.banner {
	margin: 0 0 5px 0;
	padding:0;
}

/* サイト（ブログ）検索部分　*/
.search-input
{
	width:100px;
}

.search-submit
{
	width:40px;
	font-size:75%;
}

/* 日付アーカイブ用 */
.daily_archive_header 
{
	font-size: 16px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #660000;
	line-height: 150%;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* 検索ページ関連 */
.entry-footer
{
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    text-align: right;
	font-size:12px;
}
h2.search  /* サイトを検索 */
{
	margin:10px 0 10px 0;
	padding:3px 0 3px 5px;
	font-size:120%;
	letter-spacing: 0.5em;
	color: #666666;
	border-top: double #666666;
	border-bottom: double #666666;
}
h3.search  /* サイトを検索 */
{
	margin:10px 0 10px 0;
	padding:3px 0 3px 5px;
	font-size:120%;
	color: #666666;
	border-top: double #666666;
	border-bottom: double #666666;
}
h3.search-results-header  /* 検索結果ヘッダ */
{
	font-size:120%;
	padding: 0px 0px 0px 6px; /* 余白の幅 */
	margin: 0px 0px 0px 0px; /* 枠の幅 */
}
.categorylabel
{
	font-size:90%;
}
.excerpt  /* ページ概要 */
{
	padding: 0px 0px 0px 0px; /* 余白の幅 */
	margin: 3px 0px 3px 0px; /* 枠の幅 */
	font-size:12px;
}
.style1
{
	color: #660000;
}

.calendarlink  /* カレンダーリンク色の設定 */
{
	color:#CC0000;
}

/*comments 差分*/
/*comments 差分*/
.comments {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}


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

.comments-open label { display: block; }

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

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

.comments-open-header {
    clear: both;
}

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



.comments-header,
.comments-open-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
/*    border-left: 5px solid #36414d;*/
    padding: 5px;
    color: #fff;
/*    background: #a3b8cc; */
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
 {
    color: #fff;
}

.comment-footer {
    font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }



.comment-content {
    margin: 0;
    line-height: 1.5;
}


.comment-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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


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



/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #36414d;

}

/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

/* コメント見出し　*/
#comments-content h2
{
	margin:10px 0 10px 0;
	padding:3px 0 3px 5px;
	font-size:16px;
/*	letter-spacing: 0.5em;*/
	color: #660000;
	border-top: double #660000;
	border-bottom: double #660000;
}

#comments-content h3
{
	margin:10px 0 10px 0;
	padding:3px 0 3px 5px;
	font-size:14px;
/*	letter-spacing: 0.5em;*/
	color: #660000;
	border-bottom:2px dotted #660000;
}
