/* Reset
------------------------------------- */


* {
	margin:0px;
	padding:0px;
}
.clear {
	clear: both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #666;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input, button, textarea, select {
}

body {
	width: 100%;
}

@media screen and (min-width: 768px){
body {
	min-width: 950px;
}
}

/* Fonts
------------------------------------- */


body {
	font-size: 85%;
	line-height: 1.4em;
	color: #666;
	background: #FFF;
}

select, input, button, textarea, button {
}

pre, code, kbd, samp, tt {
	font-family:monospace;
}

a,
a:link,
a:active,
a:visited{
	color: #0085B2;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:hover {
	color: #0085B2;
	text-decoration: underline;
}
a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}
a:hover .notrance{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
.boxfloat {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.boxfloat_right {
	float: right;
	padding-right: 10px;
	padding-bottom: 10px;
}
.boxfloat_sub {
	float: left;
	padding-right: 16px;
	padding-bottom: 10px;
}
.boxfloat_sub_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.boxfloat_sub_right {
	float: left;
	padding-left: 6px;
	padding-bottom: 10px;
}

.title3 {
	background-image: url(/images/base/title3bk.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	height: 34px;
	padding-top: 15px;
	padding-left: 10px;
	font-weight: bold;
}
.title4 {
	background-image: url(/images/base/title4bk.jpg);
	height: 30px;
	background-repeat: repeat-x;
	padding-top: 12px;
	padding-left: 10px;
}
#all {
	padding: 3px;
	text-align: right;
}
#all a {
	background-image: url(/images/base/arrow1.jpg);
	background-repeat: no-repeat;
	display: block;
	float: right;
	padding-left: 15px;
	background-position: 5px;
}
