
HTML基本スタイル---------------------------------{}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
	text-align: center;
	background-image: url("images/main-back.jpg");
	background-repeat: repeat-y;
	background-position: center;
}

a,a:visited{
color:#0066FF;
}

#container {
	width: 650px;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
}

.FloatEnd {
	clear: both;
}

.FL2{
	font-size:1px;
	margin:0px;
	padding:0px;
	clear:both;

}
h1{
font-size:15px;
margin:5px 0px;
text-align:left;
text-indent:100px;
line-height:65px;
background:url("images/tutrial_top.jpg") no-repeat center top;

}

h4{
font-size:14px;
margin:0;
text-indent:20px;
background:url("images/list.jpg") no-repeat left top;

}

全体レイアウト---------------------------------{}
/* ヘッダー */
#header {
	width: auto;
	height: 70px;
	background-color:#333;
	color:#FFF;
	background-image: url("images/header.jpg");
	background-repeat: repeat-x;
	background-position: center;
}

#header h1{
	color:#FFF;
	margin:5px 15px;
	text-decoration: none;

}

#main{
	padding:25px 0px;
	

}

.titleLink,.titleLink:visited{
	display:block;
	width:100%;
	color:#666;
	line-height:28px;
	text-indent:10px;
	text-decoration:none;
	font-weight: bold;
}

.titlelink:hover{
	background-color:#FFD0E7;
}


#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #333333;
	color: #FFFFFF;
}

テーブルレイアウト---------------------------------{}
.cfg_tbl{
	width:580px;
	margin:10px auto 20px auto;
	background-color:#CCC;
	text-align:center;

}


.cfg_tbl th{
	background-color:#F8FEF0;
	font-size:13px;
	color:#666;
	width:120px;
	text-align:center;
}


.cfg_tbl td{
	background-color:#FFF;
	font-size:13px;
	color:#666;
	width:auto;
	padding-left:5px;
	text-align:left;
}

.adm_tbl{
	width:580px;
	margin:15px auto;
	background-color:#CCC;
	text-align:center;
}

.adm_tbl th{
	background-color:#F8FEF0;
	font-size:13px;
	color:#666;
	text-align:center;
	width:auto;
	padding:5px;
}


.adm_tbl td{
	width:580px;
	margin:15px auto;
	background-color:#FFF;
	font-size:13px;
	color:#666;
	padding:5px;
	text-align:left;
	width:auto;
}


内部スタイル---------------------------------{}

.subtitle{
	font-size:14px;
	color:#333;
	width:580px;
	margin:25px auto 0px auto;
	text-align:left;
	text-indent:35px;
	line-height:25px;
	border-bottom:2px solid #99CC00;
	background:url("images/arrow.jpg") no-repeat left top;

}

#sitenavi{

width:580px;
margin:10px auto;
font-size:13px;
text-align:left;
background-color:#F5F5F5;
padding:5px;
}

#description {
      width:590px;
	  margin:10px auto;
	  padding:0px;
}

#description #top{
	background:url("images/desc_top.jpg") no-repeat center;
	width:auto;
	margin:0px;
	padding:0px;
	height:95px;
	line-height:95px;
}
#description #middle{
	background:url("images/desc_middle.jpg") repeat-y center;
	font-size:13px;
	color:#333;
	width:auto;
	margin:0px;
	padding:10px 40px;
	text-align:left;
	line-height: 20px;
}

#description #bottom{
	background:url("images/desc_bottom.jpg") no-repeat center;
	width:auto;
	margin:0px;
	padding:0px;
	height:30px;
	line-height:30px;
}
#templates-menu {
	margin-right: 50px;
	margin-left: 50px;
	line-height:150%;
	text-align:center;
}

#top2{
	background:url("images/desc_top2.jpg") no-repeat center;
	width:auto;
	margin:0px;
	padding:0px;
	height:70px;
	line-height:70px;
}

.attention2{
	margin:5px 10px;
	padding:5px;
	background-color:#FFEBFF;
	margin:0px;
}

.attention2 ul{
	margin:0px;
	padding:0px;
}

.attention2 li{
	color:#FFA3FF;
	margin-left:18px;
	font-size:12px;
}

.attention2 li span{
	color:#000;
}

タブメニュースタイル---------------------------------{}

#topmenu{
text-align:left;
padding:5px 15px;
margin-bottom:20px;
background-color:#666;
}

#topmenu a{
	display: block;
	float:left;
	margin:0px 10px;
	font-size:13px;
	color:#FFF;
}

#bottommenu{
	font-size:13px;
	width:90%;
	margin:10px auto;
}





#tabsF {
      float:left;
      width:100%;
	  text-align:left;
      background:#FAFAFA;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
	  font: bold 11px/1.5em Verdana;
	  background:url("images/menuback.jpg") x-repeat left top;
}
	  
	  
	  
#tabsF ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
}

#tabsF li {
      display:inline;
      margin:0;
      padding:0;
}


#tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
}

#tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
      color:#FFF;
}
#tabsF a:hover {
      background-position:0% -42px;
}

#tabsF a:hover span {
      background-position:100% -42px;
}

#tabsF #current a {
	  background-position:0% -42px;
}

#tabsF #current a span {
      background-position:100% -42px;
}







#configMenu {
      width:590px;
	  height:32px;
	  margin:10px 25px;
	  text-align:left;
      line-height:32px;
	  padding:0 5px;
	  background:url("images/stepmenu.jpg") no-repeat left;
	  font: bold 10px/1.5em Verdana;
}
	  
	  
	  
#configMenu ul {
        margin:0px;
        padding:0px;
        list-style:none;
}

#configMenu li {
      display:inline;
      margin:0;
      padding:0;
}


#configMenu a{
      float:left;
	  margin:2px 5px;
	  padding:0 6px 0 6px;
      color:#CCC;
	  line-height:28px;
}


#configMenu span{
      float:left;
	  display:block;
	  margin:2px 6px;
	  line-height:28px;
	  padding:0 7px 0 7px;
      color:#CCC;
      text-decoration:none;
}


#configMenu a{
	text-decoration:none;
	color:#666;
}

#configMenu a:hover{
	background:url("images/stepMenu2.jpg");
	text-decoration:none;
	color:#FFF;
}

#current2 a{
	background:url("images/stepMenu2.jpg");
	text-decoration:none;
	color:#666;
}


カラーピッカースタイル---------------------------------{}

#colorpicker {
  position: absolute;
  width: 145px;
  height: 135px;
  overflow: hidden;
  background: #F9F9F9;
  border: 2px #C0C0C0 outset;
  z-index: 1000;
}

#colorpicker-hue-container {
    position: absolute; 
    top: 4px;
    left: 120px; 
    width: 18px;
    height: 110px; 
}

#colorpicker-hue-bg-img {
    width: 100%; 
    height: 100%; 
}

#colorpicker-hue-slider {
    position: absolute; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
}

#colorpicker-hue-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 1009;
}
#colorpicker-hue-thumb img{
	cursor: pointer;
}


#colorpicker-bar {
  text-align: right;
  padding-right: 10px;
}

#colorpicker-close {
  cursor: pointer;
  color: blue;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  font-weight: bold;
}

#colorpicker-div {
  position: absolute; 
  top: 8px;
  left: 8px; 
  width: 100px;
  height: 100px; 
  border: 1px solid #666;
}

#colorpicker-bg,
#colorpicker-bg-overlay { 
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  overflow: hidden;
}
#colorpicker-selector { 
  position: absolute; 
  top: 0px;
  left: 0px;
  width: 11px; 
  height: 11px; 
  z-index: 1009;
  margin-top: -6px;
  margin-left: -6px;
  cursor: default;
}
#colorpicker-selector img {
  position: absolute;
  left: 0;
  top: 0;
}
#colorpicker-footer {
  position: absolute; 
  top: 114px;
  left: 10px; 
  width: 127px;
}

#colorpicker-value {
  float: left;
}

#colorpicker-value,
#colorpicker-value-input {
  font-size: 9px !important;
  font-family: Helvetica, Verdana, Sans-Serif;
  
}

#colorpicker-value-input {
  width: 40px;
}
#colorpicker-okbutton {
  float: right;
  padding: 0 10px;
  background: #3366FF;
  font-size: 10px;
  font-family: Tahoma, Helvetica, Sans-Serif;
  border: 1px solid #666666;
  color: #ffffff;
}
