@charset "Shift_JIS";
/* basic setting */

html{
	background-color:#fff;
	color: #333;
	letter-spacing: 0.06em;
}
br{
	letter-spacing: normal;
}
body{
	margin:0;
	padding:0;
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN','MS P Gothic',sans-serif;
	/*text-align: center;*/
	font-size:13px;
	line-height:1.5;
}
/*--for IE----------*/
*:first-child+html body{
	font-size:82%;
}
* html body{
	font-size:82%;
}
/*-------------------*/
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:0;
}
ul,ol,li,dl,dt,dd {
	margin:0;
	padding:0;
	list-style: none;
}
div,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
fieldset,img,a img {
	border:0;
}
address,cite,code,dfn,var {
	font-style:normal;
	font-weight:normal;
}
em,strong {
	font-style:normal;
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
caption,th{
	text-align:left;
	font-style:normal;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
	line-height:1;
}
sub {
	vertical-align:text-bottom;
	line-height:1;
}
legend{
	color:#333;
	margin:0;
	padding:0;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*--for IE----------*/
*:first-child+html input,*:first-child+html textarea,*:first-child+html select{
	font-size:100%;
}
* html input,* html textarea,* html select{
	font-size:100%;
}
/*-------------------*/
pre,code,kbd,samp,tt {
	font-family:monospace;
	line-height:100%;
}
/*--for IE----------*/
*:first-child+html pre,*:first-child+html code,*:first-child+html kbd,*:first-child+html samp,*:first-child+html tt{
	font-size:108%;
}
* html pre,* html code,* html kbd,* html samp,* html tt{
	font-size:108%;
}
/*-------------------*/

a,a:link{
	text-decoration: none;
	background-color: transparent;
	color: #43677e;	
}
a:visited{
	background-color: transparent;
	color: #43677e;	
}
a:hover,a:active{
	background-color: transparent;
	color: #c41230;
	text-decoration:underline;
}

#column1-main{
	width: 950px;
	margin: 0 auto 60px auto;
}