
/* 基本設定 */ 
body,td,th{
font-size:70%;  
color:#666666;  
font-family:Verdana,Osaka,'MS P Gothic';
font-weight:normal;
margin:0px;
padding:0px;
}
#container{width:625px;margin-left:auto;margin-right:auto;background:#ffffff;}
body{text-align:center;background:url(back2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}

/* リンク設定 */ 
a:link{text-decoration:none;color:#ffaaaa;}/* リンクに触れる前の色 */ 
a:visited{text-decoration:none;color:#ffaaaa;}/* 訪問したことのあるリンクの色 */ 
a:hover{text-decoration:none;color:#cccccc;}/* 触れた時のリンク設定 */

/* リスト設定 */ 
ul,ol{
list-style-position:inside;
margin:0px 0px 0px 15px;
} 

 /* 画像のボーダーをあらかじめ０にする */
img{border:none;}

/* フォーム関連の設定 */
textarea{
font-size:11px;
line-height:17px;
padding:5px;
}
textarea,input{
color:#f8901a;
border:1px solid #ffaaaa;
background-color:#e5fab5;
}

/* 装飾用box */
.box1{
border:1px solid #ffaaaa;
background-color:#ffffff;
}
.box2{
border:1px solid #ff9999;
background-color:#ffcccc;
}
.box1,.box2{width:450px;margin:15px 0px 0px 0px;padding:5px;}


/* 配布元リンク */
#copyright{text-align:right;padding:5px 10px;}

/* デザイン全般の設定 */
#all{
text-align:left;
width:625px;
margin:0px auto;
padding:0px 0px 50px 0px;
background-color:ffffff;
}
#back{
font-size:25px;
text-align:center;
padding:3px 0px;
}

/* 見出し設定 */ 
h1{
font-size:25px;
color:#666666;
font-weight:normal;
border-bottom:1px dashed #999999;
margin:0px;
padding:35px 0px 0px 10px;
text-align:left;font-family: "フォントポにほんご",sans-serif;
}
h1:first-letter{color:#ffaaaa;}
h1:before{
   content: url(ichiban.png);
}
h1:after{
   content: url(end.png);
}
h2{
clear:both;
font-size:26px;
color:#ffaaaa;
font-weight:normal;
text-align:right;
margin:0px;
padding:0px 10px;
}
h3{
font-size:11px;
color:#ffaa99;
border-left:4px solid #ff9999;
margin:0px;
padding:7px 10px;
}

/* メニュー設定 */
#menu{
font-size:14px;
text-align:center;
}
#menu ul{
list-style-type:none;
background:none;
margin:0px;
padding:0px 0px 15px 0px;
}
* html #menu ul{padding:0px 0px 40px 0px;}
#menu li{
display:inline;
}
#menu li a{
color:#666666;
height:20px;
padding:20px 7px 0px 7px;
}
#menu li a:hover{
color:#ff9999;
padding:25px 7px 0px 7px;
}
* html #menu li a:hover{filter:alpha(opacity=60);height:125px;border-top:100px solid #000000;}

/* テキスト設定 */
.text1{
line-height:20px;
border:10px double #a52a2a;
background:#ffffe0;
margin:0px 0px 30px 0px;
padding:20px;
}
.text2{
font-size:15px;
line-height:18px;
border:none;
background:none;
text-align:left;font-family: "f910コミックw4-ipa",sans-serif;
}
.text3{
font-size:15px;
line-height:18px;
border:none;
background:none;
text-align:left;font-family: "メイリオ",sans-serif;
padding-left: 2em;
}
.text4{
font-size:15px;
line-height:18px;
border:none;
background:none;
text-align:left;font-family: "メイリオ",sans-serif;
padding-left: 13em;
}

p:first-letter{
  font-weight:bold;
  font-size:32px;
　font-color:#f96b06;
}


/* リンクページの設定 */ 
dl.banner{width:520px;margin:0px 0px 15px 0px;}
dl.banner dt{float:left;margin:0px 5px 0px 0px;}
dl.banner dd{margin:-2px 0px 0px 0px;}

/* その他要素 */ 
em{font-style:normal;font-weight:bold;}
strong{color:#ffffff;background-color:#ff9999;}
ins{text-decoration:none;border-bottom:1px solid #ffaaaa;}
del{text-decoration:line-through;}
