@charset "Shift_JIS";

a {
}


/* コンテナ */

div#container{
	width: 880px;
	margin-left: auto;
	margin-right: auto
	;
}

/* ヘッダー */
div#header{
	background-color: rgb(1, 122, 205);
	background-image : url(top_image.png);
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}

div#header h1{
	margin: 0
	;
}

div#header p{
	color: #ffffff;
	font-size: 0.875em;
	margin: 0
	;
}

/* パンくずリスト */
p#bread{
	font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px
	;
}

div#content{
	width: 650px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
	;
}


div#content p{
	line-height: 1.6;
	margin-top: 10px
	;
}

/* 旅行記用 右サイドメニューなし */
div#contentTrip{
	width: 680px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px
	;
}

#contentTrip p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image : url(note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 1em;
}

/* サイドバー */
div#sidebar{
	width: 200px;
	float: right;
	margin-bottom: 25px
	;
}

ul.sidemenu{
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0
	;
}

ul.sidemenu li{
	list-style-type: none
	;
}

ul.sidemenu li a{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px
	;
}

ul.sidemenu li a:hover{
	background-color: #017acd
	;
}

p.feed a{
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px
	;
}

p.feed img{
	border: none;
	vertical-align: middle
	;
}

/* 画像メモ */
/* フッター */
div#footer{
    clear: both;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 50px;
    padding-top: 10px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #0098CC;
}

address{
	font-size: 0.75em;
	font-style: normal;
	text-align: center
	;
}


/* コンテンツで使うもの */


/* 旅行記トピックスアイコンリスト   */
ul li.trip, ul.trip{
	padding             : 2px 0px 2px 3px; 
	list-style-image : url(mark-red.png);
	margin-left         : 50px;
}

div.trip_day{
	margin-top         :50px
	;
}

/* アンダーライン付き見出し */
h4.title_l{
	border-bottom: solid 2px #a4e220;
	padding-bottom: 5px;
	font-size: 12px;
	
}

/* 領域を囲む 背色なし */
div.kakomi_n{
	border: solid 2px #a4e220;
	padding: 20px;
	margin-top: 20px;
	
}

/* 旅トピックス */
div.topics{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

/* 領域を囲む 背色あり */
div.wakuTrip{
	border: solid 2px #99cccc;
	padding: 20px;
	margin-top: 20px;
	background-color: #ffffff;
	
}

div.memoM{
	width: 440px;
	background-image: url(memo-middle.png);
	background-repeat: repeat-y;
	margin-left: 50px;
}

div.memoB{
	background-image: url(memo-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.memoT{
	background-image: url(memo-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 10px;
}


/* 背色ありタイトル */
h4.trip{
	background-color: #1e90ff;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	padding-left: 10px;
	margin: 0;
	
}

h4.tripDay{
	border-bottom: solid 3px #2eb4e9;
	padding-bottom: 5px;
	font-size: 14px;
	
}

h4.tripDay1{
	font-size: 14px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 2px #36b0ef;
	background-image : url(mblue.png);
	background-repeat: no-repeat;
	padding: 7px 0 7px 48px;
	
}

/* アイコンイメージ付きタイトル */
/* タイトル文字が大きいので旅行記にいいかな？ */
h2.title_img{
	font-size: 1.2em;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 2px #36b0ef;
	background-image : url(mblue.png);
	background-repeat: no-repeat;
	padding: 7px 0 7px 48px;
	
}

/* ノート */
div.note{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image : url(note_line.gif);
	margin-right: 20px;
	margin-left: 20px;
	line-height : 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
       font-family: 'ＭＳ ゴシック', 'Osaka-Mono', Verdana, メイリオ, Meiryo, sans-serif, "Meiryo UI", 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro';
}


/* 部分的、文章全体の文字色を赤に */
*.red{
	color: #ff0000;
	
}
/* 部分的に太字に */
span.title{
	font-weight: bold;
}

/* 部分的に文字の背色を黄色に */
span.bcklink{
	background-color: #ffff00;
	
}

/* 部分的に文字にアンダーライン */
span.under{
	border-bottom: solid 1px red;
	
}

/* h4のタイトルを組み合わせる 02-11参照 */
span.t_sub1{
	color: #5f3a0a; 
	font-size: 20px; 
	font-family: Georgia, sans-serif;
	vertical-align: middle;
	
}

span.t_sub2{
	font-size: 12px;
	margin-left: 10px;
	color: #d97b00;
	
}

/* 文章の表示位置を揃える（英文01-07参照） */
div.eng{
	text-align: justify;
	
}

/* 文章の表示位置を揃える（和文01-08参照） */
div.jap{
	text-align: justify;
	-ms-text-justify: inter-ideograph;
	text-justify: inter-ideograph;
	
}

/* 旅行記　画像と文章を組合わせる */
img.ryokouki_l{
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}

img.ryokouki_r{
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}

div.imgLine{
	clear: both;
	border-top: solid 1px #36b0ef;
	margin-top: 20px;
	padding-top: 20px;
	
}

div.noneLine{
	clear: both;
	
}


/* 文章を枠で囲む　背景色あり*/
div.BuuInfo{
	border-width: 2px;
	border-style: solid;
	border-color: #8b4513 #8b4513 #8b4513 #8b4513 #8b4513;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	background-color: #fff8dc;
}

h4.BuuInfoTitle{
	background-color: #ff8c00;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	padding-left: 10px;
	margin: 0;
}

div.wakuBuu1{
	border-width: 2px;
	border-style: solid;
	border-color: #99cc33 #99cc33 #99cc33 #99cc33;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	background-color: #f7fbaf;
}

h4.green{
	background-color: #99cc33;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	padding-left: 10px;
	margin: 0;
}

h4.orange{
	background-color: orange;
	color: #ffffff;
	line-height: 28px;
	font-size: 14px;
	padding-left: 10px;
	margin: 0;
}

