@charset "shift-jis";
/*###########################################
‚r‚k
introduction.css
CSS Version 2.0
LastModified:2010.2.1 By kihira
###########################################*/
/*-----Global-----------------------------*/
*{
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
html,body{
	overflow-x: hidden;
}
body{
	color:#333333;
	text-align:center;
	font-size: 12px;
	background-color: #ffffff;
}
.clear{ clear: both;}

a{
	text-decoration: none;
/*	color:#F9621E;*/
	color:#563203;
}
a:hover{
	text-decoration: underline;
/*	color:#F9621E;*/
	color:#563203;
}
.intro{
	width:520px;
	margin: 0 auto;
}
.photo{
	text-align: left;
	width:520px;
/*	width: 540px;*/
	background-color: #88DB58;
	margin-bottom:6px;
}
.photo h4{
	color:#563203;
	padding:0px 3px 0;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.2em;
	line-height:120%;

}
.photo h4 a{
	color:#563203;
	font-weight: bold;
}
.photo h4 a:hover{
	text-decoration: none;
}
.photo-inner{
	padding:3px;
}
.photo img{
	border:2px solid #ffffff;
	margin-right:5px;
	margin-bottom:3px;
}
.photo p{
	padding:3px;
	line-height:140%;
	letter-spacing: 0.08em;
}