@charset "UTF-8";

html {margin:0;padding:0;overflow-x:hidden;}

/*背景画像　上部横のみリピート*/
body {
	margin:0;
	padding:0;
	color:#535353;
	font-size:13px;
	line-height:1.6;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#container {
	min-width:770px;
	background-image: url(../image/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#header {
	width:770px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}
#navi {
	width:770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#content {
	width:770px;
	background-image: url(../image/waku.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	width:769px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 1px;
}
#footer {
	background-image: url(../image/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 114px;
	background-color: #FFFFFF;
}
.footer_navi		{
	color:#535353;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer_navi A:link		{
	color:#535353;
	text-decoration: none;
	font-weight: normal;
}
.footer_navi A:visited	{
	color:#535353;
	text-decoration: none;
}
.footer_navi A:active	{
	color:#404040;
	text-decoration: none;
}
.footer_navi A:hover	{
	color:#404040;
	text-decoration: none;
}
.address {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}
.copyright {
	font-size: 9px;
	color: #404040;
	line-height: 14px;
}

/*基本設定*/
.text {
	padding: 10px;
}

.nomargin {padding-bottom:0;}

.center {text-align:center;}

img {
	border:0;
}

a:link {
color: #0066CC;
text-decoration:none;
}

a:visited {
color: #0066CC;
text-decoration:none; 
}

a:hover {
color: #0066CC;
text-decoration:underline;
}

a:active {
color: #0066CC;
text-decoration:underline;
}

h2,h3,h4{
margin:0px;
padding:0px
}

p {
	padding: 0px;
}

.px14 {
	font-size: 14px;
	line-height: 22px;
}
.px12 {
	font-size: 12px;
	line-height: 18px;
}
.px10 {
	font-size: 10px;
	line-height: 14px;
}

ul,li {
	padding:0;
	margin:0;
	list-style-image: none;
	list-style-type: decimal;
}

.highlight {
	color: #12B3C1;
	font-weight: bold;
}

.english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
