@charset "UTF-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background:#FFC;
	background-color:#FFF;
	font-size: small;
	text-align:center;
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	line-height: 1.9;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-style: normal;
	font-weight: normal;
	font-size: small;
}
#contentsRight h1,#contentsRight h2,#contentsRight h3,#contentsRight h4,#contentsRight p{
	color:#FFF;
}
ul,ol,li,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol,li {
	list-style-type: none;
}

img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height:0;
}
#wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
#navi {
	width: 971px;
	height: 25px;
	background-color: #333333;
}
h1{
	margin:0;
	padding:0;
}
h2,h3{
	padding: 0px 0px 20px 20px;
}
h4{
	width: 756px;
	padding: 5px 0 3px 5px;
	border-top: solid 1px #CCC;
	border-bottom: dotted 1px #CCC;
	color: #333;
	font-weight: bold;
	font-size: 13px;
}
p{
	font-size: 12px;
	line-height: 1.8em;
	text-align: justify;
	letter-spacing:0.1em;
}
li{
	font-size:11px;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

/* ***********************************************************************
	Link
*********************************************************************** */

a{
	text-decoration: none;
	outline: none;
}
a:link {
	color: #F00;
	text-decoration: underline;
	outline: none;
}
                    
a:visited {
	color: #F00;
	text-decoration: underline;
}
a:active,
a:hover {
	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 */
