* {
margin: 0;
padding: 0;
}

html {
	color			: #333;
	font			: medium/3em "ＭＳ Ｐゴシック", "Osaka", "Verdana", sans-serif;
	line-height		: 150%
}

body {
	background-image:url(img/bg.jpg); 
	background-repeat:repeat-x;
}


.s4{
	font-size: 14px;
}

.s3o{
	font-size: 12px;
	line-height: 180%;
}

.s3p{
	font-size: 12px;
	line-height: 150%;
}

.s3{
	font-size: 12px;
	line-height: 130%;
}

.s3m{
	font-size: 12px;
	line-height: 125%;
}

.s2{
	font-size: 10px;
	line-height: 130%;
}

.s2p{
	font-size: 10px;
	line-height: 150%;
}

.s2o{
	font-size: 10px;
	line-height: 180%;
}

.s1{
	font-size: 10px;
	line-height: 120%;
}

.profcareer{
	padding-left:30px;
	font-size: 12px;
	line-height: 200%;

}
.indent{
	padding-left:30px;
	font-size: 12px;
	line-height: 150%;

}



/*====================================================================*/
/*フッター*/
/*====================================================================*/


#footer {
	background: #cccccc url() no-repeat;
    font-style:heavy;
	font-size:small;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
    text-align:right;
    padding-top:5px;
    padding-bottom:20px;
	margin-top:30px;

}

