@charset "utf-8";
/*
	Site Name: Arukikata New Zealand
	Author: Japan Media Creations
*/

/*
===== CONTENTS ===========================================

	body and base setting
		: general params
	link setting

==========================================================
*/



/*
===== body and base setting ===========================
*/

body {
    font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#333;
	background: #fff url(../images/header-back.gif) 0 0 repeat-x;
}


/* general params
--------------------*/
/* general params
--------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
img {  
    border:0; 
} 
address,caption,cite,code,
dfn,em,th,var { 
    font-style:normal; 
    font-weight:normal; 
}  
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 


/*
===== link setting ===========================
*/

a{
	color: #0099FF; 
	text-decoration: none;
}
a:link {
	color: #0099FF; 
	text-decoration: none;
}
a:visited {
	color: #0099FF; 
	text-decoration: none;
}
a:active {
	color: #0099FF; 
	text-decoration: none;
}
a:hover {
	color: #FFCC33; 
	text-decoration: underline;
}


/*
===== 5: general setting ===========================
*/

.c-both{
	clear:both;
}

.small {
	font-size: 10px;
	color: #666666;
}

.normal{
	font-size: 12px;
}


.medium {
    font-family: "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height:140%; 
}

.large{
	font-size: 14px;
	font-weight: bold;
}
