/* -----------------------------------------------
 * 衣川産業用
 * ----------------------------------------------- */
body{
	font-size:100%;
	color:#444444;
	background-color:#FFFFFF;
	background-image: url(../img/bg_head.gif);
	background-repeat: repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

div.page {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 0px 0px;
}


a:link{ text-decoration:none; color:#F85F00; }
a:visited{ text-decoration:none; color:#F85F00; }
a:active{ text-decoration:underline; color:#FFFFDC; }
a:hover{ text-decoration:underline; color:#2E95FC; }

.x-large{ font-size:150%; }
.large{ font-size:120%; line-height: 1.2; }
.mid{ font-size:100%; line-height: 1.3; }
.normal{ font-size:84%; line-height: 1.3; }
.small{ font-size:75%; line-height: 1.3; }
.x-small{ font-size:60%; line-height: 1.2; }

.midasi {  font-size: 130%; font-weight: bolder; }
.midasi2 {  font-size: 110%; font-weight: bolder; }

.menu{ font-size:12px; color:#F85F00; }
.submenu{ font-size:84%; line-height: 1.5; }

.date { font-size:75%; color:#888888; }

.uetuki{ font-size:50%; vertical-align: super;}

.copyright{ font-size:75%; color:#666666; }


H1 { font-size:10px; font-weight: bold; margin-bottom:0pt; }
H2 { font-size:100%; font-weight: bold; margin-bottom:0pt; }
H3 { font-size:100%; font-weight: bold; margin-bottom:0pt; }
H4 { font-size:84%; font-weight: bold; margin-bottom:0pt; }



/* -----------------------------------------------
 * サブメニュー
 * ----------------------------------------------- */

div.submenu-box {
	width: 178px;
	text-align: left;
	border-left: 1px solid #A6A6A1;
	border-right: 1px solid #A6A6A1;
	background-color: #EBEBE4;
}


#submenu-products ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenu-products li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#submenu-products a {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A6A6A1;
	font-size: 12px;
	padding: 3px 0px 3px 17px;
	text-decoration: none;
	color: #0047A3;
	width: 161px;
	margin:0px;
	text-align: left;
	background-image: url(../img/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
	background-color: #DEDED8;
}

#submenu-products a:hover {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A6A6A1;
	font-size: 12px;
	padding: 3px 0px 3px 17px;
	text-decoration: none;
	color: #1E3A5F;
	font-weight: normal;
	width:161px;
	margin:0px;
	text-align: left;
	background-image: url(../img/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 50%;
	background-color: #EBEBE4;
}


#submenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#submenus li {
	display: block;
	margin: 0px;
	padding: 0px;
}

#submenu a {
	display: block;
	font-size: 12px;
	padding: 2px 0px 2px 17px;
	text-decoration: none;
	color: #FF5900;
	width: 161px;
	margin:0px;
	text-align: left;
	background-image: url(../img/submenu_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 8px 50%;
}

#submenu a:hover {
	display: block;
	font-size: 12px;
	padding: 2px 0px 2px 17px;
	text-decoration: none;
	color: #E34F00;
	font-weight: normal;
	width:161px;
	margin:0px;
	text-align: left;
	background-image: url(../img/submenu_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 9px 50%;
}

div.submenu-cate-tit {
	border-top: 1px solid #B5B3AA;
	border-bottom: 1px solid #767668;
	font-size: 12px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	width:173px;
	margin:0px;
	text-align: left;
	background-color: #8A8A79;
}


div.submenu-home{
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	margin:0px;
	text-align: center;
}






/* -----------------------------------------------
 * セカンドページ
 * ----------------------------------------------- */

div.sec-tit{
	width:650px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 20px 20px 50px 20px;
	margin:0px;
	background-image: url(../img/bg_tit.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div.sec-tit-text{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 0px;
}


.maker-tit{
	margin-bottom:25px;
}







/* -----------------------------------------------
 * FORM
 * ----------------------------------------------- */

form.form {
    margin-top: 0em;
    margin-bottom: 0em;
}

TEXTAREA {
  width: 100%;
  background-color:#FFFFFF;
  border:1px solid;
}