body {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
margin-top:0px;
margin-right:auto;
margin-bottom:0px;
margin-left:auto;
padding:0px;
background-color:#CCDDFF;
background-image:url();
}
/*↑全体のバックの写真を変えるならここ。画像でなく色にするならイメージ部分は削除して色指定 */



#layout {
          width              : 800px;
          background-color   : #ffffff;
          background-image:url(http://blog-imgs-11.fc2.com/m/a/l/malibublue/under2.jpg);
           background-position: center bottom;
           background-attachment: fixed;
           background-repeat: no-repeat;
          border-right       : solid 2px #999999;
          border-left        : solid 2px #999999;
margin:0px auto 0px auto;
}
/*↑中の枠線の色を変えたいならここのborderの色指定を変える① */
/*↑サイトの横幅を変えたいならここのwidthの数値を変える① */





#header {
          width              : 800px;
          height             : 200px;
          margin-top         : 0px;
          padding-top        : 0px;
          text-align         : left;
          background-color   : #ffffff;
          border-bottom        : solid 1px #999999;
           background-image   : url(http://blog-imgs-11.fc2.com/m/a/l/malibublue/top2.jpg);
}

/*↑ヘッドの写真を変えるならここサイズは基本で800 200。サイズを変えるなら上のheightで高さだけは変えられます。 */
/*↑中の枠線の色を変えたいならここのborderの色指定を変える② */
/*↑サイトの横幅を変えたいならここのwidthの数値を変える② */



h1 { font-size: 20px;
 font-weight : bold;
color : #FFFFFF;
margin : 0px;
padding : 140px 0px 0px 15px;
text-align : left;
font-family:"HG創英角ｺﾞｼｯｸUB","Verdana","ＭＳ Ｐゴシック","Arial Black","Impact","Osaka";}
h1 a {color: #333333;text-decoration: none;}
h1 a:visited {color: #333333;text-decoration: none;}
h1 a:hover {color: #990000;border-bottom: none;}
h1 a:active {color: #990000;text-decoration: none;}
h2 {
	  font-size         : 12px;
	  margin-top        : 5px;
	  margin-bottom        : 5px;
	  font-weight       : normal;
	  color             : #333333;
　　　　　 text-align        : left;
	  padding           : 0px 2px 0px 15px;
 line-height           : 150%;

}
a { color: #333333; text-decoration: none; }
a:link{ color: #333333; text-decoration: none; }
a:visited	{ color: #333333; text-decoration: none;}
a:active	{ color: #990000; text-decoration: underline; }
a:hover{ color: #990000; text-decoration: underline; }


blockquote {
	   border           : 1px solid #cccccc;
	   background-color : #ffffff;
	   margin           : 5px;
	   padding          : 5px;
	   line-height      : 20px;
}
p {
	   margin           : 0px;
	   padding          : 0px;
}



ul {
	  text-align          : left;
}


#main {
	 float               : right;
	 width   　　　　　　: 540px;
	 margin              : 0px;
	 padding             : 30px 0px 0px 25px;
}

/*↑サイトの横幅を変えたいならここのwidthの数値を変える③
注意点、①②で足したり引いた数値とこの③④・⑤の数値は合わせる事。 */


.entry{
	  width              : 540px;
	  margin             : 15px 10px 15px 0px;
           padding            : 0px;
           background-color   : #FFFFFF;
           filter: Alpha(opacity=70);
           opacity:0.70;
	  border-top         : 1px solid #999999;
	  border-left        : 1px solid #999999;
	  border-right       : 1px solid #999999;
	  border-bottom      : 1px solid #999999;
           over-flow          : hidden;
text-align:left;
}
/*↑サイトの横幅を変えたいならここのwidthの数値を変える④ */
/*↑中の枠線の色を変えたいならここのborderの色指定を変える③ */

.entry1{
	  width              : 540px;
	  margin             : 15px 10px 15px 0px;
           padding            : 10px;
           background-color   : #FFFFFF;
	  border-top         : 1px solid #999999;
	  border-left        : 1px solid #999999;
	  border-right       : 1px solid #999999;
	  border-bottom      : 1px solid #999999;
           over-flow          : hidden;
	  font-size          : 12px;
text-align:left;
}

.entrytitle  {
	  margin             : 0px;
	  padding            : 16px 0px 18px 30px;
	  font-size          : 12px;
	  font-weight        : bold;
	  color              : #333333;position:relative;
           background-image   : url(http://blog72.fc2.com/f/firstaffiliateblog/file/a_blt008.gif);position:relative;
	  background-position : 1% 46%;
	  background-repeat   : no-repeat;
　　　　　 text-align        : left;
	  border-bottom      : 1px dotted #999999;
}
/*↑記事のタイトル横のアイコンを変えるならここ */
/*↑中の枠線の色を変えたいならここのborderの色指定を変える④ */
/*アイコンの場所を変えるなら 1% 46%を（左から・上からの％なので、調整 */




h3 a {color: #333333;text-decoration: none;position:relative;}
h3 a:visited {color: #333333;text-decoration: none;position:relative;}
h3 a:hover {color: #990000;border-bottom: none;position:relative;}
h3 a:active {color: #990000;text-decoration: none;position:relative;}


.entry_text {
          margin              : 0px;
	 padding             : 15px 25px 20px 30px;
	 font-size           : 12px;
	 line-height         : 20px;
	 color               : #333333;position:relative;
	 text-align          : left;
	 overflow            : hidden;
}
.entry_text a {
	color                : #333333;position:relative;
	text-decoration      : underline;
}
.entry_text a:visited {
         color                : #333333;position:relative;
	text-decoration      : underline;
}
.entry_text a:hover {
         color                : #990000;position:relative;
	text-decoration      : none;
}
.entry_text a:active {
	color                : #990000;position:relative;
         text-decoration      : none;
}


.morelink {
	margin               : 0px;
	padding              : 10px 0px 0px;
	font-size            : 12px;
	color                : #666666;position:relative;
	line-height          : 22px;
	text-align           : left;
}
.entry_more {
	margin               : 0px;
	padding              : 10px 0px 0px;
	font-size            : 12px;
	color                : #666666;position:relative;
	line-height          : 22px;
	border-top           : 2px dotted #888888;position:relative;
}



.entry_state {
         margin               : 10px;
         padding              : 10px 0px 0px 0px;
	font-size            : 10px;
	color                : #666666;position:relative;
	text-align           : right;
         border-top               : 1px solid #cccccc;
         background-color     : #ffffff;
}
/*↑中の枠線の色を変えたいならここのborderの色指定を変える⑤ */


.entry_state a {color: #333333;text-decoration: none;position:relative;}
.entry_state a:visited {color: #333333;text-decoration: none;position:relative;}
.entry_state a:hover {color: #990000;border-bottom: none;position:relative;}
.entry_state a:active {color: #990000;text-decoration: none;position:relative;}


.entry_title {
          margin              : 0px;
	 padding             : 20px 0px 0px 20px;
	 font-size           : 12px;
	 line-height         : 20px;
	 color               : #333333;position:relative;
	 text-align          : left;
	 overflow            : hidden;
}


.com_title {
	padding    　　　    : 5px 0px 10px 25px;
	font-size            : 12px;
         text-align           : left;
	font-weight          : bold;
	color                : #333333;position:relative;
}
.com_text {
	padding              : 0px 20px 15px;
         text-align           : left;
	font-size            : 12px;
	color                : #666666;position:relative;
}
.com_state {
	font-size            : 12px;
	color                : #888888;position:relative;
	text-align           : right;
         margin               : 10px;
         padding              : 5px;
}


.com_body{
         margin                : 0px;
	padding               : 0px 10px 10px 10px;
	font-size             : 12px;
         text-align            : left;
         color                 : #888888;position:relative;
         line-height           : 20px;
}
.comform_text{
	border                : 1px solid #999999;
}
.comform_textarea{
	border                : 1px solid #999999;
         scrollbar-track-color : #FFFFFF;
         scrollbar-face-color  : #FFFFFF;
         scrollbar-darkshadow-color: #FFFFFF;
         scrollbar-highlight-color : #999999;
         scrollbar-3dlight-color   : #FFFFFF;
         scrollbar-arrow-color     : #999999;

}
.pass{
	width            　　  :100px;
	border                 :1px solid #999999;
}
.check{
	border                 :1px solid #999999;
}
.button{
	width                  : 50px;
         background-color       : #FFFFFF;
      	border-top             : 1px solid #999999;
	border-left            : 1px solid #999999;
	border-right           : 1px solid #999999;
	border-bottom          : 1px solid #999999;

}


.traba_url{
	padding                : 5px 10px 10px;
	font-size              : 12px;
	text-align             : center;
}
.traba_form{
         margin                 : 0px;
	padding                : 5px;
         color                  : #666666;
         font-size              : 12px;
      	border-top             : 1px solid #999999;
	border-right           : 1px solid #999999;
	border-left            : 1px solid #999999;
	border-bottom          : 1px solid #999999;
}
.traba_text{
	padding                : 10px 20px 15px;
         text-align             : center;
	font-size              : 11px;
	color                  : #888888;position:relative;
}


.page_link{
	border                 : 0px;
	color                  : #CCCCCC;
	padding                : 5px 10px;
	margin                 : 20px 0px 20px 0px;
	text-align             : center;
	font-size              : 10px;
	width                  : 450px;
}


#side {
        float                    : left;
        width                    : 180px;
        margin                   : 30px 0px 0px 10px;
        padding                  : 0px;
        background-color         : #FFFFFF;
        filter: Alpha(opacity=70);
           opacity:0.70;
        color                    : #555555;
        text-align               : left;
}
/*↑サイトの横幅を変えたいならここのwidthの数値を変える⑤ */


#side p{
        margin                   : 0.3em;
        color                    : #666666;
        font-size                : 12px;
}
#side textarea {
	border                  : 1px solid #999999;
	color                   : #999999;
	font-size               : 12px;
         scrollbar-track-color   : #FFFFFF;
         scrollbar-face-color    : #FFFFFF;
         scrollbar-darkshadow-color : #FFFFFF;
         scrollbar-highlight-color  : #808080;
         scrollbar-3dlight-color    : #FFFFFF;
         scrollbar-arrow-color      : #808080;
}
/*↑中の枠線の色を変えたいならここのborderの色指定を変える⑥ */



#side input {
	border                  : 1px solid #999999;
	margin-top              : 2px;
	color                   : #666666;
         background-color        : #FFFFFF;
}

h4 {
         font-size               : 12px;
         color                   : #666666;position:relative;
	font-weight             : bold;
	border-top           : 2px solid #cccccc;
	border-bottom           : 2px solid #cccccc;
          background-image   : url(http://blog72.fc2.com/f/firstaffiliateblog/file/a_blt008.gif);position:relative;
	  background-position : 1% 46%;
	  background-repeat   : no-repeat;
         text-align              : left;
         margin                  : 0px;
         padding                 : 8px 0px 8px 25px;}
/*↑プラグインタイトル横のアイコンを変えるならここのイメージ */
/*アイコンの場所を変えるなら 1% 46%を（左から・上からの％なので、調整 */
/*↑中の枠線の色を変えたいならここのborderの色指定を変える⑦ */



h4 a {color: #333333;text-decoration: none;position:relative;}
h4 a:visited {color: #333333;text-decoration: none;position:relative;}
h4 a:hover {color: #990000;border-bottom: none;position:relative;}
h4 a:active {color: #990000;text-decoration: none;position:relative;}




li {
	  margin              : 0px;
	  padding             : 0px 0px 0px 0px;
	  line-height         : 150%;
	  color               : #333333;
   
}

ul {
	  text-align          : left;
	  margin              : 0px;
	  padding             : 0px;
	  text-decoration     : none;
   list-style-type: disc;
}

.side_text1,.side_text2,.side_text3 {
	font-size   : 12px;
	padding     : 8px 0px 0px 15px;
	line-height : 130%;
	margin      : 0px 0px 30px 0px;
   
}


.side_text1 li {
	   list-style-type: disc;
	  margin                : 0px;
	  padding               : 0px 0px 0px 5px;
	  line-height           : 150%;
	  color                 : #666666;
}




.side_text2 li {
	   list-style-type: disc;
	  margin                : 0px;
	  padding               : 0px 0px 0px 5px;
	  line-height           : 150%;
	  color                 : #666666;
}


.side_text3 li {
	   list-style-type: disc;
	  margin                : 0px;
	  padding               : 0px 0px 0px 5px;
	  line-height           : 150%;
	  color                 : #666666;
}


#footer {
        width                      : 800px;
        clear                      : both;	
        margin                     : 0px 0px 0px;
        padding                    : 10px 0px 10px 0px;
        color                      : #999999;
        text-align                 : center;
        font-size                  : 10px;
          border-top        : solid 1px #999999;
          border-bottom        : solid 1px #999999;
           background-image   : url();
}
/*↑フッターの画像を変えるならここ */
/*↑中の枠線の色を変えたいならここのborderの色指定を変える⑧ */




#footer a { color: #333333; text-decoration: none; position:relative;}
#footer a:link{ color: #333333; text-decoration: none;position:relative; }
#footer a:visited	{ color: #333333; text-decoration: none;position:relative;}
#footer a:active	{ color: #990000; text-decoration: underline; position:relative;}
#footer a:hover{ color: #990000; text-decoration: underline; position:relative;}



	textarea,input,select {
	font-family: Arial, Helvetica, sans-serif;
}




img {border: 0px;}



html {
         scrollbar-track-color     : #FFFFFF;
         scrollbar-face-color      : #FFFFFF;
         scrollbar-darkshadow-color: #FFFFFF;
         scrollbar-highlight-color : #808080;
         scrollbar-3dlight-color   : #FFFFFF;
         scrollbar-arrow-color     : #808080;
}

