/*
 Design#1999
	This theme was designed and built by まさやん and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
 background: #dfdfdf url(http://www.e-wrapping.com/img/background-side.png) repeat;
 font-size: 14px;
}

img {
 border:0;
}

a {
 color: #0000ff;
}

a:visited {
 color: #c00000;
}

a:hover {
 color: #0000c0;
}

#wrapper {
 width: 800px;
 margin: 0px auto;
 padding: 0px;
 border: 1px solid #dfdfdf;
 background: #ffffff;
 color: #333333;
 font: 12px/150% 'arial', sans-serif;
}




/* Top Header */
#Topheader {
 float: left;
 width: 100%;
 height: 320px;
 margin: 0px;
 padding: 0px;
 background: #ffffff url(http://www.e-wrapping.com/img/headder_img.jpg) repeat-x;
}

#Topheader #title {
 margin: 20px 0px 0px 30px;
 padding: 0px;
 color: #000000;
 font: bold 26px 'arial black', sans-serif;
 text-align: left;
}

#Topheader #title a {
 color: #000000;
}

#Topheader div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 16px;
 text-align: left;
}

/* Contents Header */
#Contentsheader {
 float: left;
 width: 100%;
 height: 70px;
 margin: 0px;
 padding: 0px;
 background: #ffffff url(http://www.e-wrapping.com/img/Contents_headder_img.jpg) repeat-x;
}

#Contentsheader #title {
 margin: 4px 0px 0px 30px;
 padding: 0px;
 color: #000000;
 font: bold 26px 'arial black', sans-serif;
 text-align: left;
}

#Contentsheader #title a {
 color: #000000;
}

#Contentsheader div#description {
 margin: 5px 0px 0px 30px;
 padding: 0px;
 color: #666666;
 font-size: 16px;
 text-align: left;
}

/* Navigation */
#navigation {
 float: left;
 width: 93%;
 margin: 0px;
 padding: 10px 2% 0px 5%;
 background: #ffffff url(http://www.e-wrapping.com/img/Image_navi.png) repeat-x;
}

#navigation ul {
 list-style:none;
 float: right;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0px;
}

#navigation li a.tabs {
 float:left;
 padding-left: 4px;
 background:  url(http://www.e-wrapping.com/img/Image_DLpiEX.gif) no-repeat;
 text-decoration:none;
}

#navigation li a.tabs:hover {
 background:  url(http://www.e-wrapping.com/img/Image_oaTfUn.gif) no-repeat;
 cursor:  pointer;
}

#navigation li a.tabs span {
 float:left;
 padding: 5px 15px 4px 6px;
 background:  url(http://www.e-wrapping.com/img/Image_Cc2Z9O.gif) no-repeat right top;
 color: #6B78A9;
 font-size: 12px;
}

#navigation li a.tabs:hover span {
 background:  url(http://www.e-wrapping.com/img/Image_XYAk9h.gif) no-repeat right top;
 color: #6B78A9;
}

/* Main contents */
#contents {
 float: left;
 width: 570px;
 margin: 20px 0px 0px;
 padding: 0px;
 background: #ffffff;
 font-size: 12px;
 text-align: left;
}

#contents h2 {
 margin: 10px 15px 10px;
 padding: 5px 10px;
 border-top: 1px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 border-left: 5px solid #5A5573;
 color: #000000;
 font: bold 1.6em 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #000000;
}

#contents .contents_body {
 margin: 15px 25px;
 padding: 0px;
}


#contents h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

/* Sidebar */
#firstSide { float: left;}

.sidebar {
 width: 200px;
 margin: 20px 5px 10px 0px;
 padding: 0px 0px 0px 20px;
 background: #ffffff;
 font-size: 12px;
 text-align: left;
}

.sidebar h4 {
 margin: 20px 15px 0px 0px;
 padding: 5px 10px;
 border-bottom: 1px dashed #0600B3;
 border-left: 5px solid #0600B3;
 background:  url(http://www.e-wrapping.com/img/Image_FjqE56.png) repeat;
 color: #0600B3;
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

.sidebar ul {
 list-style:none;
 width: 185px;
}

.sidebar p {
 padding: 3px 0px 3px 15px;
}

.sidebar li {
 line-height: 0;
}

.sidebar li a {
 display:block;
 line-height: normal;
 padding: 3px 0px 3px 15px;
 border-bottom: 1px dashed #999999;
 background: #ffffff;
 color: #999999;
 font-size: 12px;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 border-bottom: 1px dashed #0600B3;
 background: #efefef;
 color: #0600B3;
}

/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 20px 0px 0px;
 border: 1px solid #cfcfcf;
 background: #ededed;
 font-size: 10px;
 text-align: right;
}
