﻿@charset "utf-8";
/* CSS Document */

/* basestyle */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, img, form, input {
	margin: 0;
	padding: 0;
	
}
body {
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	line-height: 165%;
	text-align: center;
	}

address {font-style: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a:link, a:visited { text-decoration: underline;}
ul, ol, li {list-style: none;}
img {
	border: none;
	vertical-align: bottom;
}
hr {display: none;}


/* container */

#container h1 {
    text-align: center;  
	    margin: 0 auto; 
}

a:hover img {
	filter:alpha(opacity=60);
	opacity:0.7;
}

/* aboutus */

#company .table_default {
	border-top: 1px solid #CCC;
	}

#company .table_nostyle {
	border: 0px solid #FFF;
	}

#company .table_default th {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	}

#company .table_default td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	text-align: left;
	}

#company .table_nostyle th {
	text-align: left;
	background: #FFF;
	border: 0px solid #FFF;
	padding: 5px 0 5px 0;
	}
#company .table_nostyle td {
	border: 0px solid #FFF;
	padding: 5px 0 5px 10px;
	text-align: left;
	}
#privacypolicy {
width: 50%;
text-align: left;
line-height: 1.6em;
margin-left: 25%;
}
ol,li.privacy {
list-style-type: decimal;
list-style-position: inside;
}


/* footer */

#footer {
    text-align: center;  
	    margin: 0 auto; 

}
#copy {
	font-size: 9px;
    text-align: center;  
    margin: 0 auto; 
	color: #cccccc;

}

