/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #505050 url(images/bg.gif);
	color: #494949;
	font-family: "ＭＳゴシック","Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11.5px;
	padding: 0 0 0 0;
	margin: 0 0px;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family:"ＭＳゴシック", "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
	font-weight:bold;
	color: #415B60;
	text-decoration: none;
}
a:hover, a:active{
	font-weight:bold;
	color: #FDA700;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 934px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 934px;
	height: 188px;
	background: #FFFAE3 url(images/bg_siba.gif) center;
	/* large header image is defined below */
	margin: 0px;
}
#header h1
{
	/* small header image specific lines */
	height: 104px;
	width: 934px;
	margin: 0px;
	/* end small header image specific lines */
	font-size: 38px;
	text-align: center;
	line-height: 62px;
}

#subtitle
{
	position: absolute;
	top: 150px;
	font-size:14px;
	font-weight:bold;
	padding: 0 0 0 400px;
	margin: 0px;
	color: green;
}


/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	padding: 50 0 0 0;
	margin: 0px;
}
.content
{
	padding: 0;
	margin: 0px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 934px;
	background: #FFFAE3 url(images/bg_siba.gif) center;
	margin: 0px;
	padding: 0;
}
#wrapper
{
	width: 934px;
	margin: 0px;
	padding: 0;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #FFFAE3 url(images/bg_siba.gif) center;

}

#copyrights
{
	color: #474747;
        position: center
}

/*-------------------------------------------------
  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: 11.5px;
	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: 11.5px;
	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;
	margin: 0;
}
.wrap2
{
}
.wrap3
{
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 0px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px;
}
.leftbox {
	float: left;
}
.rightbox {
	float: right;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/*　基本情報　*/

.blogbase {
	margin: 0 2px 0px 0;
	padding: 5px;
	font-size: 11.5px;
	line-height:14px;
	color: #000;
	text-align:left;
	line-height:16px; 
}

h3 {
	margin: 0px 5px;
	padding: 5px 5px;
	font-size: 13px;
	text-align:left; 
	color: #000;
	letter-spacing: 0.2em;
}          


.cap_blue {
	background: #FFFAE3 url(images/cap_blue.gif) center;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 447px;
	height: 44;

}


.tentomusi{
	background: #FFFAE3 url(images/tentomusi.gif) center;
	width: 447px;
	margin: 0;
	padding: 0;
	
}

.tentomusititlebk{
	background: #FFFAE3 url(images/tentomusi_01.gif) center;
  	background-repeat: no-repeat;
	text-align:left;
	width: 447px;
	height: 70px;
}
.tentomusititle{
	font-size:normal;
	color:#FFF;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-top:15px;
}       

.tentomusibodybk{
	background: #FFFAE3 url(images/tentomusi_02.gif);
	background-repeat: repeat-y;
	text-align:left;
	width: 447px;
	margin: 0;

}
.tentomusibody{
	text-align:left;
	padding:0px 15px;
}
.tentomusibottombk{
	background: #FFFAE3 url(images/tentomusi_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:right;  
	padding-right: 0px;
	width: 447px;
	height: 13px;
}
.tentomusibottom{
	text-align:right;
	padding-bottom:10px;
	padding-right:15px;
}


.hanatitlebk{
	background: #FFFAE3 url(images/hana_01.gif) center;
  	background-repeat: no-repeat;
	text-align:left;
	width: 447px;
	height: 70px;
}
.hanatitle{
	color:#FFF;
	font-size:normal;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-top:15px;
}


.hanabodybk{
	background: #FFFAE3 url(images/hana_02.gif);
	background-repeat: repeat-y;
	text-align:left;
	width: 447px;
	margin: 0;

}
.hanabody{
	text-align:left;
	padding:0px 15px;
}
.hanabottombk{
	background: #FFFAE3 url(images/hana_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:right;  
	padding-right: 0px;
	width: 447px;
	height: 13px;
}
.hanabottom{
	text-align:right;
	padding-bottom:10px;
	padding-right:15px;
}






.cap_pink {
	background: #FFFAE3 url(images/cap_pink.gif) center;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	width: 270px;
	height: 51;


}

.sidebase {
	margin: 0 2px 0px 0;
	padding: 5px;
	font-size: 0.95em;
	color: #333;
	text-align:left;
	line-height:140%; 
}

.cap_blue h4 {
	margin: 0px 5px;
	padding: 17px 0px 5px 68px;
	font-size: 14px;
	font-weight:bold;
	text-align:left; 
	color: #000;
}         


.cap_pink h4 {
	margin: 0px 3px;
	padding: 17px 0px 5px 68px;
	font-size: 12px;
	font-weight:bold;
	text-align:left; 
	color: #000;
}           

