@charset "UTF-8";

/*全ページ共通***************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	text-decoration: none;
}

body, h1, h2, h3, p, li, td {
	font-family: Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

img {
	display: block;
}

.inline {
	display: inline;
}

form {
	margin:0;
	padding:0;
}

input, select, textarea {
	font-size: 12px;
	font-family: Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


.leftbox {
	float: left;
}


.rightbox {
	float: right;
}

.clearbox {
	clear: both;
	margin: 0;
	padding: 0;
}

.totop{
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tonext{
	font-size: 10px;
	text-align: right;
}

.tonext a .innertext{
	padding-right: 0;/*Mac IE5用*/
}

.tonext a {
	padding-left: 0;/*Mac IE5用*/
	background-image: none;/*Mac IE5用*/
}

/*\*/

.tonext{
	padding-right: 0;
	background-image: none;
}

.tonext a .innertext{
	padding-right: 13px;
}

.tonext a{
	background: url(../images/next_arrow.gif) no-repeat right 70%;
}

/**/

.tonextleft {
	font-size: 12px;
}

.tonextleft a .innertext{
	padding-right: 13px;
}

.tonextleft a{
	background: url(../images/next_arrow.gif) no-repeat right 70%;
}


a {
	color: #339;
}

a:hover {
	color: #000000;
	background-color: #ebcdcd;
}

.color1 {
	color:#990000;
}

.color2 {
	color:#339900;
}

.note {
	color:#333;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

em {
	font-weight:bold;
	font-style: normal;
}

strong {
	font-weight:bold;
	font-style: normal;
	color: #000;
}



/*全体レイアウト***********************************************/

#contents {
	width: 640px;
	margin: 0 auto;
}



/*フッタ*******************************************************/

#footer {
	padding: 1px 10px;
	background-color: #ccc;
	border-bottom: 10px solid #fff;
	color:#666;
	font-size: 10px;
	height: 14px;
	line-height:100%;
	clear:both;
}

#footer #copyright {
	float:left;
}
