@charset "Shift_JIS";

/* -----------------------------------------------------------

	_Default Writeing
	
selector {
	property: value;
}

----------------------------------------------------------- */



/*--

	__Reset
 
----------------------------------------------------------- */
html {
	overflow-y: scroll;
}

div,h1,h2,h3,h4,h5,h6,
p,blockquote,th,td,
dl,dt,dd,ul,ol,li,
pre,form,fieldset,input,textarea {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

dd,li {
	list-style: none;
}

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

abbr,acronym,fieldset {
	border: 0;
}

address,caption,
cite,code,dfn,
em,strong,th,var {
	font-style: normal;
}

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
	font-weight: normal;
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

sup {
	vertical-align: 5px;
	font-size: 9px;
}

/* ----- */
.btn {
	text-align: center;
}
.attention {
	color: red;
}
.clear {
	clear: both;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;	
}
.anchor {
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	overflow: hidden;
}



/*--

	__Base
 
----------------------------------------------------------- */
body {
	color: #666;
	font-size: 12px;
	text-align: center;
	background: url(../images/css/bg_body.jpg) repeat-x left top #fff;
	margin :0;
	padding: 0;
	font-family:Verdana, sans-serif;
}
.all {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}



/*--

	__Link

----------------------------------------------------------- */
a:link,a:visited {
	color:#006699;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
#menu a:link,#menu a:visited {
	color:#333;
	text-decoration: none;
	}
#menu a:hover {
	color:#CC0000;
	text-decoration: underline;
	font-weight:bolder;
}

#footer a:link,#footer a:visited {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: none;
}
#footer address a:link,#footer address a:visited {
	color: #999;
	text-decoration: none;
}
#footer address a:hover {
	color:#666666;
	text-decoration: underline;
}

