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

/*-------------------------------------*/
/* FORMAT */
/*-------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,br,hr,blockquote,th,td,label {    
	margin:0;   
	padding:0;   
}


html{
	overflow-y:scroll;
}

body {
	color: #666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo','Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
	text-align:top;
	min-width:960px;
}

hr{
	display:none;
}

li img, p img {
	line-height: 1!important;
}

img{    
	border:0;
	vertical-align:top;
}

fieldset{
	border:0;
}

ol,ul,li
{
	list-style:none;
}

th{  
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

tr{  
	vertical-align:top;
}

table{  
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #777;
	text-decoration: none;
}
a:hover { 
    opacity: 0.5;
    -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity .0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

input, a {
	 outline: none;
}

h1,h2,h3,h4,h5,h6 {font-weight:normal;}

.left {float:left;}
.right {float:right;}

.bold {
	font-weight:bold;	
}