@charset "UTF-8";

/* IDS Master Style Sheet
----------------------------------------------- */


/* Imported Styles
----------------------------------------------- */
@import "layout.css";
@import "menu.css";
@import "home.css";
@import "sub.css";


/* ----------------------- Browser Default Initialization */
html {
	overflow: scroll;
	}
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;
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th {
	text-align: left;
	}
q:before ,q:after {
	content: '';
	}
object, embed {
	vertical-align: top;
	}
hr, legend {
	display: none;
	}
h1, h2, h3, h4, h5, h6, p, li, address{
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
	}
img, abbr, acronym, fieldset {
	border: 0;
	}


/* Basic Styles
----------------------------------------------- */
body {
	margin: 0px auto;
	background: url("../images/bck_body.jpg");
	background-repeat: repeat-x;
	background-color: #01180a;
	text-align: center;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
	letter-spacing: 0em;
	color: #d6c6b3;
	 }

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo","generic font family";
}

a,a:link  {color: #da953e; text-decoration: underline;}
a:visited {color: #a38323; text-decoration: underline;}
a:hover   {color: #c2081c; text-decoration: underline;}
a:active  {color: #ff001c; text-decoration: none;}


/* clearfix
----------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

