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

/* DEFAULT---------------------------------------------------------------------------- */

* { margin: 0; padding: 0; }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img {
	border: none;
	vertical-align:top;
}
strong {
	font-weight: bold;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_menu .margin0 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{
	margin: 0px 0px 1em;
}

body{
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Vernada, sans-serif;
	font-size: 12px;
	line-height: 20px;
}


/* LINK---------------------------------------------------------------------------- */

a:link{
	color: #9BC465;
	text-decoration: none;
}
a:visited{
	color: #9BC465;
	text-decoration: none;
}
a:active{
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* HEADER LINK---------------------------------------------------------------------------- */

#header a:link{
	color: #1A1A1A;
	text-decoration: none;
}
#header a:visited{
	color: #1A1A1A;
	text-decoration: none;
}
#header a:active{
	color: #FF6600;
	text-decoration: underline;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}

/* FOOTER LINK---------------------------------------------------------------------------- */

#footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:active{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* CLEARFIX---------------------------------------------------------------------------- */

/* new clearfix */  
.clearfix:after {  
     visibility: hidden;  
     display: block;  
     font-size: 0;  
     content: " ";  
     clear: both;  
     height: 0;  
     }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
