﻿/******************************
 *	ブラウザ毎の表示の差異を吸収する為のデフォルトスタイル
 ******************************/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,textarea,p,th,td 
{
	font-style:normal;
    margin:0; 
    padding:0;
    font-size:100%;
} /* blockquoteを排除*/
table { 
    border-collapse:collapse;
    border-spacing:0;
} 
img.floor {  
    border:0;
    overflow:hidden; 
    display:block;
    padding:0px;
} 

img {  
    border:0;
} 
address,caption,cite,code,
dfn,th,var { 
    font-style:normal; 
    font-weight:normal;
}/*em strongを排除*/
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 
{
    font-weight:normal; 
}
li 
{
	list-style-type:none;
}

ol.ordered{
	margin: 1em 0 1em 0;
    padding-left: 40px;
}
ol.ordered li{
	list-style-type:decimal;
}

ul.unordered{
	margin: 1em 0 1em 0;
    padding-left: 40px;
}
ul.unordered li{
	list-style-type:disc;	
}

/******************************
 *	汎用
 ******************************/
div.clear
{
	width:0px;
	height:0px;
	clear:both;
	overflow:hidden;
}


/** siteColorInit()用 **/
a.selOn
{
	/*background-color:#777;
	color:#EEE;*/
}

/*WYSIWYG-TEMPLATE (2分／3分画像)*/

table.templateForTwoImages, table.templateForThreeImages
{
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:20px 5px;
	width:99%;
}
	table.templateForTwoImages td
	{
		width:49%;
	}
	table.templateForTwoImages td img
	{
		margin:auto;
		vertical-align:middle;
		max-width: 100% !important;
		height:auto;
	}
	
	table.templateForThreeImages td
	{
		width:33%;
	}
	table.templateForThreeImages td img
	{
		margin:auto;
		vertical-align:middle;
		max-width: 100% !important;
		height:auto;
	}
	td.borderWith
	{
		border:1px solid #DFDFDF;
		padding:2px;
		overflow:hidden;
	}
	/*
	table.templateForTwoImages td.borderWith
	{
		height:350px;
		max-height:350px;
	}
	table.templateForThreeImages td.borderWith
	{
		height:200px;
		max-height:200px;
	}
    */
	
/*WYSIWYG-TEMPLATE (2分／3分画像) End*/