@charset "utf-8";

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 5px 10px 5px 15px;
	padding: 5px 5px;
	border-left: 7px solid #EF6500;
	text-align: left;
}
h3 {
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding: 0px 5px;
	border-left: 8px solid #EF6500;
}
h4 {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	margin: 5px 10px;
	padding: 3px 5px;
	border-left: 8px solid #EF6500;
}
a:hover {
	text-decoration: underline;
	color: #FF9966;
}

/* 詳細ページ
---------------------------------------------------- */
#content table {
	margin:0px 0px 10px 15px;
	padding: 0px;
	font-size: 12px;
	line-height: 150%;
	color: #555555;
	width: 575px;
}
#content th {
	color: #EF6500;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
#content td {
	margin: 0px;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
div.wrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#introleft {
	margin: 0px;
	padding: 15px 0px 0px 15px;
	float: left;
	width: 365px;
	text-align: left;
}
#introleft p {
	font-size: 12px;
	line-height: 1.2em;
	margin: 10px;
}
#introright {
	margin: 0px;
	padding: 15px;
	float: right;
	width: 200px;
}
ul.feature {
	list-style-type: disc;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 20px;
}
ul.feature li {
	font-size: 12px;
	line-height: 150%;
}
p.feature {
	font-size: 12px;
	line-height: 150%;
	padding: 5px;
	margin-right: 15px;
	margin-left: 25px;
	text-align: left;
	clear: both;
}

/* サイドメニュー
---------------------------------------------------- */
#side li#contact {
	background: url(/img/ja/web/contacts/con_side_contact02.gif);
}
#side li#contact a {
	background: url(/img/ja/web/contacts/con_side_contact01.gif);
}
#side li#contact a:hover {
	background: url(/img/ja/web/contacts/con_side_contact03.gif);
}
#side li#catalog {
	background: url(/img/ja/web/contacts/con_side_catalog02.gif);
}
#side li#catalog a {
	background: url(/img/ja/web/contacts/con_side_catalog01.gif);
}
#side li#catalog a:hover {
	background: url(/img/ja/web/contacts/con_side_catalog03.gif);
}



/* フォーム
---------------------------------------------------- */
#content form {
	margin: 0px;
	padding: 15px 0px 0px 15px;
}
.check {
	margin: 0px 0px 10px 10px;
	text-align: left;
}
#content fieldset {
	border: none;
	margin: 15px;
	font-size: 12px;
	width: 550px;
}
#content legend {
	font-weight: bold;
	border-left: 7px solid #EF6500;
	padding: 3px 5px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
form dl {
	margin:  0px;
	padding:  0px;
	line-height: 150%;
}
form dt {
	margin:0px 0px 0px 20px;
	padding: 0px;
	width:100px;
	line-height: 18px;
}
form dd {
	position:relative; 
	left:120px;
	margin:0px 0px 0px 0px;
	padding:0px; 
	line-height: 18px;
	top: -18px;
	z-index:1;
	width: 420px;
}
form p {
	margin: 10px;
	text-align: center;
}
.notice {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

form em {
	font-weight: bold;
	color: #FF0000;
	font-style: normal;
}
p.check input,
label input {
	margin: 0 5px 5px 0;
}
.label-m {
	margin-left: 20px;
}
.gray {
	background-color: #CCCCCC;
}
