/*----------------------------------------------------
 sukeneko.com style sheet （受注管理）
 copyright © 2007 aqualeaf corporation.
------------------------------------------------------*/
html,body,p,h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	}
body {
	font-family: "Geneva", "Arial", "Helvetica", "sans-serif", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka";
	font-size: small;
	background: #776859;
	text-align:center;
	}
hr {
	margin: 30px 0;
	}
.clear{
	margin: 0;
	padding: 0;
	clear:left;
	}
th {
	white-space: nowrap;
}
a:link {
	color: #3A9EEB;
	font-weight: bold;
}
a:visited {
	color: #3A9EEB;
	font-weight: bold;
}
a:hover {
	color: #3A9EEB;
	font-weight: bold;
	text-decoration: underline;
}

/*----------------------------------------------------
  form
------------------------------------------------------*/
form {
	padding: 0;
	margin: 0;
}
#form table{
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #CCC;
}
#form table th {
	padding: 0 0 0 5px;
	font-weight: normal;
	text-align: left;
}
#form table tr td{
	padding: 3px;
}
#form input {
	padding: 2px;
}

/*----------------------------------------------------
  form (Price)
------------------------------------------------------*/
#formprice table{
	background: #EEEEEE;
	padding: 5px;
	margin: 10px 0;
	border: 1px solid #EEEEEE;
}
#formprice table tr td{
	background: #FFFFFF;
	padding: 10px;
}
#formprice table th {
	background: #C8ED49;
	padding: 0 0 0 5px;
	font-weight: bold;
	text-align: center;
}
/*----------------------------------------------------
  container
------------------------------------------------------*/
#container{
	width: 810px;
	margin:0 auto;
	padding: 0;
	background: #FFF;
	text-align:left;
	}

/*----------------------------------------------------
  header
------------------------------------------------------*/
#header {
	margin:0;
	padding:0;
	position:relative;
	}
#logo {
	height:80px;
	margin:0 10px;
	padding:10px 0;
	}
#header h1 {
	width:350px;
	font-size: small;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 20px;
	_top: 20px; /* WindowsIE Hack */
	}

/*----------------------------------------------------
  catch
------------------------------------------------------*/
#catch {
	clear:both;
	margin-left: 17px;
	height: 290px;
	}
#catch p{
	margin:20px;
	text-align:center;
	line-height:1.5;
	font-size: large;
	font-weight: bold;
	color: #300;
	}
#trial {
	clear:both;
	padding: 2px;
	margin: 0 30px 20px 30px;
	background: #CCECF4;
	border-top: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
}
#trial p {
	text-align: center;
	line-height: 1.5em;
	font-size: large;
	font-weight: bold;
}

#content #feature {
	clear:both;
	width: 520px;
	margin: 15px 0 0 0;
	padding: 20px 10px;
}
#content #feature h2{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: large;
	font-weight: bold;
	}
#content #feature #describe h3{
	padding: 0;
	margin:5px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.0;
	background: none;
	border: none;
	}
#content #feature p{
	font-size: small;
	line-height:1.4;
	}
#content #feature a{
	font-size: 12px;
	}

/*----------------------------------------------------
  content
------------------------------------------------------*/
#content{
	padding: 0 0 0 20px;
	float:left;
	width:550px;
	}
#content p{
	color: #300;
	/*font-size: 1.1em;*/
	font-size: 14px;
	margin:0 10px 0 0;
	padding:0;
	line-height:1.4;
	}
#content p.small{
	color: #300;
	font-size: small;
	margin:0 10px 0 0;
	padding:0;
	line-height:1.4;
	}
#content span.small{
	color: #300;
	font-size: small;
	margin:0 10px 0 0;
	padding:0;
	line-height:1.4;
	font-weight: normal;
	}
#content p.credit,
#content span.credit{
	clear:both;
	color: #999;
	font-size: x-small;
	margin:0 10px 0 0;
	padding:0;
	line-height:1.4;
	}
#content p.price-left {
	font-weight: bold;
	width: 100px;
	float:left;
	margin: 0 0 0 10px;
	padding: 10px;
	text-align: center;
	background: #6699CC;
	color: #FFF;
	}
#content p.price-right {
	font-weight: bold;
	width: 200px;
	float:left;
	margin:0;
	padding: 10px;
	text-align: center;
	background: #D7F2FF;
	color: #300;
	}
#content p.comment{
	margin: 0 0 0 10px;
	padding: 0;
	clear:both;
	color: #FF0000;
	font-size: small;
	}
#content ul li{
	color: #300;
	/*font-size: small;*/
	font-size: 14px;
	line-height:1.4;
	}
#content ol li{
	margin:0 10px 0 0;
	color: #300;
	/*font-size: medium;*/
	font-size: 14px;
	line-height:1.4;
	}
#content p.trial {
	clear:both;
	text-align: center;
	line-height: 1.5em;
	font-size: large;
	font-weight: bold;
	padding: 2px;
	margin: 5px 10px;
	background: #CCECF4;
	border-top: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
}
#content h2 {
	color: #300;
	margin:20px 0 5px 0;
	font-size: 16px;
	}
#content h3 {
	clear:both;
	color: #300;
	padding: 0 10px 0 10px;
	margin:30px 0 10px 0;
	font-size: large;
	line-height: 30px;
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content h4 {
	float:both;
	color: #300;
	margin:20px 0 5px 0;
	font-size: medium;
	}
#content img.float {
	margin:0px 15px 15px 5px;
	float:left;
	vertical-align: middle
	}
#content img.floatright {
	margin:0px 15px 15px 5px;
	float:right;
	vertical-align: middle
	}
#content p.que {
	font-weight: bold;
	color: #849AAE;
	line-height: 1.5em;
	padding-left:20px;
	background-image: url("img/fukidashi-blue.gif");
	background-repeat: no-repeat;
	}
#content p.ans {
	line-height: 1.5em;
	padding-left:20px;
	padding-bottom:20px;
	}
#content p.notes{
	font-weight: bold;
	color: #849AAE;
	font-size: small;
	margin:0 10px 10px 0;
	padding:0;
	line-height:1.4;
	}
#content p.quo {
	line-height: 1.5em;
	/*margin-left: 5px;*/
	margin: 5px 0;
	padding:10px;
	background: #F9F9F9;
	border: 1px solid #EEEEEE;
	}
#content p.right {
	padding:0;
	margin:15px 0 -25px 0;
	font-size: small;
	text-align: right;
	}
#spec ul{
	margin: 0 0 0 -20px;
	*margin: 0 0 0 20px;
	/*_margin: 0 0 0 20px;*/
	color: #000000;
	font-size: small;
	}
#spec ul li{
	color: #000000;
	font-size: small;
	}
#voice {
	width: 100%;
	}
.voiceimg {
	float:left;
	margin:5px 15px 15px 0px;
	padding: 0px;
	}
.voicetext{
	float:left;
	width: 460px;
	color: #300;
	margin:0;
	padding-bottom:10px;
	line-height:1.4;
	}
#Buddy {
	width: 100%;
	}
.Buddyimg {
	float:left;
	margin:115px 15px 15px 0px;
	_margin:17px 15px 15px 0px;
	padding: 0px;
	}
.Buddytext{
	float:left;
	width: 430px;
	color: #300;
	margin:0;
	padding-top:115px;
	_padding-top:0px;
	padding-bottom:10px;
	line-height:1.4;
	}
.Buddyanswer {
	clear:both;
	}
.Buddyanswer ul {
    list-style: none;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #E5F6FD;
	border-top: 1px solid #7FD7F7;
	border-bottom: 1px solid #7FD7F7;
	}
.Buddyanswer li {
    padding-left: 25px;
    background: url("img/star.png") no-repeat 0px 3px;
	}
.medium{
	font-size: medium;
	}

/*----------------------------------------------------
  navigation
------------------------------------------------------*/
#navigation{
	margin-top:115px;
	_margin-top:20px;
	padding-right:25px;
	float:right;
	width:200px;
	}
#navigation p{
	margin-top:5px;
	}

/*----------------------------------------------------
  extra
------------------------------------------------------*/
#extra {
	margin-top:15px;
	padding-right: 25px;
	float:right;
	clear:right;
	width:200px
	}
#extra a:link {
	color: #FF3366;
	font-weight: normal;
}
#extra a:visited {
	color: #FF3366;
	font-weight: normal;
}
#extra a:hover {
	color: #FF3366;
	font-weight: normal;
	text-decoration: underline;
}
#extra p.notes{
	font-weight: bold;
	color: #849AAE;
	font-size: small;
	margin:0 10px 10px 0;
	padding:0;
	line-height:1.4;
	}

/*----------------------------------------------------
  menu
------------------------------------------------------*/
#menu{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background: #FFFFFF;
	}
#menu p{
	margin:0;
	padding:5px 10px;
	text-align:center;
	}
#menu a{
	font-weight: normal;
	display:inline;
	padding:0;
	}
#menu a.mail {
	padding-left:20px;
	background-image: url("img/meru-blue.gif");
	background-repeat: no-repeat;
	}
/*----------------------------------------------------
  footer
------------------------------------------------------*/
#footer{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	background: #300;
	color: #FFF;
	}
#footer p{
	margin:0;
	padding:5px 10px;
	}
#footer a{
	font-weight: normal;
	display:inline;
	padding:0;
	color: #C6D5FD;
	}


/*----------------------------------------------------
  角丸
------------------------------------------------------*/
.box-header {
	color: #FFF;
	font-weight: bold;
	background-image:url(img/orangebox_01.gif);
	background-repeat:no-repeat;
	padding:10px 10px 7px 10px;
	margin:0px 0px ;
	background-position:top center;
	}
.box-body {
	color: #300;
	background-image:url(img/orangebox_02.gif);
	background-repeat:repeat-y;
	padding:5px 10px 1px 10px;
	margin:0px 0px ;
	background-position:top center;
	}
.box-body-2 {
	color: #300;
	background-image:url(img/orangebox_02.gif);
	background-repeat:repeat-y;
	padding:0px 10px 5px 10px;
	margin:0px 0px ;
	background-position:top center;
	}
.box-footer{
	background-image:url(img/orangebox_03.gif);
	background-repeat:no-repeat;
	padding:0px 0px;
	margin:0px 0px ;
	background-position:top center;
	}

/*----------------------------------------------------
  Menu Tabs I
------------------------------------------------------*/
#tabsI {
	float:left;
	width:100%;
	background:#FFCCDA;
	line-height:normal;
	border-bottom:1px solid #FF92B1;
	margin:0 0 10px 0;
	padding:0;
	}
#tabsI ul {
	margin:0;
	padding:1px 10px 0 50px;
	list-style:none;
	}
#tabsI ul.product {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#tabsI li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabsI a {
	float:left;
	background:url("img/tableftI.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}
#tabsI a span {
	float:left;
	display:block;
	background:url("img/tabrightI.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span, #tabsI a#active span {
	float:none;
	}
/* End IE5-Mac hack */

#tabsI a:hover span, #tabsI a:hover#active span {
	color:#FFF;
	}
#tabsI a:hover, #tabsI a:hover#active, #tabsI a#active {
	background-position:0% -42px;
	}
#tabsI a:hover span, #tabsI a:hover#active span, #tabsI a#active span {
	background-position:100% -42px;
	}

/*----------------------------------------------------
  CSS Crossfader
  http://mikeomatic.net/techtips/css-crossfader/
------------------------------------------------------*/
/* class styles */
.fade-box {
	position: absolute;
}

/* ------------------------------------------------------------

	clearfix hack

------------------------------------------------------------ */

/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */