@charset "UTF-8";
/* for ALL pages */

@import "reset.css";


/* ========== Base ========== */
body{
background:#ffffff;
color:#333333;
font-family:Meiryo,"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",
			Osaka,"MS P Gothic","ＭＳ Ｐゴシック",
			Helvetica, Arial, Verdana, sans-serif;
line-height:150%;
font-size:14px;
*font-size:87%;
}

a:link{
color:#3366FF;
}
a:visited{
color:#9966FF;
}
a:hover, a:visited:hover{
color:#FF6666;
}

/* ========== Liststyle ========== */
ul.stripe li{
line-height:1.8;
padding:0 0 8px 22px;
}
/* stripe heart */
ul.stripe li.odd{
background:url(../img/li_heart_odd.png) no-repeat 0 5px;
}
ul.stripe li.even{
background:url(../img/li_heart_even.png) no-repeat 0 5px;
}
/* brown circle */
ul.librwn li{
line-height:1.4;
padding:0 0 8px 22px;
background:url(../img/li_brwn.png) no-repeat 0 3px;
}

/* ========== for Tags ========== */
/* for any Tags */
.box1{
margin:15px 35px 35px 35px;
padding:20px;
background:url(../img/bg_box1.png) 0 0 repeat;
}

.rightimg{
margin-left:10px;
float:right;
}
.leftimg{
margin-right:10px;
float:left;
}
.center{
text-align:center;
}

/* for Tags */
strong{
font-weight:bold;
color:#4F2B25;
}
em{
color:#4F2B25;
}

/* ========== foot ========== */
div#footer{
clear:both;
}

div#footer p img{
margin:0 5px 10px 0;
}
div#footer address{
font-style:normal;
font-size:87%;
}
