@charset "utf-8";
/* 各marginとpaddingの初期値をリセット */
* { margin: 0; padding: 0;}
/* WEBページ全体の設定 */
body {
background: url(itigo01.jpg) no-repeat right bottom fixed;
color: #444;
font-size: 12px;
}
html, body { height: 100%;}
#wrapper{
width: 60%;
min-height: 90%;
margin: 0 auto;
padding-top: 60px;
background: url(sin7.jpg) repeat-y;
}
/* タイトルの配置・デザインを設定 */
#header { position: absolute; top: 30px; left: 8%;}
h1 {
background: url(mzs_g.gif) no-repeat;
line-height: 58px;
text-indent: 25px;
width:125px;
font-size: 120%;
color: #060;
}
/* メニューの設定 */
#navi { margin-top: 20px;}
ul {
padding: 3px;
background-color: #6c6;
border: 4px #fff double;
list-style-type: none;
}
li {
margin: 3px;
line-height: 20px;
width: 100px;
text-indent: 24px;
border-bottom: 1px #fff solid;
}
li a {
display: block;
text-decoration: none;
font-weight: bold;
color: #444;
}
li a:hover { background-color: #cfc;}
/* サンプルテキストのボックスの設定 */
.content {
position: relative;
border: 2px #f99 solid;
background-color: #fff;
padding: 20px;
width: 70%;
margin-left: 90px;
margin-bottom: 50px;
}
h2 {
position: absolute;
top: -25px;
left: 5px;
background: url(m_p.gif) no-repeat;
width: 90px;
line-height: 24px;
text-indent: 10px;
color: #c66;
}
h2 + p { margin-top: 1em;}
/* 素材サイトさんのリンクの設定 */
#footer { position: fixed; bottom: 30px; right: 0; text-align: right;}
#footer p { padding: 6px; border-top: 1px #444 solid;}
#footer a { background-color: #fff; color: #444;}
#footer a:hover { background-color: #555; color: #fff;}
/* clearfix */
.clearfix:after{
content:"";
display: block;
clear:both;
}
.clearfix { zoom:1;} /*for IE 5.5-7*/