@charset "Shift_JIS";


/*--------------------------------------
  Universal selector
---------------------------------------*/

P {
        color: #333333;

}

li {
        color: #333333;

}
	
/*--------------------------------------
  Structure Module
---------------------------------------*/

BODY {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0 auto;
	background-color:#f6f5ef;
	background-image: url();
	background-repeat: repeat;
}

BODY, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#container{
         margin:0 auto;
         width:950px;
}

/*--------------------------------------
  Text Module
---------------------------------------*/

p,
pre,
cite {
	font-size: 75%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 90%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 80%;
}

pre {
	width: auto;
	_width: 90%; /*for IE*/
	overflow: auto;
	font-size: 75%;
	letter-spacing: 1px;
	color: #3d4263;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 8px 16px;
}

pre[title]::before {
	display: block;
	color: black;
	content: attr(title);
	margin-bottom: 0.8em;
}

blockquote {
	display: block;
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
}

blockquote * {
	color: #434755;
}

blockquote[title]::before {
	display: block;
	font-size: 80%;
	color: #455c5d;
	content: attr(title);
	background-color: #e0e4e5;
	margin: 2px;
	padding: 0.1em 16px;
}

blockquote[cite]::after {
	display: block;
	font-size: 80%;
	color: #333333;
	text-align: right;
	content: attr(cite);
	margin: 0;
	padding: 0.1em 16px;
}

cite {
	display: block;
	color: #333333;
	font-style: normal;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	color: #973614;
}

code {
	font-family: "Osaka|", monospace;
	color: #6b8e23;
}

kbd {
	font-family: "Osaka|", monospace;
	text-transform: uppercase;
	background-color: #f5f5f5;
	border: 1px solid #005585;
	padding: 0 0.4em;
}

kbd.accesskey {
	padding: 0 0.2em;
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	border-bottom: 0px solid #005585;
}

a:link {
	color: #334531;
}

a:visited {
	color: #973614;
	border-bottom: 0px solid #cccccc;
}

a:hover {
	color: #466942;
}

/*--------------------------------------
  List Module
---------------------------------------*/

ol,
dl {
	list-style-position: inside;
}

LI,
DT,
DD {
	font-size: 100%;
  
}

dt {
	color: #d2691e;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
}


/*--------------------------------------
  Image Module
---------------------------------------*/

IMG {
	vertical-align: top;
	border : 1px none red;
  margin-top : 0px;
  margin-bottom : 0px;
}


/* */
