@charset "utf-8";

/*//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////*/
/*////////////////////basic tag & reset/////////////////*/
/*//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font: 12px Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	margin: 0px 0px 50px;
	padding: 0px 0px 50px;
	background: none ! important;
	color:#444444;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
}
/*//Win IE6&IE7//*/
* html body {
	font-size: small;
}
*:first-child+html body {	font-size: small}
* html h1 {	font-size: small}
*:first-child+html h1 {	font-size: small}
* html h2 {	font-size: small}
*:first-child+html h2 {	font-size: small}
* html h3 {	font-size: small}
*:first-child+html h3 {	font-size: small}
* html h4 {	font-size: small}
*:first-child+html h4 {	font-size: small}
* html h5 {	font-size: small}
*:first-child+html h5 {	font-size: small}
* html h6 {	font-size: small}
*:first-child+html h6 {	font-size: small}
/*//end Win IE6&IE7//*/

img, table {	border: none;}
table { border-collapse : collapse; }
a:link {
	text-decoration: underline;
	color: #424A75;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #B71B1A;
}
a:active {
	text-decoration: underline;
	color: #B71B1A;
}






/*//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////*/
/*////////////////////////basic id//////////////////////*/
/*//////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////*/

#wrap {
	margin: 0px auto;
	text-align: left;
	background: none ! important;
	width:100% ! important;
}
#header {
	font-size: 0px;
	line-height: 0px;
	display:none ;
}
#navi {
	display:none;
}
#container {
	background: none ! important;
	width:100% ! important;
}
#content {
	float: none ! important;
	
	margin:auto ! important;
}
#contentBtm {
	display:none;
}

/*//////////////////////////////////////////////////////*/
/*/////////////////////////snavi////////////////////////*/
/*//////////////////////////////////////////////////////*/

#snavi {
	display:none;
}


/*//////////////////////////////////////////////////////*/
/*////////////////////////breadCrumb////////////////////*/
/*//////////////////////////////////////////////////////*/

ul#breadCrumb {
	display:none;
}


/*//////////////////////////////////////////////////////*/
/*//////////////////////////footter////////////////////*/
/*//////////////////////////////////////////////////////*/

#footer {
	display:none;
}


/*//////////////////////////////////////////////////////*/
/*//////////////////////////2nd/////////////////////////*/
/*//////////////////////////////////////////////////////*/

body#home #content .cpt#topics {
	
}
body#home #content .cpt#topics dl {

}
body#home #content .cpt#islandMenu {
	
}
