@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: #333333;
	font-size: 15px;
	font-family: Helvetica, sans-serif;
	text-align: center;
	line-height: 1.3;
	background: url(../images/background2.gif) left top repeat-x #cdebf5;
}

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;
}


div#title h1 {
    text-indent: -9999px;
}
/*****************/
/***** ID *****/
/*****************/
div#title {
    width: 200px;
	height: 200px;
	background: url(../images/title.jpg) left top no-repeat;
}



div#wrapperInside {
    background: url(../images/side_bar2.gif) left top repeat-y;
}


div#columnLeft {
    width: 200px;
	float: left;
}


div#columnLeftBack {
	background: url(../images/menu_back.jpg) left top no-repeat;
}


div#columnLeftBackColor {
	background: url(../images/menu_back_color.gif) left top repeat-y;
}


div#columnRight {
    width: 600px;
	float: right;
}


div#copy {
    width: 800px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
	clear: both;
}
/*****************/
/***** CLASS *****/
/*****************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
