@charset "utf-8";

/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka', 'sans-serif';
	color:#626262;
	word-wrap: break-word;
	font-weight: normal;
	background-color: #eeeeee;
	font-size         : 80%;
}
	
/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

h1, h2, h3, h4, h5, h6, li, p, form, embed, dl, dt ,dd ,address {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
}

/* base xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

a {
	/*text-decoration: none;*/
	color:#626262;
}

a:hover{
	text-decoration: underline;
}


/* list xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.list {
	margin-top        : 15px;
	margin-left       : 15px;
}

.list ul,.list li {
	background        : url(../img/mark01.gif) no-repeat;
	background-position : left center;
	padding-left      : 18px;
}

.list2 {
	margin-top        : 15px;
	margin-left       : 15px;
}

.list2 ul,.list2 li {
	background        : url(../img/mark02.gif) no-repeat;
	background-position : left top;
	padding-left      : 18px;
}

.list3 {
	margin            : 0;
}

.list3 ul,.list3 li {
	background        : url(../img/mark01.gif) no-repeat;
	background-position : left center;
	padding-left      : 18px;
}


/* midashi xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.midashi {
	margin-top        : 15px;
}

.midashi dt {
	background        : url(../img/bg_midashi.gif) repeat-y;
	padding-top       : 8px;
	padding-bottom    : 8px;
	font-size         : 100%;
	font-weight       : bold;
}


/* appli xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.appli {
	width             : 300px;
	height            : 100px;
	margin            : 0 auto;
	background        : url(../img/bg_appli.jpg) no-repeat;
}

.appli img{
	margin-top        : 48px;
	margin-left       : 136px;
}

/*	background-color  : #bae978;*/
	background        : url(../img/bg_midashi.gif) repeat-y;
	padding-top       : 8px;
	padding-bottom    : 8px;
	font-size         : 130%;
	font-weight       : bold;
}


/* float解除 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.clear {
	clear: both;
}
