@charset "Shift_JIS";

/*************************************
森の贈り物
2007/11/10
**************************************/


/****** 基本設定 ******/
html

body{
    background-color:#0C3201;
	text-align:center;
	margin:0;
	padding:0;
    font-size: 12px;
    color:#333333;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
}

div {
	margin:0;
	padding:0;
	}
	
img {
	border:0px;
	}
	
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 14px; 
}

h2 {
	font-size: 120%;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 120%;
	margin: 0px;
}

h3  { font-size: 14px; line-height: 18px}
	
p {
	margin:1px 10px 10px 0px;
	text-align:left;
	font-size: 12px;
	line-height:145%;
	}
	
.clears{
  clear:both;
}
	
.nomal {color: #333333; font-size: 12px; line-height:135%;}

/****** リンク設定 ******/

a:link {
    color:#FFFFFF;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#EAF6EC;
    text-decoration:underline;
}
a:hover {
    color:#FFCC00;
    font-style:normal;
    text-decoration:underline;
}

/****** ヘッダー ******/

#header{
	text-align:center;
	position: relative;
	width:778px;
	height:72px;
    margin-left:auto;
    margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #191B29;
	border-left-color: #191B29;
    background-color:#191B29;
    background-image: url("../img/heder_bk.jpg");
    background-repeat: no-repeat;
    background-position: center top;	
	}

.title_01
	{
	float:left;
	width:532px;
	height: 72px;
	text-align:left;
	}
.title_02
	{
	float:left;
	width:113px;
	height: 72px;
	}
.title_03
	{
	float:right;
	width:131px;
	height: 72px;
	}
	
/****** レイアウト ******/

#layout{
	text-align:center;
	width:778px;
    margin-left:auto;
    margin-right:auto;
    background-color:#191B29;
    background-image: url(../img/layout_bg.gif);
	}
	
#menu
	{
	float:left;
	width:150px;
	background-color: #004467;
	background-image: url(../img/menu/leftmenu_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#main
	{
	float:left;
	width:628px;
	background-color: #FFFFFF;
	}
	
/* 左メニュー
---------------------------------------------------- */
#menu_div{
  width: 150px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #004467;
}

#l-menu{
  float: left;
  width: 150px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#l-menu ul {
	margin: 0px;
	padding: 0px;
　  list-style: none;
}

#l-menu li {
    width: 150px;
	padding: 7px 6px 8px 18px;
	margin: 0px;
	font-size: 12px;
	line-height: 135%;
	color: #FFFFFF;
	text-align: left;
	background-image: url(../img/menu/menu_mark.gif);
	background-repeat: no-repeat;
	background-position: 6px 12px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#l-menu li a {
  display: block;
  margin: 0px;
  padding:0px;
}

#l-menu li#con     {
  background: url(../img/menu/leftmenu_con.jpg) no-repeat;
  text-indent: -9999px;
  width: 150px;
  height: 30px;
  margin: 0px;
  padding: 0px;
}


.j10 { font-size: 10px; letter-spacing: 0.05em; line-height: 14px}
.j10n { font-size: 10px; letter-spacing: 0.05em; line-height: 16px}
.j10b { font-size: 10px; letter-spacing: 0.05em; font-weight: bold; line-height: 16px}
	
.j12 { font-size: 12px; line-height: 16px}
.j12h { font-size: 12px; line-height: 18px}
.j12n { font-size: 12px;}

.j14 { font-size: 14px; line-height: 18px}
.j14n { font-size: 14px;}