﻿

/*ページの幅を設定*/		

.page{

	width:1024px;

}



/*bodyの設定*/

body {

color:#696969;

font-size:18px;

font-family:ヒラギノ明朝 Pro W3,ＭＳ Ｐ明朝,ヒラギノ角ゴ Pro W3;

line-height:20px;

}





/*リンク画像の枠組みを消す*/

a img{

	border:0;

}



/*リンクの色*/

a:link{

	cursor:pointer;

	color:#696969;

	text-decoration:none;

}



/*訪問後のデザイン*/

a:visited{

	color:#696969;

	text-decoration:none;

}



/*リンクにカーソルを近づけると*/

a:hover{

	color:#000000;

	text-decoration:underline;

}

a:active {

	color:#696969;

}



	

h1{

	color:#696969;

	font-size:150%;

}



h2{

	color:#696969;

	font-size:150%;

}



h3{

	color:#696969;

	font-size:95%;

}

h4{

	color:#696969;

	font-size:85%;

}



address{

	font-size:64%;

	color:#696969;

}



p.ningen{

	font-size:75%;

	text-align:left;

}



p.bio{

	font-size:85%;

}

div.header{

	    position : absolute;

        top:35px;

		left:10px;

}



div.side_menu{

        position:absolute;

        top:100px;

		left:10px;

}



div.main{

	    position:absolute;

        top:35px;

		left:300px;

}



div.footer{

	    position:absolute;

		left:10px;

		top:800px;

}



div.sukuro {

	top:80px;

	left:0px;

	text-align:left; 

	color:#696969;

	position:absolute;

	overflow: auto;

	width:675px;

	height: 500px;

	padding: 10px;



}



p.cap{

	color:#696969;

	font-size:76%;

	text-align:left;

}



p.pankuzu{

	color:#696969;

	font-size:76%;

	left:300px;

text-align:left;

}

	

	


