/* =====Reset===== */
html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,ul,ol,li,table,caption,tbody,tfoot,thead,tr,th,td{
	border: 0;
	font-family: inherit;
	font-size:100%;
	font-style:inherit; 
	font-weight:inherit;
	margin:0;
	outline: 0;
	padding:0;
	vertical-align: baseline;
}
caption,th,td {text-align:left}
table {
	border-collapse:collapse;
	border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {content:''}

/* =====Typography=====*/
body {
	background: #fff;
	color: #46413B;
	font: 75%/1.5 "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴPro W3","HiraKakuPro-W3","MS Pゴシック","Lucida Grande","Verdana",helvetica, arial, sans-serif; /* Set in percentages so IE6 can still resize. The percentage notation also fixes a strange quirk where IE dramaticly scales text. */
}
html>body {
	font-size: 12px; /* a more exact setting in pixels for browsers that can resize them. */
}
code {
	font-family: "Lucida Console", Monaco, monospace;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: bold;
}
em,
*[lang] {
	font-style: normal;
	font-weight: bold;
}
strike,
del {
	text-decoration: line-through;
}
acronym,
.caps {
	text-transform: uppercase;
}
.small-caps {
	font-variant: small-caps;
}
acronym,
.num,
.caps,
.small-caps {
	letter-spacing: 0.1em;
}
/* Links */
a,
a:visited {
	color: #119fae;
	text-decoration: none;
}
/* specify all three for accessibility */
a:focus,
a:hover,
a:active {
	color: #17d1e6;
	text-decoration: underline;
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited {
	color: #36a1b2;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #17d1e6;
	text-decoration: none;
}
/* Content Links */
#content a,
#content a:visited {
	color: #119fae;
	text-decoration: none;
}
/* specify all three for accessibility */
#content a:focus,
#content a:hover,
#content a:active {
	color: #17d1e6;
	text-decoration: underline;
}

/* elements with title attribute */
abbr[title],
acronym[title],
dfn[title],
span[title],
del[title] {
	cursor: help;
}
/* typogrify: inset initial double quotes. */
.dquo {
	margin-left: -.45em;
}
 /* fancy ampersands */
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size: 110%;
	font-style: italic;
}
/* Font sizes and vertical measure */
h1 {
	font-size: 1.833333em; /* 22 */
	line-height: 1;
	margin: 1.125em 0 .25em;
}
h2,
big {
	font-size: 1.333333em; /* 18 */
	line-height: 1;
}
h2 {
	margin: 0 0 1em 0;
}
h3,
h4 {
	font-size: 1.16666667em; /* 14 */
	line-height: 1.28571429;
	margin: 0 0 .58333334em 0;
}
h4,
h5,
h6 {
	margin: 0 0 .75em 0;
}
p {
	margin: 0 0 1.5em 0;
}
blockquote {
	border-left:.16666667em solid #e9eaea;
	margin: 0 .75em .75em .75em;
	padding-left:1em;
}
small,
acronym,
.caps {
	font-size: .833333333333em;
	line-height: 1.8em;
}
pre {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	overflow: auto;
}
textarea {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	padding: 3px;
}
ul,
ol,
dl {
	margin: 0 0 1.5em 2em;
}
li ul,
li ol {
	margin-bottom: 0;
}
ul {
}
ul.liststylenone {
	list-style: none;
}
#content li, #content dd {
	margin-bottom: .5em;
	line-height: 1.7;
}
/* Tables */
table {
	margin: .5em 0;
	border-left: .083333333em solid #eee;
	border-top: .083333333em solid #eee;
}
td,th {
	line-height: 1.33333333em;
	padding: .5em;
}
th {
	background-color: #eee;
	border-bottom: .083333333em solid #ddd;
	border-right: .083333333em solid #ddd;
}
td {
	border-bottom: .083333333em solid #eee;
	border-right: .083333333em solid #eee;
}


/* 見出し文字 */
#content h1 {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: -1.5px;
	margin-bottom: 1.25em;
	line-height: 1.2;
}
.home #content h1 {
	margin-bottom: .75em;
}
#content h2 {
	width: 608px;
	height: 25px;
	margin-left: -6px;
	padding-top: 11px;
	padding-left: 12px;
	background: url(../images/bg/bg-content-h2.gif) top center no-repeat;
	color: #666;
}
#content h2 a {
	font-weight: normal;
}
#content h3 {
	width: 604px;
	height: 22px;
	margin-left: -6px;
	padding-top: 2px;
	padding-left: 10px;
	border-left: 6px solid #007b43;
	border-bottom: 1px solid #007b43;
	color: #007b43;
}
#content h4 {
	padding-bottom: 4px;
	color: #f60;
	border-bottom: 1px solid #f60;
}
/* 本文 */
#content p,
#content li {
	line-height: 1.75;
	font-size: 1.0833333em;
	text-align: justify;
	text-justify: auto;
}

#content dl {
	margin-left: 0;
	font-size: 1.0833333em;
	text-align: justify;
	text-justify: auto;
}
#content dt {
	padding-left: 14px;
	background: url(../images/bg/bullet.gif) left center no-repeat;
	font-weight: bold;
	line-height: 1.75;
	}
#content dd {
	margin-left: 1em;
	line-height: 1.75;
}
#content .pageTop {
	text-align: right;
}

#content strong  {
}

#content strong a {
}

/* RSS */
.rssLink a,
.rssLink a:visited {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/bg/rss.gif) left center no-repeat!important;
	text-indent: -9999em;
	oveflow: hidden;
}
.rssLink a:focus,
.rssLink a:hover,
.rssLink a:active {
	color: #f90!important;
	text-decoration: underline!important;
}
