@charset "utf-8";

h1,h2,h3,h4,body,ul,ol,li,p {
	padding:0;
	margin:0;
}
body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	line-height: 1.8;
	background-color: #f9f9f1;
	color: #666;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a img {
	border-style:none;
}
.naiyou {
	background-color: #FFF;
	padding: 20px;
	width: 960px;
	margin: auto;
}
h1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 18px;
	background-image: url(img/icon_h1.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
	background-position: left center;
	padding: 3px 0 5px 25px;
	margin:10px 0;
}
h2 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #333;
	background-color: #FCF2E3;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #ffcc99;
	
}
h3 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 14px;
	color: #993300;
	background-color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 8px solid #dedede;
	border-bottom: 1px solid #dedede;
}
a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
}
ul {
	list-style-image: url(img/icon_list.gif);
	margin:20px 10px;	
	margin-left:1em;
	padding-left:2em;	
	list-style-type: none;
}
ul.naka {
	list-style-image: url(img/list_icon02.gif);
	margin:20px 10px;	
	margin-left:1em;
	padding-left:2em;	
	list-style-type: none;
}
ol {
	margin:20px 10px;	
	margin-left:1em;
	padding-left:2em;	
}

strong {
	font-weight:bold;
	color:#ff0000;
}
em {
	font-style:normal;
	font-weight: bold;
}
.text_ll {
	font-size: 140%;
}
.text_l {
	font-size: 120%;
}
.text_m {
	font-size: 100%;
}
.text_s {
	font-size: 90%;
}
.text_ss {
	font-size: 80%;
}
.syamei {
	font-size: 16px;
}

