/* ------------------------------------------
Style Sheet
	grpmail/
------------------------------------------ */

/*  メニュー  */

#menu {
	width: 750px;
	height:26px;
	background-color: #CBD8EB;
	margin:0 20px 10px 20px;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none ;
	font-size:15px;
	font-weight:bold;
}

#menu li {
	float: left;
	border-right :2px solid #ffffff;
	list-style: none ;
	height:100%;
}

#menu a, #menu a:link, #menu a:visited {
	text-decoration: none;
	color: #0A336F;
	background: #CBD8EB;
	padding: 4px 10px;
	display:block;
}

#menu a:hover {
	background-color: #86A4D0;
	color: #ffffff;
}


/*  タイトル  h1 p などbase.cssファイルに */
.read h2 {
	font-size:15px;
	color:#0A336F;
	background-color:#ECF0F6;
	border-top:1px solid #9BB6DD;
	border-right:1px solid #9BB6DD;
	border-bottom:1px solid #9BB6DD;
	border-left:7px solid #9BB6DD;
	line-height:130%;
	margin:0 0 3px 0 ;
	padding:2px 5px;
}

h3 {
	font-size:16px;
	color:#333333;
	background-color:#ffffff;
	border-top:3px double #dddddd;
	border-bottom:2px dotted #cccccc;
	line-height:130%;
	margin:20px 0 3px 0 ;
	padding:2px 0 2px 5px;
}

.read span.leader {
	color:#0066FF;
}

p.price {
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	border-bottom:1px solid #999999;
	line-height:130%;
	margin:10px 10px 20px 300px ;
	padding:2px 5px;
	text-indent: 0em;
	text-align: right;
}

/*  PRエリア  */
.pr {
	margin:10px 0 10px 0 ;
	font-size:95%;
	color:#cc0000;
	font-weight:bold;
	clear:both;
}


/*  製品概要の枠  */

#summary {
	margin:0;
	padding:0;
}

#summary-left {
	float:left;
	width:260px;
}

.summary01 , .summary02 ,.summary03 {
	background-image:url('../images/grpmail/summary_back.gif');
	background-repeat:no-repeat;
	height:80px;
	margin: 0 0 10px 0;
}

#summary p , #summary font {
	padding:1px 30px 0 20px;
	font-size:13px;
	line-height:120%;
	display:block;
}

#summary a:link {
	color:#333333;
	text-decoration:none;
}

#summary a:visited {
	color: #333333;
	text-decoration:none;
}

#summary a:hover {
	color:#000000;
	text-decoration:underline;
}

#summary a:active {
	color:#000000;
	text-decoration:underline;
}

#summary-right {
	float:right;
	width:270px;
}

div.price table {
	color:#333333;
	margin:5px 0px 5px 20px ;
	border-collapse: collapse ;
	border: 1px #cccccc solid;
	font-size:80%;
	width:500px;
}

div.price table th {
	padding: 2px 10px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-weight:normal;
	background:#dddddd;
	text-align:center;
}

div.price table td {
	padding: 2px 10px;
	border-bottom: 1px #cccccc dotted;
	border-left:1px #cccccc solid;
	text-align:center;
}

div.price ul {
	font-size:80%;
	padding: 2px 10px;
	margin:0 0 0 100px;
	list-style:none;
}





div.function table {
	color:#333333;
	margin:5px 0px 5px 20px ;
	border-collapse: collapse ;
	border: 1px #cccccc solid;
	font-size:80%;
	width:500px;
}

div.function table th {
	padding: 2px 10px;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	font-weight:normal;
	background:#dddddd;
	text-align:center;
}

div.function table td {
	padding: 2px 10px;
	border-bottom: 1px #cccccc dotted;
	border-left:1px #cccccc solid;
	text-align:center;
}

div.function ul {
	font-size:80%;
	padding: 2px 10px;
	margin:0 0 0 20px;
}


/*  フォーム  */
#inquiry { margin:20px 0;}

#inquiry table {
	border-collapse:separate;
	border-spacing: 5px;
	font-size:85%;
}

#inquiry th {
	color:#0A336F;
	font-weight:bold;
	padding:5px 5px;
	text-align:right;
	border-right:5px solid #CBD8EB;
	white-space:nowrap;
	vertical-align:top;
}

#inquiry td {
	font-weight:normal;
	padding:5px 5px;
	text-align:left;
}

#inquiry div.button {
	margin: 20px 10px 10px 0;
	text-align:right;
}

#inquiry button.go-confirm , #inquiry button.go-send , #inquiry button.go-top {
	background-color:#2E67D1;
	width:140px;
	height:27px;
	cursor: pointer;
}

#inquiry button.back {
	background-color:#cccccc;
	width:140px;
	height:27px;
	cursor: pointer;
}


#inquiry input.go-confirm , #inquiry input.go-send , #inquiry input.go-top {
	background-color:#2E67D1;
	border:2px solid;
	border-top:#cccccc;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#cccccc;
	cursor: pointer;
}

#inquiry input.back {
	background-color:#cccccc;
	border:2px solid;
	border-top:#cccccc;
	border-right:#666666;
	border-bottom:#666666;
	border-left:#cccccc;
	cursor: pointer;
}


/*  強調  */
.point {
	color:#0033ff;
}

.rlock {
	color:#ffffff;
	background:#5DB153;
	padding:2px 3px;
	font-size:75%;
	margin:0 3px;
	font-weight:normal;
}

.freset {
	color:#ffffff;
	background:#668D01;
	padding:2px 3px;
	font-size:75%;
	margin:0 3px;
	font-weight:normal;
}



