﻿/* 山行記録 デフォルトスタイル */
/* 2006/01/26 */

/* ----------------------------- ページスタイル ----------------------------- */

body  {
	background-color: #ccffcc;		/* ページ全体の背景色 */

/* ページ全体の背景画像
	background-image: url();
*/
	margin: 10px;
	font-size: 13px;
	font-family: Tahoma, 'MS PGothic', Osaka;

}

/* ------------------------ リンクテキストスタイル --------------------------- */
A {text-decoration:none;} 
a { color: #1F8F39 }
a:link { color: #1F8F39 }
a:visited { color: #001590 }
a:active { color: #ffff00 }
a:hover { color: #ee0000;
 text-decoration: none;
 background-color:#f6cf50;/*オンマウスの背景色*/ }


a.term {
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #E36D2D;
}
a.term:link {
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #E36D2D;
}
a.term:visited {
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #716400;
}
a.term:active {
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #cc0000;
}
a.term:hover {
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #cc0000;
}

a.term:after {
	content: url(help.png);
	vertical-align: middle;
	text-decoration: none;
}
.content1 {float: left; width: 560px; margin: 0px; padding: 0px 0px 0px 10px; color: rgb(75,75,75);}

.content1-pagetitle {overflow: hidden; width: 616px; margin: 0px 0px 0px 10px; padding: 0px 0px 2px 0px; border-bottom: solid 3px rgb(255,255,255);); color: rgb(255,255,255); font-weight: bold; font-size: 160%;filter:shadow(color=#000000,direction=135);}

.content1-container {clear: both; float: left; width: 480px; margin: 0px 0px 0px 0px; padding: 0px;}
.content1-container-1col {overflow: hidden; width: 480px; margin: 0px; padding: 0px;}

.content1-subtitle {margin: 0px; padding: 5px; color: rgb(255,255,255); font-weight: bold; font-size: 100%;filter:shadow(color=#000000,direction=135);}

.content-title-noshade-sizel {margin: 0px; padding: 3px; color: rgb(0,0,0); font-weight: bold; font-size: 120%;}
.content2-counter {float: right;}

/* ナビゲーションバーのリンクテキストスタイル */

.navi_bar a { color: #00db47 }
.navi_bar a:link { color: #00db47 }
.navi_bar a:visited { color: #f3e09d }
.navi_bar a:active { color: #ffff00 }
.navi_bar a:hover { color: #fbfb1f; text-decoration: none }

/* ------------------------------ 見出しスタイル ------------------------------------ */



h3 {
	font-size: 13px;
	line-height: 13pt;
	letter-spacing: 1px;
	padding: 3px 0px 2px 15px;
	margin:3px 0px;
	font-family: Tahoma;
}

h4 {
	background-color: #E6D5C5;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	margin:0px 0px;
	padding: 0px 15px;
	font-family: Tahoma;
	border-bottom: #af8d1f 1px solid;
}

/*----------------------------- 段落スタイル --------上右下左---------------- */

p {
	font-size: 13px;
	line-height: 17px;
	word-spacing: 1px;
	padding: 5px 0px 5px 5px;
	margin: 5px 3px;
}
.posi {

	margin: 10px 3px 5px;
	text-align: center;
}

.note {
	padding: 0px 8px 2px;
	font-size: 12px;
	line-height: 16px;
}

/* ソース表示時スタイル */

pre {
	background-color:#735737;
	color: #eeeeee;
	border-style: solid;
	border-width: 2px;
	margin: 5px 30px;
	padding: 10px;
	font-size : 14px;
	font-family: 'MS PGothic', Osaka;
	letter-spacing: 1px;
}

.source {
	background-color:#735737;
	color: #eeeeee;
	border-style: solid;
	border-width: 2px;
	margin: 5px 30px;
	padding: 10px;
	font-size : 14px;
	font-family: 'MS PGothic', Osaka;
	letter-spacing: 1px;
}

.review {
	background-color:#735737;
	color: #eeeeee;
	border-style: solid;
	border-width: 2px;
	margin: 5px 30px;
	padding: 10px;
	font-size : 14px;
	font-family: 'MS PGothic', Osaka;
	letter-spacing: 1px;
	height: 120px;
}


/* -------------------------------リストスタイル -------------------------------- */

ul {
	padding: 0px 6px 0px 0px;
	margin: 3px 12px 3px 30px;
	font-size: 14px;
	line-height: 24px;
}
ul.list {
	padding: 0px 5px;
	margin: 2px 5px 2px 20px;
	font-size: 12px;
	line-height: 24px;
}

li.new:after {
	font-weight: bold;
	color: #dd0000;
	content: "［新着］";
}

/* ナビゲーションバー スタイル */
div.navi_bar {
	background-color:#332619;
	color: #fefefe;
	font-size: 12px;
	line-height: 16px;
	margin:0px 0px 10px;
	padding: 5px;
	font-family: Tahoma;
	width: 690px;
	vertical-align: middle;
	text-align: center;
}

/* --------------------------- Tableスタイル ------------------------------ */

th {
	background-color: #f6cf50;/*背景色1*/
	height: 7px;/*セル高*/
	text-align: left;
}

/* ---------------------------- 文字スタイル ------------------------------- */

em {
	font-style: normal;
	font-weight: bold;
}

.check {
	background-color: #f4e8a8;
}

.headmark {
	vertical-align: middle;
	border: 0px;
}
.cell {
	background-color:#fefefe;
	border: #332619 2px solid;
	padding: 0px;
	margin: 10px 0px;
	width: 520px;
}
.navi {
	position: absolute;
	left:30px;
	padding: 0px;
	width: 150px;
	margin: 0px 0px;
}
.camera {
	font-size: 12px;
	font-style: oblique;
	line-height: 16px;
	color:#000080;

}
.course {
	background-color:#fefefe;
	margin:10px 50px;
	border: #332619 1px solid;
	text-align: left;
	font-size: 12px;

}
.document {
	width: 610px;
	line-height: 17px;
	word-spacing: 1px;
	padding: 5px 5px 8px 5px;
	margin: 5px 5px;
	font-size: 13px;
}
.footer {
	padding:0px 0px;
	margin: 10px 170px;
	width: 520px;
	font-size: 10px;
	line-height: 16px;
	color:#888888;
	text-align: center;
}
.jump {
	font-size: 12px;
	line-height:20px;
	text-align: right;
}

.new {
	color: #e95727;
	font-weight: bold;
	font-size: 12px;
}

.y {
	color: #ffff00;
}
.r {
	color: #aa0000;
}
.g {
	color: #00FF33;
}
.gy {
	color: #555555;
}

.bu {
	color : #3657ba;
}

.source .bu {
	color: #bbb8ec;
}

.ex {
	font-family: 'ヒラギノ角ゴ W3 Pro', 'HAN NOM A', 'HAN NOM B', 'Simsun (Founder Extended)';
}

.code {
	font-family: ProFontWindows, Tahoma;
}

.symbol {
	font-size: 2em;
	line-height: 1.2em;
}

.l {
	font-size: 18px;
	vertical-align: middle;
}
.m{
	font-size : 14px;
	vertical-align: middle;
}
.s {
	font-size: 12px;
	vertical-align: middle;
}
.cn_m {
	font-size: 14px;
	font-family: SimSun,NSimSun,PMingLiU;
}
.cn_s {
	font-size: 12px;
	font-family: SimSun,NSimSun,PMingLiU;
}
.cn_ext {
	font-size: 24px;
	line-height: 24px;
	font-family: "Simsun (Founder Extended)", SimSun-18030, FZKai-Z03;
}
.price {
	padding:0px 0px;
	margin: 3px 3px;
	font-size: 12px;
	text-align: center;
}



/*----------------------------------------------------------*/

}



/* Hides CSS from MacIE \*/
* html .photo {
background: url(shadow_pas.gif) right bottom;
margin-top: 4px;
float: left;
}
/* */

.photo {
background: url(shadow_pas.gif) right bottom;
float: left;
}

/* Hides CSS from MacIE \*/
* html .photo_ie {
position: relative;
left: -4px; 
top: -4px;
padding: 4px;
background-color: #fefefe;
border: 1px solid #98a5b9;
display: block;
}
/* */

head:first-child+body .photo img {
position: relative;
left: -4px; 
top: -4px;
padding: 4px;
background-color: #fefefe;
border: 1px solid #98a5b9;
}
/*----------------------------------------------------------*/
/************* HEADER STUFF ************/
#header {
	width: 634px;
	height: 228px;
	margin: 0px 0px 6px 0px;
	padding: 10px 5px;
	background: #FFFBFD url(sedo_715p.jpg);
}
#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #ffffff;
	font-size: 2em;
	filter:shadow(color=#000000,direction=135);
}
#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #ffffff;
	font-size: 1.5em;
}

#exp {
	margin: 0px;
	padding: 126px 0px 0px 0px;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff
}
#line {
	padding: 1px;
	margin: 0;
	margin-right: 15%;
	margin-left: 3%;
	border: solid #ffffff;
	border-width:1px
}
/************* MENU ************/
#menu {
	width: 640px;
	margin: 0px auto;
	padding: 5px 0px 2px 0px;
	background-color: #000000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 5px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #333333;
}

.img-header {clear: both; float: left; width: 628px; height: 250px; margin: 0px 0px 10px 0px; padding: 0px;}
/*-----------------------------------*/
/* 2.1 - Sitename                    */
/*-----------------------------------*/
.site-name {width: 620px; height: 260px; top: 68px; position: absolute; z-index: 4; overflow: hidden; margin: 0px; padding-left: 24px; color: rgb(234,239,247);}

.site-name p.title  {margin: 10px 0px 0px 0px; padding: 0px; font-family: "trebuchet ms", arial, sans serif; font-weight: bold; font-size: 30px;}

.site-name p.title_over  
{
margin: 10px 0px 0px 0px; 
padding: 0px; 
font-family: "trebuchet ms", arial, sans serif; 
font-weight: bold; 
font-size: 30px;
line-height:1em;position:relative;top:38px;left:-1px;
}
.site-name p.title_under  
{
margin: 10px 0px 0px 0px; 
padding: 0px; 
font-family: "trebuchet ms", arial, sans serif; 
font-weight: bold; 
font-size: 30px;
line-height:1em;color:#000000;
}
.site-name p.subtitle  {clear: both; margin: 0px 0px 0px 0px; padding: 0px; background-color: transparent; font-family: "trebuchet ms", arial, sans serif; font-weight: bold; font-size: 18px;
}
.site-name p.subtitle_over  {clear: both; margin: 0px 0px 0px 0px; padding: 0px; background-color: transparent; font-family: "trebuchet ms", arial, sans serif; font-weight: bold; font-size: 18px;
line-height:1em;position:relative;top:2px;left:-1px;
}
.site-name p.subtitle_under  {clear: both; margin: -14px 0px 0px 0px; padding: 0px; background-color: transparent; font-family: "trebuchet ms", arial, sans serif; font-weight: bold; font-size: 18px;
line-height:1em;color:#000000;
}

.site-name p.readmore {clear: both; float: right; width: 300px; margin: 136px 20px 0px 0px; padding: 0px; color: rgb(234,239,247); font-family: arial, sans serif; text-align: right; font-weight: bold; line-height: 1.0em; font-size: 80%;
}

/************* 影を作る ************/
.kage_over {
font-size:24px;font-weight:bold;color:#FFD700;line-height:1em;position:relative;top:-27px;left:-3px;
}

.kage_under {
font-size:24px;font-weight:bold;line-height:1em;color:#FF8C00;
}
/************* カテゴリー表示 ************/
.categorypage_categoryfield {
   margin:0px 50px 0px 50px;
   padding:5px 10px 5px 10px;
   }

.categorypage_categoryfield .field-legend {
   padding:5px 5px;
   }
/************* 山行情報テーブル（旧） ************/
.mytable table { 
margin:0px 4px 0px 3px;
font-size:13px;
line-height:1.5em;
}
.mytable th { 
font-weight: normal ;
background-color: #E6D5C5 ;
color: black ;
padding: 0 5px;
}
.mytable td { 
background-color: #F0ECE5;
padding: 0 5px; 
}

/************* 山行情報 ************/
#yinfo
{
position: relative;
padding-left: 0px;
}
#yinfo table { 
width: 340px;
margin:0px 0px 0px 0px;
font-size:13px;
line-height:1.5em;
}
#yinfo th { 
font-weight: normal ;
background-color: #E6D5C5 ;
color: black ;
padding: 0 2px;
}
#yinfo td { 
background-color: #F0ECE5;
padding: 0 2px; 
}
/************* その他の表 ************/
#yinfo2
{
position: relative;
padding-left: 0px;
}
#yinfo2 table { 
width: 480px;
margin:0px 0px 0px 0px;
font-size:13px;
line-height:1.5em;
}
#yinfo2 th { 
font-weight: normal ;
background-color: #E6D5C5 ;
color: black ;
padding: 0 2px;
}
#yinfo2 td { 
background-color: #F0ECE5;
padding: 0 2px; 
}
#mapinfo
{
font-size:11px;
}
/************* CSS end ************/
