﻿/* pillow talk CSS 202011 */

* {
margin: 0px 0px 0px 0px;
padding : 0px 0px 0px 0px;}

BODY{
color : #000000;
background-color: #ffffff;
background-image : url(../img/background.png);
background-repeat: repeat;
background-position: center top;
font-size : 100%;
line-height : 130%;
font-family:"メイリオ", 'Meiryo', "Verdana";}

a:link{
color : #ac4a7d;}
a:visited{
color : #a37683;}
a:hover{
background-color : #f3f1eb;}
a:active{
background-color : #f3f1eb;}





img{						/* ◆まとめ◆ */
border-width: 0px;
border-style: none;
vertical-align: bottom;}

h2,h3,h4{
font-size : 120%;
font-weight : bold;
padding: 8px 0px 8px 8px;}





.header{				/* ◆全体のレイアウト◆ */
text-align: left;
clear: both;}
.header_{
margin: 0px auto 0px auto;}

.main{
text-align: left;
clear: both;}
.main_{
margin: 0px auto 0px auto;}

.footer{
text-align: right;
clear: both;}
.footer_{
margin: 0px auto 0px auto;}






h1{						/* ◆header◆ */
padding: 16px 0px 16px 8px;}




.footer ul{					/* ◆footer◆ */
margin: 0px 8px 0px 8px;}

.copyright ul{
margin: 0px 8px 4px 8px;}





						/* ◆main／contents◆ */
.contents{
margin: 0px auto 108px auto;
padding: 0px 0px 0px 0px;}

.contents a{
font-weight : bold;}

.contents p{
margin: 0px 8px 16px 8px;}

.contents ul{
margin: 0px 8px 16px 8px;
list-style: none;}

.contents li{
margin: 0px 8px 0px 0px;
display: inline-block;}





						/* ◆main／comics◆ */
.comics{
margin: 0px 0px 48px 0px;
padding: 8px 0px 10px 0px;}

.comics p{
margin: 0px 8px 16px 8px;}

.comics ul{
margin: 0px 0px 16px 8px;
list-style-type: disc;}

.comics li{
margin: 0px 0px 2px 24px;}


