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



body {
margin:0;
padding:0;
background:url(../img/template/background.jpg) repeat-x top #FBFBFB;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#333333;
font-size: 12px;
line-height: 18px;

}

#wrapper {
width: 780px;
border-style:solid;
border-width: 2px;
border-top:none;
border-bottom:none;
border-color:#ABB6D4;
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
}

a:link {
	color: #5A6EAB;
	 }

a:hover, a:visited {
	color: #3AB1CB;
	text-decoration: none;
	
}

a:active {
	color: #5A6EAB;
	
}

a.footer:link {
	color: #333333;
	text-decoration: none;
	 }

a.footer:hover, a.footer:visited {
	color: #333333;
	text-decoration:underline;
	
}

a.footer:active {
	color: #333333;
	
}



h1.header{
font-size: 11px;
line-height: 18px;
margin:0;
padding:0;
}

h2.header {
font-weight: bold;
font-size: 14px;
margin:0;
margin-bottom:5px;
padding:0;

}

.bold {

	font-weight: bold;
}



p {
margin: 2px 0 2px 0;
padding: 0;

}

.intro {
font-size: 14px;
line-height: 25px;
}

.img_border {
padding: 5px;
border: 1px solid #CCCCCC;

}

