@charset "UTF-8";
@import url('baseOutline.css.tmpl');

/* ==================== 基本設定 ==================== */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
}

html{
	height: 100%;
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body{
	margin: 0px;
	padding: 0px;
	background: #f1f1f1 url(images/bg_body.gif) repeat-x;
	text-align: center;
	font-size: 12px;
	height: 100%;
	color: #555555;
}

body > #base {height: auto; min-height: 100%;}

p,li,td,th,dt,dd,h1,h2,h3,h4,h5,div{
}

dl,dt,dd,ul,li,h1,h2,h3,h4,h5 {
margin: 0;
padding: 0;
}

img{
	border: none;
}

form,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}

a,a:link{
	color: #336699;
	text-decoration: none;
}

a:visited{
        color: #336699;
	text-decoration: none;
}

a:hover,a:active{
	color: #6186D4;
	text-decoration: underline;
}

button{
	cursor: pointer;
}

object{
	margin: 0px;
	padding: 0px;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.t11 {
font-size: 11px;
}