@charset "utf-8";
/*********************/
/***** reset *****/
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;
}

table {
     border-collapse: collapse;
	 border-spacing: 0;
}

fieldset, img {
     border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
     font-style: normal;
	 font-weight:normal;
}

ol, ul {
     list-style: none;
}

caption, th {
     text-align: left;
}

h1, h2, h3, h4, h5, h6 {
     font-size: 100%;
	 font-weight: normal;
}

q:before, q:after {
     content:｡ﾉ;
}

abbr, acronym {
     border: 0;
} 


html {
    overflow-y: scroll;
}
/********************/
/********************/

body {
    color: #111111;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background: url(../images/background.jpg) left top repeat-y #ffffff;
}


a:link {
    color: #0033FF;
	text-decoration: underline;
}


a:visited {
    color: #CC0000; 
	
	text-decoration: underline;
}

a:hover {
    color: #006600;
	text-decoration: none;
}


a:active {
    color: #0099FF;
	text-decoration: underline;
}





/**************/
/***** ID *****/
/**************/
div#containerOutside {
    margin-left: 93px;
    padding-left: 20px;
	background: url(../images/yozan.gif) 0 1135px no-repeat;
	/*background: url(../images/yozan.gif) 0 1202px no-repeat;*/
}


div#container {
    width: 800px;
	margin-top: 10px;
}



div#copy {
	width: 870px;
	margin: 10px 0 0 40px;
	font-size: 9px;
	text-align: right;
	color: #333333;
	clear: both;
	/*
	background: url(../images/news_line.gif) 0 0 repeat-x;*/
}


p#logo {
    width: 146px;
	height: 72px;
	background: url(../images/logo.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 0
}

/*****************/
/***** CLASS *****/
/*****************/
.marginT15 {
	margin-top: 15px;
}


.marginB10 {
	margin-bottom: 10px;
}


.marginB15 {
	margin-bottom: 15px;
}


.marginB20 {
	margin-bottom: 20px;
}


.marginR10 {
	margin-right: 10px;
}


.marginR20 {
	margin-right: 20px;
}


.padB10 {
	padding-bottom: 10px;
}


.red {
	color: #cc0000;
}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


*html .iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
