html, body, div, p, img,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td,
address, fieldset, legend, pre, form, label, iframe {
	border:0px;
	margin:0px;
	padding:0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 120%;
}
textarea {
	font-size:100%;
}
input,select {
	vertical-align:middle;
}
ol, ul ,li {
	list-style: none;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: top;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/******************************************************************/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
	*display: inline-block;
}
.clearBoth {
	clear:both;
}
.wordBreak {
	word-break:break-all;
    word-wrap: break-word;
}


/******************************************************************/
html,body {
	width:100%;
	height:100%;
}
body {
	font-size: 12px;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,  sans-serif;
	color: #333333;
}


/******************************************************************/
#messageError {
	margin-bottom:12px;
	padding:8px;
	border:1px dotted #BBBBBB;
	background-color:#FFFFCC;
}
#messageError .error {
	line-height:1.4;
	font-weight:bold;
	color:#FF0000;
}
#messageError .message {
	line-height:1.4;
	font-weight:bold;
	color:#0066FF;
}
#messageError a {
	text-decoration:underline;
}


/************************************************************************/
#mainmenu .lowerbox {
	margin-bottom: 10px;
}
#mainmenu .loTitle {
	display: block;
	margin: 10px 0px 2px 0px;
	padding-top: 10px;
	border-top: 1px dotted #999999;
	font-size: 13px;
	color: #333333;
}
#mainmenu .lolink,
#mainmenu .lotext {
	display: inline-block;
	margin: 3px 8px 0px 0px;
	padding: 5px 8px;
}
#mainmenu .lolink {
	color: #0099CC;
}
#mainmenu .lotext {
	color: #333333;
	background-color: #DEDEDE;
	
}

