/*
// 配置
*/
body {
	margin: 0px;
	padding: 0px;
	color: #4F4F4F;
}
#header {
	position: relative;
}
#container {
	/*position: relative;*/
	overflow: auto !important;
	overflow: /**/: hidden;
}
#col1, #col2 {
	/*position: relative;*/
	overflow: auto !important;
	overflow: /**/: hidden;
}
#secondary {
}
#primary {
	overflow: auto !important;
	overflow: /**/: hidden;
}
#footer {
	position: relative;
	clear: both;
}


/*
// 大きさ設定
*/
#header {
	height: 163px;
}
#container {
}
#mainbox {
}
#secondary {
	width: 200px;
}
#primary {
}
#footer {
}


/*
// ヘッダ設定
	background-color: #6699FF;
*/
#header {
}


/*
// コンテンツ設定
	background-color: #FFCCCC;
*/
#container {
}


/*
// サブ領域設定
	background-color: #CC99FF;
*/
#secondary {
}


/*
// メイン設定
	background-color: #CC99CC;
*/
#primary {
}


/*
// フッタ設定
	background-color: #CCFF99;
*/
#footer {
}


/*===================================================*/
/* 基本CSS */
/*===================================================*/
body {
/*	font-family: "ヒラギノ丸ゴ Pro W4", "Verdana", "ＭＳ Ｐゴシック", Osaka;*/
}
p {
	margin-bottom: 0.8em;
	padding: 0px;
	line-height: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
em.hidden {
	visibility: hidden;
}
.memo {
	font-style: normal;
	line-height: normal;
	color: #333333;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*===================================================*/
/* カラー */
/*===================================================*/
.fcWhite {
	color: #FFFFFF;
}
.fcNormal {
	color: #003300;
}
.fcSub {
	color: #339933;
}
.fcRed {
	color: #FF3300;
}
.fcGreen {
	color: #003300;
}
.fcBlue {
	color: #33FFFF;
}
.fcYellow {
	color: #FFFF00;
}
.fcOrgRed {
	color: #FF0000;
}
.fcBrown {
	color: #8C6E3A;
}
.fcRedBrown {
	color: #993333
}
.fcWater {
	color: #6699FF;
}
.fcPink {
	font-weight: bold;
	color: #FF66CC;
}
.cmain {
	background-color: #336633;
}
.csub1 {
	background-color: #99CC99;
}
.csub2 {
	background-color: #FFFFCC;
}

.bgYellow{
	background-color: #FFFFCC;
	outline: none;
}
.bgWhite {
	background-color: #FFFFFF;
}


/*===================================================*/
/* フォントサイズ */
/*===================================================*/
.fsSS {
	font-size: 0.6em;
}
.fsS {
	font-size: 0.75em;
}
.fsM {
	font-size: 0.8em;
}
.fsL {
	font-size: 16px;
}
.fsLL {
	font-size: 18px;
}
.fsLLL {
	font-size: 20px;
}
.fsLLLL {
	font-size: 24px;
}


/*===================================================*/
/* フォームボタン */
/*===================================================*/
.inpTxt {
	background-color: #ECFDFF;
}
.inpErrTxt {
	background-color: #FFECFD;
}
.inpBtn200 {
	width: 200px;
}
.inpBtn150 {
	width: 150px;
}
.inpBtn130 {
	width: 130px;
}
.inpBtn100 {
	width: 100px;
}
.inpBtn80 {
	width: 50px;
}
.inpBtn50 {
	width: 50px;
}


/*===================================================*/
/*リストタグ専用 */ 
/*===================================================*/
li{ 
	margin-left: -10px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
}


/*===================================================*/
/* IE専用入力文字切り替え */ 
/*===================================================*/
.imeEng{ 
	ime-mode: disabled;
}

.imeJp{ 
	ime-mode: active;
}

.scrollBox {
	width: 97%;
	height: 120px;
	border: 1px solid #CCCCCC;
	overflow: scroll;
	padding: 3px;
}
