@charset "shift_jis";


/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link { color: #666; }

a:visited { color: #666; }

a:hover { color: rgb(120,200,255); }

a:active { color: #666; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

#wrapper {
  width: 900px;
  margin-left: 50px;
  margin-top: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header {
	height: 60px;
}

#globalnavi {
	width: 230px;
	float: left;
}

#nabi_illustration {
	float:left;
	padding-top: 50px;
	padding-left: 20px;
}

#contents {
	float:right;
	width:600px;
	padding-top: 30px;
}

#logo {
	position: absolute;
	right: 10px;
	top: 10px;
}

/* -------------------------------------------------------------
   [2] ナビに関する指定 */


#globalnavi ul {
  list-style-type: none;
}

#globalnavi li {
	display: block;
	padding: 10px 0px;
	font-size: 12px;
}

#footer {
	clear:both;
	font-size: 55%;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
	color: #999;
}

/* -------------------------------------------------------------
   [3] コンテンツに関する指定 */

h1 {
	letter-spacing: 0.1em;
	color: #666;
}

h2{
	font-size: 70%;
	letter-spacing: 0.1em;
	background-image:url(../img/point/point1.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #666;
	margin-bottom: 15px;
	background-position: 0 60%;
}

h2.point1 {
	background-image:url(../img/point/point1.jpg);
}

h2.point2{
	background-image:url(../img/point/point2.jpg);
}

h2.point3{
	background-image:url(../img/point/point3.jpg);
}

#contents p {
	font-size: 70%;
	color: #666;
	line-height: 1.8em;
}

#contents p.profile {padding-left: 10px;}

.indent {text-indent: -1.5em;}

.btm-spc10{ padding-bottom:10px; }
.btm-spc20{ padding-bottom:20px; }
.btm-spc60{ padding-bottom:60px; }
