@charset "UTF-8";
/****************************
BASIC css for e-present
e-present/template用css
各種パラメータ初期化など、基本的に編集が不要な要素群

LAST UP DATA:2012/11/16
****************************/

/*初期化*/

*{
	font-style:normal;
	}
html{
	margin:0;
	padding:0;
	}
body{
	margin:0;
	padding:0;
	font:15px "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	*font-size:small;
	*font:x-small;
	line-height:140%;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
div,p,
dl,dt,dd,ul,ol,li,
pre,map,
form,fieldset,
blockquote,input,textarea
table,thead,tbody,tfoot,caption,th,td,br{
	margin:0;
	padding:0;
	}
hr{
	display:none;
	}
h1 , h2 , h3 , h4 , h5 , h6 {
	font-weight: normal;
	margin:0;
	padding:0;
	}
fieldset , img { 
	border: 0;
	vertical-align: bottom;
	}
address , caption , cite , code , dfn , em , strong , th , var {
	font-style: normal;
	font-weight: normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:inherit;
	font:100%;
	}
q:before , q:after {
	content: '';
	}
abbr , acronym {
	border: 0;
	}
textarea {
	font-size: 100%;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
object,embed{
	vertical-align:top;
	}
.clear{
	clear:both;
	}

/**************************
clear fix
**************************/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix{
	display: inline-block;
	}
