@charset "Shift_JIS";

/* *********************************************************************
initialize default Stylesheet
********************************************************************* */

hr, legend {
	display: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
input {
	font-family: inherit;
}


/* List Styles
********************************************************************* */
ul,ol,dl {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-position: outside;
}
ul {
	list-style-type: none;
}
ol {
	list-style-type: none;
}
dl {
  display: table;
}
dt {
  display: table-cell;
}
dd {
  display: table-cell;
}

#main a ,
#main a:link ,
#main a:visited ,
#main a:hover {
	color: #076BCD;
	text-decoration: underline;
}

/* *********************************************************************
Common Areas
********************************************************************* */
#main {
	width: 761px;
	margin: 0;
	background: #fff;
	font-family: "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", CI , Meiryo , "lr oSVbN", Verdana, monospace;
	color: #333;
	font-size: 12px;
	line-height: 1.4;
	letter-spacing: 0;
	text-indent: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
#main a{
	color:#076BCD;
}
#container-topics {
	width: 761px;
	height: 27px;
	margin: 0;
	background: url(../images/system/breadcrumbs.gif) repeat-x left bottom;
}

#container-topics .topics {
	width: 500px;
	height: 17px;
	margin: 0;
	padding:5px 5px 5px 15px;
}


#contents {
	height:240px;
	width:734;
	margin:10px 0 15px 15px;
}

#contents-01 {
	 float:left;
}

#contents-02 {
	 float:left;
	 margin:0 0 0 10px;
}

#contents-03 {
	 float:left;
	 margin:0 0 0 10px;
}

.contents-img {
	width:238;
	margin:0px 0 0 0px;
}

.contents-txt {
	clear:both;
	font-size:94%;
	padding:5px 10px 0 10px; 
	height:110px;
	width:220px; 
	background:url(../images/system/contents_bg.jpg) no-repeat left top;
}



/* *********************************************************************
img
********************************************************************* */

#main-img {
	margin:5px 0 0 15px;
	border:0;
}

div.table2 {
        margin-left: 5px;
    }
    div.table2 dl {
        margin: 5px 0 0 0;
    }
    div.table2 dt {
        font-size:78%;
    	width:10px;
        float: left;
        clear: left;
    }
    div.table2 dd {
    
    }

/* *********************************************************************
Clear Fix
********************************************************************* */
.clearFix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* End hides from IE-mac \*/