/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{

	background-color:#FF9900;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:small;
	margin: 0 auto;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	margin: 0;
}
iframe {
	margin:0px;
	padding:0px;
}
#header a:link, #header a:visited
{
	color: #ffffff;
	text-decoration:none;
}
#header a:hover, #header a:active
{
	color:#333333;
	text-decoration:none;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 800px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	width: 800px;
	height: 108px;
	background-image:url(../images/headerback.jpg);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding-top:35px;
}
#header2
{
	width: 800px;
	height: 108px;
	background-image:url(../images/headerback.jpg);
	background-repeat:no-repeat;
	margin: 0px auto;
}
#header2 h1 {
	margin-top:20px;
}
#logo h1 a{
	background-image:url(../images/logo.gif);
	text-indent:-9999px;
	background-repeat:no-repeat;
	display:block;
	width: 300px;
	height:35px;
	margin-left:250px;

}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	background-image:url(../images/bodyback_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto;
}
#wrapper
{
	width: 800px;
	margin: 0px auto;
}
.ad {
	margin:10px 0px;
	text-align:center;
}
/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 560px;
	float:right;
	margin-right:10px;
}
.content
{
	width: 555px;
	background-image:url(../images/contentsback_center.jpg);
	background-repeat:repeat-y;
	margin: 0;
	padding:0;
	overflow:hidden;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	width: 555px;
	height:45px;
	background-image:url(../images/contentstitle.jpg);
	background-repeat:no-repeat;
	font-size:medium;
	text-indent:50px;
	line-height:45px;
	margin: 0;
	color:#FFFFFF;
	font-family:"HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "ＭＳ Ｐゴシック";
}
.contenttitle a {
	color:#FFFFFF;
	text-decoration:none;
}
.contenttitle a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.contentbody
{
	width:480px;
	font-size:100%;
	padding:10px;
	background-color:#FFFFFF;
	margin:10px 10px 10px 25px;
}
.contentbody h3
{
	width: 480px;
	height:30px;
	background-image:url(../images/contentstitle_h3.jpg);
	background-repeat:no-repeat;
	font-size:100%;
	text-indent:25px;
	line-height:30px;
	margin: 5px 0px;
	color:#333333;
}
.contentstop {
	width:555px;
	height:10px;
	background-image:url(../images/contentsbback_top.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
}
.contentsbottom {
	width:555px;
	height:15px;
	background-image:url(../images/contentsback_bottom.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebar {
	float: left;
	width: 180px;
	margin-left:15px;
	color:#FFFFFF;
}
.sidebar 
{
	background-image:url(../images/sideback_center.jpg);
	background-repeat:repeat-y;
}
.sidebar h3
{
	width: 180px;
	height:40px;
	background-image:url(../images/sidetitle.jpg);
	background-repeat:no-repeat;
	font-size:small;
	text-indent:35px;
	line-height:40px;
	margin: 0;
	color:#FFFFFF;
	font-family:"HG丸ｺﾞｼｯｸM-PRO", "HGP創英角ﾎﾟｯﾌﾟ体", "ＭＳ Ｐゴシック";
}
.sidebar form
{
	margin: 0 0 0 5px;
}
.sidebar imput
{
	margin: 0;
}
.sidebartop {
	width:180px;
	height:10px;
	background-image:url(../images/sideback_top.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
}
.sidebarbottom {
	width:180px;
	height:102px;
	background-image:url(../images/sideback_bottom.jpg);
	margin:0;
	padding:0;
	overflow:hidden;
}
.sidebar h2 {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 0;
	visibility: hidden;
}
.sidebar ul {
	list-style-image:url(../images/list-image.gif);
	margin:0 0 0 30px;
	padding:0;	
}
.sidebar li {
	margin:0;
	padding:0;
}
.sidebar a {
	color:#FFFFFF;
	text-decoration: none;
}
.sidebar a:hover{
	color:#99CC00;
	text-decoration: none;
}


/* Menu lists */

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	clear:both;
	width: 800px;
	height:80px;
	background-image:url(../images/footerback.jpg);
	text-align: left;
	margin: 0 auto;
}

#footer address
{
	text-indent:-9999px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(../images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(../images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
.pagetop a {
	width:100px;
	margin-right:3px;
	margin-bottom:5px;
	float:right;
	text-align:right;
	font-size:70%;
	color:#666666;
}
.store-menu {
	width:786px;
	background-color:#FFCC00;
	border:2px solid;
	border-color:#CCCCCC;
	padding: 3px;
	height: 30px;
	background-image: url(../images/storemenuback.gif);
	background-repeat: no-repeat;
}
.store-menu a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.store-menu a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
