@charset "utf-8";
/*

----------------------------------------------------

Description: スタイルシート概要(例えば、ショッピングコンテンツ用スタイル等)
   Site URL: サイトURL
	
----------------------------------------------------

UpdateHistory
09/0*******

*/


/*-- reset --*/
html {
	overflow-y: scroll;
}
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl,
dt, dd, ol, ul, li,fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
a {  
	overflow:hidden;  
}
a img, img ,abbr,acronym,fieldset{  
	border:0;  
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
li {
	list-style-type: none;
}
img{
	vertical-align:bottom;
}
pre{
	word-break: break-all;
}
/* form */  
button, fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;  
}  
/* tables still need 'cellspacing="0"' */  
table {  
	border-collapse:collapse;  
	border-spacing:0;  
	font-size:100%;  
}  
/* default
----------------------------------------------------------------------------*/

body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* link
----------------------------------------------------------------------------*/
a:link {color:#555555;}
a:visited {color:#555555;}
a:hover {color: #5d9f45;}
a:active {	color:#555555;}

