@charset "UTF-8";
/* CSS Document */

/*初期設定
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	color: #333;
	background: #fff;
}
h1, h2 {
	color: #666;
}
h1 {
	font-size: 12px;
	line-height: 1.7;
	border-bottom: dotted thin #3CF;
	padding-bottom: 5px;
}
h2 {
	font-size: medium;
}	
p {
	font-size: 11px;
	color: #666;
	line-height: 1.5;
	margin-top: 10px;
}
.navhome:link, .navhome:visited {
	background-position: 0 0;
}
.navprofile:link, .navprofile:visited {
	background-position: -72px top;
}
.navnisshi:link, .navnisshi:visited {
	background-position: -144px -32px;
}
.navphoto:link, .navphoto:visited {
	background-position: -216px top;
}
.navcontact:link, .navcontact:visited {
	background-position: -282px top;
}
.navhome:hover {
	background-position: 0 -32px;
}
.navprofile:hover {
	background-position: -72px -32px;
}
.navnisshi:hover {
	background-position: -144px -32px;
}
.navphoto:hover {
	background-position: -216px -32px;
}
.navcontact:hover {
	background-position: -282px -32px;
}
a span {
	visibility: hidden;
}

section, article, aside, nav, header, footer, hgroup {
	display: block;
}

/*ページの枠組み
----------------------------------------------------------------------------*/
#page2 {
	margin: 0 auto;
	width: 900px;
}
#line1 {
	padding-top: 10px;
}
footer {
	text-align: center;
}
#main2 {
	text-align: center;
	border: dotted thin #3CF;
	padding: 10px;
	margin: 20px 100px 30px;
}
.sanabolg {
	color: #F99;
}
footer {
	clear: both;
}

/*ヘッダ
----------------------------------------------------------------------------*/
header img {
	display: block:
}
#rogo {
	margin-top: 10px;
	margin-left: 370px;
}

/*ナビゲーション
----------------------------------------------------------------------------*/
nav ul {
	overflow: hidden;
	width: 360px;
	height: 32px;
	padding-top: 0;
	margin: 0 auto;
}
nav li, nav a {
	display: block;
}
nav li {
	float: left;
	list-style-type: none;
}
* {
	margin: 0;
	padding: 0;
}
nav a {
	width: 72px;
	height: 32px;
	background-image: url(../images/navbotan.png);
	background-repeat: no-repeat;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}


/*サイドバー
----------------------------------------------------------------------------*/

/*フッタ
----------------------------------------------------------------------------*/
