@charset"Shift_JIS";

/*　ブラウザの初期化 */
*{
margin: 0;
padding: 0;
font-size: 100%;
font-family: Verdana,Arial,"ヒラギノ角ゴ Pro W3","Osaka","MS　Pゴシック",sans-serif;
line-height: 1.0;
}

/*　画像ボーダーなし */
img{
border: 0; 
}

/*　タイトル */
h1{
color: #ffffff; 
font-size: 13px;
margin-top: 15px;
margin-left: 170px;
}

h2{
color: #000000; 
font-size: 16px;
margin-top: 5px;
margin-left: 170px;
}


/*　コンテンツ */

#main{
width:100%;
height:500px;
background-color: #66CC00;
margin-top: 5px;
}

/*　画像 */
p#visual{
width:700px;
height:500px;
border-left-style:solid;
border-left-color :#F55252;
border-left-width :70px;
border-right-style:solid;
border-right-color :#F55252;
border-right-width :70px;
margin-left: auto;
margin-right: auto;
}

/*　進行 */

#back{
font-size: 13px;
font-weight : bold;
margin-left: 160px;
padding-top: 5px;
float: left;
}

#next{
font-size: 13px;
font-weight : bold;
margin-left: 800px;
padding-top:5px;

}


/*　目次 */

#mokuji{
width: 600px;
height:400px;
margin-left: auto;
margin-right: auto;
padding-left: 150px;
padding-top:20px;
background-color: #ffffff;
}

/*　目次リスト */
ul{
list-style-type: none;
list-style-image:url(/img/tariicon.gif);
}

li{
line-height:2em;
}

/*　リンク */

a:link {text-decoration : none; color : #CC0000}
a:visited {text-decoration : none; color : #CC0000}
a:hover {text-decoration : underline; color : #000000}
a:active{text-decoration : none; color : #CC0000}



/* body要素スタイル*/

body{
background-color: #ff9900;
}

/* footerスタイル*/

#footer{
clear: both;
font-size: 10px;
line-height: 13px;
color: #ffffff;
text-align: center;
padding: 10px;
}