@charset "UTF-8";

/*
	Site Name: 
	Description:共通セッティング
	Version: 2.0(20080518)
	Author: e_okamoto
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font: normal 1.4 'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
	margin: 0px;
	padding: 0px;
	background: #dedab7 ;
	color:#333;
	font-size:small;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.4;/* base line height */
	display: block;
	margin: 0px;
}

table {margin : 0;empty-cells: show; font-size:small;}
td{word-break:break-all ;}

hr,.areaAnchor,.anchor { display : none; }

img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}

li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/

option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */

/*
===== 4: link setting ===========================
*/
a:link{
	color: #660000;
	text-decoration:underline;
}
a:visited{
	color: #660000;
}
a:hover{
	color:#660000;
	background:;
	text-decoration:underline;
}
a:active{
	color: #660000;
}


.hidden {display:none;} 
.center_txt{ text-align: center;}
.left_txt{ text-align: left;}
.left_float{ float: left;}
.right_txt{ text-align: right;}
.right_float{ float: right;}
.txt_indent05{ margin-left:0.5em;}
.txt_indent1{ margin-left:1em;}
.txt_indent2{ margin-left:2em;}
.txt_indent3{ margin-left:3em;}
.txt_indent95{ width:95%;margin:1em auto 0;}
.txt_indent250{ width:;margin-left:250px;}


.red{ color:#FF0000}
.bold{ font-weight: bold;}
.line_height11{line-height: 1.1;}
.line_height12{line-height: 1.2;}

.bg_yellow{ background:#FFFFCC}
.bg_th{background: #F6F6F6;}

.th_30{width: 30%;}

.f10em{font-size: 1.0em;color: #1F1F1F;}
.f12em{font-size: 1.2em;color: #1F1F1F;}
.f14em{font-size: 1.4em;color: #1F1F1F;}
.f16em{font-size: 1.6em;color: #1F1F1F;}
.f18em{font-size: 1.8em;color: #1F1F1F;}

.ime_J{ime-mode:active;}
.ime_E_N{ime-mode:inactive;}
.ime_E{ime-mode:disabled;}
