@charset "Shift_JIS";

/***----------------------------------
			officetips Style
----------------------------------***/

h2{
	margin:20px 0 13px 0;
}

h3,p{
	margin:0 0 15px 0;
}

dl.infoList{
	margin:0 0 1em 0;
}

dl.infoList.last{
	margin:0 0 25px 0;
}

dl.infoList dt{
	float:left;
}

dl.infoList dd{
	margin:0 0 0 7em;
}


ol{
	margin:0 0 15px 1.5em;
	*margin:0 0 15px 2em;
}

ol li{
	margin:0 0 0.5em 0;
}

.alignCenter{
	text-align:center;
}

/** clearfix **/

div.contentBlock:after,
dl.infoList:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

div.contentBlock,
dl.infoList{
    display:inline-table;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
*html div.contentBlock,
*html dl.infoList{
	height: 1%;
}

div.contentBlock,
dl.infoList{
	display: block;
}

/* End hide from IE-mac */

div.textBlock{
	float:left;
	width:648px;
}

div.imageBlock{
	float:right;
	width:222px;
	padding:10px 0 0 0;
}
