/* Outside Style Sheet */

* { box-sizing:border-box; }
* { -moz-box-sizing:border-box; }

/* --------------------------------------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------------------------------------- */
BODY {
	color: #333333;
	background-color: #BDA67A;
	background-attachment: scroll;
	background-image: url(/images/common/main_bg.gif);
	background-repeat: repeat;
	background-position: left top;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.POPUP_BODY {
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;

	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/*
	A:link { color:#007297; text-decoration:underline; }
	A:visited { color:#007297; text-decoration:underline; }
	A:hover { color:#00B5E1; text-decoration:underline; }
*/

A:link { color:#007297; text-decoration:underline; }
A:visited { color:#600060; text-decoration:underline; }
A:hover { color:#00B5E1; text-decoration:underline; }


.BASE_TABLE {
	background-color: #FFFFFF;
}

.HEADER {
	background-attachment: scroll;
	background-image: url(/images/common/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.HEADER_LINE {
	background-attachment: scroll;
	background-image: url(/images/common/header_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.FOOTER {
	height: 30px;
	background-attachment: scroll;
	background-image: url(/images/common/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.COPYRIGHT {
	font-size: 11px;
	font-weight: bold;
	font-family: "Arial","Verdana","ＭＳ ゴシック","Osaka",sans-serif;
	text-align: center;
}


.SIDE_MENU_BOX {
	border:1px solid #C5BDAA;
	background-color: #F3EEE8;
}

.MAIN_CONTENTS_BOX { height: 430px; }


/* --------------------------------------------------------------------------------------------------------------
	テキスト
-------------------------------------------------------------------------------------------------------------- */
.small { font-size:10px; }

.standard { font-size:12px; }

.standard_130 { font-size:12px; line-height:1.3; }
.standard_140 { font-size:12px; line-height:1.4; }
.standard_150 { font-size:12px; line-height:1.5; }

.emphasize { font-size:14px; }

.emphasize_a {
	font-size:14px;
	background-color: #FFFFCC;
}

.notice { font-size:16px; }

.SubTitle {
	color: #202020;
	font-size: 12px;
}

.Color_Green { color:#00914B; }

/* --------------------------------------------------------------------------------------------------------------
	TOP PAGE
-------------------------------------------------------------------------------------------------------------- */
.UPDATE_BOX { padding-top:10px; padding-bottom:10px; }

.TABLE_SPACE {
	padding-top: 15px;
	padding-bottom: 22px;
	padding-left: 15px;
	padding-right: 15px;
}

/* --------------------------------------------------------------------------------------------------------------
	製品紹介
-------------------------------------------------------------------------------------------------------------- */
.IMAGE_BORDER_1 { border:3px double #DDDDDD; }
.IMAGE_BORDER_2 { border:1px solid #FF9900; }

.LEFT_SPACE_1 {
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.4;
}

/* --------------------------------------------------------------------------------------------------------------
	テーブル
-------------------------------------------------------------------------------------------------------------- */
.TABLE_HEAD {
	padding-left: 5px;
	padding-right: 5px;
}

.TABLE_HEAD_2 {
	font-size:14px;
	padding-left: 5px;
	padding-right: 5px;
}

.TABLE_DATA {
	padding-left: 5px;
}

.TABLE_DATA_2 {
	padding-left: 15px;
}
/* --------------------------------------------------------------------------------------------------------------
	リスト
-------------------------------------------------------------------------------------------------------------- */
.list1 ol {
	padding:0 0 0 0;
	margin:0 0 0 2em;
}

.list1 ol li {
	margin:0 0 1em 0;
}


