@charset "Shift_JIS";

body {
	height:100%;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	color: #333333;
	font-size:87%;
	line-height:160%;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	behavior:url("csshover.htc");
}
body#home {
	background-image:url(../images/bg_home.png);
}



/*reset*/
* html body {  
	font-size:87%;  
}
/**/
*:first-child+html body {  
	font-size:87%;  
}

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

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

img {
	vertical-align:bottom;
	border:none;
	display:block;
}

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

ul,ol {
	list-style-type: none;
}

input, textarea,select {
	font-size:100%;
}





/* IE6 base font */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}










.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

.center20 {
	margin:20px auto;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}

.h10 {
	height:10px;
}

.t5 {
	padding-top:5px;
}
.t10 {
	padding-top:10px;
}
.t20 {
	padding-top:20px;
}
.t40 {
	padding-top:40px;
}
.b10 {
	padding-bottom:10px;
}
.b20 {
	padding-bottom:20px;
}
.r10 {
	padding-right:10px;
}
.l10 {
	padding-left:10px;
}

.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;	}
.lr20 {
	padding:0 20px;
}
.all5 {
	padding: 5px;
}
.all10 {
	padding: 10px;
}
.b {
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}

.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}

.ssText {
	font-size:0.8em;
	line-height:135%;
}
.sText {
	font-size:0.9em;
	line-height:150%;
}
.lText {
	font-size:1.1em;
}
.llText {
	font-size:1.2em;
}
.XlText {
	font-size:1.3em;
}

.indent1em {
	padding-left:1em;
	text-indent:-1em;
}

.red {
	color:#e50012;
}

.darkblue {
	color:#004286
}
.ul_disc{
	list-style: disc;
}




.caution {
	color:#c50018;
}



a {
	color:#666666;
	text-decoration: underline;
}
a:hover {
	color:#d75252;
	text-decoration: none;
}



a.nodecoration_pink {
	text-decoration: none;
	color:#ff6dae;
}
a.nodecoration_pink:hover {
	text-decoration: none;
}

a.nodecoration {
	text-decoration: none;
	color:#666;
}
a.nodecoration:hover {
	text-decoration: none;
}
































